@charset"utf-8";

@font-face {
    font-family: 'myFontBold';
    src: url("../Fonts/FOT-SeuratPro-B.otf");
}
@font-face {
    font-family: 'myFontStd';
    src: url("../Fonts/FOT-SeuratPro-DB.otf");
}
body {
    font-family: "myFontBold";
    background-color: rgba(0,0,0,0);
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


/*大枠*/

.wrapper {
    color: #666;
}


/*本体*/

.tab-page-body {
    width: 1334px;
    margin: 24px auto;
    height: 720px;
    position: relative;
}

/*
.tab-page-body2 {
    width: 1065px;
    margin: 0px auto;
    height: 690px;
    position: relative;
}
*/

.screen {
    width: 100%;
    background: url(../Images_tmp/list_background.png) no-repeat;
    height: 690px;
    margin-top: 5px;
    z-index: 2;
    position: relative;
}

/*
.content {
    width: 880px;
    background: url(../Images_tmp/list_background.png) no-repeat center top;
    height: 660px;
    overflow-y: scroll;
    float: left;
}
*/
.content2 {
    width: 1391px;
    height: 663px;
    float: left;
    margin-left: 15px;
    margin-top: 7px;
}

/*サイドメニュー*/

.left-col {
    width: 300px;
    background-size: 100% auto;
    font-size: 16px;
    height: 650px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* border-top: solid 1px #ffcc33; */
    /* border-bottom: solid 1px #80dfff; */
}
.left-col__inner {
    position: relative;
    top: 2px;
    padding: 8px 10px 8px 0px;
    width: 300px;
    height: 638px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/*本文*/

.right-col {
    padding: 0 0 0 15px;
    position: relative;
    width: 970px;
    height: 600px;
    overflow: hidden;
    margin: 18px 18px 0px 18px;
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    text-shadow: 0 2px 1px #ffffff,
    2px 0 1px #ffffff,
    0 -2px 1px #ffffff,
    -2px 0 1px #ffffff,
    -2px -2px 1px #ffffff,
    2px -2px 1px #ffffff,
    -2px 2px 1px #ffffff,
    2px 2px 1px #ffffff;
}
.right-col__inner {
    padding: 10px;
    overflow-y: scroll;
}


/*お知らせ用*/
.news-accordion {
    padding-bottom: 84px;
    min-height: 660px;
}

.news-accordion table{
    border-collapse: collapse;
}
.news-accordion th,
.news-accordion td {
    padding: 0.5em;
    border: 1px solid #fff;
}


.information-title-date {
    padding-left: 145px;
    padding-top: 6px;
    font-size:14px;
    margin-bottom: 0px;
}
.information-title-date .active{
    color: white;
}

.information-icon {
    width: 123px;
    height: 24px;
    float: left;
}
.information-icon-gacha {
    background: url("../Images_tmp/list_tag_gacha.png") no-repeat
}
.information-icon-shop {
    background: url("../Images_tmp/list_tag_shop.png") no-repeat
}
.information-icon-event {
    background: url("../Images_tmp/list_tag_event.png") no-repeat
}
.information-icon-campaign {
    background: url("../Images_tmp/list_tag_campaign.png") no-repeat
}
.information-icon-maintenance {
    background: url("../Images_tmp/list_tag_maintenance.png") no-repeat
}

.information-icon-text {
    color: white;
    font-size: 16px;
    margin-bottom: 0px;
}
.information-icon-text-gacha {
    padding-left: 35px;
}
.information-icon-text-shop {
    padding-left: 30px;
}
.information-icon-text-event {
    font-size: 15px;
    padding-top: 2px;
    padding-left: 28px;
}
.information-icon-text-campaign {
    font-size: 14px;
    padding-top: 3px;
    padding-left: 15px;
}
.information-icon-text-maintenance {
    font-size: 14px;
    padding-top: 3px;
    padding-left: 15px;
}

/*
.information-title::after {
    content: "";
    display: inline-block;
    background-image: url(../images/Information_line.png);
    vertical-align: middle;
    width: 100%;
    height: 3px;
    background-repeat: no-repeat;
    margin-top: -10px;
    margin-left: 16px;
}
*/

#news-title {
    color: #666;
}
#news-title .active{
    color: #ffffff;
    background: url(../Images_tmp/list_title_announcements.png) no-repeat;
}

.information-title {
    height:100px;
    background: url(../Images_tmp/list_item_background.png) no-repeat;
}

