@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**							下層ページ各CSS									*/
/****************************************************************************/
dl.whereabouts,
.contact_form,
.contact_form .button {
	width: 480px;
	margin: 0 auto;
}
.whereabouts dt {
	font-size: 167%;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 30px 0;
}
.whereabouts dd {
	font-size: 134%;
	line-height: 1.4;
	margin: 0 0 10px 0;
}
/* フォーム -------------------------------*/
.contact_form {
	margin-top: 50px;
}
.contact_form dl {
	overflow: hidden;
	margin-bottom: 30px;
}
.contact_form dt {
	font-size: 117%;
	line-height: 1.6;
	width: 15%;
	float: left;
	clear: left;
}
.contact_form dd {
	width: 85%;
	float: left;
	margin-bottom: 10px;
}
.contact_form input,
.contact_form textarea {
	font-size: 134%;
    width: 100%;
	box-sizing: border-box;
}
.contact_form textarea {
	min-height: 150px;
}
.contact_form button {
	font-size: 134%;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	background-color: #ccc;
}
.submit {
	width: 48%;
}
.reset {
	width: 48%;
	margin-right: 2%
}

/* width641px～736px */
@media screen and (max-width: 736px){
dl.whereabouts, .contact_form,
.contact_form .button {
    width: auto;
}
.contact_form dt {
	width: auto;
	float: none;
}
.contact_form dd {
	width: auto;
	float: none;
}
.submit {
	width: 100%;
	margin: 20px 0 0;
}
.reset {
	width: 100%;
	margin: 0;
}
}

/* width640px以下 */
@media screen and (max-width: 640px){
}