/*-------------------------------------------------*/
/*管理画面のログイン
/*-------------------------------------------------*/
body, html{background:#EFF2F3; font-size:14px; font-family:Arial,Helvetica,sans-serif; color:#5D5D5D}
.input_style{ime-mode:disabled}
.input{font-family:Arial,Helvetica,sans-serif; font-size:16px; padding:4px; width:230px}
#liquid-round{width:400px; margin:0px auto; background:#fff url(../images/leftside.gif) repeat-y left top}
.top{width:100%; height:20px; background:url(../images/top.gif) no-repeat left top}
.top span{display:block; position:relative; height:20px; background:url(../images/top-right.gif) no-repeat right top}
.center-content{position:relative; background:url(../images/rightside.gif) repeat-y right top; padding:1px 20px 1px 25px; margin:-1px 0 -50px 0}
.bottom{width:100%; height:60px; background:url(../images/bottom.gif) no-repeat left bottom}
.bottom span{display:block; position:relative; height:60px; background:url(../images/bottom-right.gif) no-repeat right top}
.action input, .submit input:focus, .button, .button:focus{background:url(../images/fade-butt.png ); border:3px double #999; border-left-color:#ccc; border-top-color:#ccc; color:#333; padding:0.25em}
a{color:#009FEC; text-decoration:underline}
.action input:active, .button:active{background:#f4f4f4; border:3px double #ccc; border-left-color:#999; border-top-color:#999}
address{font-size:12px; font-style:normal; text-align:center; font-family:Arial,Helvetica,sans-serif}
h2{font-size:14px; padding-bottom:5px; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#B2B2B2}
.errors{color:#F00; margin:0px}
.msg_error{color:#F00; padding-left:25px; margin:0px}
button.look-like-link {
    background: none;
    color: #009FEC;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    padding: 0; 
    float: right;
}
button.look-like-link:hover {
    color: #337ab7;
    text-decoration: none;
}
.display-none-elements{display: none;}
#secret_link-label{display: none;}
#resend_code-element{margin-left: auto;}
