@charset "utf-8";

/* =======================================

	leftmenu
	
========================================== */

#left {
    float: left;
    width: 185px;
    margin: 5px 5px 0 0;
    padding-bottom: 5px;
}

#sub_right {
    float: right;
    width: 195px;
    margin: 5px 0 10px 5px;
    padding: 0 0 4px 0;
}


/* login box ================================================================================ */

#login_menu {
    width: 175px;
    padding: 5px;
    overflow: hidden;
    background: #fdd859;
    margin-bottom: 5px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#login_box {
    overflow: hidden;
    border: 1px ccc #9a9a9a;
    padding-left: 4px;
    height: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#login_box dl {
    margin-top: 4px;
}

#login_box dt {
    float: left;
    width: 70px;
    text-align: right;
    margin-bottom: 0;
}

#login_box dd {
    float: left;
    width: 66px;
    text-align: left;
    margin-bottom: 4px;
}

#login_box img {
    vertical-align: bottom;
    margin-top: 7px;
    margin-left: -2px;
}

#login_box .text {
    font-size: 10px;
    margin: 0.1em 0;
    margin-left: 2px;
    color: #757676;
}

#login_box .text a {
    color: #757676;
    text-decoration: none;
}

#login_box .text a:hover {
    color: #000;
    text-decoration: underline;
}

.remain {
    font-size: 10px;
    margin: 1px 0 0 2px;
    color: #757676;
}

.remain a {
    margin: 0 0 0 2px;
    color: #757676;
}

.remain a:hover {
    margin: 0 0 0 2px;
    color: #000;
}


/* login */

#btn_login {}

#btn_login {
    overflow: hidden;
    width: 100%;
    margin-left: 0px;
    list-style-type: none;
}

#btn_login dl {
    margin: 3px 0px 0 0;
}

#btn_login dt {
    float: left;
    width: 83px;
    text-align: right;
}

#btn_login dd {
    float: left;
    width: 83px;
    text-align: left;
}

#regist a {
    display: block;
    text-indent: -1000em;
    width: 83px;
    height: 53px;
    margin-left: 1px;
    background: url(/images/left/btn_right_regist.gif) top no-repeat;
}

#regist a:hover {
    display: block;
    text-indent: -1000em;
    width: 83px;
    height: 53px;
    background: url(/images/left/btn_right_regist_on.gif) top no-repeat;
}

.remain input {
    vertical-align: bottom;
}


/* fb login ================================================================================ */

#index_fb_login {
    margin-top: 5px;
    text-align: center;
    padding-bottom: 3px;
    margin-left: -3px;
}

#index_fb_login a {
    text-indent: -1000em;
    display: block;
    margin: 0px auto;
    width: 167px;
    height: 38px;
    background: url(/images/left/btn_left_login_fb.png) left 0 no-repeat;
}

#index_fb_login a:hover {
    background: url(/images/left/btn_left_login_fb.png) left -38px no-repeat;
}


/* regist a ================================================================================ */

#index_regist_left {
    text-align: center;
    padding-bottom: 3px;
    margin-left: -3px;
}

#index_regist_left a {
    text-indent: -1000em;
    display: block;
    margin: 0px auto;
    width: 167px;
    height: 38px;
    background: url(/images/left/btn_regist.png) left 0 no-repeat;
}

#index_regist_left a:hover {
    background: url(/images/left/btn_regist.png) left -38px no-repeat;
}


/* regist b ================================================================================ */

#index_regist_left_b {
    text-align: center;
    padding-bottom: 3px;
    margin-left: -3px;
}

#index_regist_left_b a {
    text-indent: -1000em;
    display: block;
    margin: 0px auto;
    width: 167px;
    height: 38px;
    background: url(/images/left/btn_regist_b.png) left 0 no-repeat;
}

#index_regist_left_b a:hover {
    background: url(/images/left/btn_regist_b.png) left -38px no-repeat;
}


/* login input ================================================================================ */

#login #login-query {
    border: 2px solid #c6Bc74;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #f3f3f3;
    font-size: 12px;
    width: 87px;
    padding: 5px 3px;
    color: #666;
}

*+html #login #login-query {
    width: 83px;
}

#login #login-query:hover {
    color: #000;
    background: #fff;
}

#login #login-query:focus,
#login #login-query.focused {
    outline: none;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    border: 2px solid #515151;
}

