/* ヘッダー 1200px
------------------------------------------ */
#headerWrap{
	position:relative;
	text-align:left;
	margin:0 auto;
	width:1200px;
	height:auto;
}
#headerWrap #pcheader{
	width:100%;
	height:auto;
}
#headerWrap #pcheader img{
	max-width:100%;
	height: auto;
	width: auto\9;
}
#headerWrap #SiteLogo{
	position: absolute;
	top:10px;
	left:10px;
	width:240px;
	height:112px;
}
#headerWrap #SiteLogo a img{
	max-width:100%;
	height: auto;
	width: auto\9;
}
#headerWrap #hambBtn{
	display: none;
}
#headerWrap #tbheader{
	display: none;
}
#headerWrap #smheader{
	display: none;
}
#headerWrap #smheader_date{
	display: none;
}
/* レスポンシブ用ブレイクポイントごとの記述
480px、768px、992px、1199px
------------------------------------------ */
@media screen and (max-width:1199px) {
	#headerWrap{
		position:relative;
		text-align:left;
		width:100%;
		height:auto;
	}
	#headerWrap #SiteLogo{
		position: absolute;
		top:10px;
		left:10px;
		width:20%;
		height:auto;
	}
}
@media screen and (max-width: 768px) {
	#headerWrap #pcheader{
		display: none;
	}
	#headerWrap #tbheader{
		display:block;
		text-align:center;
		width:100%;
		height:90px;
		background:linear-gradient(#fff 63.3333%, #ea2644 36.6666%);
	}
	#headerWrap #tbheader img{
		width:440px;
		height:90px;
	}
	#headerWrap #SiteLogo{
		position: absolute;
		top:10px;
		left:10px;
		width:150px;
		height:70px;
	}
	#headerWrap #hambBtn{
		position: absolute;
		display:block;
		bottom:0;
		right:10px;
		width:25px;
		height:21px;
		padding:6px 4px 6px 4px;
		background:#000;
	}
	#headerWrap .navBtnOpen{
		display:block;
		width:25px;
		height:21px;
	}
	#headerWrap .navBtnOpen li{
		display:block;
		width:100%;
		height:3px;
		margin:0 0 6px 0;
		background:#fff;
	}
	#headerWrap .navBtnClose{
		position:relative;
		display:block;
		width:25px;
		height:21px;
	}
	#headerWrap .navBtnClose li{
		display:none;
	}
	#headerWrap .navBtnClose li:first-child{
		display:block;
		position: absolute;
		width:25px;
		height:3px;
		top:15px;
		left:3px;
		background:#fff;
		transform: rotate(45deg);
	}
	#headerWrap .navBtnClose li:last-child{
		display:block;
		position: absolute;
		width:25px;
		height:3px;
		top:15px;
		left:3px;
		background:#fff;
		transform: rotate(-45deg);
	}
}
@media screen and (max-width: 640px) {
	#headerWrap #SiteLogo{
		position: absolute;
		top:10px;
		left:4px;
		width:120px;
		height:56px;
	}
}
@media screen and (max-width: 480px) {
	#headerWrap #tbheader{
		display: none;
	}
	#headerWrap #smheader{
		display:block;
		text-align:center;
		width:100%;
		height:90px;
		background:linear-gradient(#fff 63.3333%, #ea2644 36.6666%);
	}
	#headerWrap #smheader img{
		width:300px;
		height:90px;
	}
	#headerWrap #SiteLogo{
		position: absolute;
		top:9px;
		left:4px;
		width:90px;
		height:42px;
	}
	#headerWrap #hambBtn{
		right:5px;
	}
	#headerWrap #smheader_date{
		position: absolute;
		display:block;
		bottom:8px;
		left:2px;
		width:133px;
		height:14px;
	}
	#headerWrap #smheader_date img{
		width:133px;
		height:14px;
	}
}
@media screen and (max-width: 380px) {
	#headerWrap #SiteLogo{
		position: absolute;
		top:10px;
		left:2px;
		width:60px;
		height:28px;
	}
	#headerWrap #hambBtn{
		right:0;
	}
}

/* メインコンテンツ 920px
------------------------------------------ */
#wrapper #mainWrap div.main h1{
	padding:40px 0 10px 0;
	text-align:center;
	font-size:35px;
	line-height:140%;
}
#wrapper #mainWrap div.main h2{
	margin:20px 0 10px 0;
	font-weight:bold;
	font-size:20px;
	line-height:24px;
	border-left:6px solid #e60023;
	padding:8px 6px 6px 12px;
	background:#dddddd;
}
#wrapper #mainWrap div.main h3{
	margin:10px 0;
	text-align:center;
	font-size:18px;
	line-height:140%;
}

#wrapper #mainWrap #SlideBox{
	width:100%;
}
#wrapper #mainWrap #SlideBox div.item{
	width:100%;
   	padding:0;
   	margin:0;
}
#wrapper #mainWrap #SlideBox div.item img{
	max-width:100%;
	height: auto;
	width: auto\9;
}


/*終了告知ブロック********************************/
#wrapper #mainWrap div.exhibit_infomation{
	margin:30px 0;
	padding:10px;
	border:2px solid #00338c;
	text-align:center;
}
#wrapper #mainWrap div.exhibit_infomation p{
	font-size:12px;
	line-height:18px;
}
#wrapper #mainWrap div.exhibit_infomation h3{
	font-size:18px;
	line-height:28px;
	margin:20px 0;
}
#wrapper #mainWrap div.exhibit_infomation h4{
	font-size:18px;
	line-height:28px;
	margin:0;
}
#wrapper #mainWrap div.exhibit_infomation table{
	font-size:12px;
	line-height:18px;
	width:100%;
	border-top:1px solid #999;
	border-left:1px solid #999;
}
#wrapper #mainWrap div.exhibit_infomation table td{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding:5px;
}
#wrapper #mainWrap div.exhibit_infomation table td.fwB{
	font-weight:bold;
}
#wrapper #mainWrap div.exhibit_infomation table td.bgb{
	background:#e7f5ff;
}
#wrapper #mainWrap div.exhibit_infomation table td.bgg{
	background:#e9ffee;
}
#wrapper #mainWrap div.exhibit_infomation table td.fsl{
	font-size:14px;
	line-height:18px;
}


/* レスポンシブ用ブレイクポイントごとの記述
480px、768px、992px、1199px
------------------------------------------ */
@media screen and (max-width:1199px) {

}
@media screen and (max-width: 992px) {

}
@media screen and (max-width: 768px) {
	#wrapper #mainWrap div.main h1{
		padding:10px 0 10px 0;
		font-size:24px;
		line-height:140%;
	}
	#wrapper #mainWrap div.main h2{
		margin:10px 0 10px 0;
		font-size:16px;
		line-height:20px;
		border-left:4px solid #e60023;
		padding:6px 4px 4px 8px;
	}
	#wrapper #mainWrap div.main h3{
		margin:10px 0;
		font-size:14px;
	}
}
@media screen and (max-width: 480px) {

}