@charset "UTF-8";
/* CSS Document */

/*======================================================

	PCサイズ（769px以上）ここから
	
======================================================*/

@media screen and (min-width:769px), print{

#main #specialOverview{
	padding-top: 15px;
}

/* 展示構成 */
#tenji_kousei{
	display: block;
	width: 910px;
	text-align: left;
	margin: 0 auto;
}
#tenji_kousei ul{
	margin:30px 0;
}
#tenji_kousei li{
	line-height: 1.8;
	font-weight: bold;
}

/* 画像 */
#image_list{
	display: block;
	width: 910px;
	text-align: center;
	margin: 0 auto;
}
#image_list li{
	display: block;
	margin: 15px 30px;
	color: #54061a;
	text-align: center;
	float: left;
}
#image_list li img{
	display: block;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
}

/* 展示資料 */
#tenji_shiryo{
	text-align: center;
}
#tenji_shiryo dl{
	display: inline-block;
	vertical-align: top;
	width: 400px;
	margin: 20px 40px 40px;
}
#tenji_shiryo dl dt{
	width: 100%;
	height: 100%;
	margin-bottom: 5px;
}
#tenji_shiryo dl:nth-of-type(4) dt,
#tenji_shiryo dl:nth-of-type(6) dt,
#tenji_shiryo dl:nth-of-type(7) dt{
	margin-bottom: 0;
}
#tenji_shiryo dl dt img{
	width: 100%;
	height: auto;
}
#tenji_shiryo dl:nth-of-type(5),
#tenji_shiryo dl:nth-of-type(6){
	width: auto;
}
#tenji_shiryo dl:nth-of-type(5) dt,
#tenji_shiryo dl:nth-of-type(6) dt{
	height: 400px;
}
#tenji_shiryo dl:nth-of-type(5) dt img,
#tenji_shiryo dl:nth-of-type(6) dt img{
	width: auto;
	height: 100%;
}
#tenji_shiryo dl dd{
	text-align: center;
}







}
/*======================================================

	SPサイズ（768px以下）ここから
	
======================================================*/

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

/* 展示構成 */
#tenji_kousei{
	text-align: left;
	margin: 0 auto;
}
#tenji_kousei ul{
}
#tenji_kousei li{
	font-weight: bold;
}

/* 展示資料 */
#tenji_shiryo{}
#tenji_shiryo dl{
	display: block;
	width: 100%;
	max-width: 450px;
	margin: 30px auto;
}
#tenji_shiryo dl dt{
	text-align: center;
	margin-bottom: 5px;
}
#tenji_shiryo dl:nth-of-type(4) dt,
#tenji_shiryo dl:nth-of-type(6) dt,
#tenji_shiryo dl:nth-of-type(7) dt{
	margin-bottom: 0;
}
#tenji_shiryo dl dt img{
	width: 100%;
	height: auto;
}
#tenji_shiryo dl:nth-of-type(5),
#tenji_shiryo dl:nth-of-type(6){
	width: auto;
}
#tenji_shiryo dl:nth-of-type(5) dt,
#tenji_shiryo dl:nth-of-type(6) dt{
	height: 75vw;
	max-height: 450px;
}
#tenji_shiryo dl:nth-of-type(5) dt img,
#tenji_shiryo dl:nth-of-type(6) dt img{
	width: auto;
	height: 100%;
}
#tenji_shiryo dl dd{
	text-align: center;
}


}
