@charset "utf-8";

/*********************************
* ページ共通
**********************************/

/* link
**********************************/
a {
	color: #5b8886;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
.block {
	display: inline-block;
}
.imgLink {
	display: inline-block;
}
.imgLink:hover {
	opacity: .5;
}

/* float
**********************************/
.fl { float: left; }
.fr { float: right; }
.clearfix {
	overflow: hidden;
	*zoom: 1;
}
.clearboth {
	clear: both;
}

/* margin
**********************************/
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.ml10 { margin-left: 10px !important; }
.ml12 { margin-left: 12px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.pdt25 { padding-top: 25px !important; }
.pdt30 { padding-top: 30px !important; }
.pdt35 { padding-top: 35px !important; }
.pdl0 { padding-left: 0 !important; }
.pdl10 { padding-left: 10px !important; }
.pdl20 { padding-left: 20px !important; }
.pdl30 { padding-left: 30px !important; }
.pdb10 { padding-bottom: 10px !important; }
.pdb80 { padding-bottom: 80px !important; }
.mlr_auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* text
**********************************/
strong {
	font-weight: bold;
}
.min_txt {
	font-size: 12px !important;
}
.nom_txt {
	font-size: 14px !important;
}
.large_txt {
	font-size: 16px !important;
}
.large_x_txt {
	font-size: 18px !important;
}
.line_h150 {
	line-height: 1.5 !important;
}
.line_h220 {
	line-height: 2.2 !important;
}
.nowrap_txt {
	white-space: nowrap;
}
.tit_txt01 {
	font-size: 23px;
	color: #5b8886;
}
.tit_txt01_min {
	font-size: 12px;
	color: #5b8886;
	vertical-align: middle;
}
.tit_txt02 {
	font-size: 17px;
	color: #5b8886;
	font-weight: bold;
}
.tit_txt03 {
	font-size: 23px;
	color: #5b8886;
	font-weight: bold;
	line-height: 1.6;
}
.tit_txt03_min {
	font-size: 16px;
	color: #5b8886;
	vertical-align: middle;
}
.tit_txt03_min02 {
	font-size: 14px;
	color: #5b8886;
	vertical-align: middle;
}
.tit_txtbox01 {
	font-size: 15px;
	color: #8ba8ae;
	border: 1px solid #8ba8ae;
	padding: 5px 12px;
}
.tit_txtbox02 {
	border: 2px solid #efefef;
	line-height: 3;
}
.cau_area {
	border: 4px double #df281e;
	padding: 10px 15px;
	color: #df281e;
	font-weight: bold;
}
.cau_text {
	color: #df281e;
	font-weight: bold;
}
.tit_red {
	background-color: #df281e;
	color: #fff;
	padding: 2px 12px;
}
.gray {
	color: #666;
}
.darkgray {
	color: #999;
}
.red {
	color: #df281e !important;
}
.green {
	color: #5b8886 !important;
}
.bg_red {
	background-color: #df281e !important;
}
.ltsp0 {
	letter-spacing: 0;
}
.ltsp01 {
	letter-spacing: 0.1em;
}
.ltsp1 {
	letter-spacing: 1em;
}
.minW800 { min-width: 800px;}

/* border
**********************************/
.bd_bottom_dot01 {
	padding-bottom: 30px;
	border-bottom: 1px dotted #999;
}
.bd_green01 {
	border: 1px solid #aac7c6;
}

/* text-align
**********************************/
.tc { text-align: center !important; }
.tr { text-align: right !important; }
.tl { text-align: left !important; }

/* text-hidden
**********************************/
.to {
	overflow: hidden;
	white-space: nowrap;
	text-indent: -9999px;
	line-height: 1;
	font-size: 1;
}

/* imgBorder
**********************************/
.img_border01 {
	border: 2px solid #bfa25b;
}

/* table
**********************************/
.pd0 { padding: 0 0 30px !important; }
.w5 {width: 5%; }
.w10 {width: 10%; }
.w15 {width: 15%; }
.w25 {width: 25%; }
.w40 {width: 40%; }
.w45 {width: 45%; }
.table01,
.table02,
.table03 {
	width: 100%;
}
.table01 td.wb {
	word-break: break-all;
}
.table01 th.w20 {
	width: 130px;
}

/* table for ticket
**********************************/
.table01 {
	background: #fff;
}
.table01 th {
	padding: 10px 10px;
	vertical-align: middle !important;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.table01 th.last_col {
	border-right: 1px solid #c9e1d9;
}
.table01 th.last_row {
	border-bottom: 1px solid #c9e1d9;
}
.table01 td {
	padding: 10px 10px;
	vertical-align: middle !important;
	border-bottom: 1px solid #c9e1d9;
	border-right: 1px solid #c9e1d9;
}
.table01 th {
	background: url(../images/ticket/bg_ticket_table01.gif) repeat 0 0;
	color: #333831;
}
.table01 th img {
	border: 4px solid #fff;
}
.table01 td {
	vertical-align: middle !important;
}

/* table for outline(english)
**********************************/
.table02 {
	background: #fff;
	font-size: 14px;
}
.table02 th {
	padding: 10px 10px;
	vertical-align: middle !important;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.table02 th.first_row,
.table02 td.first_row {
	border-top: 1px solid #c9e1d9;
}
.table02 th.first_col {
	border-bottom: 1px solid #c9e1d9;
}
.table02 th.last_col {
	border-right: 1px solid #c9e1d9;
}
.table02 th.last_row {
	border-bottom: 1px solid #c9e1d9;
}
.table02 td {
	padding: 10px 10px;
	vertical-align: middle !important;
	border-bottom: 1px solid #c9e1d9;
	border-right: 1px solid #c9e1d9;
}
.table02 th {
	background: url(../images/outline/bg_outline_table01.gif) repeat 0 0;
	color: #333831;
	width: 120px;
}
.table02 th img {
	border: 4px solid #fff;
}
.table02 td {
	vertical-align: middle !important;
}
#outline .table02 th,
#outline .table02 td {
	font-weight: bold;
}
.table03 {
	background: #fff;
	font-size: 14px;
}
.table03 th {
	padding: 10px 10px;
	vertical-align: middle !important;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.table03 th.first_row,
.table03 td.first_row {
	border-top: 1px solid #c9e1d9;
}
.table03 th.first_col {
	border-bottom: 1px solid #c9e1d9;
}
.table03 th.last_col {
	border-right: 1px solid #c9e1d9;
}
.table03 th.last_row {
	border-bottom: 1px solid #c9e1d9;
}
.table03 td {
	padding: 10px 10px;
	vertical-align: middle !important;
}
.table03 th {
	background: url(../images/outline/bg_outline_table01.gif) repeat 0 0;
	color: #333831;
	width: 120px;
}
.table03 th img {
	border: 4px solid #fff;
}
.table03 td {
	vertical-align: middle !important;
}
/* for english */
.table01.english {
	margin-left: 2%;
	width: 98%;
}
.table01.english th,
.table01.english td {
	font-size: 10px !important;
}
.table03.english th,
.table03.english td {
	font-size: 14px;
}
.v_middle {
	vertical-align: middle !important;
}

/* box
**********************************/
.box01 {}
.box02 {}
.w570 {
	width: 570px;
	margin: 0 auto;
}
.w580 {
	width: 580px;
	margin: 0 auto;
}

/* common
**********************************/
body {
	background: #FFF;
	color: #000;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 16px;
	letter-spacing: 0.2em;
	width: 100%;
	min-width: 1060px;
}
::-moz-selection {
	background: #5b8886;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #5b8886;
	color: #fff;
	text-shadow: none;
}
#wrapper {
/*	position: relative;
	overflow: hidden;
	height: 100%;
	width: 980px;
	margin: 0 auto;*/
	line-height: 1.8;
}
#contents {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 980px !important;
	margin: 0 auto;
}
.inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.left_column {
	width: 180px;
	float: left;
	margin-right: 80px;
}
#global_nav {
	letter-spacing: normal!important;
}
#bg_header, #bg_footer {
	-webkit-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	-ms-transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
	transition: all 0.8s linear;
}
.bg_header_05, .bg_footer_05 {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.bg_header_01 {
	background: url(../images/common/bg01.png) no-repeat center top transparent;
}
.bg_footer_01 {
	background: url(../images/common/f_bg01.png) no-repeat center bottom transparent;
}
.bg_header_02 {
	background: url(../images/common/bg02.png) no-repeat center top transparent;
}
.bg_footer_02 {
	background: url(../images/common/f_bg02.png) no-repeat center bottom transparent;
}
.bg_header_03 {
	background: url(../images/common/bg03.png) no-repeat center top transparent;
}
.bg_footer_03 {
	background: url(../images/common/f_bg03.png) no-repeat center bottom transparent;
}
.bg_header_04 {
	background: url(../images/common/bg04.png) no-repeat center top transparent;
}
.bg_footer_04 {
	background: url(../images/common/f_bg04.png) no-repeat center bottom transparent;
}
.bg_header_05 {
	background: url(../images/common/bg05.png) no-repeat center top transparent;
}
.bg_footer_05 {
	background: url(../images/common/f_bg05.png) no-repeat center bottom transparent;
}
.l_copy {
	font-family: Helvetica;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0;
	width: 100%;
	padding: 15px 0;
	line-height: 1;
}
.bg_footer_01 .l_copy { color: #c08a5f; }
.bg_footer_02 .l_copy { color: #a85c81; }
.bg_footer_03 .l_copy { color: #83818b; }
.bg_footer_04 .l_copy { color: #8ca972; }
.bg_footer_05 .l_copy { color: #62888b; }
#l_footer small {
	font-size: 12px;
}
h1 {
	background: url(../images/common/h1_logo.png) no-repeat transparent;
	width: 240px;
	height: 105px;
	margin-bottom: 45px;
}
.bg_header_01 h1 { background-position: -10px -10px; }
.bg_header_02 h1 { background-position: -10px -135px; }
.bg_header_03 h1 { background-position: -10px -260px; }
.bg_header_04 h1 { background-position: -10px -385px; }
.bg_header_05 h1 { background-position: -10px -510px; }
h1 a {
	display: block;
	width: 270px;
	height: 130px;
}
.dateInfo {
	background: url(../images/common/dateinfo.png) no-repeat transparent;
	width: 590px;
	height: 92px;
	float: right;
	margin-bottom: 35px;
	position: relative;
}
.bg_header_01 .dateInfo { background-position: -9px -10px; }
.bg_header_02 .dateInfo { background-position: -9px -121px; }
.bg_header_03 .dateInfo { background-position: -9px -232px; }
.bg_header_04 .dateInfo { background-position: -9px -343px; }
.bg_header_05 .dateInfo { background-position: -9px -454px; }

.map {
	width: 144px;
	height: 18px;
	position: absolute;
	bottom: 3px;
	left: 67px;
	text-indent: -9999px!important;
}
.map a {
	display: block;
	height: 100%;
}
.map a:hover {
	opacity: 0.7;
}

/* countdown *****/
#countdownArea {
	min-height: 60px;
	/*margin-bottom: 22px;*/
	margin-bottom: 15px;
	z-index: 1;
	position: relative;
}
.bg_header_01 #countdownArea { background: rgba(205,132,76,0.3); }
.bg_header_02 #countdownArea { background: rgba(191,115,149,0.3); }
.bg_header_03 #countdownArea { background: rgba(99,121,157,0.3); }
.bg_header_04 #countdownArea { background: rgba(118,135,26,0.3); }
.bg_header_05 #countdownArea { background: rgba(72,145,137,0.3); }
.countdown {
	background: url(../images/common/h_bg_countdown.png) no-repeat left 25px transparent;
	width: 434px;
	min-height: 60px;
	position: relative;
	margin: 0 auto;
}
.countdown p {
	width: 347px;
	height: 36px;
	position: absolute;
	top: 25%;
	right: 8px;
}
.countdown p span {
	background: url(../images/common/h_parts_countdown.png) no-repeat transparent;
}
.countdown p span {
	display: block;
	float: left;
	margin-right: 1px;
	height: 36px;
	overflow: hidden;
	width: 20px;
	background-position: 0 -46px;
	margin-top: 2px;
}
.countdown p span:last-child {
	margin-right: 0;
}
.countdown p span.def {
	background-position: 0 0;
	width: 7px;
	height: 22px;
	margin: 4px 6px 0 6px;
}
.countdown p span.image0 { background-position: 0 -38px; }
.countdown p span.image1 { background-position: 0 -78px; }
.countdown p span.image2 { background-position: 0 -118px; }
.countdown p span.image3 { background-position: 0 -158px; }
.countdown p span.image4 { background-position: 0 -196px; }
.countdown p span.image5 { background-position: 0 -238px; }
.countdown p span.image6 { background-position: 0 -276px; }
.countdown p span.image7 { background-position: 0 -319px; }
.countdown p span.image8 { background-position: 0 -358px; }
.countdown p span.image9 { background-position: 0 -398px; }
.countdown p span.days {
	background: url(../images/common/h_parts_dhms.png) no-repeat transparent;
	background-position: 2px 0;
	width: 16px;
	height: 18px;
	margin: 12px 6px 0 6px;
}
.countdown p span.hour {
	background: url(../images/common/h_parts_dhms.png) no-repeat transparent;
	background-position: 0 -19px;
	width: 37px;
	height: 19px;
	margin: 12px 6px 0 6px;
}
.countdown p span.minutes {
	background: url(../images/common/h_parts_dhms.png) no-repeat transparent;
	background-position: 0 -39px;
	width: 18px;
	height: 17px;
	margin: 12px 6px 0 6px;
}
.countdown p span.seconds {
	background: url(../images/common/h_parts_dhms.png) no-repeat transparent;
	background-position: 0 -57px;
	width: 17px;
	height: 19px;
	margin: 12px 6px 0 6px;
}


.waitingArea {
	width: 460px;
	margin: 0 auto;
	padding: 15px 0;
	word-break:break-all;
	}
.waitingArea_inner {
	position: relative;
	padding-left: 130px;
	color: #ffffff;
	margin: 0 auto;
	line-height: 1.4;
	font-size: 16px;
	overflow: hidden;
	min-height: 40px;
	}
.waitingTime .w_time {
	font-size: 36px;
	font-weight: bold;
	vertical-align: sub;
	margin: 0 5px;
	}
.waitingArea_inner:before {
	background: url(../images/common/bg_waiting.png) no-repeat left center transparent;
	content: '';
	display: block;
	left: 0;
	top: 50%;
	margin-top: -20px;
	width: 120px;
	height: 40px;
	position: absolute;
}
.waitingTime a {
	color: #ffffff;
}



/* t-banner *****/
.t_banner {
	text-align: center;
	margin-bottom: 20px;
}
.t_banner a:hover {
	opacity: 0.7;
}

/* content *****/
.contentWrap {
	float: left;
	width: 720px;
}
.content {
	width: 720px;
	margin: 0 auto;
	clear: both;
	position: relative;
}

/* pagetop *****/
.pagetop {
	background: url(../images/common/pagetop.png) no-repeat transparent;
	display: block;
	height: 36px;
	width: 50px;
	position: fixed;
	right: 40px;
	bottom: -120px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	z-index: 9999;
}
.pagetop:hover {
	opacity: 0.7;
}

/* snsBtn *****/
#btn-sbm {
	text-align: left;
	vertical-align: middle;
}
#btn-sbm li {
	display: block;
	padding: 0px;
	line-height: normal;
	list-style: none;
	vertical-align: middle;
	z-index: 9999;
	margin-bottom: 10px;
}
*html #btn-sbm li { display: inline; } /* for IE6 */
*+html #btn-sbm li { display: inline; } /* for IE7 */
#btn-sbm li a { margin: 0px; }
#btn-sbm .btnFaceBook { width: 110px; }
#btn-sbm .btnLine {
	display: none;
}

/* l_nav *****/

/* 開催情報 */
.n_outline { background-position: -13px -7px !important; }
.n_outline.on, .l_nav > li.open > .n_outline {
	background-position: -13px -37px !important;
}
.n_outline_01 { background-position: -13px -61px !important; }
.n_outline_02 { background-position: -13px -91px !important; }
.n_outline_01:hover, .navi_active .n_outline_01 { background-position: -13px -121px !important; }
.n_outline_02:hover, .navi_active .n_outline_02 { background-position: -13px -151px !important; }

/* 展覧会の見どころ */
.n_highlight { background-position: -192px -7px !important; }
.n_highlight:hover, .n_highlight.current {
	background-position: -192px -37px !important;
}

/* 作品紹介 */
.n_works { background-position: -372px -7px !important; }
.n_works.on, .l_nav > li.open > .n_works {
	background-position: -372px -37px !important;
}
.n_works_01 { background-position: -372px -62px !important; }
.n_works_02 { background-position: -372px -92px !important; }
.n_works_03 { background-position: -372px -122px !important; }
.n_works_04 { background-position: -372px -152px !important; }
.n_works_05 { background-position: -372px -182px !important; }
.n_works_06 { background-position: -372px -212px !important; }
.n_works_07 { background-position: -372px -242px !important; }

.n_works_01:hover, .navi_active .n_works_01 { background-position: -372px -272px !important; }
.n_works_02:hover, .navi_active .n_works_02 { background-position: -372px -302px !important; }
.n_works_03:hover, .navi_active .n_works_03 { background-position: -372px -332px !important; }
.n_works_04:hover, .navi_active .n_works_04 { background-position: -372px -362px !important; }
.n_works_05:hover, .navi_active .n_works_05 { background-position: -372px -392px !important; }
.n_works_06:hover, .navi_active .n_works_06 { background-position: -372px -422px !important; }
.n_works_07:hover, .navi_active .n_works_07 { background-position: -372px -452px !important; }

/* チケット */
.n_ticket { background-position: -553px -7px !important; }
.n_ticket.on, .l_nav > li.open > .n_ticket {
	background-position: -553px -37px !important;
}
.n_ticket_01 { background-position: -553px -62px !important; }
.n_ticket_02 { background-position: -553px -92px !important; }

.n_ticket_01:hover, .navi_active .n_ticket_01 { background-position: -553px -122px !important; }
.n_ticket_02:hover, .navi_active .n_ticket_02 { background-position: -553px -152px !important; }

/* グッズ＆音声サポート */
.n_goods, .n_goods.off { background-position: -733px -7px !important; }
.n_goods:hover, .n_goods.current {
	background-position: -733px -37px !important;
}

/* 展覧会サポーター */
.n_supporter { background-position: -912px -7px !important; }
.n_supporter:hover, .n_supporter.current {
	background-position: -912px -37px !important;
}

.l_nav > li {
	line-height: 1;
	text-indent: -9999px;
	margin-bottom: 30px;
}
.l_nav > li > a,
.l_nav > li > span {
	display: block;
	height: 14px;
	text-decoration: none;
}
.l_nav > li > a:hover,
.l_nav > li > span:hover {
	opacity: 0.7;
}
.l_nav > li > span {
	cursor: pointer;
}
.bg_header_01 .l_nav > li > a,
.bg_header_01 .l_nav > li > span {
	background: url(../images/common/l_nav01.png) no-repeat transparent;
}
.bg_header_02 .l_nav > li > a,
.bg_header_02 .l_nav > li > span {
	background: url(../images/common/l_nav02.png) no-repeat transparent;
}
.bg_header_03 .l_nav > li > a,
.bg_header_03 .l_nav > li > span {
	background: url(../images/common/l_nav03.png) no-repeat transparent;
}
.bg_header_04 .l_nav > li > a,
.bg_header_04 .l_nav > li > span {
	background: url(../images/common/l_nav04.png) no-repeat transparent;
}
.bg_header_05 .l_nav > li > a,
.bg_header_05 .l_nav > li > span {
	background: url(../images/common/l_nav05.png) no-repeat transparent;
}

.l_nav > li > span {
	margin-bottom: 5px;
}
.l_nav > li > span:hover {
	opacity: .5;
}
.n_dMenu01 ul {
	display: none;
	margin: 20px 0 -5px 5px;
}
.n_dMenu01 ul li {
	width: 0;
	height: 26px;
	margin-bottom: 6px;
	position: relative;
}
.n_dMenu01.open ul {
	display: block;
}
.n_dMenu01.open ul li {
	width: 100%;
}
.n_dMenu01.open ul li a {
	opacity: 1;
}
.n_dMenu01 ul li a {
	height: 26px;
	text-decoration: none;
	display: block;
	margin-bottom: 15px;
	opacity: 0;
}
.bg_header_01 .n_dMenu01 ul li a {
	background: url(../images/common/l_nav01.png) no-repeat transparent;
}
.bg_header_02 .n_dMenu01 ul li a {
	background: url(../images/common/l_nav02.png) no-repeat transparent;
}
.bg_header_03 .n_dMenu01 ul li a {
	background: url(../images/common/l_nav03.png) no-repeat transparent;
}
.bg_header_04 .n_dMenu01 ul li a {
	background: url(../images/common/l_nav04.png) no-repeat transparent;
}
.bg_header_05 .n_dMenu01 ul li a {
	background: url(../images/common/l_nav05.png) no-repeat transparent;
}
.l_nav .off {
	opacity: .5 !important;
}
.n_dMenu01 .off {
	opacity: .5 !important;
}
.n_dMenu01 .off:hover {
	/*background: #000;*/
}

/* f_nav *****/
.f_navArea {
	width: 420px;
	padding: 0;
	font-size: 13px;
	position: relative;
	top: 40px;
}
.f_navArea a:hover {
	text-decoration: underline;
}
.f_nav {
	width: 200px;
}
.f_nav > li {
	line-height: 1;
	margin-bottom: 20px;
	font-weight: bold;
	padding-left: 20px;
}
.f_nav > li > a {
	display: block;
	text-decoration: none;
	position: relative;
}
#bg_footer {
	padding-top: 198px;
}
.bg_footer_01 .f_nav > li, .bg_footer_01 .f_nav > li > a, .bg_footer_01 .f_dMenu01 ul li a, .bg_footer_01 .f_mapBtn {
	color: #63362e;
}
.bg_footer_02 .f_nav > li, .bg_footer_02 .f_nav > li > a, .bg_footer_02 .f_dMenu01 ul li a, .bg_footer_02 .f_mapBtn {
	color: #4e5475;
}
.bg_footer_03 .f_nav > li, .bg_footer_03 .f_nav > li > a, .bg_footer_03 .f_dMenu01 ul li a, .bg_footer_03 .f_mapBtn {
	color: #2f3a58;
}
.bg_footer_04 .f_nav > li, .bg_footer_04 .f_nav > li > a, .bg_footer_04 .f_dMenu01 ul li a, .bg_footer_04 .f_mapBtn {
	color: #b6535f;
}
.bg_footer_05 .f_nav > li, .bg_footer_05 .f_nav > li > a, .bg_footer_05 .f_dMenu01 ul li a, .bg_footer_05 .f_mapBtn {
	color: #586256;
}
.f_nav > li > span {
	position: relative;
	letter-spacing: 0;
}
.f_nav > li > a:before,
.f_nav > li > span:before {
	background: url(../images/common/f_icon.png) no-repeat transparent;
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	left: -15px;
	top: 50%;
	margin-top: -5px;
}
.bg_footer_01 .f_nav > li > a:before,
.bg_footer_01 .f_nav > li > span:before {
	background-position: -10px -10px;
}
.bg_footer_02 .f_nav > li > a:before,
.bg_footer_02 .f_nav > li > span:before {
	background-position: -40px -10px;
}
.bg_footer_03 .f_nav > li > a:before,
.bg_footer_03 .f_nav > li > span:before {
	background-position: -70px -10px;
}
.bg_footer_04 .f_nav > li > a:before,
.bg_footer_04 .f_nav > li > span:before {
	background-position: -100px -10px;
}
.bg_footer_05 .f_nav > li > a:before,
.bg_footer_05 .f_nav > li > span:before {
	background-position: -130px -10px;
}
.f_nav a:hover {
	color: #bfa25b;
}
.f_nav .off {
	opacity: .5;
	cursor: default;
}
.f_nav .off:hover {
	opacity: .5;
	text-decoration: none;
}
.f_dMenu01 ul {
	margin: 20px 0 20px;
}
.f_dMenu01 ul li {
	text-indent: 1.4em;
	margin-bottom: 15px;
	letter-spacing: 0;
}
.f_dMenu01 ul li a {
	height: 26px;
	text-decoration: none;
	font-weight: normal;
}

