html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,input,textarea,button,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;}body{line-height:1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}ul,ol{list-style:none;margin: 0;padding:0;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}a{margin:0;padding:0;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}table{border-collapse:collapse;border-spacing:0;}input,select{vertical-align:middle;}

html, body {
    height: 100%;
}

body {
    width: 320px;
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    font-family: Helvetica, Arial, "ヒラギノ角ゴ ProN W3", Droid Sans, "メイリオ", sans-serif;
    background-color: #000;
    background: #000;
    color: #fff;
    padding-bottom: 50px;
    -ms-zoom: 100% !important;
    -webkit-touch-callout:none;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1;
}

#gree-app-container, #pjaxContainer, #game_content {
}

#game_content {
    width: 320px;
    position: relative;
    margin: 0 auto;
    background-color: #000;
    background-image: url("../img/common/main_bg/bg.png");
    -webkit-background-size: 85px 85px;
    -moz-background-size: 85px 85px;
    background-size: 85px 85px;
    padding-bottom: 50px;
    overflow: hidden;

    user-select:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-drag:none;
    -khtml-user-drag:none; 
}

#contents_wrap {
    min-height: 450px;
}

#game_footer {
    position: absolute;
    bottom: 0;
}

/* for anchor reset */
a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

input[type=text], textarea {
    background-color: #fff;
    border: 1px solid #bbb;
}

