@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 {
    float: left;
    width: 250px;
    margin: 74px 0 0 0;
}

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

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

div.lower_body_left ul li {
    margin: 0 0 15px 0;
}

div.lower_body_left ul li.on {
    font-weight: 700;
}

div.lower_body_left ul li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

div.lower_body_left ul li a.current {
    font-weight: 700;
}

div.lower_body_left ul li a:hover {
    text-decoration: none;
    font-weight: 700;
}

div.lower_body_right {
    float: right;
    width: 710px;
    margin: 50px 0 0 0;
    padding: 30px 0 0 0;
}

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

div.lower_body_right h2 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 4px 0 38px 0;
}

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

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

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: 14px;
    font-weight: 500;
    font-style: italic;
}

div.lower_body_right p span.ja_credit_ml {
    display: block;
    margin: 0 0 0 42px;
    padding: 0;
    font-weight: 500;
    line-height: 24px;
}

div.lower_body_right p span.en_credit_ml {
    display: block;
    margin: 0 0 0 69px;
    padding: 0;
    font-weight: 500;
    line-height: 24px;
}


/*works*/

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

div.lower_body_right ul.works_thumbnails {
    clear: both;
    list-style: none;
    margin: 0;
    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 {
    float: left;
    margin: 0 30px 30px 0;
}

div.lower_body_right ul.works_thumbnails li.no_mr {
    margin-right: 0;
}

div.lower_body_right ul.works_thumbnails li a img {
    width: 153px;
    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;
}


/*catalogue*/

div.lower_body_right div.catalogue_img {
    float: left;
    margin-right: 40px;
}

div.lower_body_right div.catalogue_img img {
    width: 300px;
}

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

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