/* snsLink *****/
.snsLink li,
.snsLink li a {
	display: block;
	float: left;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	line-height: 1;
}
.snsLink li a {
	background: url(../images/common/l_bg_snsLink.png) no-repeat left top transparent;
}
.snsLink .sl_fb a:hover {
	background-position: left bottom;
}
.snsLink .sl_tw a {
	background-position: right top;
}
.snsLink .sl_tw a:hover {
	background-position: right bottom;
}

/* sub_menu *****/
.sub_menu {
	overflow: hidden;
}
.sub_menu li {
	float: left;
}
.sub_menu li:first-child {
	margin-right: 3px;
}
.sub_menu li a {
	line-height: 1;
	display: block;
}
.sub_menu li a {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.bg_header_01 .sub_menu li a { background: #63362e; }
.bg_header_02 .sub_menu li a { background: #696f9a; }
.bg_header_03 .sub_menu li a { background: #483f51; }
.bg_header_04 .sub_menu li a { background: #b6535f; }
.bg_header_05 .sub_menu li a { background: #586256; }

.sub_menu li a.current,
.sub_menu li a:hover {
	opacity: 0.7;
}

/* special *****/
.special {
	padding: 45px 0px 0px 0px;
}
.special_tit {
	background: url(../images/common/tit_special.png) no-repeat left top transparent;
	width: 122px;
	height: 53px;
	margin: 0 auto 35px auto;
}
.sp_contentList ul {
	text-align: center;
}
.sp_contentList ul li {
	width: 195px;
	margin: 0 25px 25px;
	display: inline-block;
	vertical-align: top;
}
.sp_contentList ul li a {
	display: block;
	text-decoration: none;
	color: #595959;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-ms-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
	transition:0.3s ease-in-out;
}
.sp_contentList ul li a:hover {
	text-decoration: underline;
	opacity: 0.7;
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}
.sp_contentList ul li a span {
	display: inline-block;
	font-weight: bold;
	letter-spacing: 0.1em;
/*	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif !important;*/
}
.sp_contentList ul li a span.date {
	font-size: 12px;
}
.sp_contentList ul li a span.tit {
	font-size: 13px;
}
.sp_contentList ul li a > img {
	display: block;
  margin-bottom: 10px;
}

/* footArea *****/
.footArea {
	position: relative;
}
.f_logo {
	background: url(../images/common/f_logo.png) no-repeat;
	position: absolute;
	width: 325px;
	height: 223px;
	top: 5px;
	right: 20px;
}
.bg_footer_01 .f_logo {
	 background-position: -10px -10px;
}
.bg_footer_02 .f_logo {
	background-position: -355px -10px;
}
.bg_footer_03 .f_logo {
	background-position: -700px -10px;
}
.bg_footer_04 .f_logo {
	background-position: -1045px -10px;
}
.bg_footer_05 .f_logo {
	background-position: -1390px -10px;
}
.cLogoList {
	padding: 20px 0 15px 0;
	margin-top: 95px;
}
.bg_footer_01 .cLogoList { background: rgba(205,132,76,0.3); }
.bg_footer_02 .cLogoList { background: rgba(191,115,149,0.3); }
.bg_footer_03 .cLogoList { background: rgba(99,121,157,0.3); }
.bg_footer_04 .cLogoList { background: rgba(118,135,26,0.3); }
.bg_footer_05 .cLogoList { background: rgba(72,145,137,0.3); }
.cLogoList ul {
	text-align: center;
	width: 980px;
	margin: 0 auto;
}
.cLogoList ul li {
	display: inline-block;
	margin: 0 40px;
}
.cLogoList ul li a {
	display: block;
}
.cLogoList ul li a:hover {
	opacity: 0.7;
}
/* アクセスマップ */
.f_mapBtn {
	position: relative;
	left: 5px;
	border: 1px solid #586256;
	color: #586256;
	display: block;
	line-height: 30px;
	font-size: 12px;
	height: 30px;
	width: 365px;
	text-align: center;
	text-decoration: none;
/*	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;*/
}
.f_mapBtn:hover {
	opacity: 0.5;
	text-decoration: none !important;
}
.bg_footer_01 .f_mapBtn {
	border: 1px solid #63362e;
}
.bg_footer_02 .f_mapBtn {
	border: 1px solid #4e5475;
}
.bg_footer_03 .f_mapBtn {
	border: 1px solid #2f3a58;
}
.bg_footer_04 .f_mapBtn {
	border: 1px solid #b6535f;
}
.bg_footer_05 .f_mapBtn {
	border: 1px solid #586256;
}

/* スマホ・PC切り替え */
#display_select {
	display: none;
}
/*********************************
* TOPページ
**********************************/
.bnrArea li a {
	display: block;
	margin-bottom: 10px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.bnrArea li a:hover {
	opacity: 0.7;
}
#tweetArea {
	width: 100%;
	height: auto;
	position: relative;
	padding: 35px 0;
	min-height: 294px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.tweetArea_01 {
	background: url(../images/top/bg_tweetArea01.png) no-repeat transparent;
	background-size: cover;
}
.tweetArea_02 {
	background: url(../images/top/bg_tweetArea02.png) no-repeat transparent;
	background-size: cover;
}
.tweetArea_03 {
	background: url(../images/top/bg_tweetArea03.png) no-repeat transparent;
	background-size: cover;
}
.tweetArea_04 {
	background: url(../images/top/bg_tweetArea04.png) no-repeat transparent;
	background-size: cover;
}
.tweet_tit {
	background: url(../images/top/tit_twitter.png) no-repeat left top transparent;
	width: 123px;
	height: 44px;
	margin: 0 auto 50px;
}
#tweetArea .inner {
	width: 980px;
	margin: 0 auto;
}
.tweetArea_inner {
	padding-left: 67px;
}
#tweetArea iframe {
	width: 656px !important;
}
.btn_tw {
	background: url(../images/top/btn_tw.png) no-repeat transparent;
	display: block;
	width: 259px;
	height: 249px;
	position: absolute;
	top: 38px;
	right: -40px;
}
.tweetArea_01 .btn_tw {background-position: 0 0;}
.tweetArea_02 .btn_tw {background-position: -259px 0;}
.tweetArea_03 .btn_tw {background-position: -528px -10px;}
.tweetArea_04 .btn_tw {background-position: -807px -10px;}
.btn_tw:hover {
	opacity: 0.5;
}

/* js_introAnim *****/
.js_introAnimBox {
	width: 664px;
	height: 598px;
	margin: 0 auto 50px;
	position: absolute;
	top: 0;
	left: 0;
}
.js_introAnimChara {
	position: absolute;
	height: 73px;
	width: 558px;
	top: 45%;
	left: 70px;
	margin: -17px 0 0 0;
 }
.js_introAnimChara span {
	background: url(../images/top/intro_01.png) no-repeat transparent;
	display: inline-block;
	height: 33px;
	width: 10px;
	opacity: 0;
}
.js_introAnimChara span.iChara01 {
	background-position: 0 -0;
	width: 28px;
	margin-right: 8px;
}
.js_introAnimChara span.iChara02 {
	background-position: -36px 0;
	width: 32px;
	margin-right: 6px;
}
.js_introAnimChara span.iChara03 {
	background-position: -74px 0;
	width: 27px;
	margin-right: 12px;
}
.js_introAnimChara span.iChara04 {
	background-position: -118px 0;
	width: 18px;
	margin-right: 4px;
}
.js_introAnimChara span.iChara05 {
	background-position: -147px 0;
	width: 26px;
	margin-right: 15px;
}
.js_introAnimChara span.iChara06 {
	background-position: -187px 0;
	width: 27px;
	margin-right: 18px;
}
.js_introAnimChara span.iChara07 {
	background-position: -232px 0;
	width: 8px;
	margin-right: 18px;
}
.js_introAnimChara span.iChara08 {
	background-position: -259px 0;
	width: 27px;
	margin-right: 9px;
}
.js_introAnimChara span.iChara09 {
	background-position: -295px 0;
	width: 28px;
	margin-right: 7px;
}
.js_introAnimChara span.iChara10 {
	background-position: -330px 0;
	width: 34px;
	margin-right: 3px;
}
.js_introAnimChara span.iChara11 {
	background-position: -367px 0;
	width: 34px;
	margin-right: 3px;
}
.js_introAnimChara span.iChara12 {
	background-position: -404px 0;
	width: 34px;
	margin-right: 6px;
}
.js_introAnimChara span.iChara13 {
	background-position: -444px 0;
	width: 31px;
	margin-right: 3px;
}
.js_introAnimChara span.iChara14 {
	background-position: -478px 0;
	width: 33px;
	margin-right: 11px;
}
.js_introAnimChara span.iChara15 {
	background-position: -522px 0;
	width: 21px;
}
/* 2段目 */
.js_introAnimChara span.iChara16 {
	background-position: -145px -40px;
	width: 16px;
	margin-left: 145px;
	margin-right: 5px;
}
.js_introAnimChara span.iChara17 {
	background-position: -165px -40px;
	width: 32px;
	margin-right: 3px;
}
.js_introAnimChara span.iChara18 {
	background-position: -200px -40px;
	width: 34px;
	margin-right: 7px;
}
.js_introAnimChara span.iChara19 {
	background-position: -241px -40px;
	width: 28px;
	margin-right: 9px;
}
.js_introAnimChara span.iChara20 {
	background-position: -278px -40px;
	width: 26px;
	margin-right: 10px;
}
.js_introAnimChara span.iChara21 {
	background-position: -314px -40px;
	width: 27px;
	margin-right: 7px;	
}
.js_introAnimChara span.iChara22 {
	background-position: -348px -40px;
	width: 34px;
	margin-right: 3px;
}
.js_introAnimChara span.iChara23 {
	background-position: -385px -40px;
	width: 16px;
}
.js_introAnimSun {
	position: absolute;
	left: 422px;
	top: 220px;
	width: 20px;
	height: 20px;
	display: block;
	line-height: 1;
	font-size: 0;
	opacity: 0;
}
/* js_top_slide *****/
.js_top_slide {
	width: 664px;
	height: 598px;
	margin: 0 auto 50px;
	opacity: 0;
}
.js_slide_item img {
	margin: 0 auto;
}
.js_slide_photo {
	margin-bottom: 10px;
}
.js_slide_cap {
	width: 635px;
	height: 60px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.js_slide_cap img {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	margin-top: 10px;
	border: none !important;
}
.js_slide_cap.active img {
	opacity: 1;
	top: -10px;
}

.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: transparent; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; border: 4px solid #e2dfde; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
/* Arrows */
.slick-prev, .slick-next, .wModal_prev, .wModal_next {
	position: absolute;
	display: block;
	height: 104px;
	width: 90px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	color: transparent;
	top: 50%;
	margin-top: -52px;
	padding: 0;
	border: none;
	outline: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	outline: none;
	color: transparent;
}
.slick-prev,
.wModal_prev {
}
.slick-prev:hover,
.wModal_prev:hover {
	opacity: 0.5;
}
.slick-next,
.wModal_next {
}
.slick-next:hover,
.wModal_next:hover {
	opacity: 0.5;
}
[dir="rtl"] .slick-next {right: auto;left: -25px;}
[dir="rtl"] .slick-prev {right: -25px;left: auto;}
[dir="rtl"] .slick-slide {float: right;}
.slick-prev {
	position: absolute;
	top: 0;
	left: -25px;
	top: 50%;
	margin-top: -52px;
	background: url(../images/top/slider_prev.png) no-repeat;
	width: 12px;
	height: 33px;
}
.slick-next {
	position: absolute;
	top: 0;
	right: -25px;
	top: 50%;
	margin-top: -52px;
	background: url(../images/top/slider_next.png) no-repeat;
	width: 12px;
	height: 33px;
}

/*********************************
* 開催情報
**********************************/
.bg_outline:before {
	background: url(../images/outline/bg_parts_outline01.png) no-repeat left top transparent;
	content: '';
	display: block;
	width: 80px;
	height: 525px;
	position: absolute;
	left: 0;
	top: 30px;
}
.linkBtn {
	display: inline-block;
	line-height: 1;
	margin: 10px 0px 0px 0px;
}
.linkBtn:hover img {
	opacity: .5;
}
.bnr_list li {
	display: block;
	margin: 0 10px 10px 0;
}
#outline .dateInfo{
	margin-bottom: 45px;
}
#outline .sec {
	overflow: hidden;
}
#outline .txtbox {}
#outline .tit_img {
	margin-bottom: 50px;
}
#outline .sub_tit_img {
	margin-bottom: 30px;
}
#outline .txt {
	font-size: 15px;
	color: #333831;
}
.btn_website {
	margin-left: 20px;
	margin-top: 10px;
}