.disp_none {display: none;}
.disp_block {display: block; height: 100%;}
.disp_inlineb {display:inline-block !important;}
.dispbox {display: flex; display: -webkit-box; display: -moz-box;}
.dispbox_center{width: 100%; display: flex; display: -webkit-box; display: -moz-box; align-items: center; -webkit-box-align: center; -moz-box-align: center; justify-content: center; -webkit-box-pack: center; -moz-box-pack: center;}
.posi_relative {position: relative;}
.posi_absolute {position: absolute;}
.tx_center {text-align: center !important;}
.tx_right {text-align: right !important;}
.tx_left {text-align: left !important;}
.line_height100 {line-height: 1;}
.line_height120 {line-height: 1.2;}
.fnt10px {font-size: 10px !important;}
.fnt12px {font-size: 12px !important;}
.fnt16px {font-size: 16px !important;}
.fnt_color_0 {color: #FFFFFF !important;}
.fnt_color_1 {color: #FFFC00 !important;}
.fnt_color_2 {color: #FF00A2 !important;}
.fnt_color_3 {color: #FF4800 !important;}
.alert {color: #f00; font-weight: bold;}
.w10 {width: 10%;}
.w20 {width: 20%;}
.w30 {width: 30%;}
.w40 {width: 40%;}
.w50 {width: 50%;}
.w60 {width: 60%;}
.w70 {width: 70%;}
.w80 {width: 80%;}
.w90 {width: 90%;}
.w100 {width: 100%;}
.w50px {width: 50px;}
.w80px {width: 80px;}
.w100px {width: 100px;}
.w150px {width: 150px;}
.w200px {width: 200px;}
.w250px {width: 250px;}
.w300px {width: 300px;}
.w320px {width: 320px;}
.mr0 {margin: 0 auto;}
.mr_ta {margin-top: auto;}
.mr_t0 {margin-top: 0px;}
.mr_t5 {margin-top: 5px;}
.mr_t8 {margin-top: 8px;}
.mr_t10 {margin-top: 10px;}
.mr_t15 {margin-top: 15px;}
.mr_t20 {margin-top: 20px;}
.mr_ra {margin-right: auto;}
.mr_r0 {margin-right: 0px;}
.mr_r5 {margin-right: 5px;}
.mr_r8 {margin-right: 8px;}
.mr_r10 {margin-right: 10px;}
.mr_ba {margin-bottom: auto;}
.mr_b0 {margin-bottom: 0px;}
.mr_b5 {margin-bottom: 5px;}
.mr_b8 {margin-bottom: 8px;}
.mr_b10 {margin-bottom: 10px;}
.mr_b16 {margin-bottom: 16px;}
.mr_la {margin-left: auto;}
.mr_l0 {margin-left: 0px;}
.mr_l5 {margin-left: 5px;}
.mr_l8 {margin-left: 8px;}
.mr_l10 {margin-left: 10px;}
.pd0 {padding: 0px;}
.pd_t0 {padding-top: 0px;}
.pd_t5 {padding-top: 5px;}
.pd_t10 {padding-top: 10px;}
.pd_r0 {padding-right: 0px;}
.pd_r5 {padding-right: 5px;}
.pd_r10 {padding-right: 10px;}
.pd_b0 {padding-bottom: 0px;}
.pd_b5 {padding-bottom: 5px;}
.pd_b10 {padding-bottom: 10px;}
.pd_l0 {padding-left: 0px;}
.pd_l5 {padding-left: 5px;}
.pd_l10 {padding-left: 10px;}
.top_0 {top: 0px;}
.top_5 {top: 5px;}
.top_10 {top: 10px;}
.right_0 {right: 0px;}
.right_5 {right: 5px;}
.right_10 {right: 10px;}
.bottom_0 {bottom: 0px;}
.bottom_5 {bottom: 5px;}
.bottom_10 {bottom: 10px;}
.left_0 {left: 0px;}
.left_5 {left: 5px;}
.left_10 {left: 10px;}

/* for parts sprite */
.parts_sprite,
.tabs:after,
.select_box:after { background-image: url("../img/common/parts/_parts_sprite.png"); background-repeat: no-repeat; background-size: 320px 549px;}
.footer { width: 320px; height: 49px; background-position: 0 0; }
.line { width: 243px; height: 1px; background-position: 0 -50px; }
.select_btn, .select_box:after { width: 16px; height: 16px; background-position: 0 -52px; }
.select_l { width: 157px; height: 23px; background-position: 0 -69px; }
.select_m { width: 138px; height: 23px; background-position: 0 -93px; }
.select_s { width: 86px; height: 23px; background-position: 0 -117px; }
.tab_bottom, .tabs:after { width: 301px; height: 14px; background-position: 0 -441px; }
.tab2_l { width: 175px; height: 29px; background-position: 0 -141px; }
.tab2_l_on, .tab2_l.active { width: 175px; height: 29px; background-position: 0 -171px; }
.tab2_r { width: 175px; height: 29px; background-position: 0 -201px; }
.tab2_r_on, .tab2_r.active { width: 175px; height: 29px; background-position: 0 -231px; }
.tab3_c { width: 131px; height: 29px; background-position: 0 -261px; }
.tab3_c_on, .tab3_c.active { width: 131px; height: 29px; background-position: 0 -291px; }
.tab3_l { width: 121px; height: 29px; background-position: 0 -321px; }
.tab3_l_on, .tab3_l.active { width: 121px; height: 29px; background-position: 0 -351px; }
.tab3_r { width: 121px; height: 29px; background-position: 0 -381px; }
.tab3_r_on, .tab3_r.active { width: 121px; height: 29px; background-position: 0 -411px; }
.table_title { width: 259px; height: 28px; background-position: 0 -456px; }
.title { width: 320px; height: 43px; background-position: 0 -485px; }
.title_bg { width: 276px; height: 20px; background-position: 0 -529px; }

.title_bg.title {
    text-align: center;
    line-height: 20px;
    margin-bottom: 8px;
    color: #fff;
}

.tabs  {
    margin-top: 8px;
}

.tabs > .tab > a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 29px;
    color: #D6A24B;
    text-shadow: 1px 0px 1px #815D20, -1px 0px 1px #815D20,0px 1px 1px #815D20, 0px -1px 1px #815D20;
}

.tabs > .tab.active > a {
    color: #fff;
    text-shadow: 1px 0px 1px #5D298A, -1px 0px 1px #5D298A, 0px 1px 1px #5D298A, 0px -1px 1px #5D298A,
                 1px 0px 1px #5D298A, -1px 0px 1px #5D298A, 0px 1px 1px #5D298A, 0px -1px 1px #5D298A,
                 1px 0px 1px #5D298A, -1px 0px 1px #5D298A, 0px 1px 1px #5D298A, 0px -1px 1px #5D298A,
                 1px 0px 1px #5D298A, -1px 0px 1px #5D298A, 0px 1px 1px #5D298A, 0px -1px 1px #5D298A;
}

.tab_2, .tab_3 {
    width: 100%;
    height: 29px;
    position: relative;
}

.tabs:after {
    content: "";
    width: 301px;
    height: 14px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -13px;
    z-index: 1;
}

.tabs > .tab {
    position: absolute;
}

.tabs > .tab.active {
    z-index: 1;
}

.tab_2 > .tab:nth-child(1), .tab_3 > .tab:nth-child(1) {
    left: 0;
}

.tab_3 > .tab:nth-child(1) > a {
    padding-right: 10px;
}


.tab_3 > .tab:nth-child(2) {
    left: 95px;
}

.tab_2 > .tab:nth-child(2), .tab_3 > .tab:nth-child(3) {
    right: 0;
}

.tab_3 > .tab:nth-child(3) > a {
    padding-left: 10px;
}

.select_box_2 .select_box {
    margin-left: 1%;
    margin-right: 1%;
}

.select_box {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}

.select_box:after {
    content: "";
    position: absolute;
    top: 4px;
    right: 3px;
}

.select_box select {
    width: 120%;
    height: 100%;
    padding-left: 10px;
    color: #733B09;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.table_title {
    text-align: center;
    line-height: 28px;
    margin-right: auto;
    margin-left: auto;
    color: #EBD3B1;
}

.modal hr.line_type_dot,
hr.line_type_dot {
    width: 100%;
    margin: 4px auto;
    border-bottom: 1px dotted #fff;
}
@media screen and (min-width:980px) {
    .modal hr.line_type_dot,
    hr.line_type_dot {
        clear: both;
    }
}

/* for box_parts sprite */
.box_sprite { background-image: url("../img/common/parts_box/_box_sprite-s7b6b7fa0b8.png"); background-repeat: no-repeat; background-size: 284px 979px}
.box_amount_type1 { width: 115px; height: 18px; background-position: 0 0; }
.box_amount_type2 { width: 70px; height: 18px; background-position: 0 -19px; }
.box_card_attr_rare { width: 200px; height: 20px; background-position: 0 -38px; }
.box_card_love_rel { width: 200px; height: 20px; background-position: 0 -59px; }
.box_card_lv_lp_rel { width: 231px; height: 24px; background-position: 0 -80px; }
.box_card_lv_type1 { width: 200px; height: 20px; background-position: 0 -105px; }
.box_card_lv_type2 { width: 200px; height: 20px; background-position: 0 -126px; }
.box_card_name { width: 213px; height: 43px; background-position: 0 -147px; }
.box_card_skill { width: 278px; height: 57px; background-position: 0 -191px; }
.box_card_status { width: 278px; height: 20px; background-position: 0 -249px; }
.box_comment { width: 284px; height: 197px; background-position: 0 -270px; }
.box_hp_type1 { width: 115px; height: 18px; background-position: 0 -468px; }
.box_hp_type2 { width: 115px; height: 18px; background-position: 0 -487px; }
.box_l_type1 { width: 274px; height: 83px; background-position: 0 -506px; }
.box_l_type2 { width: 266px; height: 90px; background-position: 0 -590px; }
.box_l_type3 { width: 282px; height: 102px; background-position: 0 -681px; }
.box_lp { width: 115px; height: 18px; background-position: 0 -784px; }
.box_lv { width: 40px; height: 38px; background-position: 0 -803px; }
.box_m_type1 { width: 140px; height: 20px; background-position: 0 -842px; }
.box_m_type2 { width: 275px; height: 38px; background-position: 0 -863px; }
.box_m_type3 { width: 275px; height: 38px; background-position: 0 -902px; }
.box_rank { width: 40px; height: 38px; background-position: 0 -941px; }

.box_hp_type1,
.box_hp_type2 {
    text-align: right;
    line-height: 18px;
    padding-right: 5px;
    font-weight: bold;
    color: #FF6FD8;
}

.box_amount_type1 {
    text-align: right;
    margin: 8px auto;
    padding-top: 4px;
    padding-right: 7px;
    font-size: 11px;
    font-weight: bold;
    color: #593a1f;
}

.box_amount_type1 .after_amount {
    color: #f00;
}

.box_amount_type2 {
    text-align: right;
    padding-top: 5px;
    padding-right: 6px;
    font-size: 10px;
    font-weight: bold;
    color: #fffc00;
}

.box_lp {
    text-align: right;
    line-height: 18px;
    padding-right: 5px;
    font-weight: bold;
    color: #ef4806;
}

#content_box {
    width: 303px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    background-color: #1e0832;
    border: 1px solid #cead4a;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}

#friend_list > div:last-child {
    margin-bottom: 0;
}

.friend_box,
.item_box {
    margin: 0 auto 8px;
    position: relative;
    color: #fff;
}

.box_l_type1 .box_rank,
.box_l_type2 .box_rank {
    text-align: center;
    padding-top: 14px;
    position: absolute;
    top: -5px;
    left: -5px;
    color: #fff;
}

.box_l_type1 .thumb,
.box_l_type2 .thumb {
    position: relative;
}

.friend_box.box_l_type1 .thumb {
    width: 80px;
    height: 67px;
    padding-top: 3px;
    padding-left: 3px;
    position: absolute;
    top: 10px;
    left: 8px;
    overflow: hidden;
}

.friend_box.box_l_type1 .thumb > a {
    display: block;
    width: 100%;
    height: 100%;
}

.item_box.box_l_type1 .thumb,
.item_box.box_l_type2 .thumb {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 10px;
    left: 8px;
}

.box_l_type1 .thumb img,
.box_l_type2 .thumb img {
    width: 65px;
    height: 65px;
}

.friend_box.box_l_type1 .thumb img {
    width: 60px;
    height: 60px;
}

.friend_box.box_l_type1 .thumb img.friend_avatar {
    width: 45px;
    height: inherit;
    position: absolute;
    bottom: -15px;
    right: -5px;
}

.item_box.box_l_type1 .thumb img,
.item_box.box_l_type2 .thumb img {
    width: 100%;
    height: 100%;
}

.box_l_type1 .thumb .detail,
.box_l_type2 .thumb .detail {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.box_l_type2 .thumb > a {
    display: block;
    width: 85px;
    height: 68px;
    padding-left: 5px;
    overflow: hidden;
    position: absolute;
    top: 15px;
    left: 5px;
}

.box_l_type1 .name {
    width: 185px;
    text-align: left;
    font-size: 13px;
    position: absolute;
    top: 10px;
    right: 0;
    color: #fff;
}

.item_box.box_l_type1 .name {
    width: 193px;
    padding: 3px;
    top: 9px;
    right: 10px;
    background-color: rgb(164, 109, 183);
}

.box_l_type2 .name {
    width: 165px;
    text-align: left;
    font-size: 13px;
    position: absolute;
    top: 8px;
    right: 0;
    text-shadow: 1px 0px 1px #936C29, -1px 0px 1px #936C29, 0px 1px 1px #936C29, 0px -1px 1px #936C29,
                 1px 0px 1px #936C29, -1px 0px 1px #936C29, 0px 1px 1px #936C29, 0px -1px 1px #936C29,
                 1px 0px 1px #936C29, -1px 0px 1px #936C29, 0px 1px 1px #936C29, 0px -1px 1px #936C29,
                 1px 0px 1px #936C29, -1px 0px 1px #936C29, 0px 1px 1px #936C29, 0px -1px 1px #936C29;
}

.box_l_type2 .lv {
    text-align: center;
    width: 35px;
    position: absolute;
    top: 34px;
    left: 100px;
    color: #fff;
}

.box_l_type2 .pr_text {
    width: 100px;
    font-size: 8px;
    line-height: 1.2;
    position: absolute;
    top: 47px;
    left: 80px;
}

.item_box.box_l_type1 .detail_text,
.item_box.box_l_type2 .detail_text {
    width: 191px;
    line-height: 1.2;
    font-size: 8px;
    padding-right: 55px;
    position: absolute;
    top: 35px;
    right: 13px;
}

.item_box.box_l_type2 .detail_text {
    color: #9C6330;
}

.item_box.box_l_type1 .time_stamp {
    width: 191px;
    position: absolute;
    bottom: 7px;
    font-size: 8px;
    right: 13px;
}

.box_l_type1 .ctr_btn,
.box_l_type2 .ctr_btn {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.item_box.box_l_type1 .ctr_btn,
.item_box.box_l_type2 .ctr_btn {
    bottom: 18px;
    right: 10px;
}

.count_box.box_m_type1,
.count_box.box_m_type2 {
    text-align: left;
    padding: 0 20px 0px 5px;
    line-height: 20px;
    overflow: hidden;
}

.count_box.box_m_type1 div.count,
.count_box.box_m_type2 div.count {
    text-align: right;
    height: 100%;
    line-height: 20px;
    float: right;
}

div.list_box {
    text-align: center;
    width: 25%;
    height: 85px;
    padding: 0 3% 0;
    position: relative;
    float: left;
}

div.list_box > div.list_box_text{
    border: 1px solid #D2B24E;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.45);
}

div.list_box  > div > img{
    width: 100%;
}

div.list_box > a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 28px;
    color: #fff;
    position: relative;
}

div.list_box > a:after {
    content: "";
    display: block;
    width: 13px;
    height: 20px;
    margin: auto 0;
    background-position: 0 -21px;
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
}

.param_box {
    text-align: left;
    width: 100%;
    padding: 5px;
    margin-bottom: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    background-color: #cdae6e;
}

.param_box .column_box {
    width: 100%;
    overflow: hidden;
}

.param_box .column_box > div {
    float: left;
}

.param_box .status_box {
    overflow: hidden;
    color: #fff;
}

.param_box .status_box > div {
    float: right;
}

.param_box .status_box > div > span {
    color: #3C1E55;
}

/*
.param_box .status_box .status_column_name {
    color: #614305;
}

.param_box .status_box.status_card_lv {
    width: 110px;
    margin-right: 10px;
}

.param_box .status_box.status_card_next_exp {
    width: 140px;
}

.param_box .status_box.status_card_love_point {
    width: 113px;
    margin-left: 147px;
}

.param_box .status_box.status_card_hp,
.param_box .status_box.status_card_attack,
.param_box .status_box.status_card_defense {
    width: 30%;
    margin-right: 8px;
}

.param_box .status_box.status_card_defense {
    margin-right: 0;
}

.param_box .status_box.status_card_skill .status_param {
    width: 85%;
    padding-left: 5px;
}

.param_box .status_box.status_card_skill_lv {
    margin-right: 10px;
}

.param_box .status_box.status_card_skill_lv .status_param,
.param_box .status_box.status_card_skill_turn .status_param {
    width: 24px;
    padding-left: 5px;
}

.param_box .status_box.status_card_skill_detail {
    width: 100%;
    line-height: 1.2;
}

.param_box .status_box.status_card_skill_detail div {
    width: 100%;
}
*/

.part_card_box {
    width: 303px;
    margin-left: auto;
    margin-right: auto;
    color: #5f2590;
}

.part_card_box .part_card_box_top {
    width: 100%;
    margin-bottom: 2px;
    overflow: hidden;
}

.part_card_box .part_card_box_top img {
    width: 95px;
    float: left;
    margin-left: 2px;
}

.part_card_box .part_card_box_top .box_card_name {
    text-align: center;
    margin-left: 90px;
    margin-bottom: 6px;
    padding: 14px 38px 0 0;
    font-size: 11px;
    color: #fff;
    text-shadow: 1px 0px 1px #5f2590, -1px 0px 1px #5f2590, 0px 1px 1px #5f2590, 0px -1px 1px #5f2590,
                 1px 0px 1px #5f2590, -1px 0px 1px #5f2590, 0px 1px 1px #5f2590, 0px -1px 1px #5f2590,
                 1px 0px 1px #5f2590, -1px 0px 1px #5f2590, 0px 1px 1px #5f2590, 0px -1px 1px #5f2590,
                 1px 0px 1px #5f2590, -1px 0px 1px #5f2590, 0px 1px 1px #5f2590, 0px -1px 1px #5f2590;
}

.part_card_box .part_card_box_top .box_card_lv_type1,
.part_card_box .part_card_box_top .box_card_lv_type2,
.part_card_box .part_card_box_top .box_card_attr_rare,
.part_card_box .part_card_box_top .box_card_love_rel {
    text-align: left;
    margin-left: 103px;
    margin-bottom: 6px;
    padding-left: 50px;
}

.part_card_box .part_card_box_top .box_card_lv_type1 > div,
.part_card_box .part_card_box_top .box_card_lv_type2 > div,
.part_card_box .part_card_box_top .box_card_attr_rare > div,
.part_card_box .part_card_box_top .box_card_love_rel > div {
    display: inline-block;
}

.part_card_box .part_card_box_top .box_card_lv_type1 > div.part_card_lv,
.part_card_box .part_card_box_top .box_card_lv_type2 > div.part_card_lv,
.part_card_box .part_card_box_top .box_card_attr_rare > div.part_card_lovepoint,
.part_card_box .part_card_box_top .box_card_love_rel > div.part_card_lovepoint {
    text-align: center;
    width: 40px;
    margin-right: 60px;
}

.part_card_box .part_card_box_top .box_card_lv_type1 > div.part_card_lv,
.part_card_box .part_card_box_top .box_card_lv_type2 > div.part_card_lv {
    padding-top: 4px;
}

.part_card_box .part_card_box_top .box_card_lv_type1 > div.part_card_lv_exp,
.part_card_box .part_card_box_top .box_card_lv_type2 > div.part_card_lv_exp {
    text-align: center;
    width: 45px;
    font-size: 8px;
}

.part_card_box .part_card_box_top .box_card_love_rel > div.part_card_lovepoint,
.part_card_box .part_card_box_top .box_card_love_rel > div.part_card_relation {
    font-size: 11px;
    padding-top: 4px;
}

.part_card_box .part_card_box_top .box_card_love_rel > div.part_card_relation {
    width: 48px;
    text-align: center;
}

.part_card_box .part_card_box_bottom .table_body_type1 {
    padding: 0;
}

.part_card_box .part_card_box_bottom .table_body_type1 > div {
    margin-right: auto;
    margin-left: auto;
}

.part_card_box .part_card_box_bottom .box_card_status {
    text-align: left;
    padding-top: 5px;
    margin-bottom: 8px;
    font-size: 11px;
    color: #5f2590;
}

.part_card_box .part_card_box_bottom .box_card_status > div {
    text-align: center;
    display: inline-block;
    width: 40px;
    margin-left: 50px;
}

.part_card_box .part_card_box_bottom .box_card_skill {
    padding-top: 6px;
    font-size: 11px;
    color: #5f2590;
    overflow: hidden;
}

.part_card_box .part_card_box_bottom .box_card_skill .part_card_skill_name {
    text-align: center;
    width: 145px;
    margin-left: 55px;
    float: left;
    color: #fff;
}

.part_card_box .part_card_box_bottom .box_card_skill .part_card_skill_lv {
    text-align: center;
    width: 20px;
    margin-left: 55px;
    float: left;
    color: #fff;
}

.part_card_box .part_card_box_bottom .box_card_skill .part_card_skill_turn {
    text-align: center;
    width: 20px;
    margin-left: 55px;
    float: left;
    color: #fff;
}

.part_card_box .part_card_box_bottom .box_card_skill .part_card_skill_text {
    text-align: left;
    margin-top: 13px;
    padding: 5px;
    line-height: 1.2;
}

.attention_box {
    width: 270px;
    margin: 8px auto;
    padding: 5px;
    font-size: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    background-color: rgba(94, 51, 132, 0.8);
    border: 2px solid #8A6C47;
}

.attention_box .attention_box_title {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    color: #fff;
}

.attentions {
    text-align: left;
    width: 100%;
    color: #fff;
}

.attentions ul {
    width: 100%;
}

.attentions ul li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.2;
    margin-bottom: 2px;
}

.attentions ul li:last-child {
    margin-bottom: 0px;
}

.attention_box .text_links {
    width: 100%;
    padding: 2px 0;
    overflow: hidden;
}

.attention_box .text_links > div {
    width: 125px;
    margin-top: 5px;
    margin-left: 14px;
    margin-bottom: 4px;
    float: left;
}

.attention_box .text_links > div a {
    text-decoration: underline;
}

.modal_body_type1 .attentions {
   color: #000;
}

.modal_body_type2 .attentions {
   color: #654503;
}

.count_text_box {
    text-align: left;
    width: 100px;
    padding: 5px;
    margin: 3px auto;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.count_text_box > div {
    float: right;
}

.modal_body_type1 .count_text_box {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #d3b44f;
}

.modal_body_type2 .count_text_box {
    background-color: rgb(193, 155, 90);
    border: 1px solid #604200;
}

/* for btn sprite */
.btn_sprite,
div.list_box > a:after,
.flex-direction-nav a:before,
.flex-direction-nav a.flex-next:before,
#alert_released_story_list .story_box:after { background-image: url("../img/common/btn/_btn_sprite.png"); background-repeat: no-repeat; background-size: 193px 1561px;}
.btn_arrow_l,
.flex-direction-nav a:before { width: 13px; height: 20px; background-position: 0 0; }
.btn_arrow_r,
.flex-direction-nav a.flex-next:before,
#alert_released_story_list .story_box:after { width: 13px; height: 20px; background-position: 0 -21px; }
.btn_back { width: 193px; height: 29px; background-position: 0 -42px; }
.btn_date { width: 185px; height: 48px; background-position: 0 -72px; }
.btn_date_on, .btn_date.on { width: 185px; height: 48px; background-position: 0 -121px; }
.btn_detail { width: 18px; height: 18px; background-position: 0 -170px; }
.btn_l_type1 { width: 185px; height: 40px; background-position: 0 -189px; }
.btn_l_type1_on, .btn_l_type1.on { width: 185px; height: 40px; background-position: 0 -230px; }
.btn_l_type2 { width: 185px; height: 40px; background-position: 0 -271px; }
.btn_l_type2_on, .btn_l_type2.on { width: 185px; height: 40px; background-position: 0 -312px; }
.btn_m_type1 { width: 105px; height: 32px; background-position: 0 -353px; }
.btn_m_type1_on, .btn_m_type1.on { width: 105px; height: 32px; background-position: 0 -386px; }
.btn_m_type2 { width: 105px; height: 32px; background-position: 0 -419px; }
.btn_m_type2_on, .btn_m_type2.on { width: 105px; height: 32px; background-position: 0 -452px; }
.btn_modal_return_top { width: 88px; height: 14px; background-position: 0 -485px; }
.btn_next { width: 80px; height: 23px; background-position: 0 -500px; }
.btn_next_type2 { width: 80px; height: 23px; background-position: 0 -549px; }
.btn_off { width: 48px; height: 24px; background-position: 0 -574px; }
.btn_off_on { width: 48px; height: 24px; background-position: 0 -598px; }
.btn_on { width: 48px; height: 24px; background-position: 0 -623px; }
.btn_on_on { width: 48px; height: 24px; background-position: 0 -648px; }
.btn_prev { width: 80px; height: 23px; background-position: 0 -673px; }
.btn_prev_type2 { width: 80px; height: 23px; background-position: 0 -722px; }
.btn_s_get { width: 55px; height: 28px; background-position: 0 -746px; }
.btn_s_get_comp { width: 55px; height: 28px; background-position: 0 -775px; }
.btn_s_go { width: 55px; height: 28px; background-position: 0 -804px; }
.btn_s_go_on { width: 55px; height: 28px; background-position: 0 -833px; }
.btn_s_type2 { width: 75px; height: 23px; background-position: 0 -862px; }
.btn_s_type2_on, .btn_s_type2.on { width: 75px; height: 23px; background-position: 0 -886px; }
.btn_s_type3 { width: 74px; height: 24px; background-position: 0 -911px; }
.btn_s_type3_on, .btn_s_type3.on { width: 74px; height: 24px; background-position: 0 -935px; }
.btn_select_arrow_l { width: 22px; height: 65px; background-position: 0 -960px; }
.btn_select_arrow_r { width: 22px; height: 65px; background-position: 0 -1026px; }
.btn_sort { width: 73px; height: 24px; background-position: 0 -1092px; }
.btn_sort_on,
input:checked+label.sort_1,
input:checked+label.sort_2,
input:checked+label.sort_genre_1,
input:checked+label.sort_genre_2,
input:checked+label.sort_genre_3,
input:checked+label.sort_genre_4,
input:checked+label.sort_genre_5,
input:checked+label.sort_genre_6,
input:checked+label.sort_genre_7,
input:checked+label.sort_genre_8,
input:checked+label.sort_genre_9,
input:checked+label.attribute_1,
input:checked+label.attribute_2,
input:checked+label.attribute_3,
input:checked+label.attribute_4,
input:checked+label.rare_1,
input:checked+label.rare_2,
input:checked+label.rare_3,
input:checked+label.rare_4,
input:checked+label.rare_5,
input:checked+label.gift_search_type_1,
input:checked+label.gift_search_type_2,
input:checked+label.gift_search_type_3,
input:checked+label.gift_search_type_4,
input:checked+label.gift_search_type_5,
input:checked+label.gift_search_type_6,
input:checked+label.dog,
input:checked+label.party_embed { width: 73px; height: 24px; background-position: 0 -1117px; }
.btn_ss_type1 { width: 92px; height: 40px; background-position: 0 -1192px; }
.btn_ss_type1_on, .btn_ss_type1.on { width: 92px; height: 40px; background-position: 0 -1233px; }
.btn_ss_type2 { width: 92px; height: 40px; background-position: 0 -1274px; }
.btn_ss_type2_on, .btn_ss_type2.on { width: 92px; height: 40px; background-position: 0 -1315px; }
.btn_sss_type1 { width: 64px; height: 40px; background-position: 0 -1356px; }
.btn_sss_type1_on, .btn_sss_type1.on { width: 64px; height: 40px; background-position: 0 -1397px; }
.btn_story { width: 185px; height: 48px; background-position: 0 -1438px; }
.btn_story_on, .btn_story.on { width: 185px; height: 48px; background-position: 0 -1487px; }
.btn_voice { width: 25px; height: 25px; background-position: 0 -1536px; }
.btn_next_s { width: 24px; height: 24px; background-position: 0 -524px; }
.btn_prev_s { width: 24px; height: 24px; background-position: 0 -697px; }
.btn_ss02 { width: 79px; height: 24px; background-position: 0 -1142px; }
.btn_ss02_on { width: 79px; height: 24px; background-position: 0 -1167px; }

/* for icon sprite */
.icon_sprite,
.unit.leader:before,
.unit.friend:before { background-image: url("../img/common/icon/_icon_sprite-s6f516c1c43.png"); background-repeat: no-repeat; background-size: 125px 944px}
.icon_attr_1 { width: 13px; height: 13px; background-position: 0 0; }
.icon_attr_2 { width: 13px; height: 13px; background-position: 0 -14px; }
.icon_attr_3 { width: 13px; height: 13px; background-position: 0 -28px; }
.icon_attr_4 { width: 13px; height: 13px; background-position: 0 -42px; }
.icon_book { width: 35px; height: 26px; background-position: 0 -56px; }
.icon_card_leader, .unit.leader:before { width: 52px; height: 18px; background-position: 0 -82px; }
.icon_card_support, .unit.friend:before { width: 52px; height: 18px; background-position: 0 -101px; }
.icon_detail { width: 28px; height: 28px; background-position: 0 -121px; }
.icon_effect_lovepoint { width: 52px; height: 70px; background-position: 0 -150px; }
.icon_lovepoint_up { width: 35px; height: 42px; background-position: 0 -221px; }
.icon_m_clear { width: 58px; height: 26px; background-position: 0 -264px; }
.icon_m_complete { width: 58px; height: 26px; background-position: 0 -291px; }
.icon_new_l { width: 34px; height: 10px; background-position: 0 -318px; }
.icon_new_m { width: 28px; height: 15px; background-position: 0 -329px; }
.icon_new_s { width: 24px; height: 12px; background-position: 0 -345px; }
.icon_news_admin { width: 25px; height: 25px; background-position: 0 -358px; }
.icon_news_chara { width: 25px; height: 25px; background-position: 0 -384px; }
.icon_news_friend { width: 25px; height: 25px; background-position: 0 -410px; }
.icon_news_mission { width: 25px; height: 25px; background-position: 0 -436px; }
.icon_news_story { width: 25px; height: 25px; background-position: 0 -462px; }
.icon_non { width: 125px; height: 125px; background-position: 0 -488px; }
.icon_notification { width: 15px; height: 15px; background-position: 0 -614px; }
.icon_on_img_rendezvous { width: 56px; height: 45px; background-position: 0 -630px; }
.icon_on_img_story { width: 56px; height: 45px; background-position: 0 -676px; }
.icon_rea { width: 13px; height: 13px; background-position: 0 -722px; }
.icon_reward { width: 37px; height: 33px; background-position: 0 -736px; }
.icon_rock { width: 35px; height: 26px; background-position: 0 -770px; }
.icon_sd_balloon_comment { width: 39px; height: 36px; background-position: 0 -797px; }
.icon_sd_balloon_menu { width: 39px; height: 36px; background-position: 0 -834px; }
.icon_sd_balloon_notice { width: 39px; height: 36px; background-position: 0 -871px; }
.icon_sd_balloon_voice { width: 39px; height: 36px; background-position: 0 -908px; }

/* for modal sprite */
.modal_sprite,
.table_sprite,
.news_body:before,
.news_title:before { background-image: url("../img/common/modal/_modal_sprite.png"); background-repeat: no-repeat; background-size: 303px 281px}
.modal_btn_close_type1 { width: 145px; height: 30px; background-position: 0 0; }
.modal_btn_close_type2 { width: 145px; height: 30px; background-position: 0 -31px; }
.modal_footer_type1,
.table_footer_type1 { width: 303px; height: 15px; background-position: 0 -62px; }
.modal_footer_type2,
.table_footer_type2 { width: 303px; height: 15px; background-position: 0 -78px; }
.modal_head_type1,
.table_head_type1 { width: 303px; height: 37px; background-position: 0 -94px; }
.modal_head_type2,
.table_head_type2 { width: 303px; height: 15px; background-position: 0 -148px; }
.modal_icon,
.news_title:before { width: 18px; height: 13px; background-position: 0 -164px; }
.modal_line,
.news_body:before { width: 243px; height: 1px; background-position: 0 -178px; }
.modal_list_footer_even { width: 252px; height: 19px; background-position: 0 -180px; }
.modal_list_footer_odd { width: 252px; height: 19px; background-position: 0 -200px; }
.modal_list_head_even { width: 252px; height: 19px; background-position: 0 -220px; }
.modal_list_head_odd { width: 252px; height: 19px; background-position: 0 -240px; }
.modal_title { width: 243px; height: 21px; background-position: 0 -260px; }
.modal_head_type1_title_non, .table_head_type1_title_non { width: 303px; height: 15px; background-position: 0 -132px; }

/* for num header sprite */
.header_num_sprite { background-image: url("../img/common/header/_header_num_sprite.png"); background-repeat: no-repeat; background-size: 6px 185px;}
.b_0 { width: 6px; height: 7px; background-position: 0 0; }
.b_1 { width: 4px; height: 7px; background-position: 0 -8px; }
.b_2 { width: 6px; height: 7px; background-position: 0 -16px; }
.b_3 { width: 6px; height: 8px; background-position: 0 -24px; }
.b_4 { width: 6px; height: 7px; background-position: 0 -33px; }
.b_5 { width: 6px; height: 8px; background-position: 0 -41px; }
.b_6 { width: 6px; height: 8px; background-position: 0 -50px; }
.b_7 { width: 6px; height: 7px; background-position: 0 -59px; }
.b_8 { width: 6px; height: 8px; background-position: 0 -67px; }
.b_9 { width: 6px; height: 8px; background-position: 0 -76px; }
.b_non { width: 4px; height: 7px; background-position: 0 -85px; }
.r_0 { width: 6px; height: 7px; background-position: 0 -93px; }
.r_1 { width: 4px; height: 7px; background-position: 0 -101px; }
.r_2 { width: 6px; height: 7px; background-position: 0 -109px; }
.r_3 { width: 6px; height: 8px; background-position: 0 -117px; }
.r_4 { width: 6px; height: 7px; background-position: 0 -126px; }
.r_5 { width: 6px; height: 8px; background-position: 0 -134px; }
.r_6 { width: 6px; height: 8px; background-position: 0 -143px; }
.r_7 { width: 6px; height: 7px; background-position: 0 -152px; }
.r_8 { width: 6px; height: 8px; background-position: 0 -160px; }
.r_9 { width: 6px; height: 8px; background-position: 0 -169px; }
.r_non { width: 4px; height: 7px; background-position: 0 -178px; }

/* header */
.header_sprite { background-image: url("../img/common/header/_header_sprite.png"); background-repeat: no-repeat; background-size: 320px 580px;}
.header_bg { width: 320px; height: 68px; background-position: 0 0; }
.header_btn_home { width: 46px; height: 46px; background-position: 0 -154px; }
.header_btn_main { width: 46px; height: 46px; background-position: 0 -201px; }
.header_btn_close, .header_btn_main.open { width: 46px; height: 46px; background-position: 0 -107px; }
.header_gage_type1 { width: 83px; height: 16px; background-position: 0 -248px; }
.header_gage_type1_bg { width: 83px; height: 16px; background-position: 0 -282px; }
.header_gage_type2 { width: 81px; height: 16px; background-position: 0 -299px; }
.header_gage_type2_bg { width: 81px; height: 16px; background-position: 0 -333px; }
.header_gage_type1_bar { width: 83px; height: 16px; background-position: 0 -265px; }
.header_gage_type2_bar { width: 81px; height: 16px; background-position: 0 -316px; }
.header_rank { width: 47px; height: 37px; background-position: 0 -525px; }
.header_info_bg { width: 275px; height: 143px; background-position: 0 -350px; }
.header_info_btn { width: 47px; height: 30px; background-position: 0 -494px; }
.header_bnt_1 { width: 17px; height: 17px; background-position: 0 -69px; }
.header_bnt_2 { width: 19px; height: 19px; background-position: 0 -87px; }
.header_text_rank { width: 54px; height: 17px; background-position: 0 -563px; }

#header {
    text-align: center;
    width: 320px;
    height: 68px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20000;
}

#header > div {
    width: 100%;
    height: 100%;
    position: relative;
}

#header #home {
    width: 46px;
    height: 46px;
}

#header #virtual_money{
    text-align: right;
    width: 70px;
    padding-right: 3px;
    font-size: 9px;
    position: absolute;
    top: 22px;
    color: #ecc3ff;
}
#header #virtual_money_payment{
    height: 17px;
    width: 17px;
    position: absolute;
    top: 17px;
    left: 240px;
}

