/* CSS Document */

/* ============================================
 * フォーム
 * ============================================ */

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

#contents {
	margin: 0;
	padding: 30px 0;
	height: auto;
	width: 100%;
	background-color: #EEEEEE;
}

.essential {
	text-align: left;
	margin: 0 auto;
	width: 96%;
}

.contact {
	margin: 0 auto 30px;
	width: 90%;
}
.contact th {
	text-align: left;
	display: block;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
}
.contact td {
	display: block;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
}

#btn_input {
	text-align: center;
	margin: 10px auto;
	width: 100%;
}

#privacy_box {
	text-align: center;
	display: block;
	margin: 30px auto 20px;
	width: 98%;
}

@media only screen and (min-width: 769px) {
#titlebox {
	background-image: url(../images/contact/title_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F4F6F5;
	display: block;
	margin: 0;
	height: 184px;
	width: 100%;
	border-bottom: solid 5px #0085B2;
}
#title {
	background-image: url(../images/contact/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	height: 184px;
	width: 1050px;
}
#title img {
	height: auto;
	width: auto;
}

#contents {
	margin: 0;
	padding: 50px 0;
	height: auto;
	width: 100%;
	background-color: #EEEEEE;
}

.essential {
	text-align: left;
	margin: 0 auto;
	width: 600px;
}

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



#privacy_box {
	text-align: center;
	display: block;
	margin: 30px auto 50px;
	width: 980px;
}

}

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


input[type="email"],
input[type="email2"] {
 width: 50%;
 border: solid 1px #E7E7E7;
}
input[type="zip1"] {
 width: 3em;
 border: solid 1px #E7E7E7;
}
input[type="zip2"] {
 width: 4em;
 border: solid 1px #E7E7E7;
}
input[type="radio"] {
	margin-right: 0.5em;
	width: auto;
	border: solid 1px #E7E7E7;
}
input[type="checkbox"] {
	margin-right: 0.5em;
	width: auto;
	border: solid 1px #E7E7E7;
}
select {
	border: solid 1px #E7E7E7;
}
textarea {
width: 90%;
height: 7em;
line-height: 1.5em;
border: solid 1px #E7E7E7;
}