/*********************************
* 展覧会の見どころ
**********************************/
#highlight .dateInfo{
	margin-bottom: 45px;
}
#highlight .sec {
	overflow: hidden;
	margin-bottom: 25px;
}
#highlight .txtbox {
	width: 460px;
	margin-right: 18px;
}
#highlight .tit_img {
	margin-bottom: 50px;
}
#highlight .sub_tit_img {
	margin-bottom: 45px;
}
#highlight .photo {
	margin-bottom: 35px;
}
#highlight .txt {
	font-size: 15px;
	margin-bottom: 0px;
	color: #333831;
}
#highlight .center {
	text-align: center;
}


/*********************************
* 作品紹介
**********************************/
#works .dateInfo {
	margin-bottom: 45px;
}
#works h2.tit_works {
	background: url(../images/works/tit_works.png) no-repeat;
	width: 710px;
	height: 90px;
	margin-bottom: 30px;
}
#works .sec {
	width: 710px;
}
#works .sec h3 {
	width: 710px;
	height: 155px;
	margin-bottom: 40px;
}
#works h3.sub_tit00 {
	background: url(../images/works/tit_chapter00.png) no-repeat;
}
#works h3.sub_tit01 {
	background: url(../images/works/tit_chapter01.png) no-repeat;
}
#works h3.sub_tit02 {
	background: url(../images/works/tit_chapter02.png) no-repeat;
}
#works h3.sub_tit03 {
	background: url(../images/works/tit_chapter03.png) no-repeat;
}
#works h3.sub_tit04 {
	background: url(../images/works/tit_chapter04.png) no-repeat;
}
#works h3.sub_tit05 {
	background: url(../images/works/tit_chapter05.png) no-repeat;
}
#works h3.sub_tit06 {
	background: url(../images/works/tit_chapter06.png) no-repeat;
}
#works h3.sub_tit07 {
	background: url(../images/works/tit_chapter07.png) no-repeat;
}
#works .photo {
	margin-bottom: 35px;
}
#works .center {
	text-align: center;
}
#works .txt {
	font-size: 15px;
	margin-bottom: 35px;
	color: #333831;
}
#works .txtbox {
	width: 445px;
	margin-left: 25px;
}
#works .txtbox02 {
	width: 375px;
	margin-right: 35px;
}
#works .txtbox03 {
	width: 375px;
	margin-left: 35px;
}
#works .btn_link {
	overflow: hidden;
	margin:55px 0;
}
#works .btn a {
	width: 350px;
	height: 95px;
	text-indent: -9999px;
	display: block;
}
#works .btn a:hover {
	opacity: 0.7;
}
#works .prev00 a {
	background: url(../images/works/btn_prev00.png) no-repeat;
}
#works .prev01 a {
	background: url(../images/works/btn_prev01.png) no-repeat;
}
#works .prev02 a {
	background: url(../images/works/btn_prev02.png) no-repeat;
}
#works .prev03 a {
	background: url(../images/works/btn_prev03.png) no-repeat;
}
#works .prev04 a {
	background: url(../images/works/btn_prev04.png) no-repeat;
}
#works .prev05 a {
	background: url(../images/works/btn_prev05.png) no-repeat;
}
#works .prev06 a {
	background: url(../images/works/btn_prev06.png) no-repeat;
}
#works .prev07 a {
	background: url(../images/works/btn_prev07.png) no-repeat;
}

