@charset "utf-8";
/* core	================================================	*/

/* Head Slide Menu */

#productsList {
	width: 991px;
	height: 189px;
	background: #14100f;
	position: relative;
	margin-bottom: 10px;
}

#productsList .slide {
	width: 900px;
	height: 189px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#productsList .slide ul{
	width: 20800px;
	height: 180px;
	position: absolute;
	top: 10px;
	left: 0;
}

#productsList .slide ul li{
	width: 180px;
	height: 169px;
	display: inline;
	float: left;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
	position: relative;
}

#productsList .slide ul li p{
	width: 174px;
	height: 163px;
	border: 3px solid #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}

#productsList .slide ul li.select{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#productsList .pager {
	width: 34px;
	height: 189px;
	position: absolute;
	top: 0;
}

#productsList .pager:hover {
	cursor: pointer;
}

#productsList .prev {
	background: url(../img/products/arrLeft.gif) no-repeat left top;
	left: 0;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#productsList .next {
	background: url(../img/products/arrRight.gif) no-repeat left top;
	right: 0;
		opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#productsInner #productsCont {
	width: 761px;
	float: left;
	margin-left: 11px;
	text-align: left;
}

#techWrap {
	width: 700px;
	margin: 0 auto;
	padding-top: 30px;
}

#techWrap .mainTitle,
#techWrap .mainImage {
	margin-bottom: 20px;
}

#techWrap .commonTitle,
#techWrap .commonImage {
	margin-bottom: 20px;
}

.techHeader {
	margin-bottom: 30px;
}

.techHeader .mainImage {
    float: right;
    margin: 0 0 10px;
    width: 310px;
}

.techHeader .mainImage.type_fullwidth_image {
    float: none;
    margin: 0 auto 20px;
    width: 700px;
}

.techHeader .mainImage.type_fullwidth_image {
    float: none;
    margin: 0 auto 20px;
    width: 700px;
}


.techHeader .mainText.type_fullwidth_text {
    width: 700px;
}
.techHeader .name {
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    margin: 0 0 10px;
    padding: 5px 0;
    width: 365px;
    font-size: 1.6rem;
    font-weight: bold;
}

.techHeader .mainText.type_fullwidth_text .name{
    width: 700px;
}

.techHeader img {
	width: 100%;
}

.techHeader .text {
    width: 365px;
}

.techHeader .cotion {
	width: 365px;
	font-size: 13px;
	color: #eeeeee;
	margin-bottom: 10px;
}

.techHeader .btn {
	display: block;
	width: 361px;
	border: 2px solid #ffffff;
}
.techHeader .btn:hover {
	border: 2px solid #cccccc;
}

.techHeader .btn .link{
	background: #ffffff;
	text-align: center;
	padding: 5px 0;
}

.techHeader .btn:hover .link{
	background: #cccccc;
	text-align: center;
	padding: 5px 0;
}


.techHeader .btn .link img{
	width: 50%;
}

.techHeader .btn .text{
	padding: 10px;
	text-align: center;
	margin: 0;
}

#productsInnerBanner {
	width: 700px;
	margin: 0 auto;
	padding-bottom: 40px;
}

#productsInnerBanner h4{
	margin-bottom: 20px;
}

#productsInnerBanner li{
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}

#productsInnerBanner li img{
	width: 340px;
}
