@charset "utf-8"; 

@import "orderservice.css";

/* ===================================== contents */

#wrapper #main ul li,
#wrapper #main ol li {
	font-size: 10px;
	line-height: 1.8;	
}
#wrapper #main h3 {
	margin-top: 25px;
	margin-bottom: 15px;
}
#wrapper #main h4 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #141414;
}
#wrapper #main .price-body {
	width: 580px;
	margin: auto;
}
#wrapper #main .price-body p.price-lead {
	margin-bottom: 5px;
}
#wrapper #main .price-body p.remarks-lead {
	font-size: 10px;
}
#wrapper #main #price-outline {
	margin: 25px auto 35px;
}


/* table */

#wrapper #main table {
	width: 100%;
	margin-bottom: 15px;
}
#wrapper #main table .brank {
	background: #FFF;
	border: none;
	width: 1em;
}
#wrapper #main table thead th {
	padding: 5px;
	border-bottom: 3px solid #fff;	
	color: #fff;	
	white-space: nowrap;
	background: #868687;
}
#wrapper #main table thead th.head-order {
	width: 174px;
}
#wrapper #main table thead th.head-price {
	text-align: left;	
}

#wrapper #main table tbody th,
#wrapper #main table tbody td {
	padding: 3px 5px;
	border-bottom: 1px solid #a8a8a9;
	font-size: 14px;
}
#wrapper #main table tbody th {
	color: #E66400;
	text-align: left;
	width: 174px;
}
#wrapper #main table tbody td {	
	color: #191311;
	text-align: right;
}



/* option-table */
#wrapper #main table.option-table thead th{
	text-align: center;
	font-weight: bold;
}
#wrapper #main table.option-table tbody th {
	color: #646363;
	width: 23em;
}
#wrapper #main table.option-table tbody th span {
	font-weight: normal;
}

#wrapper #main table.option-table tbody tr.no-header th,
#wrapper #main table.option-table tbody tr.no-header td {
	border-top: 1px solid #a8a8a9;
}

#wrapper #main table.option-table tbody tr.border_none td,
#wrapper #main table.option-table tbody tr.border_none th{
	border: none;
}

#wrapper #main table.option-table tbody td.sum strong {	
	color: #C40018;
	font-weight: bold;
}

/* inquiry-box */

#wrapper #main .inquiry-box {
	margin-top: 25px;
}