#header #medal {
    text-align: right;
    width: 70px;
    padding-right: 3px;
    font-size: 9px;
    position: absolute;
    top: 6px;
    color: #ecc3ff;
}

#header #virtual_money {
    left: 170px;
}

#header #medal {
    left: 190px;
}

#header #rank {
    position: absolute;
    top: 1px;
    left: 138px;
}

#header #user_lv {
    width: 157px;
    height: 30px;
    padding-top: 13px;
    position: absolute;
    top: 0px;
    left: -61px;
    font-size: 12px;
    color: #ffffff;
    z-index: 100;
    text-shadow: 1px 0px 1px #bf3bfe, -1px 0px 1px #bf3bfe, 0px 1px 1px #bf3bfe, 0px -1px 1px #bf3bfe,
                 1px 0px 1px #bf3bfe, -1px 0px 1px #bf3bfe, 0px 1px 1px #bf3bfe, 0px -1px 1px #bf3bfe,
                 1px 0px 1px #bf3bfe, -1px 0px 1px #bf3bfe, 0px 1px 1px #bf3bfe, 0px -1px 1px #bf3bfe,
                 1px 0px 1px #bf3bfe, -1px 0px 1px #bf3bfe, 0px 1px 1px #bf3bfe, 0px -1px 1px #bf3bfe;
}

