@charset "utf-8";

#select_contact{
	margin:20px 0;
	text-align:center;
}
#select_contact li{
	margin:10px 30px;
	display:inline-block;
}
#select_contact li a{
	padding:20px 60px 20px 10px;
	width:200px;
	text-decoration:none;
	border:1px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: url(../../img/common/ar_green.png) no-repeat 220px center, -webkit-gradient(linear,center top, center bottom, from(#FFF), to(#e6e6e6));
	background: url(../../img/common/ar_green.png) no-repeat 220px center,-moz-linear-gradient(top, #FFF, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffFFFFFF', endColorstr='#ffe6e6e6');
	background: url(../../img/common/ar_green.png) no-repeat 220px center, linear-gradient(to bottom, #FFF, #e6e6e6);
	box-shadow:0px 0px 1px #aaa;
	-moz-box-shadow:0px 0px 1px #aaa;
	-webkit-box-shadow:0px 0px 1px #aaa;
	color:#1d9e2a;
	font-weight:bold;
	line-height:1;
	display:block;
}
#select_contact li a:hover{
	background:#e6e6e6 url(../../img/common/ar_green.png) no-repeat 220px center;
}

#pageMenu{
	display: none;
}

#form table{
	width: 100%;
	margin: 10px auto;
	border-collapse:collapse;
	border: 1px solid #000;
	font-size: 80%;
}

#form table caption{
	padding: 5px 0;
	text-align: left;
}

#form table th{
	padding: 5px;
	text-align: center;
	border: 1px solid #000;
	background: #7e6b5a;
	color: #FFF;
}

#form table td{
	padding: 5px;
	border: 1px solid #000;
}

#form td.cmt{
	font-size: 10px;
	border-left: 1px solid #CCC;
}



#form td input[type=text],
#form td input[type=tel],
#form td input[type=email]{
	width: 300px;
	padding: 5px;
}
#form td input[type=checkbox],
#form td input[type=radio]{
	margin-right: 5px;
}

#form td textarea{
	width: 350px;
	height: 150px;
}

#form td label{
	margin: 0 15px 0 0;
}

#form .frameBtn{
	text-align: center;
	padding: 7px 0;
}
#form .frameBtn input[type=submit]{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 7px 15px;
	margin: 0 3px;
	background: #333;
	color: #FFF;
	border: 0;
	cursor: pointer;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.arOrange{
	font-size: 85%;
}

@media screen and (max-width: 768px) {
h2{
	font-size: 100%;
}
#select_contact{
	margin:20px 0;
	text-align:center;
}
#select_contact li{
	margin:10px 10px;
	display:inline-block;
}
#select_contact li a{
	padding:20px 60px 20px 10px;
	width:200px;
	text-decoration:none;
	border:1px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: url(../../img/common/ar_green.png) no-repeat 220px center, -webkit-gradient(linear,center top, center bottom, from(#FFF), to(#e6e6e6));
	background: url(../../img/common/ar_green.png) no-repeat 220px center,-moz-linear-gradient(top, #FFF, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffFFFFFF', endColorstr='#ffe6e6e6');
	background: url(../../img/common/ar_green.png) no-repeat 220px center, linear-gradient(to bottom, #FFF, #e6e6e6);
	box-shadow:0px 0px 1px #aaa;
	-moz-box-shadow:0px 0px 1px #aaa;
	-webkit-box-shadow:0px 0px 1px #aaa;
	color:#1d9e2a;
	font-weight:bold;
	line-height:1;
	display:block;
}
#select_contact li a:hover{
	background:#e6e6e6 url(../../img/common/ar_green.png) no-repeat 220px center;
}

#pageMenu{
	display: none;
}


#form table{
	display: block;
	width: 98%;
	margin: 0 auto;
	border: 0;
}
#form table tbody{
	display: block;
	width: 100%;
}
#form table tr{
	display: block;
	margin-bottom: 1.5em;
	width: 100%;
}
#form table th,
#form table td{
	display: list-item;
	width: 100%;
	padding: 9px 0;
	display: block;
}
#form table th{
	margin-bottom: 5px;
	list-style-type: none;
	width: 100%;
	display: block;
}
#form table td{
	margin-left: 0;
	padding: 5px 0;
	width: 100%;
	list-style-type: none;
	border: 0;
	text-align: center;
}

#form td.cmt{
	font-size: 12px;
	border-left: 0;
}


#form td input[type=text],
#form td input[type=tel],
#form td input[type=email]{
	width: 85%;
	padding: 5px;
}

#form td textarea{
	width: 85%;
	height: 5em;
}

#form td label{
	margin: 0 0 2px 0;
	display: block;
	border: 1px solid #c0c0c0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 10px 3px;
}

#form .frameBtn{
	text-align: center;
	padding: 7px 0;
}
#form .frameBtn input[type=submit]{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0px 15px;
	background: #333;
	color: #FFF;
	border: 0;
	cursor: pointer;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	line-height: 50px;
	height: 50px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	margin: 3px 0;
}

.arOrange{
	font-size: 85%;
}

}