@charset "euc-jp";

html {background:rgba(255,255,255,1);}

#Option {
    background: rgba(255,255,255,0.9);
    width: 100%;
}
.main_title{margin-bottom: 4px;text-align:left;}
.option_table{border: 1px solid #ccc;}
.option_table th, .option_table td{border-right: 1px solid #ccc;}
.option_table th:last-child, .option_table td:last-child {border-right:none;}
.option_table tr:first-child{border-bottom:1px solid #ccc;}
.option_cell1 {width:160px;text-align:center;}
.option_cell2 {text-align:center;}


#Option h2{
  margin-top:0;
}

.container-section {
  border-top: 1px solid #e7e7e7;
  margin-bottom: 60px;
  overflow: auto;
  padding-top: 40px;
}
.shopkeeper-h2 {
  text-align: left;
  margin: 0;
  padding: 0 0 20px;
}

.def-lst {
  margin: 0;
  padding: 0 0 0 30px;
}

.def-lst-dt {
}

.def-lst-dd {
  margin: 0;
  padding: 0 0 20px 0;
}
#optionPriceScll {
  position:relative;
  padding:10px;
  overflow: auto;
  -webkit-overflow-scrolling:touch;
}
.table-bordered {
  table-layout:fixed;
}
.table-bordered th, .table-bordered td {
  width:140px;
}

.option-price {
  	font-weight: bold;
    font-size: 120%;
    width: 80%;
    margin-left: 4%;
    margin-right: 0;
}
.option-stock, .option-stock0, .option-stock1 {
  	background: rgba(0,0,0,0.4);
    padding: 0px 12px;
    border-radius: 12px;
    color: #fff;
    margin-left: auto;
    margin-right: 2%;
    width: 110px;
    text-align: center;
}
.option-stock {background: rgba(3, 41, 255, 0.05); color: #210089; border: 1px solid rgba(0,0,255,0.2);}
.option-stock0 {background: rgba(255,0,0,0.05); color: #eb0000; border: 1px solid rgba(255,0,0,0.2);}

.closeBt{text-align:center;width:100px;margin:0px auto;}
.closeBt a{padding: 5px 10px;display: block;margin-top: 30px;background: dimgrey;color: white;border-radius: 4px;}

@media (max-width: 768px) {
  .container-section {
    margin-bottom: 30px;
    padding-top: 20px;
  }
  .shopkeeper-h2 {
    padding-left: 6px
  }
  .def-lst {
    padding-left: 0;
  }
}
@media(min-width:480px){
  #optionPriceScll {
    	padding:20px;
  }
  .zeinuki {
    	margin-left:10px;
    	font-size:24px;
  }
}
@media(max-width:480px){
	h1{
      	margin: 0;
    	font-size: 12pt!important;
	}
    .zeinuki {
    	margin-left:10px;
    	font-size:16px;
	}
	.table-bordered>tbody>tr>th{
      	font-size: 90%;	padding: 4px!important;
	}
	.table-bordered>tbody>tr>th{
      	width:180px;
	}
	.table-bordered>tbody>tr>td{
		padding: 4px!important; font-size: 95%;
  }
  #priceOption {
    height: 130px;
    overflow: auto;
}
  #Option {
    overflow: scroll;
    height: 150px;
  }
  .closeBt{display:none;}
}