/*
Shop Howto
*/
#shop_howto {
  width:100%;
  clear:both;
  margin:0px auto 0px auto;
}
h2.main {
  font-family: Open Sans;
  color: #fff;
  font-weight:600;
  line-height: 40px;
  text-align: center;
  display: block;
  margin: 0px;
  padding: 20px 10px;
  background:#333;
}
h2 span {
  font-size: 20px;
  padding-bottom:5px;
}
#shop_howto h2 span {
  border-bottom:2px solid #ffff00;
}


#shopHowtoBody {
  width:1000px;
  margin: 0px auto 0px auto;
  padding: 20px;
}
.shop_howto_detail h3 {
  background-color: #555;
  color: #fff;
  padding: 3px 5px;
}
.howto_list {
  padding-bottom: 20px;
}
.howto_list .item {
  padding: 10px;
}
.howto_list .item .title {
  font-size: 20px;
  font-weight: bold;
}
.howto_list .item .title span {
  color: #b71c22;
  padding-right: 20px;
}
.howto_list .item .desc_area {
  font-size: 15px;
}
.howto_list .item .desc_area img {
  max-width: 100%;
}
.howto_list .item .desc_area .caution {
  margin: 10px;
  padding: 10px;
  font-size: 0.9em;
  border: 2px solid #d67676;
  background-color: #ffe7e7;
  border-radius: 3px;
}
.howto_list .item .desc_area .caution p {
  margin-bottom: 5px;
}

.howto_list .sub_item {
  padding: 10px;
  border: 1px solid #aaa;
  margin-bottom: 10px;
}
.howto_list .sub_item img {
  border: 5px solid #eee;
  max-width: 100%;
}
.howto_list .sub_item .sub_title {
  font-weight: bold;
}
.howto_list .caution_title {
  color: #b71c22;
  font-weight: 700;
  line-height: 30px;
}

/*
.howto_list .item {
  background: url(https://h2hiace.automall.jp/images/common/logo_footer.png)
            , linear-gradient(180deg, #dddddd 0%,#ffffff 55%,#ffffff 100%);
  background-position: top right;
  background-repeat: no-repeat;
}
*/


/* 配送料テーブル */
.delivery_cahrge {
  max-width: 400px;
}
.dc_title {
  float: left;
  background-color: #777;
  color: #fff;
  width: 50%;
  max-width: 200px;
  text-align: center;
}
.dc1 {
  float: left;
  width: 50%;
  max-width: 200px;
  text-align: center;
  border-left: 1px solid #777;
  border-bottom: 1px solid #777;
}
.dc2 {
  float: left;
  width: 50%;
  max-width: 200px;
  text-align: center;
  border-left: 1px solid #777;
  border-bottom: 1px solid #777;
  border-right: 1px solid #777;
}

/* 代引手数料 */
.cod {
  max-width: 400px;
}
.cod_title {
  float: left;
  background-color: #777;
  color: #fff;
  width: 50%;
  max-width: 200px;
  text-align: center;
}
.cod_price {
  float: left;
  width: 50%;
  max-width: 200px;
  text-align: center;
  border-left: 1px solid #777;
  border-bottom: 1px solid #777;
}
.cod_fee {
  float: left;
  width: 50%;
  max-width: 200px;
  text-align: center;
  border-left: 1px solid #777;
  border-bottom: 1px solid #777;
  border-right: 1px solid #777;
}



@media screen and (max-width: 480px) {
  #shopHowtoBody {
    width:100%;
    padding: 10px;
  }


}

