@charset "UTF-8";
/* CSS Document */
/* このファイルは編集不可です！！！！！！ CSSの修正を行う場合は、custom.cssに記載してください*/

/* クリアフィックスの設定 */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}



/* 共通ベース */
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	background-color: #f1f1ea;
}
article{
	width: 960px;
	background-image: url(../images/bg_base.gif);
	box-shadow: 7px 7px 0 0 #999;
	margin: 0 auto;
}

figure {
	margin: 0;
}

section{
	padding: 20px 30px 0;
}
section h1{
	text-align: center;
	margin:0 0 20px;
}
h2{
	text-align: center;
	font-size: 18px;
	margin: 0 0 18px;
	padding: 5px 0;
}
section p{
		line-height: 1.5;
}
section strong{
	font-weight: bold;
}

section .attention{
	font-size: 13px;
}

.bgc1 h2{
	background-color: #a9d2df;
	border-radius: 5px;
}
.bgc2 h2{
	background-color: #ebb081;
	border-radius: 5px;
}



/* ヘッダー */
header .top{
	width: 960px;
	height: 660px;
	background: url(../images/header_bg.jpg) no-repeat center;
	margin: 0 auto;
	padding: 0 20px;
}
header .top h1{
	margin: 0;
}
header .top p{
	text-align: right;
	margin: 0;
	padding-top: 10px;
}



/* ナビ */
nav{
	background-color: #f2f2ea;
}
nav ul{
	width: 962px;
	background: url(../images/navi_bg.jpg) no-repeat;
	list-style: none;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	padding: 20px;
}
nav li{
	float: left;
	width: 160px;
}
nav li:last-child {
	width: 159px;
	border-right: 1px solid #B78E31;
}
nav a{
	background-color: #FFDC6A;
	border: 1px solid #B78E31;
	border-right: 0;
	color: #4F3F00;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	white-space: nowrap;
}
nav a:hover{
	background-color: #DCDCC7;
}



/* はじめに・NEWS */
.introduction .boxLeft{
	float: left;
	width: 480px;
}
.introduction .boxLeft h2{
	padding-top: 20px;
}
.introduction .boxRight{
	float: right;
	width: 320px;
	height: 300px;
	overflow: hidden;
	border: 1px solid #ccc;
	margin-left: 40px;
	padding: 20px;
	background-color: #fff;
}
.introduction .news{
	color: #1f2a66;
}

.introduction .news p{
	margin-top:  10px;
}



/*トピックス*/
.topics{
	background: url(../images/introduction_Hamabou.png) right bottom no-repeat;
}
.topics h2{
	width: 480px;
}
.topics .topicsBox{
	width: 420px;
	height: 220px;
	overflow-y: scroll;
	background-color: #f1f1ea;
	box-shadow: 3px 5px 0 #999;
	font-size: 14px;
	padding: 10px 20px 0;
}
.topics .topicsBox dt{
	float: left;
	width: 60px;
	text-align: center;
	padding: 4px 4px;
	color: #fff;
	border-radius: 3px;
}
.topics .topicsBox dt.topicNews{
	background-color: #98c9d9;
}
.topics .topicsBox dt.topicEvent{
	background-color: #ebb081;
}
.topics .topicsBox dd{
	padding-left: 80px;
	min-height: 29px;
	padding-top: 4px;
	margin-bottom: 18px;
	margin-left: 0;
}




/* 開催概要 */
.eventguide{
	text-align: center;
}
.eventguide .boxLeft{
	float: left;
	width: 440px;
}
.eventguide .boxRight{
	float: right;
	width: 440px;
}
.eventguide .txt{
	margin-bottom: 20px;
}
.eventguide p{
	line-height: 1.5;
}
.eventguide p.attention{
	text-align: left;
	margin-top: 0;
}



/* 見どころ */
section.point{
	padding-left: 10px;
	padding-right: 10px;
}



/* その他関連イベント */
.events{
	font-size: 14px;
}