.input_box {
    width: 11px;
    height: 11px;
    margin-bottom: 2px;
    margin-right: 3px;
    border: 0px;
}

.news {
    clear: both;
    margin: 0;
    height: 24px;
}


/* left menu ================================================================================ */

.btn_pay a {
    text-decoration: none;
    color: #fff !important;
}

.btn_pay img {
    vertical-align: middle;
}

.btn_pay::before,
.btn_pay::after {
    position: absolute;
    color: #fff !important;
    z-index: -1;
    display: block;
    content: '';
}

.btn_pay,
.btn_pay::before,
.btn_pay::after {
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn_pay {
    margin: 0 5px 8px 5px;
    display: inline-block;
    width: 175px;
    height: 40px;
    text-align: center;
    line-height: 42px;
    outline: none;
    font-size: 16px;
    color: #e86275 !important;
    background-color: #fff;
    text-decoration: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.5);
}

.btn_pay:hover {
    background-color: #e69aa5;
    text-decoration: none;
    color: #fff !important;
}

#avatar_menu_wrap {
    width: 185px;
    margin-bottom: 5px;
    background: #ffde00;
    padding-top: 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 100%;
    padding-bottom: 5px;
}

#avatar_box {
    width: 165px;
    margin: -4px 0 5px 5px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    padding: 5px;
    padding-bottom: 5px;
    background: #fff;
}

#avatar_flash {
    border: 1px #eee solid;
    width: 164px;
    height: 158px;
}

#no_avatar_box {
    width: 88px;
    margin: 5px 0 3px 48px;
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#no_avatar_flash {
    width: 80px;
    height: 80px;
    background: #fff;
    border: 4px #fff solid;
}

#avatar_menu_user {
    overflow: hidden;
    width: 180px;
    background: url(/images/left/bg_left_box.gif) bottom left repeat-x;
    padding: 0 0 10px 0;
    margin-bottom: 4px;
}

#avatar_menu img,
#avatar_menu_user img {
    float: left;
    width: 170px;
    height: 161px;
}

#avatar_menu ul,
#point_list ul,
#avatar_menu_user ul {
    clear: both;
}

#avatar_menu li,
#point_list li,
#avatar_menu_user li {
    float: left;
    text-align: left;
}

#avatar_menu_user li a {
    display: block;
    text-indent: -1000em;
}


/* user_name */

#user_name {
    white-space: nowrap;
    margin-top: 5px;
    clear: both;
    text-align: center;
    font-size: 12px;
    color: #212121;
}

#user_name span {
    font-size: 9px;
}


/* mainstatus  */

#tooltip {
    width: 175px;
    margin: 5px;
    padding: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 30px;
}

#tooltip li {
    position: relative;
    float: left;
    border-right: 1px #c2a644 solid;
}

#tooltip li a {
    height: 30px;
    width: 43px;
    display: block;
    text-indent: -1000em;
}

#tooltip .profile a {
    background: url(/images/left/tool.png) 0px 0px no-repeat;
}

#tooltip .profile a:hover {
    background: url(/images/left/tool.png) 0px -30px no-repeat;
}

#tooltip .blog a {
    background: url(/images/left/tool.png) -42px 0px no-repeat;
}

#tooltip .blog a:hover {
    background: url(/images/left/tool.png) -42px -30px no-repeat;
}

#tooltip .closet a {
    background: url(/images/left/tool.png) -88px 0px no-repeat;
}

#tooltip .closet a:hover {
    background: url(/images/left/tool.png) -88px -30px no-repeat;
}

#tooltip .f_profile a {
    background: url(/images/left/tool2.png) 0px 0px no-repeat;
}

#tooltip .f_profile a:hover {
    background: url(/images/left/tool2.png) 0px -30px no-repeat;
}

#tooltip .f_blog a {
    background: url(/images/left/tool2.png) -42px 0px no-repeat;
}

#tooltip .f_blog a:hover {
    background: url(/images/left/tool2.png) -42px -30px no-repeat;
}

#tooltip .f_mail a {
    background: url(/images/left/tool2.png) -88px 0px no-repeat;
}

#tooltip .f_mail a:hover {
    background: url(/images/left/tool2.png) -88px -30px no-repeat;
}

.f_tool li {
    border-right: 1px #6a96b0 solid !important;
}

