@charset "UTF-8";

/* clearfix
==========================================*/
.clearfix, .item, .item_conts {
	zoom: 1;
	overflow: hidden;
}
.clearfix:after, .item:after, .item_conts:after {
	content: "";
	display: block;
	clear: both;
}
/* common
==========================================*/
.item h2, .item h3, .item_conts ul li, .new h2, .new h3, .new .item_conts ul li, .last h3 { background: url(../img/bg.jpg) no-repeat; }
.pt35 { padding-top: 15px; }
.item {
	width: 50%;
	float: left;
	position: relative;
	margin-bottom: 20px;
}
.item h2 {
	line-height: 35px;
	background-position: 0 -159px;
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
	padding-left: 15px;
}
.item h3 {
	display: block;
	clear: both;
	width: 121px;
	line-height: 33px;
	background-position: 0 0;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	float: right;
	text-align: center;
	margin-right: 15px;
}
.item_conts {
	margin: 15px 35px 0;
	display: block;
}
.item_conts img { float: left; }
.item_conts ul {
	float: left;
	list-style: none;
	font-size: 14px;
	line-height: 140%;
}
.item_conts ul li {
	background-position: 0 -294px;
	padding-left: 15px;
	margin-left: 15px;
}
/* New */
.new { margin-bottom: 0; }
.new .item_conts { margin-top: 0; }
.new h2 {
	background-position: 0 -214px;
	line-height: 69px;
}
.new h3 { background-position: 0 -53px; }
.new .item_conts ul li { background-position: 0 -324px; }
/* last */
.last h3 {
	width: 138px;
	background-position: 0 -106px;
}
.btn {
	clear: both;
	text-align: center;
}
.btn a:hover {
	filter: alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;
}
