@charset "UTF-8";

#contact {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #333;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#contact a:link {
	color: #0066CC;
	text-decoration: none;
}
#contact a:visited {
	color: #0066CC;
	text-decoration: none;
}
#contact a:hover {
	color: #CCCCCC;
	text-decoration: none;
}


#contact table {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	width: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding: 0px;
}
#contact table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	margin: 0px;
}
#contact table ul  {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.1em;
}
#contact table ul li  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
	float: none;
}
#contact table td dl {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.td_bg   {
	background-color: #FBF3FB;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.privacy {
	text-align: center;
}




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


.form ,#firstname,#lastname,#firstname-furigana,#lastname-furigana {
	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;
	line-height: 1.5em;
	padding: 10px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	font-size: 1.1em;
}
.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: 30%;
	background-color: #EEEFEF;
}
.name {
	width: 94%;
	background-color: #EEEFEF;
}
#firstname,#lastname,#firstname-furigana,#lastname-furigana {
	width: 30%;
	background-color: #EEEFEF;
}
.age {
	width: 70px;
}
.year {
	width: 20%;
	background-color: #EEEFEF;
}
.month {
	width: 20%;
	background-color: #EEEFEF;
}
.day {
	width: 20%;
	background-color: #EEEFEF;
}
.tel {
	width: 94%;
	background-color: #EEEFEF;
}
.fax {
	width: 94%;
	background-color: #EEEFEF;
}
.mail {
	width: 94%;
	background-color: #EEEFEF;
}
.address {
	width: 94%;
	background-color: #EEEFEF;
}
.bikou {
	width: 94%;
	height:10em;
	font-size:1em;
	background-color: #EEEFEF;
}
.hs {
	font-size: 0.7em;
	color: #FFF;
	margin-left: 10px;
	background-color: #F00;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	/* border-radius */
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-weight: normal;
}





/*送信ボタン
------------------------------------*/

#form_btn {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	margin-bottom: 100px;
}
#form_btn .btn{
	color: #fff;
	text-align: center;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: bottom;
	/* border-radius */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 1.1em;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCC;
	background-color: #666666;
	width: 230px;
}
#form_btn .btn a:link {
	color: #FFF;
	text-decoration: none;
}
#form_btn .btn a:visited {
	color: #FFF;
}
#form_btn .btn a:hover {
	color: #CCCCCC;
}




/*送信完了
------------------------------------*/
#kanryo {
	font-size: 1.2em;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 300px;
	line-height: 2em;
}
