@charset "utf-8";

.phL {
	float:left;
	padding:0 10px 5px 0;
}
.phR {
	float:right;
	padding:0 0 5px 10px;
}
.hdr {
	padding: 15px 10px 5px;
}
.section {
	margin: 5px 10px;
	padding: 5px;
	background-color: #A67B2C;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	text-align: center;
	-webkit-box-shadow : 0 0px 4px rgba(150, 150, 150, .5); /* Saf3.0+, Chrome */
	-moz-box-shadow : 0 0 4px rgba(0, 0, 0, .8), 0 -1 1px rgba(255, 0, 0, .8); /* FF3.5+ */
	box-shadow : 0 0 4px rgba(0, 0, 0, .8), 0 -1 1px rgba(255, 0, 0, .8); /* Opera 10.5, IE 9.0 */
}
#sec0, #sec1, #sec2, #sec3, #sec4, #sec5, #sec6, #sec7, #sec8 {
	text-align: left;
}
#sec0 h2, #sec1 h2, #sec2 h2, #sec3 h2, #sec4 h2, #sec5 h2, #sec6 h2, #sec7 h2, #sec8 h2 {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	background: url(/feature/img/icon_arrow.png) right center no-repeat;
}
.section h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 44px;
	color: #fff;
	border: none;
	padding: 0px 30px 0px 15px;
	text-align: left;
}
.section div {
	padding: 10px;
	background-color:#FFF;
	text-align:left;
}
.section div h6 {
	width: 97%;
	text-align: right;
	color: #ff5670;
	padding: 20px 5px 5px;
	font-size: 93%;
}
#special {
	padding:0 ;
	margin:0 0 20px;
}
#special h3 {
	font-size:122%;
	line-height: 1.5em;
	padding-bottom:10px;
	color:#C20009;
	font-weight:bold;
}
#special p {
	font-size:93%;
	line-height: 1.5em;
	padding-bottom:10px;
}
#special .c {
	font-size:85%;
	color:#666;
}
#special p span {
	font-weight:bold;
	color:#A67B2C;
}


/* clearfix
------------------------------------------*/
.clearfix {
	display: inline-block;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
	line-height: 0px;
}
/* start commented backslash hack \*/ 
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}