﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url(common.css);
/*@i*/
body {
	line-height: 150%;/*lh150p*/
}
header, nav, #topicpath, #contents, footer {
	width: 840px;/*w840*/
	margin-left: auto;/*mla*/
	margin-right: auto;/*mra*/
}
nav {
	margin-bottom: 15px;/*mb15*/
}
nav ul {
	list-style-type: none;/*list:n*/
	margin: 0;/*m0*/
	padding-left: 0;/*pl0*/
	overflow: hidden;/*ovh*/
}
nav ul li {
	width: 210px;/*w210*/
	float: left;/*fl*/
}
nav ul li a {
	display: block;/*db*/
	height: 0;/*h0*/
	padding-top: 64px;/*pt64*/
}
nav ul li#nav_introduction a {
	background-image: url(../images/btn_navigation1.png);/*bgi*/
}
nav ul li#nav_schedule a {
	background-image: url(../images/btn_navigation2.png);/*bgi*/
}
nav ul li#nav_gallery a {
	background-image: url(../images/btn_navigation3.png);/*bgi*/
}
nav ul li#nav_tickets a {
	background-image: url(../images/btn_navigation4.png);/*bgi*/
}
#main {
	width: 610px;/*w610*/
	margin-right: 30px;/*mr30*/
	float: left;/*fl*/
}
#sub {
	width: 200px;/*w200*/
	float: right;/*fr*/
}
#main h1 {
	margin: 0 0 30px 0;/*m0-0-30-0*/
	padding: 35px 20px 35px 20px;/*p35-20-35-20*/
	background-image: url(../images/h1_top.png), url(../images/h1_bottom.png);/*bgi*/
	background-repeat: no-repeat, no-repeat;/*bgr:n*/
	background-position: center top, center bottom;/*bgp*/
	font-size: 175%;/*fz175p*/
	text-align: center;/*tac*/
}
#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;/*bgp*/
}
/* 基本レイアウト ここまで↑ */

/* トップページ ここから↓ */
#topics ul {
	list-style-type: none;/*list:n*/
	margin: 0;/*m0*/
	padding-left: 0;/*pl0*/
}
#topics ul li {
	margin-top: 1.5em;/*mt1.5e*/
	padding: 0 0 1.5em 9.3em;/*p0-0-1.5e-9.3e*/
	border-bottom: 1px dotted #666666;/*bdb+*/
	text-indent: -9.3em;/*ti-9.3e*/
}
/* トップページ ここまで↑ */

/* 「展覧会について」ページ ここから↓ */
.sec_field {
	margin-bottom: 30px;/*mb30*/
	overflow: hidden;/*ovh*/
}
.sec_field:last-child {
	margin-bottom: 0;/*mb0*/
}
/* 「展覧会について」ページ ここまで↑ */

/* 「スケジュール」ページ ここから↓ */
table thead tr {
	background-color: #333333;/*bfc*/
	color: #ffffff;/*c*/
}
table tbody tr:nth-child(even) {
	background-color: #f2f2f2;/*bgc*/
}
/* 「スケジュール」ページ ここまで↑ */

/* 「作品紹介」ページ ここから↓ */
.pic_field figure {
	width: 290px;/*w290*/
	margin: 0 30px 0 0;/*m0-30-0-0*/
	float: left;/*fl*/
}
.pic_field figure:last-child {
	margin-right: 0;/*mr*/
}
/* 「作品紹介」ページ ここまで↑ */

/* 「前売り券申し込み」ページ ここから↓ */
input[required] {
	width: 250px;/*w250*/
	background-color: #ffcccc;/*bgc*/
}
/* 「前売り券申し込み」ページ ここまで↑ */
