@charset "UTF-8";

/*---------------------------------------------------------------

2008 10/1作成

----------------------------------------------------------------*/
		

/*mailForm
----------------------------------------------------------------*/
#mailform {
	width:720px;
	margin:5px 0 0;
	padding:0;
	text-align:left;
	}
	
#mailform table {
	width:720px;
	border-top:solid 1px #d4d0b9;
	border-spacing:0;
	}
	
#mailform th {
	width:150px;
	color:#604600;
	font-weight:bold;
	background-color:#f0edde;
	border-bottom:solid 1px #d4d0b9;
	border-top:solid 1px #fff;
	padding:7px 15px;
	}
#mailform td {
	border-bottom:solid 1px #d4d0b9;
	border-top:solid 1px #fff;
	padding:7px 15px;
	}		

#mailform fieldset {
	border:0;
	}

#mailform select{
	width:180px;
}
	
 input {
	margin:0;
	padding:0;
	}	

#mailform textarea {
	width:99%;
	}

/*　送信ボタン　*/
#mailform .submitbtn {
	text-align:center;
	padding:10px 0 0 0;
	margin:0px;
	}
/*　サブミット用　*/
#mailform .submitbtn .onebtn {
	text-align:center;
	border:0px;
	width:220px;
	margin:0 250px;
	}
#mailform .submitbtn table {
	text-align:center;
	border:0px;
	border-spacing:0px;
	width:440px;
	margin:0 0 0 140px;
	}
#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/contact_submit_bg.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	}

/*　リンク用　*/
#mailform .submitbtn a{
	font-weight:bold;
	font-size:14px;
	line-height:25px;
	color:#fff;	
	display:block;
	margin:0 auto;
	width:200px;
	height:25px;
	cursor:pointer;
	background-image:url(../images/contact_submit_bg.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	text-decoration:none;
}
/*	
#mailform .submitbtn a:hover{
	font-weight:bold;
	font-size:14px;
	line-height:25px;
	color:#fff;	
	display:block;
	margin:0 auto;
	width:200px;
	height:25px;
	cursor:pointer;
	background-image:url(../images/contact_submit_bg.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	text-decoration:underline;
}	
*/
	
/*　例文　*/
#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 .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;
	}
	
/*　送信確認用　*/
#mailform .sendmail{
	width:500px;
	height:300px;
	padding:19px;
	text-align:left;
	margin:0 auto 20px auto;
	overflow:scroll;
	border:1px solid #e5e5e5;
	}
		
#mailform .none {
	}
	
/*　入力確認文字　*/
#mailform .confirm_txt {
	font-size:13px;
	font-weight:bold;
}

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