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


/*PC*/
@media print, screen and (min-width: 768px) {

.login_wrap {
	width:600px;
	margin:60px auto 60px;
}

.login_logo {
	width:300px;
	margin:0 auto 40px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #707070;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	margin:0 0 20px;
}


input[type="submit"] {
background:  #fb0031;
border:  #fb0031 1px solid;
color: #FFF;
font-size: 1.2em;
padding: 15px 50px;
cursor: pointer;
transition: 0.5s;
}

input[type="submit"]:hover {
background: #fff;
border: #fb0031 1px solid;
color: #fb0031;
}

.submit:hover {
background: #fff;
border: #165aa2 1px solid;
color: #165aa2;
}

input[type="text"],
textarea,
select {
padding: 8px;
border: 1px solid #dddddd;
}

.w240 { width: 240px;}
.w350 { width: 350px;}
.w540 { width: 540px;}
.w100p { width: 100%; box-sizing: border-box;}

}


/*sp*/
@media only screen and (max-width: 767px) {

.login_wrap {
	width:90%;
	margin:20px auto 20px;
}


.login_logo {
	width:260px;
	margin:0 auto 20px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-control {
    display: block;
    width: 90%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #707070;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	margin:0 0 20px;
}


input[type="submit"] {
background:  #fb0031;
border:  #fb0031 1px solid;
color: #FFF;
font-size: 1.2em;
padding: 15px 50px;
cursor: pointer;
transition: 0.5s;
}

input[type="submit"]:hover {
background: #fff;
border: #fb0031 1px solid;
color:  #fb0031;
}

.submit:hover {
background: #fff;
border: #165aa2 1px solid;
color: #165aa2;
}

input[type="text"],
textarea,
select {
padding: 8px;
border: 1px solid #dddddd;
}

.w240 { width: 90%;}
.w350 { width: 90%;}
.w540 { width: 90%;}
.w100p { width: 100%; box-sizing: border-box;}

}


