menu {
 font-size: 1.2em;
max-width:880px;
width:100%;
}
menu table{
}
menu table th,
menu table td{
vertical-align:middle;
}

p.title {
text-align: center;
 border-bottom: #D6D6D6 solid 1px;
border-top: #D6D6D6 solid 1px;
background-color: #F2F0E4;
  margin-top: 0;
padding: 20px;
font-weight: bold;
  font-size: 25px;
box-sizing:border-box;
}
p.center {
 text-align: center;
}
#buybox {
padding:20px 0px;
margin:30px 0px;
border-bottom:#000 2px solid;
border-top:#000 2px solid;
font-size:14px;
max-width: 880px;
width:100%;
box-sizing:border-box;
}
#buybox *{
font-weight:bold;
}
#buybox tr.line {
height:30px;
border-bottom:1px solid #999;
margin-left:20px;
}
#buybox th {
text-align:left;
vertical-align:middle;
}


#buyboxgoods {
width:200px;
padding:15px;
margin-right:10px;
border:1px #999 solid;
text-align: center;
box-sizing:border-box;
}
.low{
width:235px;
}
.disable_cartin {
margin-top: 0;
}

label {
   background: #FFFFFF;
   /*color: #fff;*/
   padding: 10px !important;
   display: block;
   margin: 0 !important;
   border-bottom: 1px solid #999999 !important;
border-top: 1px solid #999999 !important;
font-weight:bold !important;
box-sizing:border-box !important;
}

label:hover{
font-weight:bold;
background:#F0BB9B;
cursor:pointer;
/*opacity:0.5;*/
}

/*label:active > .sankaku {
width: 0;
height: 0;
border: 10px solid transparent;
border-top: 11px solid #f00;
margin-left: 800px;
margin-top: -25px;
background-color: #FFFFF;
transform:rotate(180deg);	
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}*/

input[type="checkbox"].on-off{
   display: none;
}

.pankuzu ul {
   -webkit-transition: all 5.0s;
   -moz-transition: all 5.0s;
   -ms-transition: all 5.0s;
   -o-transition: all 5.0s;
   transition: all 5.0s;
   margin: 0;
   padding: 0;
   list-style: none;
}

.pankuzu li {
   padding: 5px;
}

input[type="checkbox"].on-off + ul{
   max-height: 0;
   overflow: hidden;
margin-top:10px;
   margin-bottom: -35px;
}

input[type="checkbox"].on-off:checked + ul{
   max-height: 9999px;
}

/*.sankaku{
width: 0;
height: 0;
border: 10px solid transparent;
border-top: 11px solid #f00;
margin-left: 800px;
margin-top: -17px;
}*/


.i-detail{
width:100%;
/*border-top:2px solid #000000;*/
}
.i-detail th,
.i-detail td{
padding:20px;
border-bottom: #D6D6D6 dotted 2px;
box-sizing:border-box;
}
.i-detail th{
font-weight:bold;
white-space:nowrap;
}


/*-----------------------
20220519
-----------------------*/
.sp,
.sp-br{
display:none !important;
}
.flex{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: flex-start;
ms-flex-align: flex-start;
align-items: flex-start;
}

.content_title{
position:relative;
height:390px;
}
.content_title h2{
position:absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
font-size:30px;
font-weight:bold;
line-height:30px;
letter-spacing:1px;
text-align:center;
width:100%;
}
.content_title h2 span{
color:#d71718;
font-size:14px;
font-weight:bold;
line-height:30px;
letter-spacing:1px;
display:block;
margin-bottom:15px;
}

.item-txt{
 text-align: center;
 color: #FFFFFF;
 font-weight: bold;
 font-size: 24px;
 line-height: 1.5 !important;
 padding: 15px 0;
 background: #BE0100;
}