.f_tool .f_add {
    border: none !important;
}

.f_tool .f_add a {
    background: url(/images/left/tool2.png) -132px 0px no-repeat;
}

.f_add a:hover {
    background: url(/images/left/tool2.png) -132px -30px no-repeat;
}

#tooltip .mail span {
    line-height: 1.5;
    position: absolute;
    right: 3px;
    top: 3px;
    background: #000;
    text-align: center;
    font-size: 10px;
    color: #fff;
    display: block;
    height: 14px;
    width: 14px;
    font-weight: bolder;
    background: url(/images/left/tool_mail.png) 0px 0px no-repeat;
}

#tooltip .mail {
    border: none;
}

#tooltip .mail a {
    width: 43px;
    background: url(/images/left/tool.png) -132px 0px no-repeat;
}

#tooltip .mail a:hover {
    background: url(/images/left/tool.png) -132px -30px no-repeat;
}

#tooltip li>div {
    width: 6em;
    text-align: center;
    white-space: nowrap;
    min-height: 20px;
    position: absolute;
    top: -40px;
    margin-left: -18px;
    padding: 5px 5px 2px 5px;
    visibility: hidden;
    opacity: 0;
    background: #393939;
    color: #fff;
    font-size: 1em;
    /* Setting the border-radius property for all Browsers */
    -webkit-border-radius: 5px;
    /* Safari and Chrome */
    border-radius: 5px;
    /* Browsers that Support it like Opera */
    /* Setting the box-shadow property for all Browsers */
    -webkit-box-shadow: 0 0 8px gray;
    /* Safari and Chrome */
    filter: progid: DXImageTransform.Microsoft.Shadow(color='#272229', Direction=135, Strength=3);
    /* IE */
    box-shadow: 0 0 8px gray;
    /* Browsers that Support it like Opera */
    /* Setting the transition property for all Browsers */
    -moz-transition: all 0.5s ease-in-out;
    /* Firefox */
    -webkit-transition: all 0.5s ease-in-out;
    /* Safari and Chrome */
    -o-transition: all 0.5s ease-in-out;
    /* Opera */
    transition: all 0.5s ease-in-out;
    /* Browsers that Support it */
}

#tooltip li>div:after {
    content: "▼";
    zoom: 1;
    display: block;
    font-size: 1em;
    height: 0;
    line-height: 0;
    position: absolute;
    color: #393939;
    bottom: -2px;
    left: 1px;
    text-align: center;
    width: 100%;
}

#tooltip li:hover>div {
    visibility: visible;
    opacity: 1;
    top: -40px;
    /* Setting the transition property for all Browsers */
    -moz-transition: all 0.5s ease-in-out;
    /* Firefox */
    -webkit-transition: all 0.5s ease-in-out;
    /* Safari and Chrome */
    -o-transition: all 0.5s ease-in-out;
    /* Opera */
    transition: all 0.5s ease-in-out;
    /* Browsers that Support it */
}

#user_menu {
    width: 175px;
    overflow: hidden;
    margin: 0 auto;
}

#user_menu ul {
    float: left;
}

#user_menu li {
    float: left;
}

#ava_mail {
    display: block;
    text-indent: 36px;
    font-size: 11px;
    color: #000;
    width: 88px;
    height: 35px;
    font-weight: bold;
    background: url(/images/left/btn_user.gif) -87px -35px no-repeat;
}

#ava_mail a {
    display: block;
    width: 67px;
    height: 20px;
    padding: 7px 0 3px 21px;
    color: #000;
}

#ava_mail a:hover {
    background: url(/images/left/btn_user.gif) -87px -105px no-repeat;
    color: #000;
    text-decoration: none;
}

#ava_profile a,
#ava_blog a,
#ava_closet a {
    display: block;
    text-indent: -1000em;
    width: 87px;
    height: 35px;
}

#ava_profile a {
    background: url(/images/left/btn_user.gif) 0px 0px no-repeat;
}

#ava_blog a {
    width: 88px;
    background: url(/images/left/btn_user.gif) -87px 0px no-repeat;
}

#ava_closet a {
    background: url(/images/left/btn_user.gif) 0px -35px no-repeat;
}

#ava_profile a:hover {
    background: url(/images/left/btn_user.gif) 0px -70px no-repeat;
}

#ava_blog a:hover {
    background: url(/images/left/btn_user.gif) -87px -70px no-repeat;
}

