body {
    margin: 0px;
    display: flex;
}

#news_view {
    width:100vw;
    height:100vh;
    background-color: #ece1ca;
}

#help_view {
    width:100vw;
    height:100vh;
    background-color: #ece1ca;
}

.news_menu_scroll_box {
    float: left;
    width: 240px;
    height:100%;
    overflow-y: scroll;
    position:absolute;
} 

.news_menu_scroll_box::-webkit-scrollbar {
    display: none;
} 

.news_content_scroll_box {
    float: left;
    position: relative;
    left: 240px;
    width: calc(100% - 240px);
    height: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
    border: 15px solid;
    border-image-source: url("../img/base_02.png");
    border-image-slice: 23 23 27 23 fill;
    border-image-repeat: stretch;
}

.news_content_scroll_box::-webkit-scrollbar {
    width: 10px;
}

.news_content_scroll_box::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #542d26;
    border: 2px solid #fffcfc;
}

.news_content_scroll_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #aa9386;
    border: 2px solid #542d26;
}

#news_view_content_root {
    width: calc(100% - 15px);
}

#help_view_content_root {
    width: calc(100% - 15px);
}

.news_menu_button_on {
    display: block;
    width: 239px;
    height: 122px;
    margin-top: 7px;
    margin-bottom: 7px;
    background-image: url("../img/tag_news_on.png");
}

.news_menu_button_off {
    display: block;
    width: 230px;
    height: 122px;
    margin-top: 7px;
    margin-bottom: 7px;
    background-image: url("../img/tag_news_off.png");
    cursor:pointer;
}

.news_menu_button_caption {
    float: left;
    margin: 8px 0px 0px 8px;
    width: 110px;
    height: 14px;
    border: 5px solid;
    border-image-slice: 5 fill;
    border-image-repeat: stretch;
}

.news_menu_caption_text {
    width:110px;
    height:14px;
    line-height:16px;
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #fff9f3;
}

.news_menu_title_text {
    float: left;
    width:220px;
    height:50px;
    margin: 5px 0px 0px 10px;
    font-size: 16px;
    text-align: left;
    color: #542d26;
}

.news_menu_date_text {
    float: left;
    width:220px;
    height:20px;
    margin: 5px 0px 0px 10px;
    font-size: 16px;
    text-align: left;
    color: #795934;
}

.news_view_caption {
    float: left;
    width: 100%;
    height: auto;
    min-height: 28px;
    border: 5px solid;
    border-image-slice: 5 fill;
    border-image-repeat: stretch;
    box-sizing: border-box;
}

.news_view_caption_text {
    height:18px;
    line-height:20px;
    margin: 0;
    font-size: 18px;
    color: #fff9f3;
}

.news_view_caption_text_left {
    float: left;
    width:auto;
    height: auto;
    margin-left: 5px;
    text-align: left;
}

.news_view_caption_text_right {
    float: right;
    width:auto;
    height: auto;
    margin-right: 5px;
    text-align: right;
}

.news_view_title_text {
    float: left;
    width: 100%;
    margin: 15px 10px 15px 10px;
    font-size: 22px;
    text-align: left;
    color: #795934;
}

.news_view_message_text {
    float: left;
    width:100%;
    margin: 0px;
    font-size: 16px;
    text-align: left;
    color: #795934;
}
.news_caption_event {
    border-image-source: url("../img/base_03_event.png");
}

.news_caption_gacha {
    border-image-source: url("../img/base_03_gacha.png");
}

.news_caption_defect {
    border-image-source: url("../img/base_03_defect.png");
}

.news_caption_campaign {
    border-image-source: url("../img/base_03_campaign.png");
}

.news_caption_shop {
    border-image-source: url("../img/base_03_shop.png");
}

.news_caption_important {
    border-image-source: url("../img/base_03_important.png");
}

.news_caption_other {
    border-image-source: url("../img/base_03_other.png");
}

.news_view_deco {
    float: left;
    width:100%;
    height: 8px;

    margin-bottom: 5px;
    border-left: 12px solid;
    border-right: 12px solid;
    border-image-source: url("../img/deco.png");
    border-image-slice: 0 12 0 12 fill;
    border-image-repeat: stretch;

    box-sizing: border-box;
}

.help_menu_button {
    display: block;
    width: 212px;
    height: 36px;

    margin-left: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 6px solid;
    border-image-slice: 7 7 7 7 fill;
    border-image-repeat: stretch;

    text-decoration: none;
    cursor: pointer;
}

.help_menu_button_off {
    border-image-source: url("../img/tag_help_l_normal.png");
}

.help_menu_button_on {
    border-image-source: url("../img/tag_help_l_on.png");
}

.help_sub_menu_triangle {
    display: block;
    float:left;
    width:12px;
    height: 12px;
    margin-left: 7px;
    margin-top: 15px;
    background-image: url("../img/triangle.png");
}

.help_sub_menu_button {
    display: block;
    width: 192px;
    height: 36px;

    margin-left: 24px;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 6px solid;
    border-image-slice: 7 7 7 7 fill;
    border-image-repeat: stretch;

    text-decoration: none;
    cursor: pointer;
}

.help_sub_menu_button_off {
    border-image-source: url("../img/tag_help_normal.png");
}

.help_sub_menu_button_on {
    border-image-source: url("../img/tag_help_on.png");
}

.help_menu_caption_text {
    width:210px;
    height:36px;
    line-height:36px;
    margin:0;
    margin-left: 10px;
    font-size: 22px;
    text-align: left;
}

.help_sub_menu_caption_text {
    width:190px;
    height:36px;
    line-height:36px;
    margin:0;
    margin-left: 10px;
    font-size: 16px;
    text-align: left;
}

.help_menu_caption_text_on {
    color: #fff9f3;
}

.help_menu_caption_text_off {
    color: #795934;
}

.help_caption {
    border-image-source: url("../img/base_03_help.png");
}

.help_view_caption_text {
    height:auto;
    line-height:24px;
    min-height: 22px;
    margin: 0 5px;
    font-size: 22px;
    color: #fff9f3;
    font-weight:bold;
}

.help_image {
    margin-top: 19px;
    margin-bottom: 19px;
}

#help_view_inner_content_root {
    text-align: center;
}
