 /*在庫一覧*/
 .card{
	display: flex;
    position: relative;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    margin: -1px 0 0 0;

 }
 .card-item{
 	width: 33.3%;
 	padding: 15px;

 }
 .card-title{
 	line-height: 1.0;
 	font-size: 1.8rem;
 	margin:0 0 20px 0;
 	padding: 0 20px 0 0;
 	font-weight: 900;
 }
 .card-subtitle{
 	line-height: 1.0;
 	font-size: 1.2rem;
 	margin:0 0 20px 0;
 	padding: 0 20px 0 0;
 	 }
 .smidashi{
 	line-height: 0.9;
 }	 
 .card-price{
 	color: #C60000;
    font-size: 3rem;
    line-height: 1;
    font-weight: 600;
 }
 .specbox{
 	display: flex;
 	border-left: 1px solid #EBEBEB;
 }
 
.specbox_top{
  display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
  border-left: 1px solid #EBEBEB;
  width: 95%;
  margin:0 auto;
  justify-content: center;
  align-items: center;
 } 
 .inner{
 	    display: table-cell;
    vertical-align: middle
 }
 ul, ol, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
dl {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.zaiko_li {
    border-right: 1px solid #EBEBEB;
    text-align: center;
    padding: 0 18px;
}
.zaiko_li_top {
    border-right: 1px solid #EBEBEB;
    text-align: center;
    padding: 0 10px;
}

.zaiko_li_top dl > dd{
  line-height: 0 !important;
}
.toibot{
	    display: block;
    width: 230px;
    height: 50px;
    border-radius: 4px;
    background: #C7AA58;
    position: absolute;
    bottom: 68px;
    right: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 13px 5px 0 0;
    }
.spcard{
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 5px;
  }  
    .spcard-title{
    line-height: 1.0;
 	font-size: 1.8rem;
 	margin:0 0 5px 0;
 	padding: 0 5px 0 0;
 	font-weight: 900;
    }
    .spcard-price{
 	color: #1387C5;
    font-size: 2rem;
    line-height: 1.5rem;
    font-weight: 600;
    margin:0 0 5px 0;
 	padding: 0 5px 0 0;
 }
 .sp_spec{
 	margin:0 0 5px 0;
 	padding: 0 5px 0 0;

 }
 .sptoibot{
 	 display: block;
    width: 230px;
    height: 50px;
    border-radius: 4px;
    background: #C7AA58;
   
    bottom: 68px;
    right: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 13px 5px 0 0;
    margin:0 0 5px 0;
 	
 }
  .sptoibot_top{
   display: block;
    width: 230px;
    height: 50px;
    border-radius: 4px;
    background: #C60000;
   
    bottom: 0;
    right: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
    box-sizing: border-box;
    padding: 13px 5px 0 0;
    margin:0 auto;
    margin-bottom: 15px;
  
 }
 /*在庫一覧終わり*/