#ava_closet a:hover {
    background: url(/images/left/btn_user.gif) 0px -105px no-repeat;
}


/* parameter */

#parameter_wrap {
    width: 185px;
    list-style-type: none;
    overflow: hidden;
}

#parameter {
    overflow: hidden;
    height: 100%;
    background: url(/images/left/bg_status.png) left top no-repeat;
    background-size: 185px 172px;
    margin: 0 5px;
}

#parameter dt {
    float: left;
    width: 0;
    height: 27px;
    padding: 2px;
    text-align: right;
    border-bottom: 1px #feef8c solid;
}

#parameter dd {
    float: left;
    padding: 2px 0 2px 0;
    text-align: right;
    font-size: 10px;
    width: 167px;
    height: 27px;
    color: #a57324;
    border-bottom: 1px #feef8c solid;
}

*html #parameter dd {
    height: 27px;
    margin-top: px;
}

#parameter dd span {
    height: 27px;
    overflow: hidden;
    margin: 0 5px;
    font-size: 17px;
    letter-spacing: 0.1em;
    color: #000;
    font-family: 'Lobster', arial, serif;
}

.pt_slash {
    font-size: 17px !important;
    font-weight: normal !important;
    margin: 0 -3px 5px -3px !important;
    color: #aeaeae !important;
}

.no_border {
    height: 27px !important;
    border: none !important;
}

.p_pt {
    margin-top: 12px;
}

.p_pt_l {
    padding-top: 14px !important;
}

.parameter_left_p {
    color: #3d0119;
    font-size: 10px;
    float: left;
    vertical-align: middle;
    width: 33px;
    height: 37px;
    padding: 2px 1px 0 1px;
    color: #3d0119;
}

.p_point_header {
    border: none !important;
    float: left !important;
    width: 116px !important;
    height: 12px !important;
    text-indent: -1000em !important;
    background: url(/images/left/p_point_status_img.gif) 0px 0px no-repeat !important;
}


/* tooltip  */

.lightTip .content {
    width: 310px;
    margin-left: 290px;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    background: #49c0f0;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5YzBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyY2FmZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #49c0f0 0%, #2cafe3 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #49c0f0), color-stop(100%, #2cafe3));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #49c0f0 0%, #2cafe3 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #49c0f0 0%, #2cafe3 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #49c0f0 0%, #2cafe3 100%);
    /* IE10+ */
    background: linear-gradient(top, #49c0f0 0%, #2cafe3 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3', GradientType=0);
    /* IE6-8 */
}

.lightTip .bottom {
    margin-bottom: 10px;
    margin-bottom: 20px\9;
    margin-left: 10px;
    height: 14px;
    background: url(/images/arrow/tooltip.png) top center no-repeat;
}


/* friend left menu  */

.wrap_friend {
    background: #6bcdea !important;
}

.wrap_friend_list {
    background: #99e0e9 !important;
}

.wrap_friend #avatar_box {
    margin-top: 0;
}


/* friend manu ======= */

#user_menu_friend {
    width: 175px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 5px;
}

#user_menu_friend ul {
    float: left;
}

#user_menu_friend li {
    float: left;
}

#ava_profile_friend a,
#ava_blog_friend a,
#ava_mail_friend a,
#ava_add_friend a {
    display: block;
    text-indent: -1000em;
    width: 87px;
    height: 35px;
}

#ava_profile_friend a {
    background: url(/images/left/friend/btn_user.gif) 0px 0px no-repeat;
}

#ava_blog_friend a {
    background: url(/images/left/friend/btn_user.gif) -87px 0px no-repeat;
}

#ava_mail_friend a {
    background: url(/images/left/friend/btn_user.gif) 0px -35px no-repeat;
}

#ava_add_friend a {
    background: url(/images/left/friend/btn_user.gif) -87px -35px no-repeat;
}

#ava_profile_friend a:hover {
    background: url(/images/left/friend/btn_user.gif) 0px -70px no-repeat;
}

#ava_blog_friend a:hover {
    background: url(/images/left/friend/btn_user.gif) -87px -70px no-repeat;
}

#ava_mail_friend a:hover {
    background: url(/images/left/friend/btn_user.gif) 0px -105px no-repeat;
}

#ava_add_friend a:hover {
    background: url(/images/left/friend/btn_user.gif) -87px -105px no-repeat;
}