.information-title-info {
    margin-left: 3px;
    padding-top: 5px;
}

.information-title-text {
    font-size: 18px;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 18px;
    vertical-align: middle;
    display: table-cell;
    width: 300px;
}

.information-title-text .active {
    color: white;
}

/*通常文字設定*/
.menu{
    margin-right: 25px;
}

.orange{
    color: #ffa64d;
    text-shadow: 0 2px 1px #fefdf8,
    2px 0 1px #fefdf8,
    0 -2px 1px #fefdf8,
    -2px 0 1px #fefdf8;
}

hr{
    margin-left: 0px;
    border-top: 2px solid #e5d3c1;
}

hr.dot{
    border-top: 2px dotted #a6988b;
}

table {
    width: 19px;
    background-color: #fefdf8;
}

table th, table td{
    border: 1px solid #a6988b;
    padding: 3px;
}

table img{
    display: block;
    width: 5890px;
    margin: 9px auto;
}

h1{
    font-size: 20px;
}

.caution{
    font-size: 16px;
    color: #ff5b4d;
}

.gray td, .gray th{
    background-color: #e6e6e6;
}

.centertable{
    text-align: center;
}

.centertable thead{
    background-color: #ffb266;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 0 2px 1px #ff5500,
    2px 0 1px #ff5500,
    0 -2px 1px #ff5500,
    -2px 0 1px #ff5500;
}

.news-gamedetail img{
    max-width: 98%;
}

/*ゲーム内お知らせの設定*/
:not(.news_detail) > .news-gamedetail{
    position: fixed;
    width: 99%;
    height: 475px;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    overflow: hidden;
    font-size: 20px;
    color: #666666;
    line-height: 30px;
    text-shadow: 0 2px 1px #ffffff,
    2px 0 1px #ffffff,
    0 -2px 1px #ffffff,
    -2px 0 1px #ffffff;
}

:not(.news_detail) > .news-gamedetail .inside_news{
    overflow-y: hidden;
    margin-right: 42px;
}

:not(.news_detail) > .news-gamedetail table{
    width: 913px;
}

:not(.news_detail) > .news-gamedetail h1{
    font-size: 22px;
}

:not(.news_detail) > .news-gamedetail .caution{
    font-size: 18px;
}

.game_inset_size thead{
    font-size: 24px;
}

.game_inset_size img{
    width: 569px;
}

.thumbStyle{
    box-shadow: 0 0 0 1px #cca670 !important;
    -moz-box-shadow: 0 0 0 1px rgb(204, 166, 122);
    -webkit-box-shadow: 0 0 0 1px rgb(204, 166, 122);
    -ms-box-shadow: 0 0 0 1px rgb(204, 166, 122);
    background-color: #ffeb8a; background-color: rgba(255, 235, 138, 1) !important;
    filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)";
    height: 99%;
    display: block;
    right: -10px;
    position: relative;
    border-radius: 3px;
    width: 3px;
}

.right-col .thumbStyle, .left-col__inner .thumbStyle{
    height: 99.5%;
}

.ingame .thumbStyle{
    right: -11px;
}
/*ヘルプ*/
.helptitle {
    padding: 0.25em 0;/*上下 左右の余白*/
    color: #59d3f4;/*文字色*/
    background: transparent;/*背景透明に*/
}


/*タブ*/

.tab_col {
    position: relative;
    z-index: 1;
}

#tab {
    display: block;
    width: 100%;
    clear: both;
    padding: 0px;
    list-style: none;
    margin-block-end: 0px;
}

#tab li {
    float: left;
    width: 235px;
    height: 75px;
}

li#news {
    background: url(../Images_tmp/list_header_help.png) no-repeat 0px 0px;
}

li#howto {
    background: url(../Images_tmp/list_header_library.png) no-repeat -220px 0px;
}

li#lib {
    background: url(../Images_tmp/list_header_announcements.png) no-repeat -460px 0px;
}


#tab li a {
    color: #666;
    display: block;
    font-size: 24px;
    margin-bottom: 12px;
    font-family: 'myFontStd';
    height: 65px;
    border: none;
    outline: none;
    text-decoration: none;
}

#tab li a#news {
    padding: 18px 0 0 75px;
}

#tab li a#howto {
    padding: 18px 0 0 85px;
}

#tab li a#lib {
    padding: 18px 0 0 55px;
}

