@charset "utf-8";




@charset "utf-8";
.ol {
    position: relative;
    padding: 10px;
    background: #1b1c19;
    border: solid 1px #707070;
    margin: 0 0 10px
}

#ol_before {}

#ol_before:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#ol_before .ol_wr {
    position: relative
}

.ol_wr {
    position: relative
}

.ol_wr label {
    display: block;
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    text-align: center
}

.ol_wr label i {
    color: #ccc;
    font-size: 24px;
    line-height: 40px
}

.ol_wr label#ol_idlabel {
    top: 0
}

.ol_wr label#ol_pwlabel {
    top: 45px
}

#ol_id,
#ol_pw {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0 0 5px;
    text-indent: 40px;
    line-height: 40px;
    color: #fff;
    background: #323232;
    border: solid 1px #707070
}

#ol_submit {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0 0 5px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    background: #6b8f00;
    border: none;
	padding:0;
}

.ol_auto_wr {}

.ol_auto_wr:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#ol_svc {
    float: right;
    line-height: 30px
}

#ol_svc a {
    display: inline-block
}

#ol_svc .bullet {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 0 2px;
    background: #ccc;
    border-radius: 50%;
    vertical-align: middle
}

#ol_auto {
    float: left;
    line-height: 20px;
    margin-top: 5px
}

#sns_outlogin {
    margin: 10px 0 0
}

#sns_outlogin h3 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#ol_after {}

#ol_after:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#ol_after h2 {
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#ol_after_hd {
    position: relative;
    padding: 0 0 0 70px
}

#ol_after_hd .profile_img {
    display: block;
    position: absolute;
    top: 0;
    left: 10px
}

#ol_after_hd .profile_img img {
    width: 48px;
    height: 48px;
    border-radius: 50%
}

#ol_after_hd .profile_img a.btn_edit {
    display: block;
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 24px;
    height: 24px;
    padding: 0;
    text-align: center;
    background: #999;
    border-radius: 50%
}

#ol_after_hd .profile_img a.btn_edit i {
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

#ol_after_hd strong {
    font-weight: 500
}

#ol_after_info {
    display: inline-block;
    margin: 0 0 0 6px;
    padding: 0 0 0 7px;
    color: #999;
    font-size: 12px;
    background: url(/img/var.gif) no-repeat left 50%
}

#ol_after_info:hover {
    color: #c0ff00;
    background: #f6f6f6
}

#ol_after_email {
    color: #999;
    font-size: 12px
}

#ol_after_hd a.win_point {
    display: block;
    margin: 4px 0 0
}

#ol_after_hd a.win_point strong {
    color: #c0ff00;
    font-weight: 600
}

#ol_after_hd .btn_admin {
    color: #999
}

#ol_after_hd .btn_admin i {
    font-size: 16px;
    vertical-align: middle
}

#ol_after_logout {
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    padding: 0 5px;
    color: #999;
    font-size: 12px;
    line-height: 25px;
    background: #323232;
    border: 1px solid #707070
}

#ol_after_private {
    margin: 12px 0 0;
    border-top: solid 1px #707070;
    border-left: solid 1px #707070
}

#ol_after_private:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#ol_after_private li {
    display: block;
    float: left;
    width: 33.33%;
    text-align: center;
    border-right: solid 1px #707070;
    border-bottom: solid 1px #707070
}

#ol_after_private li:last-child {
    background: 0 0
}

#ol_after_private a {
    display: block;
    padding: 8px 0;
    color: #999;
    font-size: 12px
}

#ol_after_private a:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#ol_after_private a strong {
    display: inline-block;
    margin: 0 0 0 3px;
    color: #c0ff00;
    font-weight: 700
}

#ol_after_private a i {
    color: #999;
    font-size: 16px
}

@media screen and (max-width:1240px) {
    .ol {
        position: relative;
        margin: 0 10px 10px;
        display: none
    }
}


.selec_chk {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    outline: 0;
    z-index: -1;
}


.chk_box input[type=checkbox]+label {
    position: relative;
    padding-left: 28px;
    vertical-align: baseline;
    cursor: pointer;
}


.chk_box input[type=checkbox]+label span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: url(/img/chk_off.png) no-repeat 50% 50%;
}

.chk_box input[type=checkbox]:checked+label span {
    background: url(/img/chk.png) no-repeat 50% 50% #5bc0de;
}

.member {
	color:#bbb;
	font-size:14px;
}

._adm {
	display: block;
    position: absolute;
    right: 65px;
    top: 4px;
    padding: 0 5px;
    color: #999;
    font-size: 12px;
    line-height: 25px;
    background: #323232;
    border: 1px solid #707070;
}