@charset "utf-8";
/* CSS Document */
.login-box{
    width: 522px;
    margin: 70px auto 30px;
    padding: 70px 0 42px;
    color: #FFF;
    text-align: center;
    -webkit-border-radius: 10px;
            border-radius: 10px;
background: rgba(151,202,92,1);
background: -moz-linear-gradient(top, rgba(151,202,92,1) 0%, rgba(133,196,82,1) 50%, rgba(151,202,92,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(151,202,92,1)), color-stop(50%, rgba(133,196,82,1)), color-stop(100%, rgba(151,202,92,1)));
background: -webkit-linear-gradient(top, rgba(151,202,92,1) 0%, rgba(133,196,82,1) 50%, rgba(151,202,92,1) 100%);
background: -o-linear-gradient(top, rgba(151,202,92,1) 0%, rgba(133,196,82,1) 50%, rgba(151,202,92,1) 100%);
background: -ms-linear-gradient(top, rgba(151,202,92,1) 0%, rgba(133,196,82,1) 50%, rgba(151,202,92,1) 100%);
background: linear-gradient(to bottom, rgba(151,202,92,1) 0%, rgba(133,196,82,1) 50%, rgba(151,202,92,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97ca5c', endColorstr='#97ca5c', GradientType=0 );
}
.login-box input[type="text"],
.login-box input[type="password"]{
background: rgba(208, 237, 139, 1);
    color: #498711;
    /*text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);*/
    display: block;
    width: 269px;
    padding: 8px;
    margin-bottom: 10px;
    margin: 14px auto;
}
.login-box input[type="text"]:focus,
.login-box input[type="password"]:focus{
background: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
/* placeholder text color */
::-webkit-input-placeholder {
  color: rgba(73, 135, 7, 1);
}
:-moz-placeholder {
  color: rgba(73, 135, 7, 1);
}
::-moz-placeholder {
  color: rgba(73, 135, 7, 1);
}
:-ms-input-placeholder {
  color: rgba(73, 135, 7, 1);
}
.login-box input[type="submit"]{
    background: #FFF;
    border: none;
    color: #498711;
    width: 285px;
    height: 36px;
}
.login-box input[type="submit"]:hover{
    background: #feff94;
}
.request-regist-box{
    margin: 46px 0 0 0;
    line-height: 1.8;
    font-size: 96%;
}
.btn-link a{
    border: 2px solid #fff;
    border-right: 4px solid #FFF;
    border-bottom: 4px solid #FFF;
    width: 260px;
    margin: 0 auto;
    font-size: 104%;
    color: #FFF;
    text-decoration: none;
    padding: 4px 20px;

}
.btn-link a:hover{
    background: #6ab924;
}
#howto-entry,
#requirements{
    margin: 60px 0 28px;
    border: 2px solid #94C95B;
    border-radius: 8px;
    padding: 26px 20px;
    line-height: 1.6;
    font-size: 96%;
}
#howto-entry ul{
    margin-left: 20px;
    list-style: none;
}
.helpbox h2 {
    color: #8ac655;
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 20px;
    padding-left: 28px;
    position: relative;
}
span.steps{
    color: #94C95B;
    font-weight: bold;
}
.helpbox h3{
    color: #8ac655;
    font-weight: bold;
    font-size: 100%;
    margin-top: 20px;
}
.ico-notice{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    height: 12px;
    width: 12px;
    display: block;
    border: 5px solid #96ca5c;
    top: 2px;
    left: 0;
    position: absolute;
}
.btn-link.goform{
    width: 340px;
    margin: 20px auto;
}
.btn-link.goform a {
    border: 2px solid #6aa734;
/*    border-bottom: 4px solid #8ac655;
    border-right: 4px solid #8ac655;*/
    -webkit-border-radius: 20px;
            border-radius: 20px;
    font-size: 112%;
    color: #FFF;
    text-decoration: none;
    padding: 6px 20px;
background: rgba(152,232,76,1);
background: -moz-linear-gradient(top, rgba(152,232,76,1) 0%, rgba(122,186,61,1) 41%, rgba(106,167,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(152,232,76,1)), color-stop(41%, rgba(122,186,61,1)), color-stop(100%, rgba(106,167,52,1)));
background: -webkit-linear-gradient(top, rgba(152,232,76,1) 0%, rgba(122,186,61,1) 41%, rgba(106,167,52,1) 100%);
background: -o-linear-gradient(top, rgba(152,232,76,1) 0%, rgba(122,186,61,1) 41%, rgba(106,167,52,1) 100%);
background: -ms-linear-gradient(top, rgba(152,232,76,1) 0%, rgba(122,186,61,1) 41%, rgba(106,167,52,1) 100%);
background: linear-gradient(to bottom, rgba(152,232,76,1) 0%, rgba(122,186,61,1) 41%, rgba(106,167,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98e84c', endColorstr='#6aa734', GradientType=0 );
    display: block;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
.btn-link.goform a:hover{
    background: #94c95b;
}
.information{
    background: #fce1e9;
    font-size: 90%;
    padding: 10px;
    border: 2px solid #de354d;
    margin: 10px 80px;
}
/* 利用方法等のステップ */
.steps{
    padding: 10px 10px 10px 110px;
    border: 2px solid #81dde8;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    margin: 0 20px 20px 0;
    font-size: 90%;
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
/* 利用手順 */
.steps.step-1{
    background-image: url(../img/step1.png);
}
.steps.step-2{
    background-image: url(../img/step2.png);
}
.steps.step-3{
    background-image: url(../img/step3.png);
}
.message.error {
    background: #fff;
    width: 200px;
    margin: 0 auto 20px;
    padding: 8px;
    color: #cc0000;
    border: #cc0000 2px solid;
    font-size: 90%;
    opacity: 0.9;
}
.mail-notice{
    background: #fff5f5;
    padding: 10px 12px;
    border: 2px solid #ff1e1e;
    color: #000;
}
.mail-notice-ttl{
    color: #db0404;
    font-weight: bold;
    display: block;
    font-size: 110%;
}
.mail-notice-outline{
    background: #db0404;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px;
    margin: 0 0 10px;
    display: block;
    text-align: center;
}
.mail-notice input{
    background: #FFF;
    color: #000;
    border: 1px solid #666;
    padding: 1px 2px;
    font-size: 120%;
}
.mail-notice a{
    font-size: 120%;
}