/*--------------------*/
/* お問合せフォーム   */
/*--------------------*/

input,textarea,select,option{
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 先頭メッセージ */
#container .mail_msg{
	margin-bottom: 30px;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #CCC;
}
#container .mail_msg p{
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #FFF; /* Android */
}

/* 入力フォーム */
#container form{
	;
}
#container form #items{
	margin-bottom: 10px;
	overflow: hidden;
}
#container form #items .form_tr{
	margin-bottom: 10px;
	overflow: hidden;
}
#container form #items .form_th{
	float: left;
	padding-left: 5px;
	line-height: 30px;
	background-color: #EEE;
}
#container form #items .form_th label{
	display: block;
	width: 190px;
}
#container form #items .form_th span{
	color: #F00;
	font-size: 12px;
}
#container form #items .form_td{
	margin-left: 210px;
	line-height: 30px;
}
#container form #items .form_td input{
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	height: 29px;
	border: 1px solid #CCC;
	width: 400px;
}
#container form #items .form_td input:focus{
	outline: solid 1px rgba(0,110,204,0.5);
}
#container form #items .form_td select{
	display: block;
	width: 230px;
	height: 29px;
	border: 1px solid #CCC;
	padding-left: 2px;
}
#container form #items .form_td select:focus{
	outline: solid 1px rgba(0,110,204,0.5);
}
#container form #items .form_td select option#pref_select{
	color: #666;
}
#container form #items .form_td textarea{
	display: block;
	padding: 5px;
	line-height: 20px;
	border: 1px solid #CCC;
	width: 400px;
}
#container form #items .form_td textarea:focus{
	outline: solid 1px rgba(0,110,204,0.5);
}
#container form #button{
	margin-left: 210px;	
}
#container form #button input{
	width: 190px;
	background-color: #006ecc;
	border: none;
	line-height: 30px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 10px;
}
#container form #button input:hover{
	background-color: #439487;
}

/* 入力チェック ページ */
#container dl#check_items{
	margin-bottom: 30px;
	overflow: hidden;
}
#container dl#check_items dt{
	float: left;
	width: 190px;
	text-align: center;
	line-height: 30px;
	background-color: #EEE;
}
#container dl#check_items dd{
	margin-left: 210px;
	line-height: 30px;
	margin-bottom: 10px;
	width: 400px;
	border: 1px solid #CCC;
}
#container dl#check_items dd p{
	padding-left: 5px;
	padding-right: 5px;
}
#container dl#check_items dd p#cmt{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
}
#container form input.button2{
	display: block;
	float: left;
	width: 190px;
	margin-right: 20px;
	margin-bottom: 30px;
	background-color: #006ecc;
	border: none;
	line-height: 30px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 10px;
}
#container form input.button2:hover{
	background-color: #439487;
}

/* プライバシーポリシー説明文 */
#container dl#privacy{
	clear: left;
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: #EEE;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #CCC;
}
#container dl#privacy dt{
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 5px;
}
#container dl#privacy dd{
	padding-left: 10px;
}
#container dl#privacy dd p{
	margin-bottom: 5px;
	background-color: #EEE; /* Android */
}