<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* common_setting
-------------------------------------------------------------*/
section.co_container{
	background: #fff;
	padding: 10px 5px;
	width: 980px;
}
.contents_right{
	margin: 0 0 0 8px;
	z-index: 1;
	text-align: center;
	float: left;
	width: 801px;
}

/* banner
-------------------------------------------------------------*/
.banner{
	text-align:center;
	margin: 0 auto;
}
.banner img{
	width: 100%;
	max-width: 770px;
}
.banner_area p{
	margin: 10px 20px;
	line-height: 22px;
	font-size: 16px;
}

/* main_title
-------------------------------------------------------------*/
.main_title{
	margin-bottom: 10px;
	padding: 0 10px;
	border-bottom: 2px solid #555;
	line-height: 26px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.manga_link{
	margin: 0 10px 10px;
	font-size: 12px;
	text-align: right;
}
.manga_link span:nth-child(4):after,
.manga_link span:nth-child(8):after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.catch{
	margin: 0 10px 15px;
	padding-top: 10px;
	border-top: 1px dotted #CCC;
	text-align: left;
	font-size: 14px;
}

/* btn_area
-------------------------------------------------------------*/
.btn_area{
	width:766px;
	margin:10px auto;
	box-sizing: border-box;
}
.btn_area .each_btn{
	float:left;
	margin-bottom:10px;
}
.btn_area.btn_6 .each_btn{
	width:127px;
}
.btn_area.btn_5 .each_btn{
	width:153px;
}
.btn_area.btn_4 .each_btn{
	width: 191px;
}
.btn_area.btn_3 .each_btn{
	width:255px;
}
.btn_area .each_btn a{
	display: block;
	margin:0 2px;
	padding: 7px 0;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFF), color-stop(1.00, #F6F6F6));
	background: -webkit-linear-gradient(top, #FFF 0%, #F6F6F6 100%);
	background: linear-gradient(to bottom, #FFF 0%, #F6F6F6 100%);
	border: 1px solid #CCC;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color:#666;
	text-decoration:none;
}

/* contents
-------------------------------------------------------------*/
.year_w{
	margin: 20px 10px 0;
}
.btn_area + .year_w{
	margin: 10px 10px 0;
}
.year_text{
	margin: 5px;
	text-align: left;
	font-size: 12px;
	color: #333;
}
.common_title{
	width: 730px;
	margin:0 auto 10px;
	padding: 6px;
	border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	color: #FFF;
}
.yellow_title{
	background: #FFDE27;
	color: #333;
}
.year_w ul{
	display: table;
	width: 100%;
	margin: 10px auto;
	background: #FFF;
	list-style: none;
	border-collapse: separate;
	border-spacing: 5px 0;
}
.year_w li{
	margin-bottom:10px;
	border: 1px solid #CCC;
	border-radius: 3px;
	box-sizing: border-box;
	vertical-align: top;
}
.rank1 li,
.rank2 li,
.rank3 li{
	display: table-cell;
	margin: 0 auto;
	vertical-align: top;
	text-align: center;
}
.rank1 li{
	width: 766px;
}
.rank2 li{
	width: 380px;
}
.rank3 li{
	width: 252px;
}
.each_table{
	width: 100%;
	margin: 0 auto;
	text-decoration: none;
}
.thumb_area{
	float: left;
	height: auto;
	padding: 8px 4px 8px 8px;
	text-align: center;
	color: #333;
	overflow: hidden;
}
.rank1 .thumb_area,
.rank2 .thumb_area{
	width: 140px;
}
.rank3 .thumb_area{
	width: 96px;
}
.thumb_area a{
	display: block;
}
.thumb_area img{
	border: 1px solid #DDD;
	border-radius: 2px;
}
.rank1 .thumb_area img,
.rank2 .thumb_area img{
	max-width: 130px;
	max-height: 190px;
}
.rank3 .thumb_area img{
	max-width: 86px;
	max-height: 117px;
}
.rank_num img{
	width: 115px;
	margin: 0 auto 5px;
	border: none;
}
.text_area{
	float: right;
	padding: 8px 8px 8px 0;
	vertical-align: top;
	text-align: left;
	color: #333;
}
.rank1 .text_area{
	width: 603px;
}
.rank2 .text_area{
	width: 218px;
}
.rank3 .text_area{
	width: 133px;
}
.title_name,
.title_name a{
	margin-bottom: 5px;
	font-weight: bold;
	color: #08C;
}
.rank1 .title_name,
.rank1 .title_name a{
	font-size: 17px;
}
.rank2 .title_name,
.rank2 .title_name a{
	font-size: 15px;
}
.rank3 .title_name,
.rank3 .title_name a{
	font-size: 14px;
}
.author_name,
.author_name a{
	margin-bottom: 10px;
	font-size: 12px;
	color: #444;
}
.intro{
	margin-bottom: 3px;
	line-height: 15px;
	text-align: left;
	font-size: 12px;
	overflow: hidden;
}
.rank1 .intro,
.rank2 .intro{
	height: 90px;
}
.rank3 .intro{
	height: 60px;
}
.intro a{
	color: #333;
}
.btn{
	margin: 8px 0;
}
.each_table + .btn{
	margin: 0 0 8px;
}
.btn a{
	display: inline-block;
}
.btn span{
	display: inline-block;
	width: 106px;
	height: 26px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFF), color-stop(1.00, #F6F6F6));
	background: -webkit-linear-gradient(top, #FFF 0%, #F6F6F6 100%);
	background: linear-gradient(to bottom, #FFF 0%, #F6F6F6 100%);
	border: 1px solid #CCC;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
}
.alert_text{
	margin-top: 10px;
	text-align:left;
	font-size: 12px;
	color: #333;
}
.alert_text + .alert_text{
	margin-top: 0;
}
.indent{
	text-indent:1em;
	text-align:left;
	font-size: 12px;
	color: #333;
}
.other_year{
	margin:5px;
	font-size:12px;
	color: #333;
}
</pre></body></html>