@charset "utf-8";

.ol {
    position: relative;
    margin: 0 0 10px;
    padding: 20px 0;
    text-align: center;
}

.ol h2 {
    width: 0;
    height: 0;
    overflow: hidden
}

#ol_before {
    padding: 20px 30px 30px;
    background: #e3e5e8;
    border-radius: 20px;
}

#ol_before input[type=text],
#ol_before input[type=password] {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #434242;
    background: none;
    height: 40px;
    ;
    margin: 0 0 10px;
    color: #fff
}

#ol_submit {
    width: 100%;
    height: auto;
    border-radius: 23px;
    font-weight: bold;
    font-size: 1.083em;
    background:#f189a6;
}

#ol_svc {
    text-align: left;
    color: #dadada;
    font-size: 0.92em;
    margin: 5px 0 20px
}

.ol_before_btn {
    margin: 15px 0;
    color: #aaa;
    line-height: 1em
}

.ol_before_btn a {
    color: #333;
    display: inline-block;
    width: 50%;
    float: left
}

.ol_before_btn a:hover {
    color: #fff;
}

#ol_password_lost {
    border-left: 1px solid #f8f8f8;
}

#ol_after_hd strong {
    display: block;
    color: #fff;
}

#ol_after_hd .btn_admin {
    display: block;
    padding: 0 !important;
    text-align: center
}

#ol_after_hd .profile_img {
    display: inline-block;
    position: relative;
    margin: 0 0 10px
}

#ol_after_hd .profile_img img {
    border-radius: 50%;
}

#ol_after_info {
    position: absolute;
    bottom: -5px;
    right: -5px;
    background: url(./img/icon_edit.png) no-repeat 50% 50% #292929;
    background-size: 15px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 50%
}

#ol_after_private {
    margin: 0;
    padding: 0;
    list-style: none
}

#ol_after_private:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#ol_after_private li {
    float: none;
    width: 100%;
    padding: 0 20px;
}

#ol_after_private li.list_item {
    background:#79b648;
    color: #eee;
    margin-top: 2px;
}

#ol_after_private li.list_item:hover{background:#222;}

#ol_after_private li.list_item a {
    text-align: center;
}

#ol_after_memo {
    background: url(./img/icon_memo.png) no-repeat 20px 8px;
    background-size: 19px
}

#ol_after_pt {
    background: url(./img/icon_point.png) no-repeat 20px 8px;
    background-size: 16px;
    margin-top: 2px;
}

#ol_after_scrap {
    background: url(./img/icon_scrap.png) no-repeat 20px 8px;
    background-size: 18px;
    margin-top: 2px;
}

#ol_after_private a {
    color: #fff;
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: right;
}

#ol_after_private a strong {
    float: right;
}

#ol_after_btn {
    margin: 15px 0
}

#ol_after_btn a {
    display: inline-block;
    padding: 0 10px;
    line-height: 25px;
    border-radius: 15px;
    font-weight: bold
}

a.btn_admin {
    background: #fff;
}

#ol_after_logout {
    background: #fff;
    color: #555
}
