/*商品説明*/
.product__explain{
  max-width:700px;
  margin-left:auto;
  margin-right:auto;
}

/*商品ページ仕様*/
table.tblSize {
width: 100%;
margin: 20px 0;
background-color: #fff;
border: 1px #999 solid;
border-spacing: 0;
border-collapse: collapse;
}
table.tblSize th,
table.tblSize td {
line-height: 1.5;
padding: 0.8em 10px;
border: 1px #999 solid;
vertical-align: middle;
text-align: left;
color: #363535;
font-size: 90%;
}
table.tblSize th {
background: #ccc;
white-space: nowrap;
font-weight: bold;
}


/*定期購入ボタン*/
.colorme-repeat-checkout{
  display:block!important;
  border-radius:0!important;
  line-height: 1.5!important;
  text-align:center;
}
  
.colorme-repeat-checkout:before {
  font-family: FontAwesome;
  content: '\f07a';
  padding-right:0.6em!important;
}
  

