@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

dl,
dt,
dd,
ol,
ul,
li {
    list-style: none;
}


/*    */

body,
html,
.all {
    height: 100%;
}

body {
    font-size: 90%;
    font-family: Josefin Sans, 'Noto Sans JP', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #444;
    background: url("/img/mainbg.jpg") left top no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


a:link,
a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


a:hover img {
    opacity: .4;
    -webkit-opacity: .4;
    -moz-opacity: .4;
    filter: alpha(opacity=40);
    /* IE lt 8 */
    -ms-filter: “alpha(opacity=40)”;
    /* IE 8 */
}

a img {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}


/* ------------

言語切り替え

------------ */

div.lang {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0 5px 20px;
}

div.lang li {
    display: inline;
    margin-right: 20px;
}



/* ------------

メインメニュ

------------ */
div.mainCover {
    width: 960px;
    margin: 0 auto;
    height: 100%;

}

div.mainMenu {
    position: fixed;
    top: 40px;
    margin-left: 640px;
    width: 300px;
    height: 300px;
    text-align: center;
    background-color: #febea1;
    background-color: rgba(254, 190, 161, 0.7);
    /* #febea1 */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    filter: alpha(opacity=70);
    /* IE lt 8 */
    -ms-filter: “alpha(opacity=70)”;
    /* IE 8 */

}


h1 {
    float: right;
    width: 100px;
    padding: 60px 0 0 0;
}

h1 img {
    margin-right: 10px;
}

ul.menuList {
    position: absolute;
    bottom: 0;
    width: 200px;
    text-align: left;
    margin-bottom: 80px;
}

ul.menuList li {
    margin: 0 0 10px 30px;
}

ul.menuList li.langE {
    font-size: 120%;
    font-weight: bold;
}

ul.menuList .mail {
    background: url(/img/icon_mail.gif) no-repeat left center;
    padding-left: 14px;
}

ul.menuList span.new {
    color: #f00;
    padding-left: 5px;
}



/* ------------

共通部分

------------ */

h2 {
    font-size: 160%;
    margin-bottom: 20px;
}

h3 {
    font-size: 120%;
    margin-bottom: 8px;
}


.blank {
    /* 別窓アイコン */
    /*background: url("/img/icon_blank.gif") no-repeat right center;*/
    display: inline-block;
    padding-left: 5px;
}



div.ctsBg {
    min-height: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    filter: alpha(opacity=90);
    /* IE lt 8 */
    -ms-filter: “alpha(opacity=90)”;
    /* IE 8 */
}

div.ctsOver {
    min-height: 100%;
    width: 980px;
    margin: 0 auto;
}

div.ctsCmn {
    min-height: 100% !important;
    width: 610px;
    padding: 40px 0 120px;
    margin-left: 20px;
}


.mt10 {
    margin-top: 10px;
}



/* ------------

トップ　main

------------ */

div.main {
    min-height: 100%;
}


/* ------------

よこてまいこ　profile

------------ */

div#prof h2 {
    float: left;
    width: 200px;
    height: 281px;
    margin-right: 4px;
    background-color: #febea1;
    background-color: rgba(254, 190, 161, 0.7);
    filter: alpha(opacity=70);
    /* IE lt 8 */
    -ms-filter: “alpha(opacity=70)”;
    /* IE 8 */
}


div#prof h2 span {
    display: block;
    text-align: center;
    margin-top: 125px;
}


div#prof ul.photo li {
    display: inline;
    margin: 0;
}


div#prof h3 {
    margin-top: 20px;
}

div#prof ul.biographie li {
    padding-left: 8px;
    background: url("/img/icon_prof.gif") no-repeat 0 9px;
}



/* ------------

作品　works

------------ */

div#works li {
    display: inline;
    margin: 0;
}


div#works li img {
    margin: 0;
    padding: 0;
}


/* ------------

展示会情報　eInfo

------------ */

div#eInfo h3 {
    margin: 5px 0 8px;
}

div#eInfo h3 small {
    font-size: 80%;
}

div#eInfo h4 {
    font-size: 120%;
    margin: 50px 0 10px;
}

.venue-multi dt {
    margin-top: 20px;
    position: relative;
    padding-left: 10px;
}

.venue-multi dt::before {
    content: "";
    width: 2px;
    height: 18px;
    background: #999;
    position: absolute;
    left: 0;
    top: 2px;
}


div#eInfo p.plural {
    margin-top: 50px;
}

div#eInfo .date {
    margin-bottom: 8px;
}


div#eInfo p.exImg img {
    width: 100%;
}

div#eInfo p.exImg img.bdr {
    border: 1px solid #ddd;
}


div#eInfo ul.otherInfo {
    margin: 10px 0 20px;
}

div#eInfo ul.otherInfo li {
    font-size: 90%;
}

div#eInfo .zairou {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #999;
}

div#eInfo ul.galleryInfo {
    margin-top: 20px;
    border: 1px solid #999;
    padding: 15px 0 10px 0;
}

div#eInfo ul.galleryInfo li {
    margin: 0 15px 5px 15px;
}

p.finInfo {
    margin-bottom: 20px;
    color: #c70000;
}


p.copy {
    text-align: center;
    padding: 20px 0 10px;
}



/**/

dl.accordion {}

dl.accordion>dt {
    background: url("/img/icon_open.png") no-repeat center right;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 5px;
}

dl.accordion>dt.open {
    background: url("/img/icon_close.png") no-repeat center right;
    font-size: 120%;
    font-weight: bold;
}

dl.accordion>dt span {
    padding-left: 8px;
    background: url("/img/icon_prof.gif") no-repeat center left;
}

dl.accordion>dd {
    line-height: 1.5;
    display: none;
    margin-bottom: 10px;
}



/*
for smartphone
================================================================== */
@media screen and (max-width: 960px) {


    div.mainCover {
        width: 100%;
    }

    div.mainMenu {
        right: 10px;
    }
}


/*
for smartphone
================================================================== */
@media screen and (max-width: 650px) {

    body {
        color: #333;
        background: url("/img/mainbg.jpg") left top no-repeat;
        background-attachment: scroll;
        background-size: cover;
    }

    div.mainCover {
        width: 100%;
        height: 10%;
    }

    div.mainMenu {
        position: static;
        width: 100%;
        height: 140px;
        border-radius: 0%;
        margin: 45px 0 0;
        padding: 0;
    }

    h1 {
        float: right;
        width: 60px;
        padding: 15px 0 0 0;
    }

    h1 img {
        margin-right: 0;
        height: 110px;
    }

    ul.menuList {
        position: static;
        padding: 15px 20px;
    }

    ul.menuList li {
        margin: 0 0 10px 0;
    }


    /* */

    div.ctsBg {
        min-height: 100%;
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
        filter: alpha(opacity=90);
        /* IE lt 8 */
        -ms-filter: “alpha(opacity=90)”;
        /* IE 8 */
    }

    div.ctsOver {
        min-height: 100%;
        width: 95%;
        margin: 0;
    }

    div.ctsCmn {
        min-height: 100% !important;
        width: 99%;
        padding: 40px 10px 120px 15px;
        margin: 0;
    }



    div#eInfo ul.galleryInfo {
        margin-top: 20px;
        border: 1px solid #999;
        padding: 15px 0 10px 0;
    }


}