/* ↓↓↓あと○円で送料無料が2回でるので削除のCSS↓↓↓*/
ul.poo > li:nth-of-type(2){
  display:none;
}
/* ↑↑↑あと○円で送料無料が2回でるので削除のCSS↑↑↑*/

.product__section{
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight:bold;

}
  


ul.poo > li{
  list-style:none;
}

.product__prices section {
    border-top: 1px solid #ddd;
    clear: both;
    display: inline-block;
    padding: 10px 0 0;
    width: 100%;
}

.product__prices section:last-of-type {
    border-bottom: 1px solid #ddd;
    clear: both;
    display: inline-block;
    padding: 10px 0 0;
    width: 100%;
}

.sub_info {
	margin:20px 0 20px 0;
    list-style-type: none;
	line-height:2.3;
}

.product__image-thumb {
    margin: 10px 0 25px -10px;
    padding: 0;
}

.product__image-thumb ul li {
    cursor: pointer;
    margin-bottom: 25px;
    padding: 5px;
}

.image__thumb {
padding: 5px 10px;
background-color: #777777;
color: #fff;
border-style: none;
border-radius: 3px;
margin: 0 0 0 10px;
padding: 0px;
    border: none;
}

.button {
    padding: 5px 10px;
    background-color: #777777;
    color: #fff;
    border-style: none;
    border-radius: 3px;
    margin: 0 0 0 5px;
}
.pt{margin:0 0 30px 0;
  border:solid 1px #ff0000;
  padding:10px;
}