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

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

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

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

#specialOverview .wrapper .linkButton a.pdf span{
	display:inline-block;
	background-image:url("../../../../../images/pdf.png");
	background-repeat:no-repeat;
	background-position:left center;
	background-size:22px auto;
	padding:8px 0 0 30px;
}

/* 展示構成 */
#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;
}


}


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

	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;
}

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


.specialOthers .sponsorship dl{
	margin-top:10px;
}
.specialOthers .sponsorship dl dt{
    display: block;
}
.specialOthers .sponsorship dl dd{
    display: block;
}

}
