@charset "utf-8";
/*====================================================================================
■01.Banner
■02.TOP PAGE 
====================================================================================*/
/*====================================================================================
■01.Banner
====================================================================================*/
.banner h2 {
	text-align: center;
	padding: 70px;
}
#wrapper {
	background: url(../images/bg_banner.png) no-repeat top center;
}
/*====================================================================================
■02.TOP PAGE 
====================================================================================*/
.cnt01 {
	background: #fff;
	margin: 0 -20px;
	border-radius: 5px 5px 0 0;
	padding: 20px;
}
.cnt01 .cnt01_box {
	width: 490px;
	padding: 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fbfbf8;
	border: solid 1px #d7d7d7;
}

.cnt01 .cnt01_box .tt_blue {
	border-bottom: 3px solid #0e6fde;
	padding: 10px 10px 15px;
	position: relative;
}
.cnt01 .cnt01_box .tt_green {
	border-bottom: 3px solid #189982;
	padding: 10px 10px 15px;
	position: relative;
}
.cnt01 .cnt01_box h3 {
	float: left;
	width: 280px;
	font-size: 20px;
}
.cnt01 .cnt01_box .tt_blue .price {
	margin-top: -20px;
}
.cnt01 .cnt01_box .price {
	font-size: 20px;
	color: #ff2033;
	background: url(../images/ico_price.jpg) no-repeat left center;
	float: right;
	width: 110px;
	padding: 5px 0;
	padding-left: 50px;
	font-weight: bold;
	line-height: 1.2;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -30px;
}
.cnt01_ct {
	margin: 10px 15px;
}
.cnt01_ct .blue_txt {
	background: #0e6fde;
	border-radius: 5px;
	padding: 15px 10px;
	float: right;
	width: 265px;
}
.cnt01_ct .green_txt {
	background: #189982;
	border-radius: 5px;
	padding: 15px 10px;
	float: right;
	width: 265px;
}
.cnt01_ct h4 {
	padding-bottom: 15px;
	text-align: center;
}
.cnt01_ct li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.cnt01_ct li:nth-child(2n) {
	margin-right: 0;
}
.cnt01_ct h5 {
	margin-top: 20px;
	background: url(../images/ico_star.png) no-repeat right center;
	min-height: 26px;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #cdcdcd;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.cnt01_ct .btn_blue {
	text-align: center;
	padding: 10px 0;
	margin-top: 20px;
	background: url(../images/arrow_blue.png) no-repeat 98% center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 3px #0e6fde;
}
.cnt01_ct .btn_blue a {
	color: #0e6fde;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.cnt01_ct .btn_green {
	text-align: center;
	padding: 10px 0;
	margin-top: 20px;
	background: url(../images/arrow_green.png) no-repeat 98% center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 3px #189982;
}
.cnt01_ct .btn_green a {
	color: #189982;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.cnt02 {
	background: #f8f4ee url(../common_img/bg01.jpg) no-repeat top center;
	padding: 30px 0;
}
.cnt02 .cnt02_l {
	float: left;
	width: 500px;
}
.cnt02 .cnt02_l ul {
	margin: 20px 0; 
}
.cnt02 .cnt02_l li {
	background: #fff url(../images/bg_check.png) no-repeat top left;
	margin-bottom: 5px;
	border-radius: 5px;
	padding: 12px 0;
	padding-left: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #5b342c;
}
.cnt02 .cnt02_r {
	float: right;
	width: 320px;
	margin-top: 10px;
	border-radius: 5px;
	border: 1px solid #dfd9ce; 
}
.cnt02 .cnt02_r h3 {
	background: #0e6fde;
	position: relative;
	text-align: center;
	padding: 15px 0;
	border-radius: 5px 5px 0 0;
}
.cnt02 .cnt02_r h3 a {
	position: absolute;
	top: 20px;
	right: 20px;
}
.cnt02 .cnt02_r .news_ct {
	padding: 20px 15px;
	background: #fff;
	overflow: auto;
	height: 250px;
	border-radius: 0 0 5px 5px;
}
.cnt02 .cnt02_r dt {
	color: #0e6fde;
	font-weight: bold;
}
.cnt02 .cnt02_r dd {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}