@charset "UTF-8";


/* 2009/07/01 作成
----------------------------------------------------------------*/		

/*formhead
----------------------------------------------------------------*/
#formhead {
	width:540px;
	margin:0 auto;
	padding:0;
	text-align:left;
	}
#formhead h3 {
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	border-bottom:solid 3px #DDD;
	padding:0 3px;
	margin-bottom:15px;
	margin-top:10px;
	}
	
/*mailForm
----------------------------------------------------------------*/
#mailform {
	width:640px; /* フォームを置くボックスの幅 */
	text-align:left;
	margin:0;
	padding:0;
	}
	
/*#mailform table {
	width:630px;
	border-top:solid 1px #dadada;
	border-spacing:0;
	}*/
	
#mailform table {
	width:100%;
	background:#e5e5e5;
	/*border-spacing:1;*/
	}	

#mailform th {
	width:120px;
	font-size:12px;
	font-weight:bold;
	background:url(../../common_img/dot/dot_08.gif) repeat 0 0 #dadada;
	border:solid 1px #fff;
	padding:5px 10px;
	color:#666;
	}
#mailform td {
	background:#fff;
	padding:5px 10px;
	}
		
/*#mailform th {
	width:160px;
	font-weight:bold;
	background-color:#f4f4f4;
	border-bottom:solid 1px #dadada;
	border-top:solid 1px #fff;
	padding:7px 10px;
	}
#mailform td {
	border-bottom:solid 1px #dadada;
	border-top:solid 1px #fff;
	padding:7px 10px;
	}*/		

#mailform fieldset {
	border:0;
	}
		
#mailform input {
	margin:0 5px 0 0;
	padding:0;
	}	

#mailform textarea {
	width:99%;
	}

/*　送信ボタン　*/
#mailform .submitbtn {
	text-align:center;
	padding:20px 0 0 0;
	margin:0px;
	}
/*　サブミット用　*/
#mailform .submitbtn .onebtn {
	text-align:center;
	border:0px;
	width:220px;
	padding:0;
	margin:0 auto;
	}
#mailform .submitbtn table {
	text-align:center;
	border:0px;
	width:440px;
	margin:0 auto;
	border-spacing:0;
	}
#mailform .submitbtn td {
	width:220px;
	padding:0px;
	margin:0px auto;
	border:0px;
	text-align:center;
	}
#mailform .submitbtn input.subbtn {
	font-weight:bold;
	font-size:14px;
	line-height:25px;
	color:#fff;
	display:block;
	margin:0 10px;
	padding:0;
	border:0px;
	width:200px;
	height:25px;
	cursor:pointer;
	background-image:url(../images/submit_btn.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
/*　リンク用　*/
.submitbtn a{
	font-weight:bold;
	font-size:14px;
	line-height:25px;
	color:#fff;	
	text-align:center;
	text-decoration:none;
	display:block;
	margin:0 auto;
	width:200px;
	height:25px;
	cursor:pointer;
	background-image:url(../images/submit_btn.gif);
	background-position:top;
	background-repeat:no-repeat;
}	
.submitbtn a:hover{
	color:#fff;
	text-decoration:none;
}	

	
/*　例文　*/
#mailform .sample {
	font-size:11px;
	line-height:15px;
	font-weight:normal;
	color:#654d46;
	padding:5px 0 0 0;
	}
	
/*　例文　*/
#mailform .comment {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#654d46;
	padding:0 0 3px 0;
	}
	
/*　テーブル背景色　*/	
#mailform .bg1 {
	/*background-color:#ebe9e3;*/
	}
#mailform .bg2 {
	/*background-color:#f6f4ee;*/
	}	

/*　必須/任意アイコン　*/
#mailform .need {
	/*background-image:url(../images/icon_type_01.gif);
	background-repeat:no-repeat;
	background-position:8px 10px;*/
	}
#mailform .notneed {
	/*background-image:url(../images/icon_type_02.gif);
	background-repeat:no-repeat;
	background-position:8px 10px;*/
	}
#mailform .pass {
	/*background-image:url(../images/icon_type_03.gif);
	background-repeat:no-repeat;
	background-position:8px 10px;*/
	}
	
/*　送信確認用　*/
#sendmail{
	width:570px;
	height:300px;
	padding:19px;
	text-align:left;
	margin:20px auto;
	overflow:scroll;
	overflow-x:hidden;
	background-color:#f2f2f2;
	border:1px solid #dadada;
	}
		
#mailform .none {
	}
	
/*　入力確認文字　*/
#mailform .confirm_txt {
	color:#888;
	font-size:12px;
	/*font-weight:bold;*/
}

#mailform li {
	float:left;
	}
/*　罫線　*/
#mailform td hr {
	border:dotted 1px #fff;
	margin:8px 0;
	padding:0;
	}	
	
/*　エラー表示　*/	
#mailform .error {
	/*background-color:#fdd1c9;
	border:solid 1px #e67373;*/
	}	
	
#mailform .error .sample {
	font-weight:bold;
	color:#CC0000;
	}
	
#mailform .errormes {
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color:#fff;
	background-color:#f96b6b;
	padding:3px 5px;
	margin-bottom:5px;
	}
	
/*　エラー表示任意　*/	
#mailform .alert {
	/*background-color:#faff99;
	border:solid 1px #e3ea8e;*/
	}
#mailform .alert .errormes {
	/*font-size:12px;
	line-height:14px;
	font-weight:bold;
	color:#333;
	background-color:#ffe20f;
	padding:3px 5px;
	margin-bottom:5px;*/
	}		
#mailform .alert .pass {
	/*background-image:url(../images/icon_type_04.gif);
	background-repeat:no-repeat;
	background-position:8px 10px;*/
	}			
	
/*step
----------------------------------------------------------------*/
#step {
	width:540px;
	margin:0 auto 15px auto;
	padding:0;
	text-align:left;
	}
#step table {
	width:540px;
	border-spacing:1px;
	border:1px solid #DDD;
	}
#step th {
	width:30%;
	text-align:center;
	padding:3px 5px;
	font-size:12px;
	font-weight:bold;
	}
#step td {
	width:5%;
	text-align:center;
	padding:0;
	background-image:url(../images/step_arw.gif);
	background-repeat:no-repeat;
	background-position:center;
	}
#step .nowpos {
	color:#FFF;
	background-color:#654d46;
	}
#step .nextpos {
	color:#654d46;
	background-color:#fff;
	}
#step .pastpos {
	color:#654d46;
	background-color:#fff;
	}


/* IP部分追記
----------------------------------------------------------------*/
.ipadd {
  margin: 2em auto 1em auto;
}