#works .next01 a {
	background: url(../images/works/btn_next01.png) no-repeat;
}
#works .next02 a {
	background: url(../images/works/btn_next02.png) no-repeat;
}
#works .next03 a {
	background: url(../images/works/btn_next03.png) no-repeat;
}
#works .next04 a {
	background: url(../images/works/btn_next04.png) no-repeat;
}
#works .next05 a {
	background: url(../images/works/btn_next05.png) no-repeat;
}
#works .next06 a {
	background: url(../images/works/btn_next06.png) no-repeat;
}
#works .next07 a {
	background: url(../images/works/btn_next07.png) no-repeat;
}
#works .modal {
	display: none;
}
#works .modal_inner {
	width: 660px;
	border: 5px solid #92a8ad;
}
#works .modal_inner02 {
	width: 846px;
	border: 5px solid #92a8ad;
}
#works .modal_inner03 {
	width: 1136px;
	border: 5px solid #92a8ad;
}
#works .tit00 {
	background: url(../images/works/works00/modal_tit.png) no-repeat;
	width: 778px;
	height: 19px;
	margin: 20px 0 20px 20px;
}

#works .tit01 {
	background: url(../images/works/works01/modal_tit.png) no-repeat;
	width: 182px;
	height: 19px;
	margin: 20px 0 20px 20px;
}
#works .tit02 {
	background: url(../images/works/works02/modal_tit.png) no-repeat;
	width: 195px;
	height: 19px;
	margin: 20px 0 20px 20px;
}
#works .tit03 {
	background: url(../images/works/works03/modal_tit.png) no-repeat;
	width: 264px;
	height: 19px;
	margin: 20px 0 20px 20px;
}
#works .tit04 {
	background: url(../images/works/works04/modal_tit.png) no-repeat;
	width: 241px;
	height: 19px;
	margin: 20px 0 20px 20px;
}
#works .tit05 {
	background: url(../images/works/works05/modal_tit.png) no-repeat;
	width: 349px;
	height: 19px;
	margin: 20px 0 20px 20px;
}
#works .tit06 {
	background: url(../images/works/works06/modal_tit.png) no-repeat;
	width: 200px;
	height: 19px;
	margin: 20px 0 20px 20px;
}
#works .tit07 {
	background: url(../images/works/works07/modal_tit.png) no-repeat;
	width: 200px;
	height: 19px;
	margin: 20px 0 20px 20px;
}
#works .l_img {
	text-align: center;
	margin-bottom: 25px;
}
#works .cap {
	text-align: right;
	margin-right: 18px;
	margin-bottom: 12px;
}
#works .period {
	border: 3px solid #EEEEEE;
	padding: 10px 0;
	font-size: 13px;
	margin-top: 10px;
}
#works .period p {
	margin-bottom: 5px;
}
#works .period ul {
	text-align: left;
	margin-left: 50px;
}
#works .w500 {
	width: 500px;
	margin: 10px auto 0 auto;
}
#works .w500 ul {
	margin-left: 124px;
}
#works .imgbox {
	position: relative;
	overflow: hidden;
	margin-bottom: 35px;
}
#works .imgbox ul {
	position: relative;
	left: 50%;
	float: left;
}
#works .imgbox ul li {
	position: relative;
	left: -50%;
	float: left;
}
#works .imgbox ul li:first-child {
	margin-right: 20px;
}
#works .ml95 {
	margin-left: 95px !important;
}
#works .column {
	background: #f8f1ee;
	padding-bottom: 5px;
	margin-bottom: 50px;
}
#works .column h5 {
	background: url(../images/works/works04/column_tit.png) no-repeat;
	width: 710px;
	height: 44px;
	margin-bottom: 35px;
}
#works .column dl {
	margin: 0 15px 50px 15px;
	color: #57311e;
	font-size: 13px;
}
#works .column dt {
	margin-bottom: 15px;
}
#works .column .txt01 dt {
	background: url(../images/works/works04/column_subtit01.png) no-repeat;
	width: 188px;
	height: 18px;
}
#works .column .txt02 dt {
	background: url(../images/works/works04/column_subtit02.png) no-repeat;
	width: 230px;
	height: 18px;
}
#works .column .txt03 dt {
	background: url(../images/works/works04/column_subtit03.png) no-repeat;
	width: 281px;
	height: 18px;
}


