@charset "utf-8";
/* =============================================================================
	top.css
   =============================================================================
	2012-03-18 (Original)
   -------------------------------------------------------------------------- */

#container {
	width: 940px !important;
}

/* 左右ペイン共通 */
.exhibition-info {
	/* float: left; */
	display: flex;
	//margin-top: 10px;
	/* border: 1px solid #d0cfcd; */
}
.img-canvas+.exhibition-head .exhibition-info,
.img-canvas2+.exhibition-head .exhibition-info {
	margin-top: 10px;
}


.exhibition-info dt {
	/* float: left; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100px;
}

.exhibition-info dt span.title {
	display: block;
	width: 100px;
	height: 15px;
	padding: 0;
	font-size: 1px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	/* padding-top: 18px; */
}

.exhibition-info dt span.content {
	display: block;
	width: 73px;
	margin: .7em auto 0;
}

.exhibition-info dt span.content span {
	float: left;
	display: block;
	width: 6px;
	/* height: 15px; */
	height: 11px;
	padding: 0;
	font-size: 1px;
	margin-right: 1px;
	background: url(../images/bg-exhibition-numbers.png) 0 0 no-repeat;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.exhibition-info dt span.content span.no-1 {
	background-position: 0 0;
}

.exhibition-info dt span.content span.no-2 {
	background-position: -6px 0;
}

.exhibition-info dt span.content span.no-3 {
	background-position: -12px 0;
}

.exhibition-info dt span.content span.no-4 {
	background-position: -18px 0;
}

.exhibition-info dt span.content span.no-5 {
	background-position: -24px 0;
}

.exhibition-info dt span.content span.no-6 {
	background-position: -30px 0;
}

.exhibition-info dt span.content span.no-7 {
	background-position: -36px 0;
}

.exhibition-info dt span.content span.no-8 {
	background-position: -42px 0;
}

.exhibition-info dt span.content span.no-9 {
	background-position: -48px 0;
}

.exhibition-info dt span.content span.no-0 {
	background-position: -54px 0;
}

.exhibition-info dt span.content span.no-point {
	background-position: -60px 0;
	margin: 0 2px 0 0;
	width: 3px;
}

.exhibition-info dt span.content span.no-hyphen {
	background-position: -66px 0;
}

.exhibition-info dd {
	/* float: left; */
	padding: 15px 15px;
	border-top: 1px solid #d0cfcd;
	border-right: 1px solid #d0cfcd;
	border-bottom: 1px solid #d0cfcd;
	background-color: #fff;
}

.exhibition-info dd h2 a {
	color: #3F4547;
	font-size: 124%;
}

.exhibition-info dd h2 a:hover {
	color: #00b24f;
	text-decoration: none !important;
}

.exhibition-info dd h3 {
	font-weight: normal;
}


/* ヒーロー */
.hero {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 30px;
}

.top-right-side .exhibition-info dd {
	width: 248px;
}

/* 左ペイン */
.top-left-side {
	float: left;
	width: 540px;
}

.top-left-side .img-canvas {
	width: 540px;
}

.top-left-side .exhibition-info {
	background: url(../images/bg-exhibition-type-plan.jpg) 0 100% no-repeat;
}

.top-left-side .exhibition-info dt span#type-name-plan {
	background: url(../images/bg-exhibition-type-name-plan.png) 0 100% no-repeat;
}

.top-left-side .exhibition-info dd {
	width: 408px;
}

.top-left-side .recent-topics h2 {
	font-size: 139%;
	padding: 0 0 20px;
	background: url(../images/h1.gif) repeat-x 0 100%;
}

.top-left-side .recent-topics ul {
	margin-top: 20px;
}

.top-left-side .recent-topics ul.topics-list li {
	margin-bottom: 10px;
	background: url(../images/bg-list.gif) no-repeat 0 1.95em;
}

.top-left-side .recent-topics ul.topics-list li span {
	display: block;
	margin-bottom: 3px;
}

.top-left-side .recent-topics ul.topics-list li a {
	display: block;
	margin-left: 20px;
	font-weight: bold;
}

.top-left-side .recent-topics ul.sub-link {
	position: absolute;
	top: .5em;
	right: 0;
	margin-top: 0;
}

.top-left-side .recent-topics ul.sub-link li {
	float: left;
	padding-left: 20px;
	margin-bottom: 10px;
}

.top-left-side .recent-topics ul.sub-link li a {
	padding: 0;
	background: none;
}

.top-left-side .recent-topics ul.sub-link li.rss {
	margin-right: 15px;
	background: url(../images/bg-rss.gif) no-repeat 0 49%;
}

.top-left-side .recent-topics ul.sub-link li.link {
	background: url(../images/bg-list.gif) no-repeat 0 49%;
}

/* 右ペイン */
.top-right-side {
	float: right;
	width: 380px;
}

.top-right-side .img-canvas2 {
	width: 380px;
	/* height: 250px; */
}

.top-right-side .exhibition-info dt span#type-name-colection {
	background: url(../images/bg-exhibition-type-name-collection.png) 0 100% no-repeat;
}
.top-right-side #catch-exhibition-gallery .exhibition-info dt span#type-name-colection {
	background: url(../images/bg-exhibition-type-name-gallery.png) 0 100% no-repeat;
}
.top-right-side .exhibition-info {
	background: url(../images/bg-exhibition-type-collection.jpg) 0 100% no-repeat;
}
.top-right-side #catch-exhibition-gallery .exhibition-info {
	background-image: url(../images/bg-exhibition-type-gallery.jpg)
}
	
.top-right-side .exhibition-info dd {
	width: 248px;
}

.large-banner-unit {
	padding-bottom: 20px;
	float: left;
}

.top-unit-left,
.top-unit-right {
	width: 185px;
}

.top-unit-left {
	float: left;
}

.top-unit-right {
	padding-left: 10px;
	float: right;
}

.recommend-banner li a {
	background: none !important;
}

.recommend-banner a span {
	padding-right: 20px;
}

.recommend-banner a.link-ext span {
	background: url(../images/lnk-outer.gif) no-repeat 100% 50%;
}

.recommend-banner a.link-pdf span {
	background: url(../images/lnk-pdf.gif) no-repeat 100% 50%;
}

/* #catch-exhibition-plan,
#catch-exhibition-collection {
	float: left;
} */

/* #catch-exhibition-collection .canvas-front-img,
#catch-exhibition-collection img {
	position: absolute;
	width: 380px;
	height: 250px;
	top: 0;
	left: 0;
} */

#catch-exhibition-collection .canvas-front-img {
	z-index: 100;
}

#catch-exhibition-collection img {
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
	z-index: 1;
}
/*
#catch-exhibition-collection .canvas-front-img,
#catch-exhibition-collection img {
	position: absolute;
	width: 380px;
	height: 250px;
	top: 0;
	left: 0;
}

#catch-exhibition-collection .canvas-front-img {
	z-index: 100;
}

#catch-exhibition-collection img {
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
	z-index: 1;
}
*/
