@charset "utf-8";

/* container
---------------------------------------- */
#container {
	width:940px;
	padding:40px 90px;
	margin:0 auto;
}

/* monthBox
---------------------------------------- */
.monthBox {
	margin-bottom:35px;
}
.monthBox h3 {
	margin-bottom:15px;
	text-align:center;
	background:url(../../images/yearly/border01.gif) no-repeat center center;
}
.monthBox p {	
	text-align:center;
	margin-bottom:15px;
}
.monthBox div.clearfix .fleft {
	width:450px;
	padding:40px 19px 0 0;
	margin-right:19px;
	border-right:#ffa361 1px dotted;
	background:url(../../images/yearly/logo01.gif) no-repeat center top;
}
.monthBox div.clearfix .fright {
	width:450px;
	padding-top:40px;
	background:url(../../images/yearly/logo02.gif) no-repeat center top;
}
.monthBox .clearfix ul li {
	width:220px;
	float:left;
	text-align:center;
	font-size:12px;
	line-height:20px;
}
.monthBox .clearfix ul li:nth-child(1) {
	margin-right:10px;
}
