@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------
 TOP
---------------------------------------------------------*/
/*--mainVisual--*/
#mainVisual{
	margin: 1px 0 0;
	padding-left: 40px;
	height: 280px;
	background: url(../images/products/main-visual.jpg) no-repeat;
}
#mainVisual .lead{
	padding: 30px 0 15px;
	max-width: 347px;
}
#mainVisual p{
	width: 350px;
	font-size: 1.5rem;
	color: #FFF;
}
#mainVisual .btn{
	margin-top: 20px;
	width: 340px;
	text-align: center;
	background: url(../images/products/main-btn.png);
}
#mainVisual .btn a{
	display: block;
	padding: 8px 0;
	font-size: 142%;
}
#mainVisual .btn a span{
	padding-left: 12px;
	background: url(../images/common/icon-arrow01.png) no-repeat 0 50%;
}
/*--featuresList--*/
#featuresList{
	padding-bottom: 30px;
	/* border-bottom: 1px solid #CCC; */
}
#featuresList h2 {
	margin-top: 30px;
}
.features{
	margin-bottom: 20px;
	padding: 12px 20px 12px;
	border: 1px solid #CCC;
	background-position: right top;
	background-repeat: no-repeat;
}
.features p{
	padding-right: 240px;
	margin-bottom: 10px!important;
	font-size: 1.4rem;
}
.features h3 {
	margin-bottom: 5px !important;
}
.features a:hover {
	opacity: .7;
}
.features.rain{ background-image: url(../images/products/features-rain.jpg); }
.features.coating{ background-image: url(../images/products/features-coating.jpg); }
.features.joint{ background-image: url(../images/products/features-joint.jpg); }
.features.design{ background-image: url(../images/products/features-design.jpg); }


/*--productLink--*/
#productLink{
	margin: 0 auto 20px;
	width: 320px;
	text-align: right;
}
#productLink img{
	margin-bottom: 10px;
}
#productLink a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}


/*---------------------------------------------------------
 Product Feature
---------------------------------------------------------*/
.productSection{
	margin-bottom: 40px;
}
/*--Rain Screen System------------------------------------------*/
.protects dt{
	margin-bottom: 5px;
	color: #b21d1d;
	font-size: 125%;
	font-weight: bold;
}
.protects dd{
	margin-bottom: 10px;
}
.hudReport dt{
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 134%;
	font-weight: bold;
	border-bottom: 1px solid#CCC;
}
.hudReport dd{
	margin-bottom: 15px;
}

/*--Coating Technology------------------------------------------*/
.productSection h2 .option{
	padding-left: 10px;
	vertical-align: middle;
}
.maintenance{
	margin-bottom: 30px;
	/overflow: hidden;
	/zoom: 1;
}
.maintenance .flow{
	position: relative;
	float: left;
	padding-right: 23px;
	background: url(../images/products/features/coating-arrow.gif) no-repeat 230px 50%;
}
.maintenance .flow div{
	padding: 17px;
	width: 190px;
	text-align: center;
	background: #efefef;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.maintenance .flow:last-child{
	padding-right: 0;
}
.maintenance .flow p{
	margin: 10px 0 0!important;
	text-align: left;
}

