@charset "UTF-8";
/* CSS Document */

/*-- form ---------------------------------------*/
h1{
	font-size:35px;
	font-weight:bold;
	padding:15px 0;
	color:#000;
	text-align: center;
}

h3{
	font-weight:bold;
	font-size:18px;
	color:#000;
	padding:10px 0;
	margin:15px 0;
}

h4{
	font-weight:14px;
	margin:10px 0;
}
.answer-tx{
	padding:5px 0;
}
.error-tx{
	color:#FF0000;
	font-size:18px;
	padding:5px 0;
	font-weight:bold;
}

@media only screen and (min-width: 980px){
.read-txt{
	padding:10px 0;
	text-align: center;
}
.read-txt2{
	font-size:24px;
	font-weight:bold;
	color:#FF0000;
	padding:10px 0;
	text-align: center;
}
#bt{
	width:410px;
	margin:0 auto;
	text-align: center;
	}
#bt2{
	width:242px;
	margin:0 auto;
	text-align: center;
	}
}
@media only screen and (max-width: 979px){
.read-txt{
	padding:10px 0;
	text-align: center;
}
.read-txt2{
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
	padding:10px 0;
	text-align: center;
}
#bt, #bt2{
	width:200px;
	margin:0 auto;
	text-align: center;
	}
}
.postcode{
	padding:5px 0;
}

.postcode-add-t{
	display:block;
	width:100px;
	float:left;
	padding-top:10px;
}
.comment{
	font-size:80%;
	color:#666;
	padding-left:10px;
}
.require{
	color:#ff0000;
}
.others{
	font-size:11px;
}

#anq-box{
	margin:30px 0;
	padding-top:20px;
	border-top:1px dotted #CCC;
	clear: both;
}
#inner-anq-box{
	margin:15px 0;
}

label{
	display:block;
	height:30px;
	line-height: 30px;
	white-space:nowrap;
	float: left;
	width:150px;
}
input, select, textarea{
	font-size:18px;
}
@media only screen and (min-width: 980px){
textarea{
	width:500px;
	height: 100px;
}
}
@media only screen and (max-width:979px){
textarea{
	width:100%;
	height:80px;
}
}
input[type="email"], input[type="url"], input[type="tel"], textarea, input[type="text"]{
	/*display:block;*/
	-webkit-appearance:none;
	appearance:none;
	border:1px solid #CCC;
	padding:3px;
	/*vertical-align: middle;*/
	line-height:18px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:inset 0 0 6px #ccc;
	-webkit-box-shadow:inset 0 1px 6px #ccc;
	box-shadow:inset 0 1px 6px #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top:5px;
}

input[type="checkbox"]{
}

input[type="reset"]{
	font-size:14px;
	padding:5px 16px;
	border: 1px solid #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: -moz-linear-gradient( top, #ffffff 0%, #cccccc 65%, #999999);
	background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), color-stop(0.65, #cccccc), to(#999999));
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 5px rgba(255,255,255,0.6);
	-webkit-box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 5px rgba(255,255,255,0.6);
	box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 5px rgba(255,255,255,0.6);
	text-shadow:0px -1px 3px rgba(255,255,255,0.8), 0px 1px 0px rgba(255,255,255,0.3);
	margin-top:10px;
}
input[type="reset"]:hover{
	border: 1px solid #fcc700;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/* FOCUS STATES */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus{
	-webkit-box-shadow: 0 0 7px #fc9a00;
	-moz-box-shadow   : 0 0 7px #fc9a00;
	box-shadow        : 0 0 7px #fc9a00;
	border: 1px solid #fcc700;
	outline: none;
	background:#fffccf;
}

/* TRANSITION */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="reset"],
textarea,
{
	-moz-transition: -moz-box-shadow 0.5s, border 0.5s, background 0.5s;
	-webkit-transition: -webkit-box-shadow 0.5s, border 0.5s, background 0.5s;
	-o-transition:  box-shadow 0.5s, border 0.5s, background 0.5s;
	transition: box-shadow 0.5s, border 0.5s, background 0.5s;
}
.error-bt{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width:158px;
	float: left;
	margin-top:20px;
	font-size: 14px;
	color: #000000;
	padding: 8px 20px;
	background: -moz-linear-gradient(top, #ffffff 0%, #7bc734 50%, #009945 50%, #36850f 65%, #54b81a);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.50, #7bc734), color-stop(0.50, #009945), color-stop(0.65, #36850f), to(#54b81a));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #009945;
	-moz-box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 7px rgba(193,252,0,0.6);
	-webkit-box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 7px rgba(193,252,0,0.6);
	box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 7px rgba(193,252,0,0.6);
	text-shadow:0px -1px 3px rgba(255,255,255,0.8), 0px 1px 0px rgba(255,255,255,0.3);
}
input[type="button"],
input[type="submit"] {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width:200px;
	float: left;
	margin-top:20px;
	font-size: 14px;
	color: #000000;
	padding: 8px 20px;
	background: -moz-linear-gradient(top, #ffffff 0%, #7bc734 50%, #009945 50%, #36850f 65%, #54b81a);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.50, #7bc734), color-stop(0.50, #009945), color-stop(0.65, #36850f), to(#54b81a));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #009945;
	-moz-box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 7px rgba(193,252,0,0.6);
	-webkit-box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 7px rgba(193,252,0,0.6);
	box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 7px rgba(193,252,0,0.6);
	text-shadow:0px -1px 3px rgba(255,255,255,0.8), 0px 1px 0px rgba(255,255,255,0.3);
}
.error-bt a:hover,
input[type="button"]:hover,
input[type="submit"]:hover{
	border: 1px solid #fcc700;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6c70b 50%, #fb9f00 50%, #f78805 65%, #f4c50b);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.50, #f6c70b), color-stop(0.50, #fb9f00), color-stop(0.65, #f78805), to(#f4c50b));
	-moz-box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 7px rgba(244,197,11,0.6);
	-webkit-box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 7px rgba(244,197,11,0.6);
	box-shadow:0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 7px rgba(244,197,11,0.6);
	text-shadow:0px -1px 3px rgba(255,255,255,0.8), 0px 1px 0px rgba(255,255,255,0.3);
	text-decoration: none;
}
@media only screen and (min-width: 980px){
#bt input[type="submit"] {
	margin-left:10px;
}
#bt2 .error-bt,
#bt2 input[type="submit"] {
	margin-left:0;
}
}

