html{
background-color:#fafafa;
}
body{
margin:0;
padding:0;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
#login{
position:relative;
display:block;
margin:100px auto 0 auto;
width:696px;
height:260px;
-moz-background-size:contain;
-webkit-background-size:contain;
-o-background-size:contain;
-ms-background-size:contain;	
}
.loginHeader{
position:relative;
display:block;
height:100px;
line-height:68px;
width:596px;
color:#EEEEEE;
font-size:24px;
letter-spacing: 0.15em;
font-weight:bold;
text-align:center;
background-color:#F0F0F0;
-webkit-border-top-left-radius: 20px;  
-webkit-border-top-right-radius: 20px;  
-moz-border-radius-topleft: 20px;  
-moz-border-radius-topright: 20px;  
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
.system_logo{
position:relative;
display:block;
height:60px;
width:248px;
margin-left:auto;
margin-right:auto;
background-image:url('/include/images/m-access.png');
background-repeat: no-repeat;
background-position: 46px 6px;
background-size: auto;
}
.system_name{
position:relative;
display:block;
height:16px;
line-height:16px;
padding-top:16px;
color:#505050;
}
.loginLine{
position:relative;
display:block;
height:8px;
line-height:20px;
width:596px;
/*background-color:#D50616;*/
background:url("/include/images/WOODPINSTRIPE_TOP002.png");
}
.loginBody{
position:relative;
display:block;
height:262px;
width:596px;
background-color:#505050;
-webkit-border-bottom-left-radius: 20px;  
-webkit-border-bottom-right-radius: 20px;  
-moz-border-radius-bottomleft: 20px;  
-moz-border-radius-bottomright: 20px;  
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}
form{
position:relative;
padding-top:5px;
}
form div{
position:relative;
margin:6px 0;
}
a, label{
position:relative;
top:.4em;
padding-left:70px;
padding-right:1.5em;
width:100px;
float: left;
text-align:right;
color:#CCCCCC;
font-size:90%;
}
input[type="text"],
input[type="password"]{
font-size:15px;
padding:2.5px;
width:270px;
}
input[type="submit"],
input[type="button"]{
width:220px;
height:49px;
border:0;
margin:0;
padding:0;
cursor:pointer;
}
.fillin{
 color:#CCCCCC;
 width:100%;
 text-align:center;
}
.fillin span{
 margin-left:4px;
}
.enter_normal{
background:url("/include/images/LOGIN_BUTTON_NORMAL.png");
}
.enter_mouseover{
background:url("/include/images/LOGIN_BUTTON_MOUSEOVER.png");
}
.enter_mousedown{
background:url("/include/images/LOGIN_BUTTON_ON_CLICK.png");
}

.msg-show{
display:block;
color:red;
}
.msg-hide{
display:none;
}
#message{
margin:2px 0 2px 0;
padding:0px 0;
text-align:center;
height:38px;
line-height:18px;
font-size : 14px;
}
.reset_link{
align:left;
width:500px;
height:26px;
}

/**
 * Password reset
 */

.contentsHeader h1 + p {
    padding-left: 20px;
    font-size: .78em;
    opacity: .78;
    
}
/*
#inner_contents {
    width: 50%;
    margin: 0 auto;
    padding: 2em 2.5em;
    background-color: rgba(255, 255, 255, 0.74);
    box-shadow: 0 0 1px 1px rgba(24, 24, 24, 0.12);
}
*/
#inner_contents form > p {
    display: block;
    margin: .5em 0;
    font-size: 16px;
}

#inner_contents form p > em {
    display: block;
    font-size: .88em;
    font-style: normal;
    font-weight: bold;
    opacity: .8;
    color: #A36A59;
}

#inner_contents form label {
    display: block;
    color: #666;
    width: 130px;
    top: 6px;
    padding-left: 40px;
    padding-right: 20px;
    white-space: nowrap;
}

#inner_contents form > p:last-child {
    margin-top: 1.5em;
    padding-left: 190px;
}


#message.password_reset {
    display: inline-block;
    padding-left: 190px;
    width: auto;
    height: auto;
    margin: 1.5em 0;
    text-align: left;
}
