table#option_tbl tr:nth-child(odd) th,
table#option_tbl tr:nth-child(odd) td  {
background:#e7f5f9;
}
table#option_tbl tbody tr.stock_head td,
table#option_tbl tbody tr.stock_head th {
background:#eee;
}

#option_tbl td {
    padding: 10px 0;
}
#option_tbl td div {
margin:0 0 3px 0 ;
}


.info_det_box {
border: 4px solid #ff0000;
padding:15px;
margin:0 0 15px 0;
line-height:1.6;
background:#FFFCF4;
}
.info_det_box  p {
 line-height:1.6;
 margin:0 0 1em 0 ;
}
.info_det_box .cred {
color:#ff0000;  
}
.info_det_box .cdred {
color:#ff0000;  
}
.info_det_box .info_det_tit {
text-align:center;
  color:#ff0000;
}

/*送料*/
.plus_ship_box {
margin:0 0 20px 0;
font-size:90%;
clear:both
}
.plus_ship_box  p  {
line-height:1.6;
margin:5px 0;
  text-align:center;
}
.tbl_fee {
  clear:both;
line-height:1.6;
}

.tbl_fee td {
	padding:10px 8px;
}

/*重要なお知らせ*/
.import_box {
	border: 3px solid #ff0033;
	padding:20px 15px 15px 15px;
	margin:15px 0;
  clear:both;
}
.import_box p {
	line-height:1.7;
	font-size:13px;
}
.import_box .tit {
	text-align:center;
	font-weight:bold;
	color: #ff0033;
	font-size:15px;
	margin-bottom:15px;
}
.import_box .tit_list {
	text-align:center;
	font-weight:bold;
	margin:12px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted #ccc;
}

.import_box .prdct_list {
	overflow:hidden;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #ccc;
}
.import_box .prdct_list li {
	width:50%;
	float:left;
	list-style:none;
	margin:1px 0;
}
.import_box .prdct_list li:nth-child(odd) {
	clear:both;
}
.import_link {
	text-align:center;
	margin:10px 0 0 0;
}
.import_link a {
	text-decoration: none;
	color:#fff;
	background:#ff0033;
	font-weight:bold;
	border-radius:8px;
	padding:5px 20px;
}
 .import_box .under {
    background: linear-gradient(transparent 60%, #fff58b 60%);
}
 .import_box .personalfee {
   text-align:center;
   margin:10px 0;
}
.import_box .import_link_text {
  margin-top:5px;
  text-align:center;
}
.import_box .import_link_text a {
  text-decoration:underline;
}