.mb15{
	margin-bottom: 15px;
}

.mb30{
	margin-bottom: 30px;
}

div.order_form h3.title{
	margin-bottom: 10px;
	padding-left: 18px;
	background: url("../images/icon_square.jpg") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
	border-bottom: 1px dotted #666666;
}


h4.title{
	margin-bottom: 8px;
}

h4.title span{
	color: #FF0000;
}

p.first{
	padding-left: 18px;
	margin-bottom: 30px;
}

p.first span{
	color: #FF0000;
}

div.prod_img{
	width: 230px;
	float: left;
}

div.prod_txt{
	width: 480px;
	float: right;
}

div.prod_img p{
	padding-left: 1em;
	text-indent: -1em;
}


div.prod_img p.title{
	text-align: center;
}

div.prod_txt p{
	padding-top: 30px;
}


/**************************************************************
* img_list
***************************************************************/
ul.img_list{
	margin-left: 18px;
	margin-bottom: 10px;
	width: 737px;
	overflow: hidden;
}

ul.img_list li{
	margin-right: 15px;
	text-align: center;
	width: 232px;
	float: left;
}

ul.img_list li.last{
	margin-right: 0;
}

ul.img_list li img{
	border: 1px solid #666666;
}

p.detail{
	margin-left: 18px;
}


/**************************************************************
* prod_list
***************************************************************/
table.prod_list{
	margin-bottom: 2px;
}

table.prod_list caption{
	text-align: left;
}

table.prod_list th,
table.prod_list td{
	border: 2px solid #FFFFFF;
}

table.prod_list tr.pc01 th{
	background-color: #FFCCCC;
}

table.prod_list tr.pc02 th{
	background-color: #A4FF8F;
}

table.prod_list tr.pc03 th{
	background-color: #A0D0FF;
}

table.prod_list tr.pc04 th{
	background-color: #cfa9ff;
}

table.prod_list tr.pc01 th.code,
table.prod_list tr.pc02 th.code,
table.prod_list tr.pc03 th.code,
table.prod_list tr.pc04 th.code{
	width: 20%;
}

table.prod_list tr.cstyle01 td{
	background-color: #FFFB9C;
}

table.prod_list tr.cstyle02 td{
	background-color: #FFFFD1;
}

p.unit{
	position: relative;
	text-align: right;
	padding-right: 20px;
}

p.unit span{
	position: absolute;
	left: 18px;
	color: #FF0000;
}

p.inquiry_txt{
	margin: 0 0 30px 18px;
	color: #FF0000;
	font-size: 105%;
	font-weight: bold;
	padding-left: 1em;
	text-indent: -1em;
}

/**************************************************************
* order_notes
***************************************************************/
ul.order_notes{
	margin-left: 18px;
	margin-bottom: 20px;
}

ul.order_notes li{
	margin-bottom: 3px;
	padding-left: 1em;
	text-indent: -1em;
}

ul.order_notes li span{
	color: #FF0000;
}

/**************************************************************
* order_form
***************************************************************/
div.order_form h4 span{
	color: #FF0000;
}

table.order_list th.prod_code{
	width: 15%;
}

table.order_list th.prod_size{
	width: 35%;
}


table.order_list th{
	background-color: #FFCCCC;
}

table.order_list tr.cstyle01 td{
	background-color: #FFFB9C;
}

table.order_list tr.cstyle02 td{
	background-color: #FFFFD1;
}