/*********************************
* チケット
**********************************/
#ticket .dateInfo{
	margin-bottom: 45px;
}
#ticket .sec {
	overflow: hidden;
}
#ticket .txtbox {}
#ticket .tit_img {
	margin-bottom: 50px;
}
#ticket .sub_tit_img {
	margin-bottom: 30px;
}
#ticket .photo {}
#ticket .txt {
	font-size: 15px;
	color: #333831;
}
#ticket .box01 {
	padding: 20px;
}
#ticket .box01 ul li img {
	margin-right: 10px;
	vertical-align: middle;
}
#ticket .box02 {
	width: 273px;
}
#ticket .box03 {
	width: 255px;
}
#ticket .box04 {}
#ticket .box04 ul {
	width: 287px;
}
#ticket .box04 ul li img {
	margin-right: 10px;
	vertical-align: middle;
}
#ticket .box04 p {
	margin-top: 25px;
}

/* soldout */
.soldout_wrap {
	position: relative;
}
.soldout_box:after {
	background: url(../images/ticket/bg_soldout.png) repeat  0 0 transparent;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 1;
}
.soldout_box_inner {
	position: absolute;
	width: 550px;
	top: 30%;
	left: 50%;
	margin-left: -320px;
	background: rgba(255, 255, 255, .8);
	padding: 30px;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px double #df281e;
	border-radius: 4px;
}
.soldout_txt {
	color: #df281e;
	font-weight: bold;
	font-size: 16px;
}
.soldout_txt:before {
	content: '販売終了しました';
	display: block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #df281e;
	color: #fff;
	border-radius: 4px;
	margin: 0 auto 25px;
	font-size: 16px;
	font-weight: bold;
}


