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

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

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

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

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

	/* 展示資料 */
	#tenji_shiryo{
		margin: 30px;
	}

	#tenji_shiryo dl{
		display: block;
		width: 800px;
		margin: 0 auto 50px;
	}
	#tenji_shiryo dl dt{
		display: inline-block;
		width: 250px;
		vertical-align: top;
		margin-right: 25px;
	}
	#tenji_shiryo dl dt img{
		width: 100%;
		height: auto;
	}
	#tenji_shiryo dl dd{
		display: inline-block;
		width: 500px;
		vertical-align: top;
		font-weight: bold;
	}

	#tenji_shiryo dl dd p{
		font-size: 140%;
		color: #54061A;
	}
	#tenji_shiryo dl dd p span{
		font-size: 75%;
	}
	#tenji_shiryo dl dd div{
		font-weight: normal;
		margin-top: 15px;
	}


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

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

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

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

	/* 展示資料 */
	#tenji_shiryo{
		margin-top: 35px;
	}

	#tenji_shiryo dl{
		display: block;
		width: 100%;
		margin: 0 auto 50px;
	}
	#tenji_shiryo dl dt{
		display: block;
		width: 75%;
		max-width: 400px;
		margin: 0 auto 10px;
	}
	#tenji_shiryo dl dt img{
		width: 100%;
		height: auto;
	}
	#tenji_shiryo dl dd{
		display: block;
		width: 100%;
		vertical-align: top;
		font-weight: bold;
		text-align: center;
	}

	#tenji_shiryo dl dd p{
		font-size: 140%;
		color: #54061A;
		line-height: 1.3;
		margin-bottom: 5px;
	}
	#tenji_shiryo dl dd p span{
		display: block;
		font-size: 75%;
	}
	#tenji_shiryo dl dd div{
		font-weight: normal;
		text-align: left;
		margin-top: 10px;
	}




}