/* イベントの概要と開催日時など情報を横並びにする設定です*/
.events .eventBox div.event {
	float: left;
	width: 486px;
	margin-right: 36px;
}
.events .eventBox .date {
	float: left;
	width: 326px;
	border: 2px solid #A9D2DF;
	padding: 24px 24px 0;
	background-color: #fff;
	border-radius: 8px;
	margin-top: 0;
	margin-bottom: 24px;
}
.bgc2 .eventBox .date {
	border-color: #EBB081;
}


.events .eventBox2 div.dates {
	border: 2px solid #A9D2DF;
	padding: 24px 24px 0;
	background-color: #fff;
	border-radius: 8px;
	margin-bottom: 24px;
}

.events .bgc2 .eventBox2 div.dates {
	border-color: #EBB081;
}

.events .eventBox2 div.dates .date {
	float: left;
	width: 48%;
	margin: 0;
}
.events .eventBox2 div.dates .date:first-child {
	margin-right: 4%;
}

.eventsTxt{
	margin-bottom: 20px;
}
.eventsTxt h2{
	padding: 10px 0;
}
.eventsTxt p{
	margin: 10px 0;
}
.eventsTxt p.lead{
	margin: 16px 0;
}


.eventsTxt .schedule:last-child {
	float: right;
}

.eventsTxt .event dl:not(.scedule) dt {
	font-weight: bold;
}
.eventsTxt .event dl:not(.scedule) dd {
	margin-bottom: 18px;
	margin-left: 0;
}

/*ギャラリートークの日程の箇所のレイアウト*/
.eventsTxt .schedule {
	width: 220px;
	float: left;
}
.eventsTxt .schedule dt {
	float: left;
	width: 8.5em;
	text-align-last:justify;
}
.eventsTxt .schedule dd {
	padding-left: 9.5em;
	margin-left: 0;
	margin-bottom: 18px;
}



.eventsTxt .date dt{
	float: left;
	border-radius: 3px;
	width: 60px;
	text-align: center;
	font-weight: bold;
	padding: 4px 4px;
}
.eventsTxt.bgc1 .date dt{
	background-color: #a9d2df;
}
.eventsTxt.bgc2 .date dt{
	background-color: #ebb081;
}
.eventsTxt .date dd{
	min-height: 24px;
	margin-left: 0;
	margin-bottom: 24px;
	padding-left: 80px;
}
.eventsTxt h2.attention{
	font-size: 18px;
	text-align: left;
	padding-left: 20px;
}
.eventsTxt ul{
	list-style: none;
	padding-left: 0;
}
.eventsTxt li {
	line-height: 1.5;
}



/* 各種ダウンロード */
.download p.lead{
	padding-left: 120px;
}

/* プレスリリース・チラシ・チケット欄の設定 */
.download .press{
	float: left;
	width: 230px;
	text-align: center;
	padding-right: 10px;
}
.download .poster{
	float: left;
	width: 400px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.download .ticket{
	float: left;
	width: 240px;
	text-align: center;
	page-break-before: 10px;
}
.download figcaption{
	padding-top: 20px;
}

/* キッズマップ・ワークシート欄の設定 */
.download .kidsMap{
	margin-top: 20px;
}
.download .workSheet{
	margin-top: 20px;
	border-bottom: 1px dashed #999;
}
.download .bgc1 h3{
	background-color: #a9d2df;
	border-radius: 5px;
	padding: 5px 0 5px 10px;
}
.download .kidsMap figure{
	float: left;
	width: 280px;
	text-align: center;
}
.download .kidsMap .boxRight{
	float: left;
	width: 510px;
	padding-top: 20px;
}
.download .txt{
	margin-top: 20px;
}
.download .txt figure{
	float: left;
	width: 280px;
	text-align: center;
}
.download .txt .boxRight{
	float: left;
	width: 510px;
}



/* 特別解説書 */
.handbook {
	padding-bottom: 40px;
}

.handbook figure{
	float: left;
	width: 280px;
	text-align: center;
}
.handbook p
{
	float: left;
	width: 510px;
}



/* フッター */
footer{
	background: url(../images/footer_bg.jpg) no-repeat;
	background-size: cover;
	margin: 10px auto 0;
}
footer div {
	width: 960px;
	margin: 0 auto;
}
footer figure{
	text-align: center;
	margin: 0;
}
footer figcaption{
	margin-top: -5px;
}
footer a{
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
}
