@charset "utf-8";
/* CSS Document */

/*空白*/
#spc{
	float:left;
	margin:0;
	width:1076px;
	height:30px;
}
/*ページタイトル*/
#pg_tit{
	float:left;
	margin:0 0 15px 0;
	font-size:22px;
	width:726px;
	text-align: left;
	}

#fm_cm{
	float:left;
	width:726px;
	margin:0 0 15px 0;
	font-size:16px;
	text-align: left;
	}

/*注文フォーム枠*/
.ordr_tx{
	margin:0 0 20px 0;
	padding:10px 0 10px 0;
	width:726px;
	height:auto;
	background-color:rgba(255,255,255,0.7);
	text-align:left;
	background:#ddd;
}

#fm_notice{
	float:left;
	width:706px;
	height:auto;
	margin:0 0 30px 0;
	padding:15px 10px 15px 10px;
	list-style:none;
	text-align:left;
	border-top:1px #000055 dotted;
	border-bottom:1px #000055 dotted;
	line-height:22px;
	
	
}

.ntc12{
	margin:0;
	padding:0;
	font-size:12px;
	color:#ff0000;
}

/*注文フォームタイトル*/
.ordr_ti{
	float:left;
	width:726px;
	font-size:18px;
	color:#000055;
	text-align:left;
}

#formWrap {
	float:left;
	width:700px;
	margin:0 auto;
	color:#555;
	height:100%;

}
table.formTable{
	width:100%;
	margin:0 0 30px 0;
	
}
table.formTable td,table.formTable th{
	padding:4px;
}
table.formTable th{
	text-align:left;
	
}


table.formTable td{
	padding:0 0 8px 0;
	text-align:left;

	
}

/*FAQ質問*/
.qst_nb{
	font-size:16px;
	font-weight:bold;
	color:#333;
}

/*FAQカテゴリータイトル*/
.qst_tit{
	margin:0 0 15px 0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	text-align: left;
	color:rgba(0,18,160,0.8);
	}

/*ポリシー本文*/
.qst_answ{
	margin:0 0 20px 0;
	padding:10px 0 10px 0;
	font-size:14px;
	line-height:24px;
	text-align: left;	
	border-bottom:1px dotted #ccc;
	}


/* メールアドレズ画像*/
.mlad{
	margin:10px 5px 5px 10px;
	padding:0;

	
}