﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url(common.css);

body {
    line-height: 150%;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 0;
}


/* 背景だけを透過 */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../images/hamu.png);
    background-repeat: repeat;
    background-size: 300px 300px;
    background-position: top left;
    opacity: 0.06;
    /* 背景だけ透過 */
    z-index: -1;
    /* 背景を後ろに */
    pointer-events: none;

}


header,
nav,
#topicpath,
#contents,
footer {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
}

#info_field {
    margin-top: 40px;
    /* footer内の上に余白を作る */
}

#copyright {
    margin-top: 20px;
    /* copyrightにも余白追加 */
    padding-top: 10px;
    /* さらに余白を足したいならpaddingも */
    text-align: center;
}

footer {
    margin-top: 100px;
    /* 40pxの余白をfooterの上に作る */
    padding: 20px 0;
    text-align: center;
    /* 既存のスタイルはそのまま */
}

#sub {
    margin-bottom: 40px;
    /* footer前の要素に余白 */
}

nav {
    margin-bottom: 15px;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    overflow: hidden;
}

nav ul li {
    width: 210px;
    float: left;
}

nav ul li a {
    display: block;
    height: 0;
    padding-top: 64px;
}

nav ul li#nav_rogo a {
    background-image: url(../images/btn_navigation1.png);
}

nav ul li#nav_posuta a {
    background-image: url(../images/btn_navigation2.png);
}

nav ul li#nav_htmlcss a {
    background-image: url(../images/btn_navigation3.png);
}

nav ul li#nav_kurahuto a {
    background-image: url(../images/btn_navigation4.png);
}

#main {
    width: 610px;
    margin-right: 30px;
    float: left;
}

#sub {
    width: 200px;
    float: right;
}

#main h1 {
    margin: 0 0 20px 0;
    padding: 35px 20px 90px 20px;
    background-image: url(../images/h1_bottom.png);
    background-repeat: no-repeat;
    font-size: 250%;
    text-align: center;
    font-family: "DotGothic16", sans-serif;
}


#introduction #nav_introduction a,
#schedule #nav_schedule a,
#gallery #nav_gallery a,
#tickets #nav_tickets a,
nav ul li a:hover {
    background-position: 0 -64px;
}


/* 基本レイアウト ここまで↑ */

/* トップページ ここから↓ */

#topics ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}




/* トップページ ここまで↑ */

/* 「展覧会について」ページ ここから↓ */

.sec_field {
    margin-bottom: 30px;
    overflow: hidden;
    background: repeating-linear-gradient(white,
            white 24px,
            #d0e0f0 25px);
    line-height: 25px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    position: relative;
}

.sec_field p {
    margin: 0 0 10px;
}


.sec_field:last-child {
    margin-bottom: 0;
}




/* 「展覧会について」ページ ここまで↑ */

/* 「スケジュール」ページ ここから↓ */

table thead tr {
    background-color: #333;
    color: #fff;
}

table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* 「スケジュール」ページ ここまで↑ */

/* 「作品紹介」ページ ここから↓ */

.pic_field figure {
    margin: 0 30px 0 0;
    float: left;
}

.pic_field figure:last-child {
    margin-right: 0;
}





/* 「作品紹介」ページ ここまで↑ */

/* 「前売り券申し込み」ページ ここから↓ */






/* 「前売り券申し込み」ページ ここまで↑ */