@charset "euc-jp";
/* CSS Document */

.titlebox {
	background-image: url(../contact/images/titlebg.jpg);
}

.status {
	border-collapse: separate;
	border-spacing: 3px;
}
.status th, .status td {
	vertical-align: middle;
	text-align: center;
}
.status th {
	padding: .5em 1em;
	background: #FFF;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #DDD;
	border-radius: 4px;
	width: 7em;
}
.status th.current {
	background: #FFC;
	color: #583A32;
	font-weight: bold;
}
.status td {
	color: #666;
}

/* ----------------------
	MAIL FORM
---------------------- */
.mailform dl {
	width: 90%;
	margin: 0 auto 1em;
	border-bottom: solid 1px #CCC;
}
.mailform dt {
	border-top: dotted 1px #CCC;
	clear: left;
	float: left;
	margin-bottom: 0.5em;
	width: 30%;
	padding: 1em 0 0 5px;
	line-height: 1.2;
}
.mailform dt strong .fs_xs {
	color: #777;
}

.mailform dd {
	border-top: dotted 1px #CCC;
	margin-bottom: 0.5em;
	margin-left: 30%;
	min-height: 3em;
	padding: 1em 0 1.5em 10px;
	line-height: 1.8;
}
.contents .mailform dd p {
	margin: 0 0 0.5em !important;
}
input[type="text"], 
textarea {
	font-size: 1.6rem;
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ ProN", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
	line-height: 1.5;
	padding: 0.5em;
}
.fi-s {
	width: 80px;
	margin-bottom: 0.5em;
}
.fi-m {
	width: 60%;
	margin-bottom: 0.5em;
}
.fi-l {
	width: 90%;
	margin-bottom: 0.5em;
}
.fi-xl {
	width: 90%;
	height: 200px;
	line-height: 1.8;
	margin-bottom: 0.5em;
}

input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	background: #999;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	border: none;
	border-radius: 6px;
	color: #FFF; 
	padding: 0 1.5em;
	margin: 0.5em auto;
	font-size: 1.8rem;
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ ProN", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, "Þâ¥´¥·¥Ã¥¯", YuGothic, sans-serif;
	font-weight: bold;
	line-height: 50px;
	text-decoration: none;
	cursor: pointer;
}
input[type="submit"] {
	background: #D67263;
}
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* ----------------------
	SP SETTING
---------------------- */
@media screen and (max-width:699px){
#contact_first .box3 {
	width: 100%;
}

.mailform {
	width: 100%;
	margin: 0;
}
.mailform dl {
	width: 90%;
}
.mailform dt {
	clear: both;
	float: none;
	margin-bottom: 0;
	width: 100%;
	padding: 5px 0;
	border: none;
}
.mailform dd {
	border: none;
	margin: 0 0 0.3em;
	padding: 5px 0;
	line-height: 2.2;
}
input[type="text"], 
textarea {
	font-size: 1.4rem;
}
.fi-s {
	width: 25%;
	padding: 4px;
	margin-bottom: 0.5em;
}
.fi-m {
	width: 100%;
	padding: 4px;
	margin-bottom: 0.5em;
}
.fi-l {
	width: 100%;
	padding: 4px;
	margin-bottom: 0.5em;
}
.fi-xl {
	width: 100%;
	height: 120px;
	padding: 4px;
	line-height: 1.8;
	margin-bottom: 0.5em;
}
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	font-size: 1.4rem;
}
}
