@charset "utf-8";

/* common
--------------------------------------*/
section{
  margin: 0 auto;
  text-align: center;
}


/* class
--------------------------------------*/

.bg_g {
  padding-top: 5px;
  background-color: #EEE;
/* box-shadow */
  box-shadow:0px 4px 20px -5px #c6c9c8 inset;
  -moz-box-shadow:0px 4px 20px -5px #c6c9c8 inset;
  -webkit-box-shadow:0px 4px 20px -5px #c6c9c8 inset;
  padding:40px 0 20px; 
  margin-top:40px;
  clear:both;
}

.bg_w{
  background: #fff;
  margin: 0 auto;
  margin:0 auto 20px; 
  padding: 20px 20px 10px 20px;
  width:960px;
   
/* box-shadow */
  box-shadow:0px 0px 10px 0px #c6c9c8;
  -moz-box-shadow:0px 0px 10px 0px #c6c9c8;
  -webkit-box-shadow:0px 0px 10px 0px #c6c9c8;
}

.img_center{
  text-align:center; 
}

section.sub_main{
  text-align:center;
  background: url(../images/product/bg_sub_main.jpg) center top no-repeat;
  height:200px;
  position:relative;
  min-width:960px;
  width:100%;
}
.sub_main_img{
  position:absolute; top:0; left:50%; margin-left:-480px; z-index: 1000; 
  text-align:center;
  overflow:hidden;
}

.sub_main_img img{
  margin-left:0px  
}


.pR5{
  padding-right: 10px;
}

.pB40{
  padding-bottom: 40px;
}

.pT10{
  padding-top: 5px;
}

.pB10{
  padding-bottom: 10px;
}

/* main co
--------------------------------------*/
h2{
		margin-bottom:20px;
	}

.kodawari_co dl{
  font-size:16px;
	width:960px;
	text-align:left;
	margin:60px auto 40px;
	clear:both;
	border-top: 1px dashed #ccc;
	}

.kodawari_co dl dt {
 float: left;
 padding:15px 0 15px 20px;
 width:200px;
 color:#40b2b8;
 font-weight:bold;
}


.kodawari_co dl dd {
 border-bottom: 1px dashed #ccc;
 padding:15px 0;
}

/*
dt{
	color:#39a0a5;
	height:55px;
	float:left;
	padding:22px 0;
	width:200px;
	width:20%;
border-bottom:1px dashed #ccc;
	}

dd{
	border-bottom:1px dashed #ccc;
	float:left;
	padding:22px 0;
	width: 80%;
	}
	
	*/

/* btn
--------------------------------------*/
.product_btn {
    background: rgba(0, 0, 0, 0) url("../images/btn_quality_blue.png") no-repeat scroll 0 -80px;
    height: 80px;
    line-height: 0;
    margin-left: 40px;
    overflow: hidden;
    position: relative;
    width: 520px;
}