@charset "UTF-8";

#contact {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
.hixtusu {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	color: #F00;
	padding-left: 3px;
}
/*申込みフォーム
------------------------------------*/
#moushikomi {
	width: 710px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#moushikomi table {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #37B219;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #37B219;
	border-left-color: #37B219;
}
#moushikomi table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #37B219;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#moushikomi table td.km {
	background-color: #70C953;
	width: 140px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	padding-left: 10px;
	color: #FFF;
}
.comment {
	font-size: 90%;
	line-height: 1.3em;
	color: #666;
}


/*フォーム
------------------------------------*/


.form {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
    padding: 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	margin: 5px 0;
}
.form:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.form::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.zip {
	width: 100px;
}
.name {
	width: 60%;
}
.tel {
	width: 60%;
}
.mail {
	width: 60%;
}

.address {
	width: 94%;
}
.bikou {
	width: 94%;
	height:10em;
	font-size:1em;
}

.btn {
	color: #fff;
	width: 200px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	background-attachment: scroll;
	background-color: #5D7ABD;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	/* border-radius */
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.btn a:link {
	color: #fff;
}
.btn a:visited {
	color: #fff;
}
.btn a:hover {
	background: #4FABF7 none repeat scroll 0 0;
	color: #CCC;
}
#moushikomi #okuru {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
}
#moushikomi #okuru img {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}




/*電話でのお問い合わせ
------------------------------------*/

#telno {
	font-size: 200%;
	font-weight: bold;
	background-image: url(../contact/img/icon_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 70px;
	margin-left: 20px;
}
#telno .font14px {
	font-size: 14px;
	font-weight: normal;
}


/*送信完了
------------------------------------*/
#kanryo {
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 200px;
	margin-left: 0px;
	font-size: 120%;
}
