@charset "utf-8";
/* CSS Document */
#form_area{
	width:600px;
	margin: auto;
	text-align:center;
	overflow:hidden;
	}
img{
	min-width: 200px;

	}
.eyecatch{
	width:88%;
	background-color:#FFE8FF;
	border:solid #F9F 1px;
	padding:5%;
	margin: 50px 0;
	}
.caution{
	font-size:13px;
	}
textarea,
select,
input[type="email"],
input[type="text"],
input[type="password"]
 {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    outline: 0;
    margin: 0;
    background: #fff;
}
textarea,
select,
input[type="email"],
input[type="text"],
input[type="password"]
 {
	width: 50%;
	padding: 10px 15px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

textarea {
    height: 150px;
}
input[type="submit"]{
	width:150px;
	height:50px;
	color:#FFFFFF;
	background-color:#666;
	font-size: 16px;

}
.label_box{
	width:25%;
	text-align:right;
	float:left;
	line-height:40px;
	}
.input_box{
	padding:0 0 0 4%;
	width:65%;
	text-align:left;
	float:left;
	line-height:40px;
	}
.red{
	color:#F00;
	}
@media screen and (max-width:768px) {
#form_area{
	width:95%;
	}
textarea,
select,
input[type="email"],
input[type="text"] ,
input[type="password"]
{
	width:95%;
    padding: 10px 0 10px 15px;
}

textarea {
    height: 150px;
}
input[type="submit"]{
	width:150px;
	height:50px;
	color:#FFFFFF;
	background-color:#666;
	font-size: 16px;

}
.label_box{
	width:95%;
	text-align:left;
	padding:0 0 0 5%;
	margin-bottom:0;
	}
.input_box{
	width:95%;
	text-align:left;
	margin:0;
	}


}
