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

input, select {
vertical-align:middle!important;
}
button {
cursor:pointer;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="password"],input[type="url"],select {
border:1px solid #ccc;
font-size:1.4rem!important;
padding:0 10px;
color: #333;
background: #fff;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
input[type="time"],input[type="date"] {
font-size:1.6rem!important;
padding:10px;
}
textarea {
border:1px solid #ccc;
font-size:1.4rem!important;
padding:10px;
color: #333;
background: #fff;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.input_text01 {
width:450px;
}
.input_text02 {
width:300px;
}
.input_text03 {
width:120px;
}
.input_100 {
width:100%;
}
/*  request */
.form_request textarea {
width:100%;
height:150px;
}
.form_request input[type="submit"] {
border:1px solid #4f94f6;
font-size:1.4rem!important;
padding:0 10px;
background:#4f94f6;
color: #fff;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.cover {
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
background:#fff;
filter:alpha(opacity=60);
-moz-opacity:0.60;
opacity:0.60;
z-index:100;
}
#cover02{
margin-top:-10px!important;
-webkit-transition:0.2s ease-in-out;
-moz-transition:0.2s ease-in-out;
-ms-transition:0.2s ease-in-out;
-o-transition:0.2s ease-in-out;
transition:0.2s ease-in-out;
}