/* left_sub_menu================================================================================ */


/* left sub warp */

.left_sub_header_myfriend {
    color: #4f4f4f;
    font-size: 13px;
    padding: 3px 0 1px 0;
    text-align: center;
    font-weight: bolder;
    margin: 0 5px;
    background: #feeb46;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

#left_sub_box_myfriend {
    overflow: hidden;
    background: #fff;
    padding: 5px;
    padding-bottom: 0;
    margin: 0 5px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

#left_sub_box_myfriend ul {}

#left_sub_box_myfriend li {
    list-style-type: none;
    font-size: 12px;
    padding: 1px 0 2px 0;
    border-bottom: 1px #f6f6f6 solid;
}

#left_sub_box_myfriend li:last-child {
    border-bottom: none;
}

#left_sub_box_myfriend li a {
    color: #000;
}

#left_sub_box_myfriend li a:hover {
    color: #8b8a8b;
    text-decoration: none;
}

#left_sub_box_myfriend li span {
    font-size: 10px;
}

#left_sub_box_myfriend li img {
    border-radius: 50%;
    margin-right: 5px;
    width: 32px;
    vertical-align: middle;
}

#left_sub_box_myfriend .more_list {
    border-top: 1px solid #cbcbcb;
    color: #000;
    text-align: right;
    font-size: 10px;
    padding: 2px 0;
}

#left_sub_box_myfriend .more_list2 {
    color: #000;
    text-align: right;
    font-size: 10px;
    padding: 2px 0;
}

#left_sub_box_myfriend #list {
    border-top: 1px solid #cbcbcb;
    clear: both;
    padding: 2px 0;
}

#left_sub_box_myfriend #list .search {
    color: #000;
    font-size: 10px;
}

#left_sub_box_myfriend #list .more_list {
    border: none;
    color: #000;
    text-align: right;
    font-size: 10px;
    padding: 0;
}

#left_sub_box_myfriend .else {
    font-size: 10px;
    padding-bottom: 4px;
}


/* left sub warp */

#left_sub_box_wrap {
    margin: 2px 0 5px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.left_sub_header {
    font-size: 13px;
    text-align: center;
    font-weight: bolder;
    background: #ffde00;
    padding: 10px;
}

.left_sub_header a {
    color: #000;
}

#left_sub_box {
    overflow: hidden;
    background: #fff;
    padding-bottom: 0;
    border-top: none;
    margin: 0 auto;
}

.exp_right {
    background: #ffdddd !important;
}

.blg_ttl {
    font-weight: bold;
}

.rnk {
    color: #ff5b5c;
    text-align: center;
    font-size: 14px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-weight: bold;
    line-height: 1;
}

.pint {
    color: #3e0000;
    margin: 0 0 0 0.2em;
    font-size: 15px;
    font-family: 'Lobster', arial, serif;
    letter-spacing: 0.1em;
}

.typo {
    margin: 0 0.4em 0 0.2em;
    font-size: 9px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}

#left_sub_box ul {}

#left_sub_box li {
    list-style-type: none;
    font-size: 10px;
    overflow: hidden;
    text-align: left;
    padding: 8px;
    border-bottom: 1px #efefef solid;
}

#left_sub_box ul li.line {
    clear: both;
    border-bottom: 1px #f6f6f6 solid;
    padding: 6px;
}

#left_sub_box ul li.line:last-child {
    border-bottom: none;
}

#left_sub_box ul li img {
    margin: 0;
    margin-right: 5px;
    padding: 0;
    width: 50px !important;
    height: 50px !important;
    float: left;
    overflow: hidden;
    border-radius: 50%;
}

.more_list {
    color: #000;
    text-align: right;
    font-size: 10px;
    padding: 2px 0;
    float: right;
    display: block;
    padding: 2px 0 2px 15px !important;
    font-weight: bolder;
    background: url(/images/arrow/001.gif) no-repeat 2px 4px;
}

.more_list2 {
    color: #333 !important;
    text-align: right;
    font-size: 10px;
    padding: 2px 0;
    float: right;
    display: block;
    padding: 2px 0 2px 15px !important;
    font-weight: bolder;
    background: url(/images/arrow/001.gif) no-repeat 2px 4px;
}

.more_list2 a {
    color: #333 !important;
}

