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

@charset"euc-jp";



/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

フォーム関連ページでのCSS設定

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* ----- SSLシールがある場合 ----- */
.txtSeal{
}

/* ----- フォームテーブル ----- */
form table{
}

form table th .must{
	float:right;
}

/* ----- フォームボタン ----- */
.formBtn{
}

/* ----- 送信完了コメント ----- */
.thanks{
	text-align:center;
	margin:50px auto;
	line-height:2.0;
}

form td input,form td select{
	margin-top:-5px;
	font-size:12px;
}

/* ----- フォーム入力制限 ----- */
.form_active{
	ime-mode:active;
}

.form_disabled{
	ime-mode:disabled;
}

.cautionBox{
	background:#FCF8FC;
	padding:15px;
	margin-top:10px;
	font-weight:bold;
}

.cautionBox input{
	margin:0 5px 0 0;
	padding:0;
}

.cautionBox label{
	border-bottom:3px double #FF6600;
	color:#FF6600;
	font-weight:bold;
	padding-bottom:2px;
	padding-right:4px;
}