@charset "utf-8";
@import url("page.css");
/* CSS Document */

#title h1 {
	display: block;
	margin: 0;
	width: 100%;
}

#title img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#contact {
	margin: 20px auto 40px;
	width: 90%;
}

#contact img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#contact h1 {
	margin: 0 auto 20px;
	width: 96%;
}

#contact p {
	font-weight: 16px;
	font-weight: 600;
	color: #806344;
	text-align: center;
	margin: 0 auto 30px;
	width: 96%;
}

#contact table {
	margin: 0 auto 10px;
	width: 96%;
}

#contact th {
	font-weight: 600;
	text-align: left;
	display: block;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
}
#contact td {
	display: block;
	padding: 5px 10px 20px;
	width: 100%;
	box-sizing: border-box;
}

#contact td input.txt {
	width: 90%;
}

#contact textarea {
	width: 95%;
}

.require {
	margin: 0 0 0 5px;
	padding: 3px;
	vertical-align: text-bottom;
	color: #FFFFFF;
	background-color: #F30;
	font-size: 11px;
	font-weight: bold;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#btn_input {
	text-align: center;
	margin: 10px auto;
	width: 180px;
}
#btn_input input {
	display: block;
	margin: 0 10px;
	float: left;
}

@media only screen and (min-width: 769px) {
#title h1 {
	background-image: url(../images/contact/title.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 182px;
	width: 1015px;
}

#contact {
	margin: 115px auto 140px;
	width: 580px;
}

#contact h1 {
	background-image: url(../images/contact/tit_contact.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	height: 36px;
	width: 465px;
}

#contact p {
	margin: 45px 0 90px;
}

#contact th {
	text-align: left;
	vertical-align: top;
	display: table-cell;
	padding: 5px 10px;
	width: 180px;
	box-sizing: border-box;
}
#contact td {
	display: table-cell;
	padding: 5px 10px;
	width: auto;
	box-sizing: border-box;
}

}