#left_sub_box #list {
    border-top: 1px solid #cbcbcb;
    clear: both;
    padding: 2px 0;
}

.search {
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
}

.search a {
    color: #333;
}

#left_sub_box #list .more_list {
    border: none;
    float: right;
    color: #000;
    text-align: right;
    font-size: 10px;
    padding: 0;
}

#left_sub_box .else {
    font-size: 10px;
    padding-bottom: 4px;
}

.dc {
    width: 180px;
    padding-left: 25px;
    color: #fff;
    font-size: 10px;
}

.dc a {
    color: #fff;
    font-size: 10px;
}

.dc a:hover {
    color: #fff;
}


/* blog */

#right_blog {
    float: left;
    width: 185px;
    padding: 10px;
}


/* calendar */

#calendar {
    overflow: hidden;
    background: #fff;
    border-top: none;
    margin: 0 auto;
    overflow: hidden;
    font-size: 12px;
}

#calendar ul {
    display: block;
    padding: 5px;
}

#calendar li {
    display: block;
    float: left;
    width: 20px;
    padding: 1px 0 1px 2px;
    text-align: right;
    font-family: Verdana, Arial, Tahoma, sans-serif;
}

.day_sunday {
    font-weight: bolder;
    color: #e4544e;
}

.day_saturday {
    font-weight: bolder;
    color: #3ca3c3;
}

.day_normal {
    font-weight: bolder;
    color: #000;
}

#calendar li a {
    text-decoration: none;
    background: #fdb425;
    padding: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px 3px;
    color: #fff;
}

#calendar li a:visited {
    color: #ccc;
    text-decoration: none;
}

#calendar li a:hover {
    width: auto;
    background: #ffde00;
}


/* left sub wrap friend =================================================================== */

#left_sub_box_wrap_friend {
    background: #fff;
    border: 2px #eee solid;
}

.left_sub_header_friend {
    color: #450000;
    font-size: 11px;
    padding: 6px 0 4px 0;
    text-align: center;
    font-weight: bolder;
    margin: 0 auto;
    border: 1px solid #9a9a9a;
    background: #6bcdea;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}


/* friend calendar */

#calendar_friend {
    overflow: hidden;
    background: #fff;
    border-top: none;
    margin: 0 auto;
    font-size: 10px;
}

#calendar_friend ul {
    display: block;
    padding: 5px;
}

#calendar_friend li {
    float: left;
    width: 20px;
    padding: 1px 0 1px 2px;
    text-align: right;
    font-family: Verdana, Arial, Tahoma, sans-serif;
}

#calendar_friend li a:link {
    text-decoration: none;
    font-weight: bold;
}

#calendar_friend li a:visited {
    color: #ccc;
    text-decoration: none;
}

#calendar_friend li a:hover {
    width: auto;
    color: #666;
    text-decoration: underline;
}


/* point add================================================================================ */

.btn_pt_add a {
    display: block;
    margin: 3px auto 0 auto;
    width: 175px;
    height: 175px;
    text-indent: -10000em;
    background: url(/images/btn_pt_add.png) 0 0 no-repeat;
}

.btn_pt_add a:hover {
    background: url(/images/btn_pt_add.png) 0 100% no-repeat;
}


/* daily chance================================================================================ */

.dailychance a {
    display: block;
    margin: 0 auto 5px auto;
    width: 175px;
    height: 40px;
    text-indent: -10000em;
    background: #fff url(/images/dailychance/btn_daily.gif) 0px -40px no-repeat;
}

.dailychance a:hover {
    background: #fff url(/images/dailychance/btn_daily.gif) 0px 0px no-repeat;
}

.dailychance_fin a {
    display: block;
    margin: 0 auto 5px auto;
    width: 175px;
    height: 40px;
    text-indent: -10000em;
    background: #fff url(/images/dailychance/btn_daily_finished.gif) 0px -40px no-repeat;
}

.dailychance_fin a:hover {
    background: #fff url(/images/dailychance/btn_daily_finished.gif) 0px 0px no-repeat;
}

.dailychance_red a {
    display: block;
    margin: 0 auto 5px auto;
    width: 175px;
    height: 40px;
    text-indent: -10000em;
    background: #fff url(/images/dailychance/btn_daily_red.gif) 0px -40px no-repeat;
}

.dailychance_red a:hover {
    background: #fff url(/images/dailychance/btn_daily_red.gif) 0px 0px no-repeat;
}