.myranking {
    position: absolute;
    top: 12px;
    left: 73px;
    text-align: center;
    width: 25px;
}

#header #table_1 {
    position: absolute;
    top: 1px;
    left: 52px;
}

#header #table_2 {
    position: absolute;
    top: 19px;
    left: 61px;
}

#header #table_1 > div , #header #table_2 > div {
    position: relative;
}

#header .gage_box1 {
    width: 65px;
    height: 9px;
    position: absolute;
    top: 3px;
    left: 17px;
}

#header .gage_box2 {
    width: 62px;
    height: 9px;
    position: absolute;
    top: 3px;
    left: 17px;
}

#header .gage_box1 .disp_gage,
#header .gage_box2 .disp_gage {
    height: 100%;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -webkit-box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.5) inset;
}

#table_1 .disp_gage {
    background-color: #d4257b;
}

#table_2 .disp_gage {
    background-color: #871dd2;
}

#header .gage_cover {
    position: relative;
    z-index: 1;
}

#header #table_1_param, #header #table_2_param {
    position: absolute;
    width: 50px;
    top: 9px;
    right: 0px;
    z-index: 1;
    font-size: 8px;
    text-align: right;
}

#header #table_1_param {
    color: #ffffff;
    text-shadow: 1px 0px 1px #8d6614, -1px 0px 1px #8d6614, 0px 1px 1px #8d6614, 0px -1px 1px #8d6614,
                 1px 0px 1px #8d6614, -1px 0px 1px #8d6614, 0px 1px 1px #8d6614, 0px -1px 1px #8d6614,
                 1px 0px 1px #8d6614, -1px 0px 1px #8d6614, 0px 1px 1px #8d6614, 0px -1px 1px #8d6614,
                 1px 0px 1px #8d6614, -1px 0px 1px #8d6614, 0px 1px 1px #8d6614, 0px -1px 1px #8d6614;
}

