@charset "utf-8";

/* CSS Import Style
---------------------------------------------------- */
@import "01format.css";
@import "02layout.css";
@import "03common.css";

/* Features Box Style
---------------------------------------------------- */
#feature #main {
	float: left;
	width: 651px;
}
#feature #sideBar {
	float: right;
	width: 300px;
}
#feature #main.wide {
	width: 975px;
}

/* Features Top Style
---------------------------------------------------- */
#feature .featureBox {
	clear: both;
	margin-bottom: 40px;
	width: 651px;
}
#feature .featureBox h3 {
	background: url(/hcl/images/feature/bg_feature_title.gif) repeat-x left bottom;
	padding: 0 5px 20px;
	line-height: 1.2;
	font-size: 14px;
	font-weight: bold;
}
#feature .featureBox h3 a {
	text-decoration: none;
	color: #333;
}
#feature .featureBox p.date {
	margin-bottom: 14px;
	text-align: right;
	font-size: 10px;
}
#feature .featureBox p.pic {
	float: left;
	margin: 0 15px 15px 0;
}
#feature .featureBox p.pic img {
	border: 1px solid #a1a1a1;
	width: 199px;
}
#feature .featureBox .detail {
	float: left;
	width: 435px;
}
#feature .featureBox .detail p {
	line-height: 1.8;
}
#feature .featureBox .detail p.more {
	margin: 10px 0 0 0;
	font-size: 12px;
}
#feature .featureBox .detail p.more a {
	background: url(/images/icon_arrow1.gif) no-repeat left center;
	padding-left: 13px;
}
#feature .infoBox {
	border: 1px solid #d3d3d3;
	background-color: #f6f6f6;
	padding: 8px 16px;
	width: 617px;
}
#feature .infoBox p {
	line-height: 1.8;
}

/* Features SideBar Style
---------------------------------------------------- */
#feature #recent {
	border: 1px solid #d3d3d3;
	padding-bottom: 10px;
	width: 288px;
}
#feature #recent p {
	margin-bottom: 16px;
	background-color: #d3d3d3;
	padding: 4px 7px;
	font-size: 14px;
}
#feature #recent ul.listMenu {
	margin: 0 15px;
}
#feature #recent ul.listMenu li {
	font-weight: bold;
}

/* Features Detail Style
---------------------------------------------------- */
#feature #detail.featureBox {
	width: 975px;
}
#feature #detail.featureBox p.pic {
	width: 400px;
	margin: 0 20px 15px 0;
}
#feature #detail.featureBox p.pic img {
	width: 398px;
}
#feature #detail.featureBox p.pic span {
	display: block;
	margin-top: 5px;
	text-align: right;
	font-size: 10px;
}
#feature #detail.featureBox .detail {
	float: left;
	width: 555px;
}
#feature #detail.featureBox .detail .linkArea {
	margin-top: 15px;
	background: url(/hcl/images/feature/bg_link_area.gif) repeat left top;
	padding: 5px 10px 10px;
	width: 535px;
}
#feature #detail.featureBox .detail .linkArea dl {
	margin: 0 10px;
}
#feature #detail.featureBox .detail .linkArea dt {
	float: left;
	clear: both;
	width: 100px;
	padding: 6px 0 0 0;
	font-size: 14px;
}
#feature #detail.featureBox .detail .linkArea dd {
	background: url(/images/icon_arrow3.gif) no-repeat left 10px;
	margin-left: 100px;
	padding: 5px 0 0 15px;
}
#feature #detail.featureBox .detail .linkArea dd a {
	color: #181b12;
	font-size: 14px;
	font-weight: bold;
}
#feature h4 {
	clear: both;
	margin-top: 40px;
	border-left: 10px solid #fc9f5e;
	background-color: #eee;
	padding: 7px;
	font-weight: bold;
}
#feature .featureBox2 {
	margin-top: 10px;
	width: 975px;
}
#feature .featureBox2 .boxL {
	float: left;
	width: 400px;
}
#feature .featureBox2 .boxR {
	float: right;
	width: 555px;
}
#feature .featureBox2 .boxL p.pic img {
	border: 1px solid #a1a1a1;
	width: 398px;
}
#feature .red {
	color: #e60012;
}
#feature ul.iconList {
	margin: 10px 0 20px;
}
#feature ul.iconList li {
	margin-bottom: 10px;
}
#feature ul.iconList li img {
	margin-right: 3px;
}