/*********************************
* 展示会サポーター
**********************************/
#supporter .dateInfo{
	margin-bottom: 45px;
}
#supporter .sec {
	overflow: hidden;
}
#supporter .txtbox {}
#supporter .tit_img {
	margin-bottom: 50px;
}
#supporter .sub_tit_img {
	margin-bottom: 30px;
}
#supporter .photo {}
#supporter .txt {
	font-size: 15px;
	margin-bottom: 35px;
	color: #333831;
}
#supporter .box01 {
	padding: 20px;
}
#supporter .box01 ul li img {
	margin-right: 10px;
	vertical-align: middle;
}


/*********************************
* English
**********************************/
#english .dateInfo{
	margin-bottom: 45px;
}
#english .sec {
	overflow: hidden;
}
#english .txtbox {}
#english .tit_img {
	margin-bottom: 50px;
}
#english .sub_tit_img {
	margin-bottom: 30px;
}
#english .txt {
	font-size: 15px;
	color: #333831;
}


/*********************************
* プレスの方へ
**********************************/
#press .dateInfo{
	margin-bottom: 45px;
}
#press .sec {
	overflow: hidden;
	margin-bottom: 25px;
}
#press .tit_img {
	margin-bottom: 50px;
}
#press .sub_tit_img {
	margin-bottom: 45px;
}
#press ul {
	font-size: 15px;
	color: #333831;
}


