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

/* ----------------------
	MAIL FORM
---------------------- */
 
.mailform dl {
background-color: rgba(255, 255, 255, 0.6);
}
.mailform dt strong .fs_xs {
	color: #777;
}
.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: #F90;
}
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:639px){
.mailform {
	width: 100%;
	margin: 0;
}
.mailform dl {
	width: 90%;
}
.mailform dt {
	width: 60%;
	background: #FBFBFB;
}
.mailform dd {
	padding: .2em .25em;
}

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;
}
}