.dailychance2 a {
    display: block;
    margin: 0 auto 5px auto;
    width: 175px;
    height: 50px;
    text-indent: -10000em;
    background: url(/images/dailychance/btn_daily2.png) 0 -50px no-repeat;
    background-size: cover;
}
.dailychance2 a:hover {
    background: url(/images/dailychance/btn_daily2.png) 0 0 no-repeat;
    background-size: cover;
}
.dailychance2_fin a {
    display: block;
    margin: 0 auto 5px auto;
    width: 175px;
    height: 50px;
    text-indent: -10000em;
    background: url(/images/dailychance/btn_daily_finished2.png) 0 -50px no-repeat;
    background-size: cover;
}
.dailychance2_fin a:hover {
    background: url(/images/dailychance/btn_daily_finished2.png) 0 0 no-repeat;
    background-size: cover;
}

/* avatar shop================================================================================ */

.btn_ava a {
    display: block;
    margin: 0 auto 5px auto;
    width: 185px;
    height: 40px;
    text-indent: -10000em;
    background: #fff url(/images/avatar/btn_ava.gif) 0px 0px no-repeat;
}

.btn_ava a:hover {
    background: #fff url(/images/avatar/btn_ava.gif) 0px -40px no-repeat;
}


/* event target================================================================================ */


/* ステータス部のイベント及びキャンペーンテキスト added by YO 2008.10.20 */

.left_event a {
    display: block;
    margin: 0 auto 5px auto;
    width: 175px;
    height: 40px;
    text-indent: -10000em;
    background: url(/images/event/left_pr.gif) 0px 0px no-repeat;
}

.left_event a:hover {
    background: url(/images/event/left_pr.gif) 0px -40px no-repeat;
}

.left_event_hit a {
    text-align: center;
    line-height: 1.2;
    color: #fdb425;
    font-weight: bold;
    display: block;
    margin: 0 auto 5px auto;
    padding: 5px;
    padding-top: 7px;
    width: 165px;
    height: 28px;
    background: url(/images/event/left_pr_hit.gif) 0px 0px no-repeat;
}

.left_event_hit a:hover {
    text-decoration: none;
    background: url(/images/event/left_pr_hit.gif) 0px -40px no-repeat;
}


/****** game tabs *********************************************************/

.r_column {
    position: relative;
    height: 100%;
    background: #fff;
}

.r_column .activation {
    position: absolute;
    top: 6px;
    right: 2px;
    z-index: 1;
}

.r_column .nav {
    overflow: hidden;
    width: 100%;
}

.r_column .nav ul {
    border: none;
}

.r_column .nav li {
    width: 65px;
    float: left;
    position: relative;
}

.r_column .nav li:last-child {}

.r_column .nav li a {
    display: block;
    padding: 5px 0;
    color: #000;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    border: 2px solid #fff;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    border-bottom: none;
}

.r_column li a.current,
.r_column li a.current:hover {
    background: #ffde00 !important;
    border: 2px solid #fdd859;
    border-bottom: none;
    color: #000;
}

.r_column .nav li a:hover,
.r_column .nav li a:active {
    background: #fdb425 !important;
    border: 2px solid #fdb425;
    border-bottom: none;
}

#r_g_list {
    margin: 0 0 3px 0;
    font-size: 10px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

#r_g_list #div {}

#r_g_list ul {
    padding: 5px 0 3px 0;
    background: #ffde00;
    width: 195px;
}

#r_g_list li {
    margin-left: 3px;
    position: relative;
    margin-bottom: 3px;
    height: 39px;
    width: 187px;
    padding-left: 1px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

#r_g_list a:hover {
    opacity: 0.85;
}

#r_g_list p {
    position: relative;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    color: #4f4f4f;
    font-size: 11px;
    padding: 8px 0 6px 0;
    text-align: center;
    font-weight: bolder;
    background: url(/images/common/h2/bg.gif) -255px -18px no-repeat;
}

#r_g_list p span {
    position: absolute;
    top: 7px;
    right: 4px;
}

#r_g_list .new {
    margin: 0 !important;
    padding: 0 !important;
}

.r_new {
    background: #fdb425;
    padding-bottom: 1px;
    margin-bottom: 3px;
}

