@charset 'utf-8';
/* order */
#mainContents {
	height:auto;
	min-height: 500px;
	overflow: visible;
}
p.alert {
	color: #bd0b15;
	font-size: 75%;
	font-weight: bold;
}
h4 {
	padding: 8px 5px 8px 20px;
	font-size: 100%;
	background: url(../img_main/r_header25.png) no-repeat;
}
h5 {
	padding: 2px;
	font-size: 100%;
	border-bottom: 1px solid silver;
	margin: 5px 5px 10px;
	line-height: 1em;
}
hr {
	margin: 10px 20px;
}
span.smallCap {
	font-size: 90%;
}
span.caution {
	font-size: 90%;
	color: #db2918;
}
span.form-description {
	display: block;
	float: right;
	width: 170px;
	font-size: 70%;
	color: #666666;
}
p.cap {
	padding: 4px 2px;
	text-align: left;
	font-size: 80%;
	line-height: 1.4em;
}
p.cap-sample {
	margin-bottom: 10px;
	padding: 4px 2px;
	text-align: left;
	font-size: 80%;
	line-height: 1.8em;
	color: #4d4d4d;
	border-bottom: 1px solid #bebebe;
}
p.orderCap {
	text-align: right;
	font-size: 80%;
	padding: 4px 2px;
	padding-right: 20px;
	line-height: 1.5em;
	background: #f0f0f0;
}
p.orderCapL {
	text-align: left;
	font-size: 80%;
	padding: 4px 2px;
	padding-right: 20px;
	line-height: 1.5em;
	background: #f0f0f0;
}
p.orderCapTotal {
	text-align: right;
	font-size: 80%;
	padding-right: 20px;
	padding-bottom: 5px;
	line-height: 1.5em;
	background-color: #fdf095;
}
div.orderCapBox {
	padding: 10px;
	font-size: 85%;
	line-height: 1.4em;
	background-color: #fcf9e3;
}
div.orderCapBox h4, div.orderCapBox h5 {
	background: none;
	line-height: 1.5em;
}
#ad-info-box {
	border-top: 1px solid #555555;
	font-size: 80%;
	padding: 5px 10px;
}
#ad-info-box dl {
	
}
#ad-info-box dt {
	border-bottom: 1px solid silver;
	font-weight: bold;
}
#ad-info-box dd {
	padding: 10px 0px;
	line-height: 1.6em;
}
p.productCode {
	padding-right: 20px;
	font-size: 80%;
	text-align: right;
}
#productFormBox {
	clear: left;
	border-top: solid silver 1px;
	padding: 5px 0px;
	line-height: 1.8em;
}
div#orderBox {
	width: 650px;
	margin-left: 30px;
	line-height: 1.5em;
}
#orderBox fieldset {
	width: 630px;
	padding: 0px 5px 5px;
	margin: 5px;
}
#orderBox fieldset.customerInfo {
	width: 630px;
	text-align: right;
}
#orderBox legend {
	font-size: 90%;
	padding: 2px 10px;
}
#orderBox label {
	font-size: 70%;
	padding: 4px 2px;
	vertical-align: top;
	font-weight: bold;
}
#orderBox ul {
	list-style-position: inside;
}
#orderBox .closeBtn {
	text-align:right;
	margin-top:5px;
	margin-right:10px;
	font-size:80%;
}
#orderBox input {
	width: 250px;
}
#orderBox input[type=text] {
	background: #fefdb6;	
}
#orderBox input.short {
	width: 75px;
}
#orderBox input.submitBtn {
	width: 80px;
}
#orderBox input.checkBox {
	width: 20px;
}
#orderBox textarea {
	background: #fefdb6;
	width: 90%;
	height: 5em;
}
span.orderVal {
	font-size: 80%;
}
#orderMenu {
	font-size: 90%;
	margin-left: 10px;
	padding: 5px 0px;
}
#orderMenu ul {
	width: 600px;
	margin: 5px;
	list-style-position: inside;
	list-style-type: none;
	height: 1.5em;
}
#orderMenu li {
	text-align: center;
	font-size: 90%;
	float: right;
	width: 150px;
}