@charset "UTF-8";


/* ==================================================================
	商品選択
====================================================================*/

.priceTable th {
	font-size: 85%;
	font-weight:bold;
	text-align: right !important;
}

.priceTable thead th,
.priceTable th.thead { padding: 20px 10px 20px 0;}

.priceTable td { padding: 0;}

.priceTable a {
	display: block;
	padding: 10px;
	text-decoration: none !important;
}
.priceTable a:hover {
	color: #0083BB;
	text-decoration: none;
	background-color: #E3F4FD;
}

.description { margin-bottom: 20px;}
.description .leftBox { width: 230px;}
.description .rightBox { width: 430px;}

.description dt,
.description dd {
	display: inline-block;
	float: left;
	margin-bottom: 5px;
}
.description dt {
	clear: both;
	color: #0078C4;
	font-size: 106%;	
	font-weight: bold;
}
.description dd { padding-left: 0.5em;}

.btnTpldl { padding: 10px; background: #F6F6F6; text-align: center;}

.option .toggle { margin-bottom: 20px;}
.option .open { margin-bottom: 5px;}

.dispatch {
	margin-bottom: 40px;
	padding: 15px;
	font-size: 116%;
	font-weight: bold;
	text-align: center;
	background: #FFEDED;
}

.discount {
	margin-bottom: 15px;
	padding: 10px;
	text-align: center;
	color: #FF8000;
	background: #FFF8DD;
}

.price li { margin-bottom:5px;}

#price_list #nav {
	clear:both;
	margin: 5px 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:right;
}
#price_list #nav a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 5px;
	padding:5px 8px;
	border:1px solid #DDD;
	text-decoration:none;
}
#price_list #nav a:hover {
	border:1px solid #DBECFF;
	background: #DBECFF;
}
#price_list #nav a.highlight {
	padding:5px 8px;
	border:1px solid #DDD;
	background: #E7E7E7;
	color: #777;
	font-weight:bold;
}

#price_list #nav a[rel="prev"],
#price_list #nav a[rel="next"] { display: none;}

td .onPdf a:link,a:hover {
	cursor:pointer !important;}