/*
li#news:hover {
    background: url(../images/3_tab_btn.png) no-repeat 0px -66px;
}

li#howto:hover {
    background: url(../images/3_tab_btn.png) no-repeat -266px -66px;
}

li#lib:hover {
    background: url(../images/3_tab_btn.png) no-repeat -532px -66px;
}
*/

li#news .active {
    background: url(../Images_tmp/list_header_announcements.png) no-repeat 0px 0px;
    color: white;
}

li#howto .active {
    background: url(../Images_tmp/list_header_help.png) no-repeat -225px 0px;
    color: white;
}

li#lib .active {
    background: url(../Images_tmp/list_header_library.png) no-repeat -460px 0px;
    color: white;
}


/*アコーディオン系*/

#accordion-s ul,
#accordion-m ul,
#accordion-l ul {
    display: block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#accordion-s ul li,
#accordion-m ul li,
#accordion-l ul li {
    font-size: 18px;
    position: relative;
    margin-bottom: 12px;
    font-family: 'myFontBold';
}

#accordion-s ul li::before,
#accordion-l ul li::before {
    content: "";
    background-position-y: -26px;
    width: 26px;
    height: 20px;
    display: inline-block;
    margin-left: -5px;
    vertical-align: top;
}
#accordion-s ul li.active::before,
#accordion-l ul li.active::before {
    background-position-y: 0px;
}

#accordion-s ul li a,
#accordion-l ul li a {
    border-bottom: none;
    line-height: 1.5em;
    font-size: 20px;
    width: 260px;
    padding: 0px;
    text-underline-position: under;
    color: #666666;
    display: inline-block;
    font-weight: 600;
    font-family: 'myFontBold';
}

#accordion-s ul li a.active,
#accordion-l ul li a.active {
    color: #e43bcb;
}

#accordion-s ul li a:hover,
#accordion-l ul li a:hover {
}

#accordion-s .accordion-head,
#accordion-m .accordion-head,
#accordion-l .accordion-head {
    cursor: pointer;
    background-image: url(../Images_tmp/list_title_close.png);
    background-repeat: no-repeat;
    width: 289px;
    height: 53px;
    font-size: 22px;
    font-family: myFontStd;
    padding: 15px 0 0 70px; 
    color: #FFF;
    text-align: left;
    font-weight: 400;
    z-index: 1;
}

#accordion-s h3.active,
#accordion-m h3.active,
#accordion-l h3.active {
    background-image: url(../Images_tmp/list_title_open.png);
    background-repeat: no-repeat;
}

#accordion-s h3.title-hover,
#accordion-m h3.title-hover,
#accordion-l h3.title-hover {
}

.ps__thumb-y {
    right: 0;
    background-color: rgba(0,0,0,0);
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ps--active-y > .ps__rail-y {
    background-color: #b69b80;background-color: rgba(182, 155, 128, 1) !important;
    width: 3px;
    right: 2px !important;
    opacity: 0;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    width: 24px;
    background-color: rgba(0,0,0,0);
    display: flex;
    justify-content: center;
    align-items: center;
}


.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-y,
.ps--scrolling-y > .ps__rail-y {
    background-color: #b69b80;background-color: rgba(182, 155, 128, 1);
    right: 2px !important;
    width: 3px;
    opacity: 1;
}

.ps .ps__rail-y:hover,
.ps .ps__rail-y:focus,
.ps .ps__rail-y.ps--clicking {
    background-color: #b69b80;background-color: rgba(182, 155, 128, 1);
    right: 2px !important;
    width: 3px;
    opacity: 1;
}


/*スクロールバー*/
.mCSB_scrollTools {
    margin-top: 2px;
    margin-bottom: 2px;
}

/*スクロールバーの大きさ*/
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 3px;
}

/*通常のスクロールバー設定*/
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: absolute;
    right: 8px;
    box-shadow: 0 0 0 1px #cca670;
    -moz-box-shadow: 0 0 0 1px rgb(204, 166, 122);
    -webkit-box-shadow: 0 0 0 1px rgb(204, 166, 122);
    -ms-box-shadow: 0 0 0 1px rgb(204, 166, 122);
    background-color: #ffeb8a; background-color: rgba(255, 235, 138, 1);
    filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)";
}

