@charset "UTF-8";

/*===================================================
ヘッダー・フッター調整
===================================================*/
#spMenuBox,
#naviField,
#SubLink,
#footSubmenu {
	display: none !important;
}

#headerField a {
	pointer-events: none;
}

#header_logoBox h1 a {
    width: 177px;
    background-image: url(/images/top_head_logo.png);
    background-size: contain;
}

@media screen and ( max-width:825px ) {
#header_logoBox h1 a {
	width: 125px;
    background: url(/common/images/sp_head_logo.png) no-repeat 0 center / 125px 24px;
}

#contentsBox {
	padding-bottom: 195px;
}
}


/*===================================================
リンク
===================================================*/
a:hover img {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}


/*===================================================
ポスター掲載
===================================================*/
.imgBox li {
	float: left;
	width: 25%;
}

.imgBox li img {
	vertical-align: top;
}


/*===================================================
こめじるし
===================================================*/
ul.kome {
	font-size: 80%;
	line-height: 1.5;
	margin-left: 1em;
} 
ul.kome li {
	text-indent: -1em;
}