.facebook iframe { width:100% !important; }

.fontcolor {
  color: #333;
}

.del {
  text-decoration: line-through;
  color: red;
}

.pankuzu {
  max-width: 500px;
  font-size: 90%;
}

h1 {
  margin: 0 0 15px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

h2 {
    margin-bottom: 10px;
    font-size: 90% !important;
    font-weight: normal;
    color: #900;
}

.content h3 {
  font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
  padding: 10px 0px 10px 5px;
  margin: 32px 0 24px 0;
  border-bottom: 1px dotted #ccc;
  background: #f7f7f7;
}

h4 {
  font-size: 120%;
  margin: 20px 0 10px 0;
}

.midashi {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 110%;
  margin: 5px 0 15px 0 !important;
}

.input-prepend.input-append input {
  text-align: right;
  line-height: 1.3;
  width: 35px;
  height: 100%;
  padding: 5px 10px 6px 0;
}

.btn {
    margin-bottom: 0;
    padding: 4px 8px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f7f7f7;
    color: #333;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

div.spec_area {
margin-left:505px; /* 商品詳細画像の値と同じ（メイン画像のサイズに合わせて回り込む） */
padding-left:15px;
}

table.spec {
	background:#CCC;/*商品価格表-罫線の色*/
	width:100%;
}

table.num td { border:none; }


.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}

.half .spec th {
 width: 30%; 
}


.dl-3col {
 border-bottom: 3px solid #ccc;
 padding: 30px 0;
 margin-bottom: 30px;
}

.dl-3col dt {
  float: left;
  width: 180px;
}
.dl-3col dd {
  background: #fff;
  margin-left: 210px;
  padding: 0 0 10px 30px;
  border-left: 1px solid #ccc;
}
.dl-3col dd.end:after {
  content: '';
  display: block;
  clear: both;
}
.dl-3col dd.itemtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 140%;
}

img.w20per { width: 20%; }
img.w25per { width: 25%; }
img.w33per { width: 33%; }
img.w40per { width: 40%; }
img.w50per { width: 50%; }
img.w100per { width: 100%; }
