@charset "UTF-8";

/*=======================================
			top CSS Allstart
=======================================*/

.list-wrap{
margin:10px 0 40px;

}

.list-head{
	background-image:url(/top/img/bg-head_bar.png);
	background-repeat:repeat-x;
	height:34px;
	padding-left:20px;
	line-height:34px;
	font-size:24px;
	font-weight:bold;
}
.list-head h1{
	line-height:34px;
	font-size:24px;
	font-weight:bold;
}

.monthlist{
	border:solid 1px #ccc;
	background-color:#fff;
	padding:19px;
}

.monthlist li a{
	display:block;
	text-decoration:none;
	color:#333;
}
.monthlist li a:hover{
	color:#c33;
}
.text-block{
	text-align:center;
	font-size:18px;
	margin-bottom:20px;
}
.btn_year{
	margin-bottom:30px;
}
.btn_year ol{
	width:600px;
	margin:0 auto;
}
.btn_year ol li{
	float:left;
	width:100px;
	text-align:center;
}
.btn_year ol li a{
	border:solid 1px #ccc;
	border-left:none;
	border-top:none;
	padding:5px 0;
	background-color:#ffe7e7;
}
.btn_year ol li.top a{
	border-top:solid 1px #ccc;
}

.btn_year ol li a:hover{
	background-color:#ffd7d7;
}

.btn_year ol li.first a{
	border-left:solid 1px #ccc;
	padding:5px 0;
}


.yearbox{
	border-bottom:solid 2px #ccc;
	margin-bottom:20px;
}
.yearbox p{
	font-size:18px;
	}

.monthlist-part{
	margin-bottom:40px;
}


.btn_month li{
	float:left;
	text-align:left;
	width:25%;
}

.btn_month li a{
	width:135px;
	margin:0 auto;
	border:solid 1px #ccc;
	border-top:none;
	padding:10px 0 10px 15px;
	background-color:#ffe7e7;
}
.btn_month li.top a{
	border-top:solid 1px #ccc;
}
.btn_month li a:hover{
	background-color:#ffd7d7;
}

.btn_month li a .bold{
	color:#f00;
	font-size:12px;
	margin-right:0.5em;
}