#header #table_2_param {
    color: #ffffff;
    text-shadow: 1px 0px 1px #8d6614, -1px 0px 1px #8d6614, 0px 1px 1px #8d6614, 0px -1px 1px #8d6614,
                 1px 0px 1px #8d6614, -1px 0px 1px #8d6614, 0px 1px 1px #8d6614, 0px -1px 1px #8d6614,
                 1px 0px 1px #8d6614, -1px 0px 1px #8d6614, 0px 1px 1px #8d6614, 0px -1px 1px #8d6614,
                 1px 0px 1px #8d6614, -1px 0px 1px #8d6614, 0px 1px 1px #8d6614, 0px -1px 1px #8d6614;

}

#header .header_btn_main {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 0;
}

#header #show_status {
    width: 200px;
    height: 24px;
    display: none;
    position: absolute;
    top: 80px;
    left: 50px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #fff;
    background-color: rgba(0,0,0,.75);
}

#header #show_status > div {
    display: none;
    line-height: 22px;
}

/* ヘッダユーザステータス */
#user_status_modal_area .modal_body .modal_contents {
    overflow: visible;
}

#us_top {
    margin: 8px 0 8px 50px;
    padding: 3px 0;
    position: relative;
    height: 70px;
    z-index: 100;
}

#us_top #my_avatar {
    width: 80px;
    position: absolute;
    top: -35px;
    left: -45px;
}

#us_content {
    position: absolute;
    top: 0px;
    left: 30px;
}

#us_rank_gauge {
    position: absolute;
    width: 190px;
    top: 22px;
    left: 30px;
}

#us_rank_gauge > div {
    width: 190px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    background: url("../../img/common/header/gauge/gauge_exp_l_box.png"),
       url("../../img/common/header/gauge/gauge_exp_l_bg.png") no-repeat;
    background-size: 190px 10px;
}
#us_rank_gauge > div > div {
    position: absolute;
    top: 0px;
    left: 2px;
    width: 186px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    background: url("../../img/common/header/gauge/gauge_exp_l_bar.png") no-repeat;
    background-size: 186px 10px;
}

#us_user_next_exp {
    position: absolute;
    top: 40px;
    left: 30px;
    font-size: 10px;
}

#us_content #us_user_rank {
    padding-left: 55px;
    margin-left: 10px;
    font-size: 18px;
    float: left;
    position: relative;
    color: #fff;
    text-shadow: 1px 0px 1px #9C6330, -1px 0px 1px #9C6330, 0px 1px 1px #9C6330, 0px -1px 1px #9C6330,
                 1px 0px 1px #9C6330, -1px 0px 1px #9C6330, 0px 1px 1px #9C6330, 0px -1px 1px #9C6330,
                 1px 0px 1px #9C6330, -1px 0px 1px #9C6330, 0px 1px 1px #9C6330, 0px -1px 1px #9C6330,
                 1px 0px 1px #9C6330, -1px 0px 1px #9C6330, 0px 1px 1px #9C6330, 0px -1px 1px #9C6330;
}

#us_content #us_user_rank:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

#us_content #us_user_after_rank {
    margin-left: 8px;
    padding-left: 13px;
    font-size: 18px;
    float: left;
    position: relative;
    color: #fff;
    text-shadow: 1px 0px 1px #70d624, -1px 0px 1px #70d624, 0px 1px 1px #70d624, 0px -1px 1px #70d624,
                 1px 0px 1px #70d624, -1px 0px 1px #70d624, 0px 1px 1px #70d624, 0px -1px 1px #70d624,
                 1px 0px 1px #70d624, -1px 0px 1px #70d624, 0px 1px 1px #70d624, 0px -1px 1px #70d624,
                 1px 0px 1px #70d624, -1px 0px 1px #70d624, 0px 1px 1px #70d624, 0px -1px 1px #70d624;
}

#us_content #us_user_after_rank:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
}

#us_bottom {
    position: absolute;
    top: 74px;
    left: 14px;
    z-index: 101;
}

#us_bottom > #us_table_1_time,
#us_bottom > #ev_us_table_1_time {
    position: absolute;
    top: 26px;
    left: 124px;
    font-size: 12px;
}

#us_bottom > #us_table_2_time {
    position: absolute;
    top: 68px;
    left: 124px;
    font-size: 12px;
}

#us_bottom > #us_jail {
    position: absolute;
    top: 118px;
    left: 124px;
    font-size: 12px;
}

#us_bottom > #us_cafe_hp_btn,
#us_bottom > #us_stamina_btn,
#us_bottom > #us_jail_btn > a {
    position: absolute;
    font-size: 12px;
    line-height: 30px;
}

#us_bottom > #us_cafe_hp_btn {
    top: 9px;
    left: 220px;
}

#us_bottom > #us_stamina_btn {
    top: 50px;
    left: 220px;
}

#us_bottom > #us_jail_btn > a {
    top: 103px;
    left: 220px;
}

/*********************
* グローバルメニュー *
*********************/
.menu_sprite { background-image: url("../../img/common/menu/_menu_sprite-sa3c7be9393.png"); background-repeat: no-repeat; background-size: 91px 880px}
.menu_01 { width: 69px; height: 58px; background-position: 0 0; }
.menu_02 { width: 69px; height: 58px; background-position: 0 -59px; }
.menu_03 { width: 69px; height: 58px; background-position: 0 -117px; }
.menu_04 { width: 69px; height: 58px; background-position: 0 -176px; }
.menu_05 { width: 69px; height: 58px; background-position: 0 -234px; }
.menu_06 { width: 69px; height: 58px; background-position: 0 -293px; }
.menu_07 { width: 69px; height: 58px; background-position: 0 -350px; }
.menu_08 { width: 91px; height: 39px; background-position: 0 -410px; }
.menu_09 { width: 91px; height: 39px; background-position: 0 -449px; }
.menu_10 { width: 91px; height: 39px; background-position: 0 -489px; }
.menu_11 { width: 68px; height: 38px; background-position: 0 -528px; }
.menu_12 { width: 68px; height: 38px; background-position: 0 -567px; }
.menu_13 { width: 68px; height: 38px; background-position: 0 -606px; }
.menu_14 { width: 68px; height: 38px; background-position: 0 -645px; }
.menu_15 { width: 91px; height: 39px; background-position: 0 -684px; }
.menu_16 { width: 91px; height: 39px; background-position: 0 -724px; }
.menu_16_non { width: 91px; height: 39px; background-position: 0 -763px; }
.menu_17 { width: 91px; height: 39px; background-position: 0 -802px; }
.menu_18 { width: 91px; height: 39px; background-position: 0 -842px; }

#global_menu {
    width: 100%;
    height: 100%;
    padding-top: 55px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10001;
    /*
    background-color: #000;
    */
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    /*
    background-image: url("../../img/common/menu/menu_bg.jpg");
    */
    background-size: 320px 370px;
    background-position: center top;
    background-repeat: no-repeat;
}

#global_menu.on {
    display: block;
}

#global_menu .part_menu_btns {
    text-align: center;
}

