<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.series_list_box_wide{
	padding-top:0;
}
.list{
}


.list li{
	position:relative;
	border-bottom:2px solid #CCC;
	padding-bottom:20px;
	margin-bottom:20px;
}


.list h4{
	font-size:150%;
	padding-top:80px;
	
}
.list .date{
	position: absolute;
	top: 29px;
	line-height: 1em;
	color: #F00;
	font-size: 120%;
	font-weight: bold;
}
.list .date span{
	display:block;
	font-size:70%;
	font-weight:normal;
	color:#F00;
}
.list .year{
	position:absolute;
	top:30px;
	right:0;
}
.list .btns{
	position:absolute;
	bottom:20px;
	right:0;
}
.list .btns p{
	margin:20px 0;
}
.btn_angle {
    float:none;
}

#mh01{
	background:url(../images/mh01.png) center center no-repeat;
	min-height:411px;
	/*margin-top:-30px;*/
}


#mh02{
	background:url(../images/mh02.jpg) center center no-repeat;
	min-height:299px;
}

#mh03{
	background: url(../images/mh03.jpg) center center no-repeat;
	min-height: 350px;
	margin-top: -20px;
}
</pre></body></html>