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

body {
    color: #5E5E5E;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
.logwrap {
    width: 541px;
    height: 219px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    background-image: url(../views/images/login.png)
}
.logwrap_mobile {
    height: 219px;
    overflow: hidden;
    background: url(../views/common/images/logo.png) center center no-repeat;
}
table {
/*     margin-left: 280px; */
    padding-top: 60px;
}
.mobiletable {
    margin-left: center;
    padding-top: 60px;
    }
.login {
    width: 136px;
    height: 23px;
    background-image: url(../views/images/go.png);
    margin-left: center;
    margin-top: 20px;
    text-indent: -99999px;
    border: none;
}
.login:hover {
    background-image: url(../views/images/go_on.png);

}
.haikei{
    position: relative;
    width: 100%;
    overflow: hidden;
    top:0px;
    background: url(/syanai_page/mobile/images/ao.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