/*********************************
* スペシャル
**********************************/
#special .dateInfo {
	margin-bottom: 45px;
}
#special .sec {
	overflow: hidden;
	width: 710px;
}
#special .tit_img {
	margin-bottom: 50px;
}
#special .sub_tit_img {
	margin-bottom: 50px;
}
#special .txt {
	font-size: 15px;
	margin-bottom: 35px;
	color: #333831;
}
#special .box01 {
	padding: 20px;
}
#special .box01 ul li img {
	margin-right: 10px;
	vertical-align: middle;
}
#special .inner_box_txt01 .fl {
	margin-right: 15px;
}
#special .inner_box_txt01 .fr {
	width: 405px;
	margin-bottom: 0;
	font-size: 15px;
}
#special h5 {
	background: url(../images/special/tit_bg.png) no-repeat;
	width: 710px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	font-size: 18px;
	overflow: hidden;
}
#special h5 span {
	padding-left: 25px;
	display: block;
}
#special .inner_box_txt02 {
	padding: 25px 25px 40px 25px;
}
#special .inner_box_txt02 .fl {
	margin-right: 35px;
}
#special .inner_box_txt02 .fr {
	width: 375px;
	margin-bottom: 0;
	font-size: 13px;
}
#special .inner_box_txt02 .fr ul {
	font-weight: bold;
}
#special .period {
	margin-bottom: 40px;
}
#special .period dt {
	font-size: 17px;
	margin-bottom: 0px;
}
#special .period dd {
	font-size: 13px;
}
#special .comment_txt {
	display: block;
	margin-bottom: 10px;
}

/* sp02.html */
#special .txt_bg {
	background: #5B8886;
	color: #eff2f2;
	padding: 5px 5px 5px 8px;
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 1px\9;
	position: relative;
	top: -2px;
}
@media all and (-ms-high-contrast:none){
  #special .txt_bg {padding-bottom: 1px;}
}
#special .txt_bg02 {
	background: #E4ECEC;
	color: #799C9B;
	font-size: 16px;
	padding: 3px 3px 3px 8px;
	margin-bottom: 10px;
}
.mr10 {
	margin-right: 10px;
}
#special .detail {
	font-size: 14px;
}
#special .detail02 {
	font-size: 14px;
	text-indent: 0.5em;
}
#special .linkBtn_form {
	display: block;
	background: url(../images/special/02/linkBtn_form.png) no-repeat;
	width: 205px;
	height: 38px;
}
#special .linkBtn_form:hover {
	opacity: 0.5;
}
#special .no {
	position: relative;
	top: 2px;
}
#special .ind {
	line-height: 1.2;
}
#special .ind .tit_txt03_min02 {
	display: inline-block;
	text-indent: 9em;
	text-indent: 9.6em\9; /* For IE9 */
}
@media all and (-ms-high-contrast:none){
  #special .ind .tit_txt03_min02 { text-indent: 9.5em; } /* For IE10以降 */
}
/* sp03.html */
#special3 .txt {
    font-size: 15px;
    margin-bottom: 10px;
    color: #333831;
}
#special3 .nav {
	display: table;
}
#special3 .nav > .museum {
	display: table-cell;
}
#special3 .nav > li a {
	width: 354px;
	height: 75px;
	display: block;
	text-indent: -9999px;
}
#special3 .nav > .museum a {
	background: url("../images/special/03/nav_goods.png") 0 0 no-repeat;
}
#special3 .nav > .ecute a {
	background: url("../images/special/03/nav_suites.png") 0 0 no-repeat;
}
#special3 .nav > .museum a:hover {
	background: url("../images/special/03/nav_goods_on.png") 0 0 no-repeat;
}
#special3 .nav > .ecute a:hover {
	background: url("../images/special/03/nav_suites_on.png") 0 0 no-repeat;
}
#special3 .sub_tit_img {
    margin-bottom: 30px;
}
#special3 .bold {
	font-weight: bold;
}
#special3 h5 {
    background: url(../images/special/tit_bg.png) no-repeat;
    width: 710px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-size: 18px;
		overflow: hidden;
}
#special3 h6 {
    background: url(../images/special/tit_bg_long.png) no-repeat;
    width: 710px;
    height: 70px;
    color: #FFF;
    font-size: 18px;
    padding-top: 5px;
    box-sizing: border-box;
		overflow: hidden;
}
#special3 h5 span {
    padding-left: 25px;
    display: block;
}
#special3 h6 span {
    padding-left: 25px;
    display: block;
}
#special3 .inner_box_txt02 {
    padding: 25px 25px 40px 25px;
}
#special3 .inner_box_txt02 .fl {
    margin-right: 35px;
}
#special3 .inner_box_txt02 .fr {
    width: 375px;
    margin-bottom: 0;
    font-size: 13px;
}
#special3 .inner_box_txt02 .fr ul {
    font-weight: bold;
}
#special3 .box01 {
    padding: 20px;
}
#special3 .addtext {
	position: relative;
}
#special3 .addtext:after {
	content: "撮影：うらべひでふみ";
	position: absolute;
	bottom: -2px;
    right: -10px;
	width: 150px;
    height: 20px;
    color: #5b8886;
}
#special3 .inner_right {
	width: 400px;
    margin-bottom: 0;
    font-size: 13px;
}
#special3 .aboutbtn {
	float: right;
}
#special3 .aboutbtn > a {
	background: url(../images/special/03/about_btn.png) 0 0 no-repeat;
	background-size: 122px 30px;
	width: 122px;
	height: 30px;
	display: inline-block;
	text-indent: -9999px;
}
#special3 .aboutbtn > a:hover {
	opacity: 0.5;
}
#special3 .bottmline {
	border-bottom: 1px solid #aac7c6;
	padding-bottom: 20px;
}
#special3 .shopdescription {
	font-size: 15px;
}
#special3 .shopdescription dt {
	float: left;
	clear: both;
	width: 100px;
}
#special3 .shopdescription dd {
	float: left;
}
#special3 .shopdescription .url {
	font-weight: bold;
}
#special3 .dptable > div {
	float: left;
    width: 344px;
}
#special3 .dptable > div + div{
	margin-left: 30px;
}
#special3 .dptable .titlelarge {
	background: url(../images/special/tit_bg_large.png) 0 0 no-repeat;
	width: 344px;
	height: 90px;
	padding: 20px 15px;
	color: #FFF;
  font-size: 16px;
  line-height: 1.3;
  box-sizing: border-box;
	overflow: hidden;
}
#special3 .dptable .titlelarge.first {
	padding-top: 25px;
}
#special3 .Tsize {
	display: block;
	margin-left: 61px;
}
#special3 .fr.inner_box_txt03 {
	width: 570px;
}
#special3 .fn {
	font-weight: normal;
}
#special3 .lh90 {
	line-height: 90px;
}

