@charset "utf-8";
/* CSS Document */

#title {
	display: block;
	margin: 0;
	width: 100%;
}
#title img {
	height: auto;
	width: 100%;
}

.catch {
	font-size: 26px;
	font-weight: 900;
	color: #FF7F00;
	line-height: 1.5em;
	text-align: center;
	margin: 70px auto 34px;
	width: 96%;
}

#contact {
	background-color: #F0F0E1;
	padding-bottom: 20px;
}
#contact img {
	height: auto;
	width: 100%;
}

#contact dt {
	text-align: -9999px;
}

#contact dd {
	background-color: #FFF;
	margin: 0 auto;
	padding-bottom: 30px;
	width: 96%;
}

#contact table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin: 20px auto;
	width: 96%;
}

#contact th {
	font-weight: normal;
	text-align: left;
	display: block;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
}
#contact th span {
	font-size: 12px;
	margin-left: 5px;
}

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

input.tarea {
	padding: 3px 0;
	border: solid 1px #CCCCCC;
	box-sizing:border-box;
	width: 96%;
}

textarea.tarea {
	padding: 3px 0;
	border: solid 1px #CCCCCC;
	box-sizing:border-box;
	width: 96%;
}

input.mf {
	padding: 3px 0;
	border: solid 1px #CCCCCC;
	box-sizing:border-box;
	width: 96%;
}

input.zip {
	padding: 3px 0;
	border: solid 1px #CCCCCC;
	box-sizing:border-box;
}

#bt-contact {
	text-align: center;
	display: block;
	margin: 20px auto 0;
	width: 96%;
}

#bt-contact input {
	background-color: #CCCCCC;
	text-align: center;
	margin: 10px;
	padding: 5px 0;
	width: 140px;
}
#bt-contact input:hover {
	opacity: 0.7;
}

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

.catch {
	font-size: 54px;
	font-weight: 600;
	color: #FF7F00;
	line-height: 1.5em;
	text-align: center;
	margin: 30px auto 0;
}

#contact {
	background-color: inherit;
	background-image: url(../images/contact/contact_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	min-height: 1247px;
	width: 1080px;
}

#contact dt {
	text-indent: -9999px;
}

#contact dd {
	margin: 0 auto;
	padding: 80px 0;
	width: 745px;
}

#contact table {
	display: table;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin: 0 auto;
	width: 530px;
}

#contact th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	display: table-cell;
	padding: 5px 10px;
	width: 120px;
	box-sizing: border-box;
}

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

#bt-contact {
	text-align: center;
	display: block;
	margin: 43px auto 0;
	width: 96%;
}
}