.r_new_tag {
    padding: 0 !important;
    margin-top: -5px !important;
    background: #fdb425 !important;
}

.r_new img {
    margin-bottom: 0px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.r_new li {
    margin: 0;
    padding: 0;
}

.side_badge_1 {
    position: absolute;
    right: 3px;
    top: 3px;
}

.side_badge_2,
.side_badge_3,
.side_badge_4,
.side_badge_5 {
    position: absolute;
    right: 3px;
    top: 20px;
}

.side_badge_1,
.side_badge_2,
.side_badge_3,
.side_badge_4,
.side_badge_5 {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.event_6thanniv {
    background-color: #ff2f96 !important;
    padding: 0 0 3px 0;
}


/* ninsho  ================================================================================ */

.btn_ninsho a {
    display: block;
    margin: 5px auto 0 auto;
    width: 165px;
    height: 45px;
    text-indent: -10000em;
    background: url(/images/left/btn_ninsho_ekyc.gif) 0px 0px no-repeat;
}

.btn_ninsho a:hover {
    background: url(/images/left/btn_ninsho_ekyc.gif) 0px -45px no-repeat;
}

.avatar_image_wrap {
    overflow: hidden;
    /* border-radius: 50%; */
    border: solid 2px #666;
    width: 169px;
    height: 169px;
    background: #ffde00;
    padding: 6px;
}

.avatar_image_inner {
    overflow: hidden;
    /* border-radius: 50%; */
    width: 100%;
    height: 100%;
}

.avatar_image_inner img {
    width: 165px;
    height: auto;
    border: solid 2px #666;
    /* border-radius: 50%; */
}

.avatar_name_wrap {
    overflow: hidden;
    border-radius: 10px;
    background: #666;
    color: #fff;
    text-align: center;
    padding: 3px;
    margin: auto;
    margin-top: -20px;
    margin-bottom: 5px;
    position: relative;
    width: 76%;
    border: solid 3px #ffde00;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
}

.dailychance02 a {
    display: block;
    margin: 0 auto 5px auto;
    width: 167px;
    height: 46px;
    border: 4px #000 solid;
    text-indent: -10000em;
    background: url(/images/dailychance/btn_daily.png) 0 -48px no-repeat;
    background-size: cover;
    border-radius: 6px;
}

.dailychance02 a:hover {
    background: url(/images/dailychance/btn_daily.png) 0 0 no-repeat;
    background-size: cover;
}

.dailychance02_fin a {
    display: block;
    margin: 0 auto 5px auto;
    width: 167px;
    height: 46px;
    border: 4px #000 solid;
    text-indent: -10000em;
    background: url(/images/dailychance/btn_daily_finished.png) 0 -48px no-repeat;
    background-size: cover;
    border-radius: 6px;
}

.dailychance02_fin a:hover {
    background: url(/images/dailychance/btn_daily_finished.png) 0 0 no-repeat;
    background-size: 168px 95px;
}

/* point add================================================================================ */

.btn_pt_add02 a {
    display: block;
    margin: 0 auto 5px auto;
    width: 175px;
    height: 80px;
    text-indent: -10000em;
    background: url(/images/btn_pt_add02.png) 0 0 no-repeat;
    background-size: cover;
}

.btn_pt_add02 a:hover {
    background: url(/images/btn_pt_add02.png) 0 100% no-repeat;
    background-size: cover;
}

/* point add================================================================================ */

.btn_exchange a {
    display: block;
    margin: 0 auto 5px auto;
    width: 167px;
    height: 46px;
    border: 4px #aa784c solid;
    text-indent: -10000em;
    border-radius: 6px;
    background: url(/images/left/btn_exchange.png) 0 0 no-repeat;
    background-size: cover;
}

.btn_exchange a:hover {
    background: url(/images/left/btn_exchange.png) 0 100% no-repeat;
    background-size: cover;
}
/* btn_stamp ================================================================================ */

.btn_stamp a {
    display: block;
    margin: 0 auto 5px auto;
    width: 167px;
    height: 46px;
    border: 4px #000 solid;
    text-indent: -10000em;
    border-radius: 6px;
    background: url(/images/event/mission/all/btn_left_stamp.png) 0 0 no-repeat;
    background-size: cover;
}

.btn_stamp a:hover {
    background: url(/images/event/mission/all/btn_left_stamp.png) 0 -48px no-repeat;
    background-size: cover;
}