/* sp05.html */
#sp05_box .sp05_list {
	position: relative;
	overflow: hidden;
}
#sp05_box h4 {
	font-size: 22px;
	color: #7da2ac;
	margin-bottom: 30px;
}
#sp05_box .sp05_list p {
	margin-bottom: 25px;
	text-align: center;
}
#sp05_box .sp05_list ul {
	float: left;
	margin: 0 0 50px 0;
	padding: 0;
	position: relative;
	left: 50%;
}
#sp05_box .sp05_list li {
	float: left;
	font-size: 15px;
	width: 135px;
	position: relative;
	left: -50%;
	text-align: center;
	line-height: 1.4;
}
#sp05_box .sp05_list li span {
	font-size: 12px;
	display: inline-block;
	letter-spacing: 0;
}
#sp05_box .sp05_list .cast li {
	margin-right: 7px !important;
}
.mr20 {
	margin-right: 20px;
}
#sp05_box .cbox {
	overflow: hidden;
}
#sp05_box .lbox, #sp05_box .rbox {
	float: left;
	width: 48%;
}


/*********************************
* goods
**********************************/
#goods h2.tit_works {
	background: url(../images/goods/tit_goods.png) no-repeat;
	width: 710px;
	height: 90px;
	margin-bottom: 50px;
}
#goods .goodsNav > li {
	float: left;
}
#goods .goodsBtn > a {
	background: url("../images/goods/nav_goods.png") no-repeat;
	width: 236px;
	height: 51px;
	display: block;
	text-indent: -9999px;
}
#goods .catalogBtn > a {
	background: url("../images/goods/nav_catalog.png") no-repeat;
	width: 236px;
	height: 51px;
	display: block;
	text-indent: -9999px;
}
#goods .guideBtn > a {
	background: url("../images/goods/nav_guide.png") 0 0 no-repeat;
	width: 236px;
	height: 51px;
	display: block;
	text-indent: -9999px;
}
#goods .goodsBtn > a:hover {
	background: url("../images/goods/nav_goods_on.png") no-repeat;
	width: 236px;
	height: 51px;
	display: block;
}
#goods .catalogBtn > a:hover {
	background: url("../images/goods/nav_catalog_on.png") no-repeat;
	width: 236px;
	height: 51px;
	display: block;
}
#goods .guideBtn > a:hover {
	background: url("../images/goods/nav_guide_on.png") no-repeat;
	width: 236px;
	height: 51px;
	display: block;
}
#goods .sub_tit_img {
    margin-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #8ba8ae;
}
#goods .goodsList {
	margin-top: 20px;
}
#goods .goodsList + .goodsList{
	margin-top: 30px;
}
#goods .goodsList > .imgs {
	float: left;
	position: relative;
}
#goods .goodsList > .imgs.addAfter:after {
	content: "撮影：うらべひでふみ";
    position: absolute;
    width: 150px;
    height: 20px;
    right: 0px;
    top: 160px;
    color: #5b8886;
}
#goods .goodsList > .description {
	float: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 475px;
	margin-left: 25px;
}
#goods .goodsList > .description dt {
	font-size: 16px;
	color: #8ba8ae;
	margin-bottom: 5px;
	font-weight: bold;
}
#goods .goodsList > .description dd {
	position: relative;
	color: #8ba8ae;
	font-weight: bold;
	font-size: 13px;
}
#goods .goodsList > .description dd:before {
	content: "";
    background: url(../images/goods/circle.png) no-repeat;
    width: 14px;
    height: 14px;
		margin-right: 5px;
		display: inline-block;
}
#goods .goodsList > .description > .CommodityDescription {
	margin-top: 15px;
	font-size: 13px;
}
#goods .goodsList > .description .CommodityBtn {
	margin-top: 10px;
	display: block;
	width: 122px;
	height: 33px;
}
#goods .goodsList > .description .CommodityBtn img {
	vertical-align: top;
}
#goods .sub_tit_img ~ .sub_tit_img {
	margin-top: 60px;
}
#goods .catalogDescription {
	text-align: center;
	color: #8ba8ae;
	font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
}
#goods .catalogList {
	display: table;
	margin: 20px auto 0;
}
#goods .catalogList > li{
	display: table-cell;
}
#goods .catalogList > li + li{
	padding-left: 60px;
}
#goods .catalogList > li > p{
	text-align: center;
	color: #8ba8ae;
	font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}
#goods .catalogPrice {
	margin: 30px auto 0;
    width: 510px;
}
#goods .catalogPrice > p {
	color: #5b8886;
	font-size: 15px;
}
#goods .catalogPriceDescription {
	margin: 20px auto 0;
    color: #5b8886;
    font-size: 15px;
    width: 510px;
}
#goods .catalogMiddleArea {
	border-top: 1px dotted #8ba8ae;
	margin-top: 30px;
	padding-top: 40px;
	font-size: 15px;
}
#goods .catalogMiddleArea > .rule {
	margin-top: 30px;
}
#goods .catalogMiddleArea > p > span {
	font-size: 16px;
	font-weight: bold;
}
#goods .catalogMiddleArea > .catalogMiddleAreaImgs {
	margin-top: 20px;
}
#goods .catalogMiddleArea > .catalogMiddleAreaImgs ~ .catalogMiddleAreaImgs {
	border-top: 1px dotted #8ba8ae;
	padding-top: 30px;
}
#goods .catalogMiddleArea > .catalogMiddleAreaImgs + .catalogMiddleAreaImgs {
    margin-top: 20px;
}
#goods .catalogMiddleArea > .catalogMiddleAreaImgs img + img {
	margin-left: 10px;
}
#goods .catalogMiddleArea > dl + dl {
	margin-top: 20px;
}
#goods .catalogMiddleArea > dl > .catalogTell > p {
	font-weight: bold;
	font-size: 15px;
}
#goods .catalogMiddleArea > dl > .catalogTell > ul .spaceTop {
	margin-top: 15px;
}
#goods .catalogMiddleArea > dl > dt ~ dt {
	font-weight: bold;
	margin-top: 20px;
	font-size: 15px;
}
#goods .catalogMiddleArea > dl > dd > a {
	font-weight: bold;
}
#goods .catalogMiddleArea > .rule dt {
    padding-bottom: 5px;
    font-weight: bold;
}
#goods .catalogMiddleArea > .rule dd {
	margin-top: 10px;
}
#goods .catalogMiddleContents {
	margin-top: 20px;
}
#goods .bold {
	font-weight: bold;
}
#goods .guideList > dt {
	margin-top: 20px;
}
#goods .guideList > dd {
	text-align: center;
	margin-top: 30px;
}
#goods .guideList > dd img {
	letter-spacing: 0;
	display: block;
}
#goods .guideList > dd + dd {
	margin-top: 20px;
}
#goods .guideList > dd > p {
	text-align: left;
	font-size: 15px;
}
#goods .guideList > dd > p + p {
	margin-top: 30px;
	text-align: left;
}
#goods .guideList > dt ~ dt {
	margin-top: 60px;
}
#goods .guideList .BGMDescription {
	text-align: left;
	font-size: 15px;
	margin-top: 20px;
}
#goods .BGMList {
	margin-top: 30px;
    border: 1px solid #8ba8ae;
    background-color: #FFFFFF;
    padding: 20px;
    display: table;
    width: 720px;
    box-sizing: border-box;
}
#goods .BGMList > p,
#goods .BGMList > dl {
	display: table-cell;
}
#goods .BGMList > p {
	padding-left: 25px;
    vertical-align: top;
    width: 77px;
}
#goods .BGMList > dl {
	width: 355px;
	font-size: 15px;
}
#goods .BGMList dt {
	color: #5b8886;
}
#goods .contact {
	margin-top: 30px;
	font-size: 15px;
	margin-bottom: 20px;
}
#goods .contact > p + p{
	margin-top: 5px;
}
#goods .contact .bold {
	font-weight: bold;
}
#goods .CommodityBtn:hover img,
#goods .catalogMiddleAreaImgs > a:hover img {
	opacity: .5;
}
#goods .goodsNav a:hover img {
	opacity: .5;
}

/* カウントエリアバナー */
#countdownArea .inner {
	padding: 20px 0 15px 0;
}
.t_banner {
	width: 728px;
	margin: 0 auto;
}