@charset "utf-8";
/* CSS Document */

#form-main{
	width: 760px;
	margin: 10px 20px 20px 20px;
	font-size: 13px;
}

#form-main h2{
	margin: 10px 0px;
}

/*---  ご注文内容確認  -----*/
table#confirm{
	width: 760px;
	height: 180px;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table#confirm th, td{
	border: 1px solid #ccc;
}

table#confirm th{
	background:#fbdee3;
	height: 30px;
}

table#confirm  td.text{
	text-align: center;
	font-weight: bold;
}

table#confirm  td.text2{
	text-align: center;
	font-weight: bold;
	width: 80px;
}

table#confirm  td.text3{
	text-align: center;
	font-weight: bold;
	width: 320px;
	padding: 10px;
}


table#confirm  td.total{
	text-align: right;
	padding-right: 15px;
	height: 25px;
	font-weight: bold;
}

tr#total2  td#total3{
	text-align: right;
	padding-right: 15px;
	color: #F15A24;
	height: 25px;
	background: #fff7f0;
}

/*---- 個人情報入力フォーム----*/

table#irai{
	width: 760px;
	margin-bottom: 10px;
}

table#irai th{
	width: 125px;
	padding: 4px 5px;
	background:#fbdee3;
	border-bottom: 1px solid #969696;
	border-right: 1px solid #969696;
	margin-bottom: 5px;
}

table#irai td{
	border: hidden;
	padding: 4px 6px;
	margin-bottom: 5px;
}

table#otodoke{
	width: 760px;
	margin-bottom: 10px;
}

table#otodoke th{
	width: 120px;
	padding: 4px 6px;
	background:#fbdee3;
	border-bottom: 1px solid #969696;
	border-right: 1px solid #969696;
	margin-bottom: 5px;
}


table#otodoke td{
	border: hidden;
	padding: 4px 6px;
	margin-bottom: 5px;
}

p#otodokebi{
	font-size: 12px;
}

p#submit{
	text-align: center;
}
span{
	color: #F66;
}