#global_menu .part_menu_btns > div,
#global_menu .part_menu_btns > a {
    display: inline-block;
    margin-bottom: 4px;
}

#global_menu #menu_top > div:nth-child(2) {
        margin-top: -10px;
        margin-bottom: 6px;
}

#global_menu #menu_bottom {
    padding-top: 16px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
}

#global_menu #menu_bottom:before {
    content: "";
    width: 280px;
    height: 1px;
    border-top: 1px solid #b98d1d;
    position: absolute;
    top: 5px;
    left: 20px;
}

#global_menu #menu_bottom_collection {
    height: 40px;
    position: relative;
}

#global_menu #menu_bottom_collection > div#menu_sound_ctr {
    padding: 4px 8px 4px 4px;
    line-height: 24px;
}

#global_menu #menu_bottom_collection > div#menu_sound_ctr > div {
    float: right;
    margin-top: 2px;
    margin-right: 8px;
}

#global_menu #menu_bottom_collection > div#menu_sound_ctr > div > div {
    margin-left: 8px;
    float: left;
}

#global_menu #menu_bottom_collection > div.part_menu_btns {
    margin-right: 20px;
    float: right;
}

#menu_sound_ctr {
    width: 165px;
    position: absolute;
    top: 1px;
    right: 8px;
}

#menu_sound_ctr img,
#sound_bgm img {
    width: 28px;
}

.clear_both {
    clear:both;
    padding-top: 20px;
}

.menu_bottom_margin {
    margin-top: -10px;
}

.sound_btn img {
    width: 50px;
}

#cnt_adjustment {
    padding-top: 30px;
}

#menu_help {
    position: absolute;
    top: 1px;
    left: 62px;
}

#menu_schedule {
    position: absolute;
    top: 3px;
    left: 28px;
}
#menu_schedule.on {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95);
}
#menu_schedule img {
    width: 33px;
}

/* ro title class */
#cnt_adjustment > .title {
    z-index: 1;
}

.title {
    width: 100%;
    position: relative;
}

.title > .title_inner {
    width: 200px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
}

.title > .title_inner img {
    width: 100%;
}

/* for btn class*/
.btn {
    display: block;
    cursor: pointer;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.btn.btn_l_type1,
.btn.btn_l_type2,
.btn_ss_type1,
.btn_ss_type2,
.btn.btn_sss_type1 {
    line-height: 40px;
}

.btn.btn_m_type1, .btn.btn_m_type2 {
    line-height: 32px;
}

.btn.btn_s_type1, .btn.btn_s_type2 {
    line-height: 23px;
}

.btn.btn_s_type3 {
    line-height: 24px;
}

.btn.btn_l_type1,
.btn.btn_m_type1,
.btn.btn_s_type1,
.btn.btn_ss_type1,
.btn.btn_sss_type1 {
    color: #fff;
    text-shadow: 1px 0px 1px #d4335c, -1px 0px 1px #d4335c, 0px 1px 1px #d4335c, 0px -1px 1px #d4335c,
                 1px 0px 1px #d4335c, -1px 0px 1px #d4335c, 0px 1px 1px #d4335c, 0px -1px 1px #d4335c,
                 1px 0px 1px #d4335c, -1px 0px 1px #d4335c, 0px 1px 1px #d4335c, 0px -1px 1px #d4335c,
                 1px 0px 1px #d4335c, -1px 0px 1px #d4335c, 0px 1px 1px #d4335c, 0px -1px 1px #d4335c;
}

.btn.btn_l_type2,
.btn.btn_m_type2,
.btn.btn_s_type2,
.btn.btn_ss_type2,
.btn.btn_s_type3 {
    color: #fff;
    text-shadow: 1px 0px 1px #af46ff, -1px 0px 1px #af46ff, 0px 1px 1px #af46ff, 0px -1px 1px #af46ff,
                 1px 0px 1px #af46ff, -1px 0px 1px #af46ff, 0px 1px 1px #af46ff, 0px -1px 1px #af46ff,
                 1px 0px 1px #af46ff, -1px 0px 1px #af46ff, 0px 1px 1px #af46ff, 0px -1px 1px #af46ff,
                 1px 0px 1px #af46ff, -1px 0px 1px #af46ff, 0px 1px 1px #af46ff, 0px -1px 1px #af46ff;
}

.btn.on {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95);
}

.btn.on.l_scale {
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.btn.on.r_scale {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.btn.on.lc_scale {
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.btn.on.rc_scale {
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.btn.on.ct_scale {
    -webkit-transform-origin: center top;
    transform-origin: center top;
}

.btn.on.cb_scale {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.btn_back {
    text-align: left;
    padding-top: 9px;
    padding-left: 35px;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0;
}

.dispbox_center .btn {
    margin-right: 2%;
    margin-left: 2%;
}

#filter_modal_area .modal_body .modal_contents {
    max-height: 345px;
}

.sort_btns {
    width: 100%;
    text-align: center;
}

.sort_btns > div.sort_btn {
    display: inline-block;
    margin: 0 8px 8px;
}

.sort_btns > div.sort_btn input {
    display: none;
}

.sort_btns > div.sort_btn label {
    display: block;
    text-align: center;
    padding-left: 10px;
    line-height: 22px;
    font-size: 10px;
}

.sort_btns > div.sort_btn label.attribute_3 {
    font-size: 8px;
}

.sort_btns.btn_3_line {
    width: 250px;
    padding-left: 3px;
    margin: 0 auto 8px;
    text-align: center;
}

.sort_btns.btn_3_line > div.sort_btn {
    margin: 0 3px 8px;
}

.tap {
    width: 83px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    background: url("../../img/common/parts/tap.png") no-repeat;
    background-size: 83px 30px;
}

/* for modal class */
.modal {
    width: 303px;
    margin: 0 auto;
}

.modal hr {
    display: block;
    margin: 0;
    border: none;
}

.modal_head, .modal_footer, .modal_body {
    margin: 0 auto;
}

.modal_head_type1, .modal_head_type2 {
    text-align: center;
    line-height: 37px;
    font-size: 13px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
}

.modal_head_type1 {
    color: #fffff0;
}

.modal_head_type2 {
    position: relative;
    bottom: -1px;
    color: #fffff0;
}

.modal_head_type1_title_non, .table_head_type1_title_non {
    position: relative;
}

.modal_head_type1_title_non .table_title, .table_head_type1_title_non .table_title{
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
}

.modal_head_type2 > .title,
.table_head_type2 > .title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
}

.modal_head_type2 > .title > img,
.table_head_type2 > .title > img{
    width: 181px;
}

.modal_body_type1,
.modal_body_type2,
.table_body_type1,
.table_body_type2 {
    width: 303px;
    padding: 3px 13px 15px;
    background-size: 303px 10px;
    background-repeat: repeat-y;
    position: relative;
    top: -1px;
}

.modal_body_type1,
.table_body_type1 {
    background-image: url("../img/common/modal/modal_body_type1.png");
    color: #fff;
}

.modal_body_type2,
.table_body_type2 {
    background-image: url("../img/common/modal/modal_body_type2.png");
    color: #654503;
}

.modal_head_type6 {
    background-image: url("../img/common/modal/modal_head_type6.png");
    background-size: 230px 41px;
    width: 230px;
    height: 36px;
    padding: 3px 13px 15px;
    background-repeat: no-repeat;
}

.modal_body_type6 {
    background-image: url("../img/common/modal/modal_body_type6.png");
    background-size: 230px 20px;
    width: 230px;
    padding: 3px 13px 15px;
    background-repeat: repeat-y;
    color: #fff;
    font-size: 11px;
    z-index: 100
}

.cafe_tips:before,
.cafe_tips_date:before,
.cafe_tips_practice:before,
.cafe_tips_clock:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.45);
}

.modal_footer_type6 {
    background-image: url("../img/common/modal/modal_footer_type6.png");
    background-size: 230px 30px;
    width: 230px;
    height: 30px;
    padding: 3px 13px 15px;
    background-repeat: no-repeat;
}

.modal_btn_close6 {
    text-align: center;
}

.modal_btn_close6 img {
    width: 150px;
}

.modal_body .modal_contents {
    width: 100%;
    min-height: 200px;
    max-height: 300px;
    overflow: scroll;
}

/*news用*/
 .news_hi {
    height: 250px;
}

.news_ago {
    margin: 10px 0 0 171px;
}
/*news用*/

.modal_footer,
.table_footer {
    position: relative;
    top: -4px;
}

.modal_footer .modal_close, .modal_footer .modal_btn_close {
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.modal_footer .modal_btn_close_type2.modal_btn_close {
    bottom: -11px;
}

.modal_news_title .detail {
    text-align: left;
    margin-top: 3px;
    margin-bottom: 3px;
/*    padding-left: 18px;*/
    color: #fff;
}

.modal_news_title .time_stamp {
    text-align: right;
    padding-right: 17px;
    color: #ff93b2;
}

.modal_news_title .time_stamp > span {
    margin-bottom: -4px;
    margin-right: 3px;
}

.modal_news {
    margin-bottom: 8px;
    padding-left: 16px;
}

.modal_text {
    line-height: 1.2;
    padding: 5px 15px 5px 5px;
    color: #ecd5ff;
}

.modal_text .modal_text_link {
    text-align: center;
    margin-top: 8px;
}

.modal_text .modal_text_link a {
    color: #e8c370;
    text-decoration: underline;
}

/* for modal in notice class */
ul#notice_lsit {
    width: 100%;
    margin: 0;
    padding: 0;
}

ul#notice_lsit.news {

}

ul#notice_lsit > li {
    list-style: none;
    margin-bottom: 8px;
}

.notice {
    display: block;
    width: 252px;
    min-height: 50px;
    margin: 0 auto;
}

.modal_list_head_odd, .modal_list_head_even {
    position: relative;
    bottom: -1px;
}

.modal_list_footer_odd, .modal_list_footer_even {
    position: relative;
    top: -1px;
}

