@charset "UTF-8";
/* CSS Document */

/*===============
 /index.html
===============*/

.price h3 {
	background-color: #FF8700;
	margin-top: 15px;
	padding: 5px 0;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.price .select-price h3 {
	margin-top: 20px;
}
.price .select-price #selected h3 {
	padding:1px;
}
.price .select-price #selected p {
	color: #F00;
	padding: 10px;
	border: 1px solid #FF8700;
}
.price h4 {
	font-size: 14px;
	font-weight: bold;
 border-left: 10px solid #FF8700;
 color: #FF8700;
 margin-top: 20px;
 padding-bottom: 5px;
 padding-left: 10px;
 padding-top: 5px;
	margin-bottom: 10px;
}



/*.price .txtb {
	background-color: #EFEFEF;
	margin-top: 10px;
	padding: 10px;
}
.price .txtb p {
	margin-top: 10px;
}
.price .txtb p:nth-of-type(1) {
	margin-top: 0;
}
.price .txtb p span {
	color: #F00;
}
.price .txtb .link {
	font-size: 14px;
}
.price .txtb .link a {
	background: url(/sp/common/image/arw05.png) no-repeat 0 2px;
	background-size: 13px 13px;
	padding-left: 18px;
	color: #333;
	text-decoration: underline;
}*/

.price .unit {
	margin-top: 5px;
	text-align: right;
	color: #666;
	font-size: 10px;
}

/*.price  table {
	border-top: 1px solid #FF8700;
	border-right: 1px solid #FF8700;
}*/
.price table th,
.price table td {
	padding: 5px 0;
	/*border-left: 1px solid #FF8700;
	border-bottom: 1px solid #FF8700;*/
}
.price table th {
	padding: 5px;
	text-align: left;
}
.price table td {
	/*background-color: #FFF3E5;*/
	text-align: center;
	width: 23%;
}
.price .select-price table td {
	width: 20%;
}
.price .select-price table th {
	text-align: center;
	}

.price .price-table {
	padding-bottom: 15px;
	/*border-bottom: 1px dashed #666;*/
}

.price .oh dl {
	border: 1px solid #FF8700;
	border-top: none;
}
.price .oh dl dt {
	margin-top: 0;
}
.price .oh dl dd {
	margin-top: 0;
	padding: 5px;
}
.price .oh dl dd select {
	width: 100%;
}

.price .credor table th {
	background-color: #FFF3E5;
	text-align: center;
	color: #FF8700;
	font-weight: bold;
}
.price .credor table td {
	background-color: transparent;
	width: 20%;
}
.price .credor table td span {
	color: #FF8600;
}

.price .notice {
	color: #999;
	line-height: 135%;
	margin-top: 10px;
	margin-left: 0px;
	list-style: none;
}
.price .notice li {
	text-indent: -1em;
	padding-left: 1em;
}

tbody tr:nth-child(odd) th,
tbody tr:nth-child(odd) td {
	background-color: #EEE;
}

tbody tr.lv01 th {
	color: #FFFFFF;
	background: #FF9B00;
	background: #FF8700;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #DCDCDC;
}
.lv02 th {
	color: #666;
	background: #FEF3E6;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	border-right: 1px solid #DCDCDC;
}

.lv01 th:last-child,
.lv02 th:last-child {
	border-right: none;
}

.announce_btm {
	font-weight: bold;
	color: #FF8500;
	margin-top: 20px;
	text-indent: -1em;
	padding-left: 1em;
}




