@charset "UTF-8";



/*------お問い合わせ　資料請求 ------------*/

.contact_table {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
}
.contact_table1 {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	color: #666;
	background-color: #EDEDED;
}
.contact_table2 {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	color: #666;
}
.contact_table3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	color: #FFF;
	background-color: #A41D42;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.contact_table4 {
	line-height: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.font_red {
	color: #F00;
}



/*------メールフォーム ------------*/



.text, textarea, .dropdown{
	border:1px solid #777;
	padding: 5px;
	color: #333;
	background: #fff;
}
#sbmedit,
.submit{
	border:1px solid #777;
	color: #fff;
	cursor: pointer;
	background: #428ec9;
	border-radius: 5px;
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#99c9e5),
		to(#428ec9)
		);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	/* Firefox */
	background: -moz-linear-gradient(
		top,
		#99c9e5,
		#428ec9
		);
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	
/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
	zoom: 1;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 15px;
}


.thanks_wrap,
.conf_wrap,
#error_wrap{
	position:relative;
	clear:both;
	text-align:left;
}
.thanks_wrap h2,
#error_wrap h2{
	font-size:16px;
	padding:30px 0;
	line-height:1.8em;
}
.thanks_wrap p{
	line-height:1.8em;
}

.conf_wrap{
	padding:30px 0;
}
.conf_wrap .error{
	color:red;
}

.conf_wrap .contact_table1{
	width:150px;
}