/*マウスオーバー時のスクロールバー設定*/
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    position: absolute;
    right: 8px;
    box-shadow: 0 0 0 1px #cca670;
    -moz-box-shadow: 0 0 0 1px rgb(204, 166, 122);
    -webkit-box-shadow: 0 0 0 1px rgb(204, 166, 122);
    -ms-box-shadow: 0 0 0 1px rgb(204, 166, 122);
    background-color: #ffeb8a; background-color: rgba(255, 235, 138, 1);
    filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)";
}

/*ドラッグ時のスクロールバー設定*/
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    position: absolute;
    right: 8px;
    box-shadow: 0 0 0 1px #cca670;
    -moz-box-shadow: 0 0 0 1px rgb(204, 166, 122);
    -webkit-box-shadow: 0 0 0 1px rgb(204, 166, 122);
    -ms-box-shadow: 0 0 0 1px rgb(204, 166, 122);
    background-color: #ffeb8a; background-color: rgba(255, 235, 138, 1);
    filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)";
}

/*ゲーム内と左の通常のスクロールバー設定*/
.left-col .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
:not(.news_detail) > .news-gamedetail .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    right: 1px;
}

/*ゲーム内と左のマウスオーバー時のスクロールバー設定*/
.left-col .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
:not(.news_detail) > .news-gamedetail .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    right: 1px;
}

/*ゲーム内と左のドラッグ時のスクロールバー設定*/
.left-col .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.left-col .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
:not(.news_detail) > .news-gamedetail .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
:not(.news_detail) > .news-gamedetail .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    right: 1px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    position: absolute;
    right: 2px;
    width: 2px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

/*スクロールバーレール*/
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
    right: 8px;
    width: 3px;
    background-color: #b69b80; background-color: rgba(182, 155, 128, 1);
}

.left-col .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
:not(.news_detail) > .news-gamedetail .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
:not(.news_detail) > .news-gamedetail .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
    right: 1px;
}



/*useful*/

.p-l20 {
    padding-left: 20px;
}

.p-l10 {
    padding-left: 10px;
}

.p-r20 {
    padding-right: 20px;
}

.p-t20 {
    padding-top: 20px;
}

.p-t60 {
    padding-top: 60px;
}

.p-b20 {
    padding-bottom: 20px;
}

.m-b15 {
    margin-bottom: 15px;
}

.article-col-left {
    font-size: 1em;
    padding: 20px 10px 10px 10px;
}

.article-col-left ul {
    margin: 0;
    padding: 0 20px 0;
}

.article-col-left li {
    line-height: 1.3em;
    margin-bottom: 15px;
}

.article-col-left ul li a {
    text-decoration: underline;
    color: #ff9933;
}

.article-col-right {
    font-size: 1em;
    padding: 10px 30px;
}

.strong-txt {
    color: yellow;
    font-weight: bold;
}


/*twitter*/

.twitter_wrap {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 287px;
    height: 663px;
    position: absolute;
    right: -8px;
    background: url(../Images_tmp/x_background.png);
    background-size: 100% 100%;
}

.twitter_btn {
    position: absolute;
    display: block;
    top: 17px;
    right: 32px;
    width: 210px;
    height: 53px;
    background: url(../Images_tmp/x_title.png) no-repeat 0 0;
}

/*
.twitter_btn:hover {
    background: url(../images/twitter_btn.png) 0 -66px;
    cursor: pointer;
}
*/

.twitter_btn a {
    color: white;
    display: block;
    font-size: 24px;
    font-family: 'myFontBold';
    height: 60px;
    border: none;
    outline: none;
    text-decoration: none;
    padding: 8px 0 0 32px;
}

.twitter_check_icon {
    position: relative;
    width: 215px;
    height: 209px;
    top: 140px;
    left: 35px;
    background: url(../Images_tmp/x_icon.png) no-repeat;
}

.twitter_follow_btn {
    position: relative;
    width: 224px;
    height: 69px;
    top: 160px;
    left: 30px;
    background: url(../Images_tmp/x_follow.png) no-repeat;
}

.twitter_follow_btn a {
    color: #666;
    display: block;
    font-size: 22px;
    font-family: 'myFontBold';
    height: 60px;
    padding: 18px 0 0 70px;
    border: none;
    outline: none;
    text-decoration: none;
}


/*pc下部バナー*/

#bnr_area {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

#bnr_area a {
    display: inline-block;
}

#bnr_area a img {
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

#bnr_area a:hover img {
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=70)";
    /* IE 8 */
}


p.indent-1,
div.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}

#copyright p{
    text-align: center;
    font-size: 8px
}