/*--optiontypeTbl--*/
.optiontypeTbl{
	border-collapse: separate;
	border-spacing: 0px;
	/border-collapse: collapse; /* IE7 and lower */
	border-bottom: 1px solid #CCC;
}
.optiontypeTbl th,
.optiontypeTbl td{
	padding: 10px 15px;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
.optiontypeTbl th span{
	display: block;
	margin-bottom: 12px;
	font-size: 125%;
	font-weight: bold;
}
.optiontypeTbl th span img{
	margin-right: 5px;
	vertical-align: middle;
}
.optiontypeTbl td{
	padding: 0 5px;
	text-align: center;
}
.optiontypeTbl td span{
	font-size: 200%;
	_font-size: 100%;
	font-weight: bold;
	vertical-align: middle;
}
/*optionTitle*/
.optiontypeTbl th.optionTitle{
	padding: 0;
	width: 240px;
	height: 114px;
	background: url(../images/products/features/coating-img01.gif) no-repeat 0 0;
	border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
}
/*caramic*/
.optiontypeTbl th.caramic{
	background: #fff1f1;
}
.optiontypeTbl th.caramic span{
	color: #ea6d50;
}
/*acrylic*/
.optiontypeTbl th.acrylic{
	background: #eaf0fa;
	border-radius: 0 6px 0 0;
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
}
.optiontypeTbl th.acrylic span{
	color: #6599cd;
}
.optiontypeTbl th.acrylic,
.optiontypeTbl td.acrylic{
	border-right: 1px solid #CCC;
}


.optionCaramic{
	margin-bottom: 5px;
	font-size: 159%;
	color: #ea6d50;
}
.optionCaramic img{
	margin-right: 7px;
	vertical-align: middle;
}


/*--Engineered Panel Joint--------------------------------*/
.panelImg{
	margin-bottom: 25px;
	/overflow: hidden;
	/zoom: 1;
}
.panelImg .drawing{
	float: left;
	width: 330px;
}
.panelImg .figure{
	float: right;
	width: 365px;
}
.jointEx{
	margin-bottom: 30px;
	padding: 30px;
	border: 1px solid #CCC;
}
.jointEx .zoomBtn{
	margin: 5px 0 0 128px;
}
.jointEx .zoomBtn a:hover img{
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}

/*---------------------------------------------------------
 Product Design
---------------------------------------------------------*/
#productLead, .productLineup, #productOption,
#productTop, .productColor, .productSpec{
	margin-bottom: 40px;
}

/*--Product top-------------------------------------------*/
#productLead .leadHead{
	padding: 5px 0 15px;
	background: url(../images/products/product-design/lead-bg.jpg) no-repeat right 9px;
	/overflow: hidden;
	/zoom: 1;
}
#productLead .leadHead span{
	display: block;
	float: left;
	margin-right: 15px;
	color: #151515;
	font-size: 390%;
	letter-spacing: -1px;
}
#productLead p.lead{
	float: left;
	margin-top: 16px;
	font-size: 117%;
	color: #151515;
	line-height: 1.2;
}

/*--lineup--*/
.productLineup{
	margin-bottom: 40px;
}
.productLineup div.list{
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	/overflow: hidden;
	/zoom: 1;
}
.productLineup div.list:hover{
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	cursor:pointer;
}
.productLineup div.figure{
	float: left;
	width: 90px;
}
.productLineup div.text{
	float: right;
	width: 600px;
}
.productLineup div.name{
	margin: 8px 0 10px;
	color: #666;
	font-size: 250%;
	letter-spacing:0.03em;
	font-family: "Times New Roman", Times, serif;
}
.productLineup div.option span{
	padding-right: 3px;
}
.productLineup div.link{
	text-align: right;
}
/*--option--*/
#productOption .options{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	/overflow: hidden;
	/zoom: 1;
}
#productOption .options dl{
	float: left;
	margin-bottom: 0;
	padding: 20px 25px;
	width: 305px;
	color: #333;
	border-left: 1px solid #CCC;
}
#productOption .options dt{
	margin-bottom: 10px;
	font-size: 117%;
	font-weight: bold;
}
#productOption .options dt img{
	margin-right: 5px;
	vertical-align: middle;
}
/*--contact--*/
.asideNote.contact{
	padding-top: 40px!important;
	padding-bottom: 30px!important;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: url(../images/products/product-design/contact-bg.png);
	background-repeat: no-repeat;
	background-position: 550px 5px;
}
.asideNote.contact p{
	margin-right: 180px;
	font-size: 109%;
}

