@charset "UTF-8";
/* CSS Document */
@import url(internal_menu.css);
#content_section{ border-bottom:1px solid #ccc;}
.feature{
	width:100%;
	margin:20px auto 10px auto;
    position:relative;
    overflow:hidden;
	box-sizing:border-box;
}
.feature:after{
	padding-top: 45.61%;
    content:"";
    display: block;
}
.feature_img{
	position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    max-width:100%;
    margin:auto;
}
.plates{
	width:100%;
	margin:0 auto 0 auto;
    position:relative;
    overflow:hidden;
	box-sizing:border-box;
}
.plates:after{
	padding-top: 63.4%;
    content:"";
    display: block;
}
.plates_img{
	position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    max-width:100%;
    margin:auto;
}
.rights{
	width:100%;
	margin:20px auto 10px auto;
    position:relative;
    overflow:hidden;
	box-sizing:border-box;
}
.rights:after{
	padding-top: 80.7%;
    content:"";
    display: block;
}
.rights_img{
	position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    max-width:100%;
    margin:auto;
}
.btn_contact{
	width:100%;
	text-align:center;
	margin:0 auto;
}
.btn_contact a:hover{
	opacity:0.8;
}
#pc-plate_desc{
	width:98%;
	max-width:1440px;
	margin:0 auto 0 auto;
	padding:1%;
	clear:both;
}
.plate_desc_col{
	box-flex:1;
	-moz-box-flex:1;
	-webkit-box-flex:1;
	-ms-webkit-box-flex:1;
	margin:0 1%;
	overflow:hidden;
	width:29%;
	max-height:200px;
	padding:10px;
	border:1px solid #ffc988;
	-moz-box-shadow:5px 5px rgba(100%,70%,0%,0.2);
	-webkit-box-shadow:5px 5px rgba(100%,70%,0%,0.2);
	box-shadow:5px 5px rgba(100%,70%,0%,0.2);
}
.plate_desc_col a{
	background:#ffe3b7;
}
.plate_desc_col a:hover{
	display:block;
	opacity:0.8;
	background:#fff;
}
.plate_desc_col h1 img{
	width:25px;
	height:25px;
	margin-right:5px;
	float:left

}
.plate_desc_col h1{
	width:100%;
	font-size:14px;
	font-weight:bold;
	line-height:15px;
	color:#C00;
	clear: both;
}

.plate_desc_col h2{
	width:100%;
	height:auto;
	font-size:13px;
	font-weight:normal;
	margin-top:5px;
	line-height:1.3em;
	color:#666;
	clear:both;
}

.desc ul li{
	list-style:url(../imgs/shared/ic_li_1.png) outside;
	margin-bottom:10px;
}