@charset "UTF-8";
#products_bnr{
	overflow:hidden;
	/*height:3000px;*/
}	

.prpducts{
	}	
dl,dd,dt{
	float:left;
	}
dt{
	clear:both;
	}
.productsArea{
	width:90%;
	margin:0 auto;
	}	
.products{
	width:90%;
	margin:16px auto;
	}
.specifications{
	width:15%;
	}
.spec{
	width:15%;
}
.products{
	clear:both;
	width:90%;
	margin:16px auto;
	padding:16px;
	border:1px solid #333;
	background-color:#fff;
	}	

.products h1{
	clear:both;
	widows:90%;
	margin:0 auto;
	color:#028A4D;
	font-size:120%;
	font-weight:bold;
	}
.productsArea{
	overflow:hidden;
	border:1px dotted #838282;
	padding:2%;
    }
.productsArea h1{
	font-size:120%;
	text-align:center;

    }
.productsArea h2{
	font-size:120%;
	font-weight:bold;
	}	

.products{
	display:none;
	}
#checker img{
	width:100%;
	margin:0 auto;
	}
.product_mobile{
	width:90%;
	margin:0 auto 56px;
	}
.product_mobile h1{
	clear:both;
	font-size:130%;
	font-weight:bold;
	color:#637DCF;
	padding:16px 0 0;
	margin-top:26px;
	}	
.product_mobile h2{
	font-size:110%;
	font-weight:bold;
	padding-top:12px;
	}
.product_mobile h3{
	clear:both;
	width:100%;
	padding-top:12px;
	font-weight:bold;
	border-bottom:1px dotted #B5B1B1;
	}
.product_mobile dl{
	overflow:hidden;
	width:100%;
	}
.product_mobile dt{
	width:50%;
	}	
.product_mobile p{
	font-size:160%;
	font-weight:bold;
	color:#040F64;
	margin-top:36px;
	}
.product_mobile span{
	color:#736D6D;
	}						
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {






}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.product_mobile{
	display:none;
	}


.products{
	display:block;
	clear:both;
	width:60%;
	margin:56px auto;
	padding-bottom:46px;
	border:1px solid #333;
	background-color:#fff;
	}	
.head{
	background-color:#d4e1fc;
	}
.even{
	}	
.products h1{
	font-size:150%;
	font-weight:bold;
	text-indent:2em;
	padding:36px 0 3px;
	text-align:left;
	}
.productsArea{
	}	
.products h1.pro_top{
	margin-top:0;
	}	
#products_bnr{
	clear:both;

	}



.productsArea{
	overflow:hidden;
	width:95%;
	margin:0 auto;
	}
.productsArea h2{
	clear:both;
	font-size:120%;
	font-weight:bold;
	text-indent:1em;
	}	
dl{
	width:100%;
	}
.specifications{
	width:28%;
	text-indent:1em;
	border-bottom:1px dashed #C9C2C2;
	}
.spec{
	width:18%;
	border-bottom:1px dashed #C9C2C2;

}

.spec_T{
	width:18%;
	}






}