/*--Product Detail-------------------------------------------*/
.productDetail{
	margin-top: 0!important;
}
/*--productTop--*/
#productTop img{
	margin-bottom: 10px;
}
/*--colorlist--*/
.productColor ul{
	/overflow: hidden;
	/zoom: 1;
}
.productColor ul li{
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
	width: 230px;
	/overflow: hidden;
	/zoom: 1;
}
.productColor ul li:nth-child(3n){
	margin-right: 0;
}
.productColor ul li img{
	margin-bottom: 5px;
}
.productColor .pn{
	float: left;
}
.productColor .option{
	float: right;
}
/*--product spec--*/
.productSpec .spec{
	margin-bottom: 15px;
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #151515;
}
.productSpec .spec th,
.productSpec .spec td{
	padding: 12px 12px;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
}
.productSpec .spec th{
	border-left: 3px solid #CCC;
	background: #f0f0f0;
}
.productSpec .note ol li{
	margin-left: 18px;
	list-style-type: decimal;
}

/*---------------------------------------------------------
 Why CERA FAÇADE?
---------------------------------------------------------*/
.ceraclad{
	margin-top: 10px!important;
}
/*--top list--*/
#systemList{
	margin-bottom: 40px;
	padding: 40px 0 0 40px;
	color: #FFF;
	height: 525px;
	background: url(../images/products/why-ceraclad/main-visual.jpg) no-repeat 0 0;
}
#systemList p{
	margin-top: 10px;
	font-size: 117%;
}
#systemList ul{
	margin-top: 20px;
	/overflow: hidden;
	/zoom: 1;
}
#systemList ul li{
	float: left;
	margin: 0 10px 10px 0;
	padding: 15px 10px;
	width: 155px;
	font-size: 109%;
	line-height: 1.8;
	border: 1px solid #FFF;
	box-shadow:rgba(0, 0, 0, 0.2) 3px 3px 0px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 3px 3px 0px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 3px 3px 0px 0px;
	background: url(../images/products/why-ceraclad/list-bg.png);
	_background: #026a95
}
#systemList ul li:last-child{
	line-height: 1.3;
}

/*--technology--*/
.technology{
	margin-bottom: 5px;
}
.technology .figure{
	margin-right: 30px!important;
}
.technology dt{
}

/*--greenProduct--*/
.greenProduct .figure{
	width: 290px;
	margin-left: 40px!important;
}

/*------------------------------------------------------
  CLEAR FIX
------------------------------------------------------*/
#productLead .leadHead:after,
.productLineup div.list:after,
#productOption .options:after,
.productColor ul:after,
.productColor ul li.after,
#systemList ul:after,
.maintenance:after,
.panelImg:after{
  content: '';
  display: block;
  clear: both;
  height: 0;
}


/*------------------------------------------------------
  ida Add - Video -  2017.12
------------------------------------------------------*/
/*--installationGuide--*/
.tecnicalSection{
	margin-bottom: 20px;
}

#installationGuide dl.videoClip{
	padding: 8px 0 8px 50px;
	background: url(../images/products/icon-video.gif) no-repeat 0 0;
	/overflow: hidden;
	/zoom: 1;
}
#installationGuide .videoClip dt,
#installationGuide .videoClip dd{
	display: inline;
	font-weight: bold;
}
#installationGuide .videoClip dt{
	padding-right: 20px;
	font-size: 134%;
	color: #151515;
}
#videoList{
	margin-bottom: 30px;
	/overflow: hidden;
	/zoom: 1;
}
#videoList::after {
	display: block;
	height: 0;
	content: ' ';
	clear: both;
}
#videoList li{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#videoList li:nth-child(even){
	margin-right: 0;
}
#videoList li:hover{
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	cursor: pointer;
}
#videoList li a{
	display: block;
	padding: 5px 5px 10px;
	width: 164px;
	color:#FFF;
	background: #333;
}

#youtube {
      width: 720px;
      text-align: right;
      margin-bottom: 10px;
}

/*------------------------------------------------------
  Product Design
------------------------------------------------------*/
.designType {
	margin: 60px 0 0;
}
.designType .mainImg {
	margin: 15px 0 0;
}
.variationList {
	flex-wrap: wrap;
	margin: 20px 0 0;
}
.variationItem {
	margin: 5px 0 0;
	width: 48%;
}
.variationItem .title {
	margin: 5px 0 0;
}