@charset "utf-8";

/*
=========================================================
 typeBox
=========================================================
*/
.typeBox {}
.typeBox dt {
	margin-bottom: 5px;
	padding: 10px 10px 10px 30px;
	
	display: block;
	
	color: #000;
	
	border: 1px solid #CCC;
	border-radius: 5px;
	
	cursor: pointer;
	
	background: #FFF url(../../img_common/icon_arrow_red_right.png) no-repeat 10px center;
	background-size: 13px 13px;

}
.typeBox dt.on {
	margin-bottom: 10px;
	color: #FFF;
	border: 1px solid #A41237;
	background: #A41237 url(../../img_common/icon_arrow_white_down.png) no-repeat 10px center;
	background-size: 13px 13px;
}

.typeBox dd {
	margin-bottom: 40px;
}

/*-------------------------------------------------------
	pht
---------------------------------------------------------*/
.typeBox .pht {
	width: 70%;
	margin: 0 auto 20px auto;
}



/*
=========================================================
 tblDetail
=========================================================
*/
.tblDetail {
	width: 100%;
	/* margin-bottom: 20px; */
}
.tblDetail th {
	width: 40%;
	text-align: center;
	vertical-align: middle;
}
.tblDetail td {
	width: 60%;
	text-align: center;
	vertical-align: middle;
}
.tblDetail .price {
	font-size: 22px;
	font-weight: bold;
}
.tblDetail .tax {
	font-size: 10px;
}
.tblDetail .size {
	font-size: 22px;
	font-weight: bold;
}