.notice_body {
    width: 252px;
    text-align: left;
    background-size: 251px 3px;
    background-repeat: repeat-y;
    position: relative;
    z-index: 1;
}

.modal_list_body_odd {
    background-image: url("../img/common/modal/modal_list_body_odd.png");
}

.modal_list_body_even {
    background-image: url("../img/common/modal/modal_list_body_even.png");
}

#show_notice {
    display: block;
    width: 252px;
    min-height: 30px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: right;
}

/*******************
* ストーリー解禁モーダル系 *
*******************/
#alert_released_story_list_modal_area {
    width: 100%;
    height: 100%;
    z-index: 10000 !important;
}
@media screen and (min-width:320px) and (max-width:480px) {
    #alert_released_story_list_modal_area {
    	position: fixed !important;
        top: 100px !important;
    }
}
@media screen and (min-width:480px) {
    #alert_released_story_list_modal_area {
    	position: fixed !important;
        top: 100px !important;
    }
}
@media screen and (min-width:980px) {
    #alert_released_story_list_modal_area {
    	position: absolute !important;
        top: 100px !important;
    }
}

#alert_released_story_list_modal_area .modal_body .modal_contents {
    min-height: 50px;
}

#alert_released_story_list_modal_area:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
}

#alert_released_story_list {
    padding: 0 0 8px;
    overflow: scroll;
    height: 120px;
}

#alert_released_story_list .story_box {
    text-align: left;
    display: block;
    margin: 0 auto 8px;
    padding: 5px 8px 0 50px;
    font-size: 11px;
    position: relative;
}

#alert_released_story_list .story_box:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
}

#alert_released_story_list .story_box img {
    width: 33px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    position: absolute;
    left: 10px;
    top: 0;
}

#alert_released_story_list .story_box .story_title {
    line-height: 1.3;
    color: #fff;
}

/*******************
* lessモーダル系 *
*******************/
#less_virtual_money_modal_area,
#less_user_cafehp_modal_area,
#less_user_stamina_modal_area {
    z-index: 20002 !important;
}

@media screen and (min-width:320px) and (max-width:480px) {
    #less_virtual_money_modal_area,
    #less_user_cafehp_modal_area,
    #less_user_stamina_modal_area {
        position: fixed !important;
        top: 75px !important;
    }
}
@media screen and (min-width:480px) {
    #less_virtual_money_modal_area,
    #less_user_cafehp_modal_area,
    #less_user_stamina_modal_area {
        position: fixed !important;
        top: 75px !important;
    }
}
@media screen and (min-width:980px) {
    #less_virtual_money_modal_area,
    #less_user_cafehp_modal_area,
    #less_user_stamina_modal_area {
        position: absolute !important;
        top: 90px !important;
    }
}

#less_virtual_money_modal_area .modal_contents,
#less_user_cafehp_modal_area .modal_contents,
#less_user_stamina_modal_area .modal_contents {
    min-height: 65px;
}

#cafe_hp_recover_time span,
#stamina_recover_time span {
    color: #d2b24f;
}

.notice_icon, .notice_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.notice_icon {
    left: 10px;
}

.notice_title {
    padding-left: 40px;
    padding-right: 20px;
    line-height: 1.2;
    font-size: 10px;
}

.notice_title > span {
    display: inline-block;
    margin-bottom: -3px;
}

.notice_btn {
    right: 10px;
}

ul#notice_lsit.news .notice_day {
    text-align: left;
    font-size: 10px;
    padding-left: 10px;
    line-height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

ul#notice_lsit.news .notice_title {
    display: inline-block;
    padding-left: 55px;
}

ul#notice_lsit > li:last-child {
    margin-bottom: none;
    margin-bottom: -3px;
}

ul#notice_lsit > li:nth-child(odd) > a {

}

ul#notice_lsit > li:nth-child(odd) .notice_title {
    color: #ffff6f;
}

ul#notice_lsit > li:nth-child(even) > a {

}

ul#notice_lsit > li:nth-child(even) .notice_title {
    color: #fff;
}

.news_box {
    width: 100%;
}

.news_box .table_body_type1 {
    padding-bottom: 3px;
}

.news_box .news_title {
    padding-left: 18px;
    margin-bottom: 4px;
    position: relative;
}

.news_box .news_title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.news_box .news_day {
    width: 100%;
    text-align: right;
    padding-right: 10px;
    color: #ff93b2;
}

.news_box .news_body {
    margin-top: 9px;
    line-height: 1.4;
    position: relative;
}

.news_box .news_body:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.news_box .news_body img {
    width: 100%;
}

.news_box .news_body img.banner {
    width: 80%;
    display: inline-block;
    margin: 0 auto;
}

.banner {
    width: 275px;
    margin: 0 auto 4px;
}

.banner.on {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95);
}

.banner a {
    display: block;
    width: 100%;
    /* MIXI
    height: 100%;
    */
    position: relative;
}

.banner a img {
    width: 100%;
}

#pager, .pager {
    width: 230px;
    height: 23px;
    margin: 8px auto;
    position: relative;
}

#pager.pager_type2, .pager.pager_type2 {
    color: #905b10;
}

#pager > #page_text, .pager > .page_text {
    height: 23px;
    line-height: 23px;
    text-align: center;
}

#pager > #prev, #pager > #next, .pager > .prev, .pager > .next {
    position: absolute;
    top: 0;
}

#pager > #prev, .pager > .prev {
    left: 0;
}

#pager > #next, .pager > .next {
    right: 0;
}

div[id*="_modal_area"] {
    display:none;
}

#lean_overlay, #em_overlay {
    position: fixed;
    z-index: 8000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background-color: rgba(0,0,0,.8);
    display: none;
}

.attentions_img_bar{
    width: 100%;
    height: 20px;
    background-image: url("../../img/common/parts/bar_sub.png");
    background-size: 265px 20px;
    margin: 20px auto;
    position: relative;
}

.attentions_img_bar div {
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
}


/* for cafe layout */
#cafe_layout {
    text-align: center;
    width: 320px;
    height: 473px;
    /*margin-bottom: 18px;*/
    background-color: #000;
    position: relative;
}

#cafe_layout > div {
    width: 320px;
    height: 473px;
    position: relative;
    overflow: hidden;
}

#cafe_layout > div > div {
    position: absolute;
}

#cafe_layout:after {
    content: "";
    width: 320px;
    height: 17px;
    background-image: url("../img/page/Cafe/_cafe_sprite.png");
    background-size: 320px 292px;
    background-position: 0 -192px;
    position: absolute;
    left: 0;
    bottom: -17px;
}

#cafe_avatar_list {
    width: 300px;
    margin: 0 auto;
}

ul.avatar_list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

ul.avatar_list li {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 2px;
    margin-left: 5px;
    padding-top: 8px;
    position: relative;
    float: left;
}

ul.avatar_list li img {
    width: 60px;
    height: 60px;
}

ul.avatar_list li > .new_avatar {
    position: absolute;
    top: 5px;
    left: 3px;
}

ul.avatar_list li > .avatar_name {
    text-align: left;
    width: 95%;
    margin: 0 auto;
    font-size: 10px;
}

ul.avatar_list li > .avatar_amount {
    text-align: right;
    width: 30px;
    height: 11px;
    line-height: 11px;
    font-size: 11px;
    position: absolute;
    right: 11px;
    bottom: 5px;
    color: #fff;
}

ul.avatar_list_new {
    width: 100%;
    height: 232px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

ul.avatar_list_new li {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 2px;
    margin-left: 5px;
    padding-top: 8px;
    position: relative;
    float: left;
}

ul.avatar_list_new li img {
    width: 60px;
    height: 60px;
}

ul.avatar_list_new li > .new_avatar {
    position: absolute;
    top: 5px;
    left: 3px;
}

ul.avatar_list_new li > .avatar_name {
    text-align: left;
    width: 95%;
    margin: 0 auto;
    font-size: 10px;
}

ul.avatar_list_new li > .avatar_amount {
    /*text-align: right;
    width: 30px;
    height: 11px;
    line-height: 11px;
    font-size: 11px;
    position: absolute;
    right: 11px;
    bottom: 5px;
    color: #fff;*/
    width: 100%;
    position: absolute;
    bottom: -11px;
    background-color: rgba(0,0,0,.5);
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #bbb;
    border-top: none;
    color: #fff;
}

/*
* card_comment
*/
.card_comment_content {
    width: 100%;
    position: relative;
    text-align: center;
}

.card_comment_content .card_img {
    width: 150px;
    margin-top: -35px;
    margin-bottom: -15px;
}

.card_comment_content .back_top {
    margin-left: 210px;
}

.card_comment_content .card_comment {
    margin: 0 auto;
    position: relative;
}

.card_comment_content .comment_text {
    text-align: left;
    width: 80%;
    margin: 0px auto;
    line-height: 1.4;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
}

.card_comment_content .comment_voice {
    position: absolute;
    right: 10px;
    bottom: 30px;
}

.card_comment_content .card_name {
    width: 155px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    bottom: 8px;
    left: 115px;
    color: #441064;
}

/*********************************
* rendezvous
**********************************/
#rendezvous_modal_area {
    width: 320px;
    height: 100%;
    top: 0px !important;
}

#rendezvous_modal_area .modal {
    width: 100%;
    height: 100%;
}

#rendezvous_modal_area #rendezvous_conf {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
}

#rendezvous_conf .modal_contents {
    min-height: 110px;
}

#rendezvous_modal_area #rendezvous_comp {
    height: 100%;
    padding-top: 120px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}

#rendezvous_modal_area #rendezvous_comp_btn {
    margin-top: 18px;
}

#rendezvous_modal_area #rendezvous_comp #rendezvous_love_effct_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.rendezvous_card_status {
    margin-top: 110px;
    margin-left: 70px;
}

/*
* love_effct_motion
*/
.love_effct_motion {
    width: 320px;
    height: 184px;
    position: relative;
    opacity: 0;
}

