@charset "utf-8";
/* 注文フォーム用のCSSファイル。*/

table{
	border:1px;
	border-collapse:collapse;
	font-size:12px;
	line-height:170%;
}

#mainContent th{
	background-color:#f4e3b8;
	border-color:#ab6c2b;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	text-align:center;
	border-width:1px;
}

#mainContent td{
	background-color:#fffbf2;
	border-color:#ab6c2b;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	border-width:1px;
}

td.kin{
	text-align:right;
	padding-right:30px;
}

td.todou{
	text-align:center;
}

.pnaka{
	font-size:12px;
	margin-top:0px;
	margin-left:40px;
	line-height:180%;
}

.ptitle{/*注文の流れタイトル*/
	margin-bottom:5px;
	margin-left:20px;
	font-size:16px;
	color:#990000;
}

.haisou{/*配送の目安部分テーブル*/
	width:536px;
	margin-bottom:30px;
}

.tiiki{/*地域表テーブル*/
	width:536px;
	margin-bottom:30px;
}

.souryou1{/*送料ヘッダ*/
	width:536px;
}

.souryou2{/*送料左*/
	float:left;
	width:265px;
}

.souryou3{/*送料右*/
	width:268px;
	margin-bottom:60px;
}

.souryou2 td, .souryou3 td{/*金額を右寄せに*/
	text-align:right;
	padding-right:10px;
}

.fcolor{color:#FF0000}/*※印部分*/

.dtesu{/*代引手数料*/
	width:268px;
	margin-left:40px;
}

.dtesu td{/*代引手数料*/
	text-align:center;
}
