@charset "utf-8";
#form .formTable {
	margin-bottom: 10px;
}
#main-content #tel .sec-wrapper {
	margin: 0 auto;
	padding: 10px 10px 10px;
	background: #f5f3df;
}
#main-content #tel .sec-wrapper .clearfix {
	background: #fff;
	padding: 10px 10px 10px;
}
#main-content #tel p {
	text-align: center;
}
#main-content #tel p big {
	font-family: 'NotoSansCJKjp-Medium', "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 130%;
	font-weight:400;
}
#form td input, form td textarea {
	width: 100%;
	font-size: 110%;
	font-weight:400;
}
#form .btn1, #form .btn2 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'NotoSansCJKjp-Medium', "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 110%;
	padding: 10px 30px;
	text-decoration:none;
	display:inline-block;
	font-weight:400;
	margin: 0 15px;
	cursor: pointer;
}
#form .btn1 {
	padding: 10px 50px;
	border:1px solid #ffad41;
	color: #333;
	background-color: #ffc579;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc579), to(#fb9d23));
	background-image: -webkit-linear-gradient(top, #ffc579, #fb9d23);
	background-image: -moz-linear-gradient(top, #ffc579, #fb9d23);
	background-image: -ms-linear-gradient(top, #ffc579, #fb9d23);
	background-image: -o-linear-gradient(top, #ffc579, #fb9d23);
	background-image: linear-gradient(to bottom, #ffc579, #fb9d23);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffc579, endColorstr=#fb9d23);
}
#form .btn1:hover {
	border:1px solid #ff9913;
	background-color: #ffaf46;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf46), to(#e78404));
	background-image: -webkit-linear-gradient(top, #ffaf46, #e78404);
	background-image: -moz-linear-gradient(top, #ffaf46, #e78404);
	background-image: -ms-linear-gradient(top, #ffaf46, #e78404);
	background-image: -o-linear-gradient(top, #ffaf46, #e78404);
	background-image: linear-gradient(to bottom, #ffaf46, #e78404);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffaf46, endColorstr=#e78404);
}
#form .btn2 {
	color: #666;
	border:1px solid #d7dada;
	background-color: #f4f5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f4f5f5, endColorstr=#dfdddd);
}
#form .btn2:hover {
	border:1px solid #bfc4c4;
	background-color: #d9dddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
	background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#d9dddd, endColorstr=#c6c3c3);
}
#form th {
	width: 25%;
}
