/**index***********/
#main_img{
	position: relative;
	min-width: 100%;
}
#main_img h3{
	text-indent: -9999px;
	background: url(../img/contact/head.jpg) no-repeat;
	background-size: 100%;
	height: 0;
	padding-top: 20.0520833%;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);	
}
#main_img div.title{
	position: absolute;
	background: url(../img/contact/h3_title.png) no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	width: 45%;
	height: 0;
	padding-top: 17.3076%;
	/*width: 338px;
	height: 130px;*/
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#Main h4{
	margin: 10px auto 20px;
	color: #595757;
	font-size: 120%;
	font-weight: 300;
	text-align: center;
}
div.leftbox{
	margin: 20px auto;
}
div.infobox{
	width: 94%;
	background: #fff;
	padding: 25px 3%;
	position: relative;
	border: solid 1px #009fe3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div.infobox div.tsuta{
	position: absolute;
	background: url(../img/contact/tsuta.png) no-repeat;
	width: 120px;
	height: 105px;
	top: -30px;
	left: -50px;
}
div.infobox p.tel{
	font-size; 130%;
}
div.infobox p.tel span{
	color: #009fe3;
	font-size: 150%;
}
div.rightbox{

}
table{
	margin: 20px auto;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: none;
	box-sizing: border-box;
}
table th{
	padding: 5px;
	border: none;
	text-align: left;
	vertical-align:top;
	width: 100%;
	display: block;
	box-sizing: border-box;
	background: #f1f1f1;
}
table td{
	padding: 5px 5px 15px;
	border: none;
	text-align: left;
	vertical-align:top;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
p.notice{
	margin: 20px 0 30px;
}
div.form_btn{
	text-align: center;
}
input[type='text']{
	border: solid 1px #bbb;
	width: 100%;
	box-sizing: border-box;
}
input[type='radio']{
	border: solid 1px #bbb;
}
textarea{
	border: solid 1px #bbb;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
}
input[type='submit']{
	text-indent: -9999px;
	background: url(../img/contact/btn_01.png) no-repeat;
	width: 64px;
	height: 64px;
	border: none;
	outline: none;
	cursor: pointer;
	margin: 0 10px 30px;
}
input[type='reset']{
	text-indent: -9999px;
	background: url(../img/contact/btn_02.png) no-repeat;
	width: 64px;
	height: 64px;
	border: none;
	outline: none;
	cursor: pointer;
	margin: 0 10px 30px;
}
input.back{
	text-indent: -9999px;
	background: url(../img/contact/btn_03.png) no-repeat;
	width: 64px;
	height: 64px;
	border: none;
	outline: none;
	cursor: pointer;
	margin: 0 10px 30px;
}
