@charset "utf-8";

#user_info {/* stylelint-disable-line */
    /* 枠 */
    background: #494f4f url('../../img/special/user/bg.png') repeat-x top;
    border: solid 2px #292f2f;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    line-height: 1.25;/* デフォルト値の定義 */
    margin: 0 auto 16px;
    padding: 6px;
}

#user_info a {/* stylelint-disable-line */
    color: #fff !important;/* stylelint-disable-line */
}

#user_info div, #user_info p, #user_info td {/* stylelint-disable-line */
    padding: 4px;
}

/* ↓残ポイント↓ */
#user_info #user_leftpoint {/* stylelint-disable-line */
    color: #fff;
    line-height: 1;
    text-align: right;
}

#user_info #user_leftpoint strong {/* stylelint-disable-line */
    font-size: 16px;
}

/* ↑残ポイント↑ */

#user_info p.mid {/* stylelint-disable-line */
    line-height: 1;
    text-shadow: 0 1px 2px #000;
}/* 見出 */

/* ↓仕切線↓ */

#user_info .split_line p {/* stylelint-disable-line */
    border-bottom: solid 1px #898f8f;
    border-top: solid 1px #292f2f;
    height: 0;
    padding: 0;
}

/* ↑仕切線↑ */

#user_info #user_ppv_history img, #user_info #osusume_item img {/* stylelint-disable-line */
    background: #000;
    border: solid 1px #fff;
    box-shadow: 0 1px 2px #090f0f;
    padding: 1px;
}

#user_info #user_ppv_history td {/* stylelint-disable-line */
    line-height: 1.25;
}

#user_info #user_ppv_history img {/* stylelint-disable-line */
    height: 45px;
    width: 60px;
}

#user_info #osusume_title, #user_info #osusume_item {/* stylelint-disable-line */
    text-align: center;
}

#user_info #osusume_item img {/* stylelint-disable-line */
    max-height: 140px;
    max-width: 100px;
}

/* ↓装飾ボタン類↓ */
#buy_point, #go_register, #go_login {/* stylelint-disable-line */
    box-shadow: 0 1px 2px #393f3f;
    display: block;
    font-weight: bold;
    line-height: 1;
    text-decoration: none !important;/* stylelint-disable-line */
    text-shadow: 0 1px 1px #000;
    white-space: nowrap;
}

#buy_point {/* stylelint-disable-line */
    /* ポイント購入 */
    background: #f60 url('../../img/special/user/buy_point_bg.png') repeat-x top;
    border: solid 1px;
    border-color: #fd0 #c40 #620;
    height: 12px;
    padding: 3px;
}

#go_register, #go_login {/* stylelint-disable-line */
    /* 新規登録／ログイン */
    border: solid 2px;
    border-radius: 4px;
    padding: 8px;
    text-align: center;
}

#go_register {/* stylelint-disable-line */
    /* 新規登録 */
    background: #f90 url('../../img/special/user/go_register_bg.png') repeat-x top;
    border-color: #ffc #c60 #600;
    font-size: 16px;
    height: 16px;
}

#go_login {/* stylelint-disable-line */
    /* ログイン */
    background: #09c url('../../img/special/user/go_login_bg.png') repeat-x top;
    border-color: #0ff #066 #044;
    height: 12px;
}

/* ↑装飾ボタン類↑ */
