/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2015/06/22, 0:09:09
    Author     : jun
*/


body {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    background: #000;
}

.page-container{
    width: 100%;
    min-height: 450px;
}

.page-bg {
    position:absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow:hidden;
}
.page-bg .mask_bg {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    filter:alpha(opacity=30);
}
.page-bg img {
//    width: 100%;
    height: 100%;
}

.page-card {
    position: absolute;
    left: 50%;
    width: 800px;
    margin: 100px 0 0 -400px;
    color: #fff;
}

.page-footer {
    position: absolute;
    left: 50%;
    width: 800px;
    margin: 100px 0 0 -400px;
    bottom: 30px;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
}
.page-footer ul {
//    text-align: left;
}
.page-footer li {
    display: inline;
    margin: 0 1em 0 0;
}
.page-footer a,
.page-footer a:visited,
.page-footer a:active {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .page-card {
        top: 0;
        left: 0;
        padding: 10px;
        margin: 0;
        width: auto;
    }
    .page-footer {
        bottom: 0px;
        left: 0;
        padding: 10px;
        margin: 0;
        width: 100%;
    }
    .page-footer ul {
        padding: 0;
    }
}

.page-card h1 {
    margin: 0px;
}

.page-welcome {
//    float: left;
//    width: 400px;
}
.page-welcome .welcome-text p {
    font-size: 1.2em;
}
.page-signin,
.page-signup {
//    float: right;
//    width: 270px;
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    box-shadow: none;
    padding: 4px;
    margin-bottom: 11px;
    background: #fff;
}

.page-container .field {
    font-size: 1em;
    padding: 5px;
}

.page-container .field input {
    padding: 4px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ccd6dd;
    box-shadow: inset 0 1px 0 #eee,#fff 0 1px 0;
    color: #000;
}
.page-container .field input[type="checkbox"] {
    width: auto;
    height: 13px;
}

.page-container .field input[name="password"] {
//    width: 173px;
    margin-right: 5px;
    vertical-align: baseline;
}
html[lang="ja"] .page-container .field input[name="password"] {
//    width: 159px;
}

.page-container .field button {
    padding: 2px 16px;
    font-weight: bold;
    border: 1px solid #3b88c3;
    border-radius: 4px;
    background: #5ae;
    color: #fff;
    float: right;
}
.page-container .field button.regist {
    background: #ffac33;
    border: 1px solid #f1a02a;
    color: #333;
}

.page-container .field span {
   color: #666;
   padding: 1px;
}

.page-container .field .note {
    font-size: 0.5em;
}

.field .small_link{
    color: #666;
    padding: 1px;
    text-decoration: none;
    font-size: 0.5em;
}
.field .small_link:hover {
    text-decoration: underline;
}

.page-error {
    position: absolute;
    left: 50%;
    width: 800px;
    margin: 5px 0 0 -400px;
    top: 0px;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    padding: 4px;
    background: #ff84b5;
    border-radius: 3px;
    border: 1px solid #ff639f;
}
.page-error ul {
    margin: 3px 0;
}
.page-error li {
    display: block;
}
.page-info {
    position: absolute;
    left: 50%;
    width: 800px;
    margin: 5px 0 0 -400px;
    top: 0px;
    color: #333;
    font-size: 0.8em;
    text-align: center;
    padding: 4px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #666;
}
