@charset "euc-jp";

/* ----------------------------------------------------------
    コンテンツ
------------------------------------------------------------- */
.wrapper {
    max-width: 600px;
    width: 600px;
    margin: 0 auto 10px;
}
@media only screen and (min-width: 0) and (max-width: 600px) {
    .wrapper {
        width: auto;
        padding: 0 10px;
    }
}

.contents {
    margin: 0 0 50px;
}
.contents > :last-child {
    margin-bottom: 0;
}

/* ヘッダー
------------------------------------------------------------- */
.header {
    margin: 0 0 28px;
    padding: 103px 0 0;
    background: #fff url(../../images/reissue/xvpsfx/img_logo_serverpanel.png) 50% 32px no-repeat;
}

.ttl {
    padding: 9px;
    background: #1b5fa6;
    background: -moz-linear-gradient(top, #3371ab 50%, #1b5fa6 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(50%, #3371ab), color-stop(100%, #1b5fa6));/* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, #3371ab 50%, #1b5fa6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3371ab 50%, #1b5fa6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3371ab 50%, #1b5fa6 100%); /* IE 10+ */
    background: linear-gradient(to bottom, #3371ab 50%, #1b5fa6 100%);/* W3C */
    text-align: center;
    color: #fff;
}

@media only screen and (min-width: 0) and (max-width: 600px) {
    .header {
        -webkit-background-size: 300px;
        background-size: 300px;
    }
}

/* 冒頭文
------------------------------------------------------------- */
.intro {
    margin-bottom: 30px;
}
.into > :last-child {
    margin-bottom: 0;
}

/* リスト
------------------------------------------------------------- */
.ol {
    margin: 0 0 1em 2.5em;
    list-style: decimal outside;
}
.ol > li {
    padding: 0 0 0 5px;
}

.ul {
    margin: 0 0 1em 1.5em;
    list-style: disc outside;
}

/* フォーム部分
------------------------------------------------------------- */
.form {
    margin-bottom: 50px;
}

.table {
    width: 100%;
    margin: 0 0 10px;
    background: #fff;
}
.table th,
.table td {
    padding: 10px;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.table th {
    width: 35%;
}
.table th > :last-child,
.table td > :last-child { margin-bottom: 0; }

.table tbody th {
    background: #e9f1f9;
    font-weight: bold;
}

@media only screen and (min-width: 0) and (max-width: 600px) {
    .table {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    .table th,
    .table td {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
        text-align: center;
    }
    .table th {
        width: auto;
        padding: 10px;
        background-position: 0 100%;
    }
    .table th,
    .table td {
        border-bottom: none;
    }
}

.input {}
.input--id,
.input--sid {
    width: 150px;
}

/* パスワード可視化 */
.form_visualization input::-ms-reveal,
.form_visualization input::-ms-clear {
    visibility:hidden;
}
.form_visualization input[type="text"],
.form_visualization input[type="password"] {
    box-sizing: border-box;
    width: 80%;
    padding: 5px;
    font-size: 14px;
}
.form_visualization .ico_eye_field {
    display: inline-block;
    position: relative;
}
.form_visualization .ico_eye {
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    top: -12px;
    left: -35px;
    background-position: middle center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.form_visualization .ico_eye_open {
    background-image: url(../../images/reissue/ico_eye_open.png);
}
.form_visualization .ico_eye_close {
    background-image: url(../../images/reissue/ico_eye_close.png);
}
.form_hide {display: none !important}

.submitBtn {
    padding: 5px 10px;
}

.ex {
    display: inline-block;
    padding: 0 10px;
}

@media only screen and (min-width: 0) and (max-width: 600px) {
    .input--id,
    .input--mail,
    .input--tel {
        width: 230px;
    }
}

/* 下部の案内
------------------------------------------------------------- */
.info {
    margin: 0 0 10px;
    padding: 15px 15px 20px 45px;
    background: #f4f9ff url(../../images/reissue/xvps/ico_info.png) 8px 8px no-repeat;
    border: 1px solid #ccc;
}
.info > :last-child {
    margin-bottom: 0;
}

.info__ttl {
    margin-bottom: 10px;
    color: #1b5fa6;
}

/* フッター
------------------------------------------------------------- */
.footer {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
}

.footer small {
    font-size: 13px;
}