@charset "utf-8";

/*=============================
		navとサイドに指定
=============================*/

ul.lower_global_nav {
    border-bottom: #898989 solid 1px;
}

.fixed1 {
    position: fixed;
    top: 84px;
    width: 100%;
    z-index: 900;
}


/*=============================
		下層ページに指定
=============================*/

div.lower_body_left {
    margin: 0px 10px 0 10px;
    padding: 42px 0 0 0;
    border-top: #898989 solid 1px;
}

div.lower_body_left h1 {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 24px;
    margin: 0 0 0px 0;
}

div.lower_body_left ul {
    display: none;
    list-style: none;
}

div.lower_body_right {
    margin: 42px 10px 0 10px;
    padding: 0px 0 0 0;
}

div.lower_body_right div#first_part {
    margin: 0 0 75px 0;
}

div.lower_body_right h2 {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin: 0px 0 26px 0;
}

html[lang="en"] div.lower_body_right h2 {
    font-size: 15px;
    line-height: 19px;
}

div.lower_body_right h3 {
    color: #717171;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 22px 0;
}

html[lang="en"] div.lower_body_right h3 {
    font-size: 17px;
    line-height: 19px;
}

div.lower_body_right p {
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 25px 0;
}

html[lang="en"] div.lower_body_right p {
    font-size: 13px;
    line-height: 23px;
}

div.lower_body_right p:last-child {
    margin-bottom: 0;
}


/*profile*/

div.lower_body_right a {
    color: #9b9b9b;
    -webkit-transition: color 0.8s;
    transition: color 0.8s;
}

div.lower_body_right a:hover {
    color: #000;
}


/*exhibiton*/

div.lower_body_right p i.italic {
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
}

html[lang="en"] div.lower_body_right p i.italic {
    font-size: 13px;
}

div.lower_body_right p span.ja_credit_ml {
    display: block;
    margin: 0 0 0 37px;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
}

div.lower_body_right p span.en_credit_ml {
    display: block;
    margin: 0 0 0 64px;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
}


/*works*/

div.lower_body_right p.works_p {
    clear: both;
}

div.lower_body_right ul.works_thumbnails {
    clear: both;
    list-style: none;
    overflow: hidden;
}

html[lang="ja"] .lb-caption {
    font-family: 'Yu Gothic', YuGothic, 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

div.lower_body_right ul.works_thumbnails li {
    margin: 0;
    padding: 0;
}

div.lower_body_right ul.works_thumbnails li a img {
    border: #e6e6e6 solid 1px;
    -webkit-transition: opacity 0.8s, border 0.8s;
    transition: opacity 0.8s, border 0.8s;
}

div.lower_body_right ul.works_thumbnails li a:hover img {
    opacity: 0.7;
    border: #8c8c8c solid 1px;
}

.row {
    margin: 0 auto;
    *zoom: 1;
    text-align: center;
}

.row:before,
.row:after {
    display: table;
    content: "";
    line-height: 0;
}

.row:after {
    clear: both;
    width: 100%;
}

[class*="col-xs-"],
[class*="col-sm-"],
[class*="col-md-"] {
    float: left;
    min-height: 1px;
    display: block;
    box-sizing: border-box;
}

.col img {
    max-width: 100%;
    /*max-width: 153px;*/
    height: auto;
}

@media (max-width: 980px) {
    .col-md-3 {
        width: 25%;
    }
    .col-md-3 img {
        width: 153px;
        width: 20vw;
        margin: 0 0 25px 0;
    }
}

@media (max-width: 767px) {
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-4 img {
        width: 153px;
        width: 25vw;
        margin: 0 0 25px 0;
        margin: 0 0 6vw 0;
    }
}

@media (max-width: 480px) {
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-6 img {
        width: 140px;
        width: 40vw;
        margin: 0 0 25px 0;
        margin: 0 0 7vw 0;
    }
}


/*catalogue*/

div.lower_body_right div.catalogue_img {
    /*float: left;
    margin-right: 40px;*/
    margin-bottom: 30px;
}

div.lower_body_right div.catalogue_img img {
    width: 100%;
    max-width: 600px;
}

div.lower_body_right div.catalogue_exp {
    /*float: left;
    width: 360px;
    margin-top: 230px;*/
}

div.lower_body_right p.catalogue_link {
    line-height: 120%;
}