@charset "utf-8";
/* CSS Document */

#usage_area {
	box-sizing:border-box;
	width:100%;
	padding:5px 8px;
	vertical-align:middle;
	border:1px solid #b0bec5;
	height:250px;
}
.mailtitle {
	padding: 20px 0 5px 0;
	color: #000;
	font-weight:bold;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
    width: 50%;
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px){
	#default-behavior input[type="text"]{width: 100%;}	
}