
/* element ----*/
div#wrapper {
	width: 960px;
	padding-bottom:30px;
}

a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*------------*/
.header_bottom{
	margin-top:8px;
}
.read{
	float:left;
}

.header_bottom_btn{
	width:210px;
	margin-bottom:30px;
	float:right;
}

/*------------*/
#nav{
	width:980px;
	margin-bottom:-10px;
	margin-left:5px;
}

#nav ul.tab li{
	margin-right:5px;
	float:left;
}

.title{
	margin:0 0 5px 0;
}

.present{
	width:970px;
	margin-top:10px;
}

ul.present li{
	margin-right:10px;
	float:left;
}

.btn{
	margin:30px 0 50px 0;
	text-align:center;
}

/*------------*/
.step{
	width:942px;
	margin-bottom:20px;
	padding:15px 0 15px 12px;
	border:#008aeb 3px solid;
}

.step_all{
	padding:88px 0px 10px 10px;
	background:url(../images/step.gif) no-repeat;
}

.step_all li{
	color:#FFFFFF;
	float:left;
}

.step1{
	width:205px;
	margin-right:45px;
}

.step2{
	width:210px;
	margin-right:40px;
}

.step2 span{
	padding:5px;
	background-color:#FFFFFF;
	border-radius:4px;
}

.step3{
	width:205px;
	margin-right:40px;
}

.step4{
	width:170px;
}

/*------------*/
.coupon{
	width:942px;
	margin-bottom:20px;
	padding:15px 0 15px 12px;
	border:#008aeb 3px solid;
}

.coupon_number{
	margin:10px 0;
}
.col_left{
	width:320px;
	margin:0 0 0 40px;
	float:left;
}

.col_right{
	margin-right:60px;
   color: #0272a6;
   float:right;
}

.number{
	margin-top:10px;
	font-size:30px;
	font-weight:bold;
}
.bold{
	font-size:180%;
	font-weight:bold;
	color:#4d4d4d;
}

.bold_02{
	font-size:180%;
	font-weight:bold;
	color:#4d4d4d;
	margin-left:50px;
}

/*------------*/
#course{
	margin-top:10px;
}

#course .course_list{
	width:920px;
	padding:20px;
	background-color:#008aeb;
}
	
.course{
	padding:10px;
	background-color:#FFFFFF;
}

.left{
	width:425px;
	float:left;
	margin-right:10px;
}

.mainimg{
	margin-bottom:10px;
}

.rightBox{
	width: 440px;
	float:right;
	margin-right:2px;
}

.comment_img01{
	margin-bottom:20px;
}
.comment_img02{
	margin-top:7px;
}
.text_box{
	width:436px;
	margin:0 0 10px;
	border:#008aeb 2px solid;
}

.text{
	margin:6px;
}

.course .infobox h2 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	font-weight: bold;
	border-left-style: none;
	background-image: none;
}
.course h2 span.sm {
	font-size: 13px;
}

.textbox_02{
	width:440px;
}

.info_left{
	width:300px;
	float:left;
}

.info_right{
	margin-top:20px;
	width:130px;
	float:right;
}

.infobox h2 a:link, div#main .infobox h3 a:visited {
	color: #333333;
	text-decoration: none;
}
.infobox h2 a:hover, div#main .infobox h3 a:active {
	color: #666666;
}
.infobox ul.info {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.infobox ul.info li {
	margin-bottom: 3px;
}

.info_li1 {
	background-image: url(../images/icon_com.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:16px 16px;
	padding-left: 20px;
	padding-top:5px;
	margin-right: 15px;
}
.info_li2 {
	background-image: url(../images/icon_course.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.infobox ul.btn {
	list-style-type: none;
	margin:0;
}

/*------------*/
#infomation{
	margin-bottom:15px;
}

#infomation dl{
	width:940px;
	margin:0 10px;
	overflow:hidden;
	color:#333;
}

#infomation dl dt{
	width:11em;
	margin:0 0 0 5px ;
	float:left;
	font-weight:bold;
	clear:both;
}
#infomation dl dd{
	margin-bottom:10px;
	padding: 0 0 10px 12em;
	border-bottom:1px dashed #ccc;
}
#infomation dl dd.last{
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}
#infomation dl dd dl{
	margin:10px 0;
	padding:0;
}
#infomation dl dd dt{
 	width:11em;
	margin:0;
	padding:0;
}
#infomation dl dd dd{
	margin:0;
	padding:0 0 0 11em;
	border:none;
}

#infomation dl dd li{
	list-style:disc inside;
}