@charset "utf-8";
/* CSS Document */
/*******************
products css
********************/
#content {
  margin-bottom: 100px;
}

.pro-txt-box {
  float: left;
  margin-right: 20px;
  width: 500px;
}
.pro-btn-box {
  float: right;
}
.pro-btn-box a{
  margin-top: 24px;
  display:block;
}


/* product-det
------------------------------------------*/
.product-det {
  border-bottom: 1px solid #efefef;
  margin-bottom: 40px;
  padding-bottom: 50px;
}
.product-det dt {
  background: #efefef;
  color: #b31f26;
  font-size: 20px;
  font-weight:bold;
  line-height: 42px;
  margin-bottom: 20px;
  text-align: center;
}
.product-det .product-txt{
  float: right;
  width: 444px;
}
.product-det .product-txt h3{
  color: #b31f26;
  font-size: 18px;
  line-height: 1.25em;
  margin-bottom: 10px;
}
.product-det .product-txt .checklist li {
  margin-bottom: 6px;
}
.product-det .product-btn {
  margin-top: 40px;
  text-align: right;
}
.product-det .product-img {
  float: left;
  width: 342px;
}
.product-det .product-img ul {
  margin: 10px 40px;
}

.product-det .product-img ul li{
  background-color: #efefef;
  border-radius: 2px;
  color: #b31f26;
  text-align: center;
  display: block;
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 5px;
  padding: 4px 0;
  line-height: 32px;
}
.product-det .product-img ul li.l2{
  line-height:16px;
}
.product-det .product-img ul li.l2 span{
  font-size: 10px;
  color: #b31f26;
}

.product-det .product-img ul li:nth-child(3n){
  margin-right: 0;
}


/* download
-----------------------------------------------------*/
.download li {
  position: relative;
  margin: 10px auto;
  width: 786px;
}
.download li img{
  vertical-align: middle;
}
.download li .dl-btn {
  position:absolute;
  top: 12px;
  right: 10px;
}


/* side
----------------------------------------------------*/
#side .s-nav .pro-list a{
  height: 70px;
  text-align: center;
  font-weight: bold;
}
#side .s-nav li.pro-list a{
  padding-right: 150px;
}
#side .s-nav li a .s-nav-img {
  position: absolute;
  top: 5px;
  right: 5px;
}
#side .s-nav .mar20T a{
  border-top: 1px solid #efefef;
}