.love_effct_motion .effect_arrow {
    position: absolute;
    right: 60px;
    bottom: -15px;
    opacity: 1;
}

.love_effct_motion .card_img {
    width: 150px;
    position: absolute;
    top: -60px;
    left: 85px;
}

.love_effct_motion .tap_text {
    width: 100%;
    height: 435px;
    padding-top: 300px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: -150px;
    text-shadow: 1px 0px 5px #FCBF03, -1px 0px 5px #FCBF03, 0px 1px 5px #FCBF03, 0px -1px 5px #FCBF03;
}

#love_effct_motion_1 {
    background-image: url("../img/common/love_effect/effect_1/effect_1.png");
    background-size: 100%;
}

#love_effct_motion_2, #cmr_love_effct_motion_1 {
    background-image: url("../img/common/love_effect/effect_2/effect_2.png");
    background-size: 100%;
}

#love_effct_motion_3, #cmr_love_effct_motion_2 {
    background-image: url("../img/common/love_effect/effect_3/_sprite_effect_3/effect_3_1.png");
    background-size: 100%;
}

#rendezvous_modal_area #rendezvous_effect_arrow, #c_ava_modal_area #c_request_effect_arrow {
    position: absolute;
    bottom: 0px;
    right: 70px;
    opacity: 0.8;
}

.relation_font {
    color: #fff;
    text-shadow: 1px 0px 1px #af46ff, -1px 0px 1px #af46ff, 0px 1px 1px #af46ff, 0px -1px 1px #af46ff, 1px 0px 1px #af46ff, -1px 0px 1px #af46ff, 0px 1px 1px #af46ff, 0px -1px 1px #af46ff, 1px 0px 1px #af46ff, -1px 0px 1px #af46ff, 0px 1px 1px #af46ff, 0px -1px 1px #af46ff, 1px 0px 1px #af46ff, -1px 0px 1px #af46ff, 0px 1px 1px #af46ff, 0px -1px 1px #af46ff;
}

#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: #000;
}

#loading #loading_bg {
    width: 87px;
    height: 87px;
    margin-top: 55%;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/common/loading/_loading_sprite.png");
    background-size: 87px 696px;
    display: none;
}

#sound_ctr {
    width: 185px;
    margin: 0 auto 8px;
}

#sound_se, #sound_bgm {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

#sound_se > div,
#sound_bgm > div {
    margin-top: 3px;
    float: right;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
    display: flex;
    width: 125px;
}

#sound_se > div .btn,
#sound_bgm > div .btn {
    margin-left: 4px;
    margin-right: 4px;
}

#sound_ctr #sound_bgm {
    padding-left: 22px;
}

#error_alert_modal_area {
    z-index: 9999999 !important;
}

#error_alert_modal_area .modal_body .modal_contents {
    min-height: 90px;
}

#error_alert_modal_area #is_error_alert {
    display: none;
}

.icon {
    z-index: 1;
    -webkit-animation: animation_icon 1.2s infinite ease-in-out;
    -moz-animation: animation_icon 1.2s infinite ease-in-out;
    animation: animation_icon 1.2s infinite ease-in-out;
}

#loading #loading_bg.load_on,
#animation_load #mission_load.load_on {
    -webkit-animation: loading 1s steps(8, start) 0s infinite;
    -moz-animation: loading 1s steps(8, start) 0s infinite;
    animation: loading 1s steps(8, start) 0s infinite;
}

.text_blink {
    -webkit-animation: text_blink 4s 0s infinite;
    -moz-animation: text_blink 4s 0s infinite;
    animation: text_blink 4s 0s infinite;
}

@-moz-keyframes loading {
    0% {background-position: 0 0;}
    100% {background-position: 0 -696px;}
}

@-webkit-keyframes loading {
    0% {background-position: 0 0;}
    100% {background-position: 0 -696px;}
}

@keyframes loading {
    0% {background-position: 0 0;}
    100% {background-position: 0 -696px;}
}

@-moz-keyframes animation_rendezvous_effect_arrow {
    0% {-moz-transform: translate(0,0); opacity: 0.8;}
    100% {-moz-transform: translate(0,-100px); opacity: 0;}
}

@-webkit-keyframes animation_rendezvous_effect_arrow {
    0% {-webkit-transform: translate(0,0); opacity: 0.8;}
    100% {-webkit-transform: translate(0,-100px); opacity: 0;}
}

@keyframes animation_rendezvous_effect_arrow {
    0% {transform: translate(0,0); opacity: 0.8;}
    100% {transform: translate(0,-100px); opacity: 0;}
}

@-moz-keyframes animation_icon {
    0% {-webkit-transform: translate(0,0);}
    20% {-webkit-transform: translate(0px,5px);}
    80% {-webkit-transform: translate(0px,5px);}
    100% {-webkit-transform: translate(0,0);}
}

@-webkit-keyframes animation_icon {
    0% {-webkit-transform: translate(0,0);}
    20% {-webkit-transform: translate(0px,5px);}
    80% {-webkit-transform: translate(0px,5px);}
    100% {-webkit-transform: translate(0,0);}
}

@keyframes animation_icon {
    0% {transform: translate(0,0);}
    20% {transform: translate(0px,5px);}
    80% {transform: translate(0px,5px);}
    100% {transform: translate(0,0);}
}

@-webkit-keyframes homeIndexWalk {

    0%       { background-position:    0px 0px;}
    15.9999% { background-position:    0px 0px;}

    16.0%    { background-position: -55px 0px;}
    31.9999% { background-position: -55px 0px;}

    32.0%    { background-position: -110px 0px;}
    47.9999% { background-position: -110px 0px;}

    48.0%    { background-position: -165px 0px;}
    65.9999% { background-position: -165px 0px;}

    66.0%    { background-position: -220px 0px;}
    83.9999% { background-position: -220px 0px;}

    84.0%    { background-position: -275px 0px;}
    100%     { background-position: -275px 0px;}

}

@-moz-keyframes text_blink {
    0% {opacity: 1}
    50% {opacity: 0.5}
    100% {opacity: 1}
}

@-webkit-keyframes text_blink {
    0% {opacity: 1}
    50% {opacity: 0.5}
    100% {opacity: 1}
}

@keyframes text_blink {
    0% {opacity: 1}
    50% {opacity: 0.5}
    100% {opacity: 1}
}

/* iPhone6 */
@media screen and (min-width: 375px) and (max-width: 413px) {
    * {
/*        -webkit-text-size-adjust: auto;*/
    }
}

/* iPhone6 Plus */
@media screen and (min-width: 414px) and (max-width: 500px) {
    * {
/*        -webkit-text-size-adjust: auto;*/
    }
}

/*強制グレーアウト*/
.gray_out {
    -webkit-filter: grayscale(1);
    filter: gray;
    filter: grayscale(1);
    pointer-events:none
}

.sepia_out {
    -webkit-filter: sepia(1);
    filter: sepia;
    filter: sepia(1);
    pointer-events:none
}

.mr_mission {
    margin: 10px auto 10px auto;
}

.cafe_inte {
    top: 8px;
    background-color: rgba(0,0,0,.75);
    width: 100%;
    position: absolute;
    color: #fff;
}

.love_effct_sprite { background-image: url("../img/common/love_effect/effect_4/_sprite_effect_4.png"); background-repeat: no-repeat; background-size: 60px 191px}
.love_effct_s { width: 60px; height: 63px; background-position: 0 -128px; }
.love_effct_m { width: 60px; height: 63px; background-position: 0 -64px; }
.love_effct_l { width: 60px; height: 63px; background-position: 0 0; }

.love_effct > div {
    font-size: 14px;
    color: #ffffff;
    text-shadow: 1px 0px 1px #8d6614, -1px 0px 1px #8d6614, 0px 1px 1px #8d6614, 0px -1px 1px #8d6614,
                 1px 0px 1px #8d6614, -1px 0px 1px #8d6614, 0px 1px 1px #8d6614, 0px -1px 1px #8d6614,
                 1px 0px 1px #8d6614, -1px 0px 1px #8d6614, 0px 1px 1px #8d6614, 0px -1px 1px #8d6614,
                 1px 0px 1px #8d6614, -1px 0px 1px #8d6614, 0px 1px 1px #8d6614, 0px -1px 1px #8d6614;
}
.love_effct_l {
    position: absolute;
    top: 86px;
    left: 145px;
    z-index: 1;
}
.love_effct_l > div {
    position: absolute;
    top: 35px;
    left: -38px;
    width: 50px;
    text-align: right;
}
.love_effct_m {
    position: absolute;
    top: 88px;
    left: 150px;
    z-index: 1;
}
.love_effct_m > div {
    position: absolute;
    top: 33px;
    left: -35px;
    width: 50px;
    text-align: right;
}
.love_effct_s {
    position: absolute;
    top: 88px;
    left: 145px;
    z-index: 1;
}
.love_effct_s > div {
    position: absolute;
    top: 32px;
    left: -37px;
    width: 50px;
    text-align: right;
}

/*帯バー*/
.sub_bar_img {
    background-image: url("../img/common/parts/bar_sub.png");
    background-size: 280px 20px;
    background-repeat: no-repeat;
    width: 280px;
    height: 20px;
    line-height: 19px;
}

.line_stamina {
    line-height: 20px;
}

/*alert用*/

.partner_chara_img_mini {
    /*position: absolute;
    left: 15px;
    top: -22px;*/
    width: 30%;
    margin-top: -118px;
}

.pchara_img {
    width: 186px;
    height: 74px;
    margin: 22px auto 0 82px;
    background-image: url(../../img/page/Mission/result/parts/hmr_box_comment.png);
    background-repeat: no-repeat;
    background-size: 186px 62px;
}

.pchara_text {
    width: 120px;
    display: inline-block;
    color: #000;
    margin: 17px auto 0 37px;
    text-align: left;
}

.m_hi130 {
    min-height: 130px;
}

.grayout {
    background-color: black;
    opacity: 0.5;
}
