body {
    background: rgba(59, 80, 103, 1);
    background: #fff;
    padding: 0;
    margin: 50px 0 0;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
}

body>.container,
body>.container-fluid {
    padding-top: 0;
    width: 100%;
    height: 100%;
}

i {
    padding: 0 0.1em;
}

a {
    border: 0;
}

[class^="mdi-"],
[class*="mdi-"] {
    font: normal normal normal 24px/1 'Material-Design-Icons';
    vertical-align: -0.2em;
}

h2 {
    font-size: 26px;
}

select {
    appearance: normal;
    font-size: 18px;
    width: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3 {
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    /*background: #3b5067;color: #fff;*/
    padding: 10px 0;
    margin: 5px 10px;
    margin-bottom: 20px;
    color: inherit;
}

h1 img,
h2 img,
h3 img {
    vertical-align: -0.1em;
    margin-right: 0.2em;
}

.lead {
    font-size: 18px;
}

.pager {
    margin: 0;
}

.addsub {
    padding-top: 43px !important;
}

.active {
    background: rgba(255, 255, 255, 0.1);
    background: #768493;
}

.tab-content .active {
    background: none;
}

.btn {
    padding: 8px 10px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .12);
    border-radius: 50px;
}

.btn.btn-sm {
    padding: 5px;
}

.label {
    vertical-align: 0.1em;
    font-weight: normal;
    border-radius: 2px
}

.modal-content {
    background: #000;
}

.modal-content .modal-body {
    padding: 5px;
}


/* main navi -----------------------------------------*/

.navbar {
    min-height: 50px;
}

.navbar.navbar,
.navbar-default.navbar {
    background: #2d3e50;
}

.navbar-toggle {
    padding: 0;
    margin: 0;
    width: 20%;
    cursor: pointer;
    display: block;
}

.nav-tabs>li {
    margin-bottom: 0;
}

.navbar .navbar-nav>li>a {
    margin: 0;
    padding: 10px 0 10px 10px;
    font-size: 11px;
}

.navbar .navbar-nav>li img {
    padding: 0 8px 0 8px;
    width: 30px;
}

nav .mainmenu_wrap {
    margin-top: 0;
}

.mainmenu_wrap {
    color: #fff;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 5px 0 0 0;
    background: #3b5067 !important;
}

.mainmenu_wrap a {
    color: #fff !important;
    font-size: 18px;
    padding: 5px 0 4px 0;
    text-decoration: none;
}

a.dropdown-toggle {
    display: block;
}

nav .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

nav .btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-radius: 0;
}

.mainmenu_wrap img {
    margin-right: 0.5em;
    vertical-align: -0.3em;
}

.btn_mainmenu_close {
    padding: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
}

.btn_mainmenu_close button {
    margin: 0;
}

.navbar-header a {
    color: #fff;
}

.navbar-header .navbar-icon {
    height: 50px;
    width: 20%;
    float: left;
    line-height: 1.8;
    font-size: 10px;
    text-align: center;
}

.navbar-header .navbar-icon i {
    padding: 10px 0 0 0;
    font-size: 18px;
}

.navbar-header .navbar-icon small {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
}

.navbar-header a.navbar-icon {
    text-decoration: none;
}

.navbar-header .logo {
    padding: 10px 0;
}

.avatar {
    margin: 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
}

.avatar .image {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.avatar .member {
    width: 12px;
    height: auto;
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 10;
}

.mainmenu_badge {
    position: absolute;
    margin: 0 auto;
    top: 20px;
    right: -10px;
    font-size: 12px;
    line-height: 15px;
    padding: 3px 4px;
    text-align: center;
    color: #fff;
    background: #df277d;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.mainmenu_inner_badge {
    vertical-align: 0;
    display: block;
    font-size: 12px;
    line-height: 14px;
    padding: 3px 5px;
    text-align: center;
    color: #fff;
    background: #df277d;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    float: right;
}

.header_regist {
    background: #ffd202;
    color: #fff;
    text-align: center;
}

.header_regist a {
    display: block;
    color: #fff;
    height: 43px;
    line-height: 43px;
}

.btn_regist_complete {
    width: 96%;
    display: block;
    text-align: center;
    border-radius: 5em;
    padding: 50px 0;
    margin: 5px auto 30px auto;
    font-size: 26px;
    color: #fff;
    white-space: nowrap;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
    -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
    transition: color 0.2s 0.3s, width 0.3s 0s;
    cursor: pointer;
    background: #58a6f0;
    border: 3px #fff solid;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
}

.btn_regist_complete span {
    vertical-align: 0.1em
}


/* main_menu_game_modal -----------------------------------------*/

.main_game {
    padding: 0 0 5px 0 !important;
    font-size: 12px;
}

.main_game h3 {
    clear: both;
    color: #fff;
    font-size: 24px;
    margin: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(45, 62, 80, 0.96);
}

.main_game div {
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
    padding: 1px;
    position: relative;
}

.main_game {
    font-size: 17px;
}

.main_cardlist {
    width: 100%;
}

.main_cardlist div {
    display: block;
    width: 23%;
    margin: 1%;
    float: left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    background: rgba(0, 0, 0, 0.1);
    height: auto;
    position: relative;
}

.main_cardlist p {
    margin: 0;
    text-align: center;
    height: 2em;
}

.main_cardlist p a {
    margin: 0;
    font-size: 14px;
    color: #fff;
    width: 100%;
    overflow: hidden;
    /*white-space: nowrap;*/
    word-wrap: break-word;
    display: block;
    text-overflow: ellipsis;
}

.face_logo {
    width: 100%;
    height: auto;
    z-index: 9;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.mini_logo {
    position: absolute;
    top: 0;
    right: 0;
    height: 35%;
    /* margin: 0 auto; */
    display: block;
    width: auto;
    z-index: 11;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0 0 0 5px;
    padding: 2px;
}

.modal_game {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    background: rgba(0, 0, 0, 0.5);
}

.modal-wrap {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.modal-content {
    height: 100%;
    margin: 0 auto;
    background: rgba(45, 62, 80, 1);
}

.modal-table-wrap {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.modal-table-cell {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
}

.modal-content-box {
    position: relative;
    margin: 0 auto;
    color: #fff;
    background: rgba(45, 62, 80, 1);
}

.modal-content-inner {
    padding: 0;
}

.modal-btn-close {
    z-index: 11;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    margin: 0;
    padding: 10px;
}

.modal-btn-close img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 600px) {
    .main_game {
        font-size: 14px;
    }
    .main_cardlist div {
        display: block;
        width: 32%;
        margin: 0.5%;
        float: left;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        padding: 5px 3px;
        background: rgba(0, 0, 0, 0.1);
        height: auto;
        position: relative;
    }
    .main_cardlist p a {
        margin: 0;
        font-size: 10px;
        color: #fff;
        width: 100%;
        overflow: hidden;
        /*white-space: nowrap;*/
        word-wrap: break-word;
        display: block;
        text-overflow: ellipsis;
    }
    .modal-wrap {
        padding: 0;
    }
    .modal-content-inner {
        padding: 0;
    }
}


/* status -----------------------------------------*/

.status_panel {
    position: absolute;
    top: 40px;
    margin-top: 10px;
    width: 320px;
    background: rgba(255, 255, 255, 1);
    color: #666;
    padding: 0;
}

.status_panel_caret {
    background: rgba(255, 255, 255, 1);
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 80%;
    margin: 0 auto;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
}

.status {
    padding: 0 5px;
    font-family: 'Share Tech', sans-serif;
    border-radius: 0 0 4px 4px !important;
    -webkit-border-radius: 0 0 4px 4px !important;
}

.status h3 {
    padding: 5px 0 0 0;
    margin: 0;
    font-size: 16px;
    border: none;
    line-height: 50px;
    position: relative;
    overflow: hidden;
}

.status h3 img {
    padding: 0;
    vertical-align: middle;
    margin: 0;
    margin-right: 1em;
    float: left;
}

.status h3 span {
    line-height: 1.5;
    display: block;
    padding-top: 0.2em;
}

.status .member {
    width: 16px;
    height: auto;
    position: absolute;
    left: 40px;
    bottom: 0;
    z-index: 10;
}

.status h3 span strong {
    font-size: 13px;
    line-height: 1.5;
    display: block;
    font-weight: normal;
}

.status p {
    padding: 5px;
    margin: 0;
}

.status ul {
    font-size: 20px;
}

.status li {
    color: #fff;
    float: left;
    width: 25%;
    text-align: center;
    padding: 5px;
}

.status li img {
    height: 24px;
    width: 24px;
    margin-bottom: 5px;
    vertical-align: ;
}

.status li span small {
    margin-top: 3px;
}

.pt {
    background: #25aafb;
}

.loto {
    background: #fea656;
}

.ticket {
    background: #fe6377;
}

.gold {
    background: #27ceca;
}

.exp {
    background: #ff6f70;
}

.monthly_global {
    background-size: 9% !important;
    background: #1a3a55 url(/images/subscribe/bg_pattern.png) center center;
    background-blend-mode: soft-light;
    color: #d0a85c;
}

.monthly_global a {
    color: #d0a85c;
}


/* blog_page navi -----------------------------------------*/

#page_navi_wrap {
    clear: both;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    font-size: 10px;
    font-family: Verdana, Arial, Tahoma, sans-serif;
}

#page_navi_wrap span,
#page_navi_wrap a,
#page_navi_wrap a:hover {
    color: #fff;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 10px;
    background: #3b5067;
    border: 1px #2d3e50 solid;
    
}

#page_navi_wrap a {
    color: #fff;
    background: #2d3e50;
}

#page_navi_wrap span:first-child,
#page_navi_wrap a:first-child {
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

#page_navi_wrap span:last-child,
#page_navi_wrap a:last-child {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

#page_navi_wrap a:hover {
    color: #fff;
    background: #3b5067;
}

#page_navi .navi_rew {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    color: #000;
    font-size: 12px;
    padding: 4px 5px 2px 20px;
    background: #f6f9fb url(/images/arrow/rew_001.gif) no-repeat 5px 7px;
    border: 1px #fff solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#page_navi .navi_ff {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    color: #000;
    font-size: 12px;
    padding: 4px 5px 2px 20px;
    background: #f6f9fb url(/images/arrow/001.gif) no-repeat 5px 7px;
    border: 1px #fff solid;
}


/* footer -----------------------------------------*/

.footer {
    background: #2d3e50;
    color: #fff;
    padding: 20px 0 5px 0;
}

.footer a {
    color: #fff;
}


/*
.list-group .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border-right: 0;
    border-left: 0;
    border: 1px solid #ddd;
    border-right: 0;
    border-left: 0;
}
*/

.bar-subheader {
    display: block;
    background: #3b5067;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.bg_main {
    background: #2d3e50;
    color: #fff;
}

.bg_sub {
    background: #495376;
    color: #fff;
}

.white {
    color: #fff !important;
}

.white a,
.white:hover {
    color: #fff;
    text-decoration: none;
}

.pickup {
    overflow: hidden;
    background: rgba(59, 80, 103, 0.95);
    color: #fff;
}

.panel-body {
    padding: 10px
}

.container-wrap {
    padding-top: 1px;
    margin: 0;
    color: #fff;
}

.panel {
    margin: 8px 5px;
}

.wrap {
    margin: 10px 0;
}

.inner {
    padding: 5px;
}

.btn-default {}

.head_circle {
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding-top: 50px;
    display: table;
    text-align: center;
    margin: 10px auto;
    line-height: 50px;
    width: 200px;
    height: 200px;
    white-space: nowrap;
}

.head_gradient-border {
    --borderWidth: 1px;
    /* background: #1D1F20; */
    position: relative;
    border-radius: var(--borderWidth);
}
.head_gradient-border:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    border-radius: calc(2 * var(--borderWidth));
    animation: animatedgradient 10s ease alternate infinite;
    background-size: 300% 300%;
}

@keyframes animatedgradient {/*アニメーション設定*/
0% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
}
.alert_beginner {
    /* background: #2d3e50; */
    border: none;
    text-align: left;
    font-size: 12px;
    padding: 1px;
    margin: 0;
}
.alert_beginner p {
    /* background: #ff3434; */
    padding: 10px 5px;
    border-radius: 3px;
    margin: 1px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px;
    /* background: rgb(0 0 0 / 90%); */
    position: relative;
    z-index: 1;
}

.alert_beginner i {
    margin-right: 5px;
    font-size: 28px;
    color: yellow;
}
.alert_beginner p a{
    color: #fff;
    display: flex;
    align-items: center;
}
.alert {
    margin: 10px;
    margin-bottom: 0;
    padding: 10px;
    /* border-bottom: 1px rgba(255, 255, 255, 0.2) solid; */
    border-radius: 3px;
}
.alert:last-child {}

.alert-info {
    background: #028bc9;
}
/* typo -----------------------------------------*/

.fonts {
    font-family: 'Share Tech', sans-serif;
}


/*
.btn-group-justified{
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
}

.btn{
    border-radius: 0;
}
.btn-default{
    border-radius: 0;
}
*/


/* contents color -----------------------------------------*/

.bgd {
    background: #fff;
}

.index_wrap {
    background: #f2444d;
}

.pt_area {
    background: #58a6f0;
}

.tk_area {
    background: #ff6d7f;
}

.prize_area {
    background: #26beba;
}

.medal_area {
    background: #df277d;
    color: #fff;
}

.pt_t {
    color: #58a6f0;
}

.tk_t {
    color: #ff6d7f;
}

.prize_t {
    color: #26beba;
}

.medal_t {
    color: #df277d;
}


/* flipsnap -----------------------------------------*/

.fbox {
    text-align: center;
}

.fbox img {
    height: auto;
}

.fbox p {
    text-align: center;
    white-space: nowrap;
}

.top_rank {
    background: ##ff6f70;
}

.prize_rank {
    background: ##27ceca;
}

.flip {
    margin: 0;
    padding: 0;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
}

.wrap h2,
.panel h2,
.flip h2 {
    font-size: 1.5em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 10px;
    /*background: #3b5067;color: #fff;*/
    padding: 10px;
    padding-right: 0;
    margin: 5px;
    margin-bottom: 20px;
    color: inherit;
}

.flip .slide_item {
    width: 25%;
    padding: 0 5px;
}

.flip .slide_item p {
    clear: both;
    font-size: 10px;
}

.flip .slide_item span {
    font-size: 14px;
    font-family: 'Share Tech', sans-serif;
}

.flip .slide_item .inner {
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
    position: relative;
}

.flip .slide_item .inner img {
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.3));
}

.viewport {
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    -webkit-transform: translateZ(0);
}

.slide_item {
    margin: 0;
    padding: 0;
}

.inner_bottom {
    margin-left: 0.5em;
}

.rank_info {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgba(59, 80, 103, 1);
    width: 20px;
    height: 20px;
    z-index: 5000;
    line-height: 21px;
    text-align: center;
    border-radius: 25px;
}

.rank1 {
    background: #e3c044;
    font-size: 20px !important;
    color: #2C3E50;
}

.rank2 {
    background: #d9ccc5;
    color: #2C3E50;
    font-size: 20px !important;
}

.rank3 {
    background: #cc5800;
    font-size: 20px !important;
    color: #2C3E50;
}

.event_ticker {
    padding: 3px 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    background: #df277d;
    color: #fff;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
}


/* rush_rank */

.rush_rank {
    list-style: none;
}

.rush_rank li {
    background-color: rgba(255, 210, 50, 0.8);
    border-radius: 3px;
    margin-bottom: 3px;
    padding: 2px 7px 0 7px;
    color: #fff;
    font-size: 14px;
}

.rush_rank li.all {
    background-color: rgba(0, 230, 130, 0.8);
    border-radius: 3px;
    margin-bottom: 3px;
    padding: 2px 7px;
    color: #fff;
}


/* login -----------------------------------------*/

.login_panel {
    margin-top: 0;
    padding: 20px 5px 0 5px;
    width: 320px;
    border-radius: 0 0 5px 5px !important;
    -webkit-border-radius: 0 0 5px 5px !important;
    background: rgba(255, 255, 255, 0..97);
    color: #666;
}

.login_panel a {
    color: #666;
}

#login-box {
    padding: 0 5px;
    margin: 0;
    overflow: hidden;
}

#login-box .account a {
    float: left;
    display: block;
    background: #fda829 url(/images/smt/login_btn.png) center center no-repeat;
    -webkit-background-size: 105px 44px;
    -moz-background-size: 105px 44px;
    margin: 0;
}

#login-box .fb a {
    text-indent: -1000em;
    float: right;
    display: block;
    background: #355398 url(/images/smt/login_fb.png) center center no-repeat;
    -webkit-background-size: 105px 44px;
    -moz-background-size: 105px 44px;
    margin: 0;
}

#login-box a {
    margin: 10px 0;
}

#login-box li a {
    margin-bottom: 10px;
    display: block;
    height: 44px;
    width: 49%;
    text-indent: -9999em;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}


/* index main -----------------------------------------*/

.ratio-1_2:before {
    content: "";
    background: #f2444d url(/images/_smt/index_main.png) top center no-repeat;
    background-size: 100.5%, cover;
    display: block;
    padding-top: 240%;
    /* 1:2 */
}

.ratio_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.ratio_inner p {
    color: #fff;
    font-size: 15px;
}

.ratio_table {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.ratio_table>* {
    display: table-cell;
    vertical-align: middle;
}

.pd10 {
    padding: 104% 7%;
}

/* top banner -----------------------------------------*/
.bn_wrap {
    margin: 10px;
    border-radius: 4px;
    overflow: hidden;
}
/* mail -----------------------------------------*/

.mail .subheader {
    color: #fff;
    background: #768493;
    margin: 0;
    padding: 5px 0;
}

.mail h3 {
    margin-bottom: 0;
}

.mail .list-group {
    margin-bottom: 0;
}

.mail .list-group-item {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mail .new_mail {
    background-color: #d9edf7;
}

.mail .new_mail p {
    font-weight: bolder;
}

.mail .tabbable li a {
    padding: 10px 0;
}

.mail .list-group a.subject {
    background-color: #d9edf7;
    padding: 5px 10px;
    -webkit-border-radius: 30px;
    border-radius: 5%;
    font-size: 12px;
    background-position: ;
}

.mail .list-group .subject i {
    margin-top: -0.1em;
}


/* event topics archives-----------------------------------------*/

.cp_banner {
    /* background: url(/images/event/weekend/bg.jpg); */
    background-size: cover;
    padding: 0;
}
.cp_banner, .bn_wrap_top{
    margin: 10px !important;
}
.cp_banner img, .bn_wrap_top img{
    border-radius: 6px;
    width: 100%;
}
.event-inner {}

.event-inner h2 {
    padding: 5px;
}

.event-inner li {
    margin-bottom: 0;
}

.event-inner li a {
    display: -webkit-box;
    color: #2c3e50;
    text-decoration: none;
    background: #e1e5e6 url(/images/smt/arrow3.png) no-repeat 98% 50%;
}

.event-inner li:nth-child(2n+1) a {
    background: #ECF0F1 url(/images/smt/arrow3.png) no-repeat 98% 50%;
}

.topics-inner li a {
    color: #2c3e50;
    background: #e1e5e6 url(/images/smt/arrow4.png) no-repeat 98% 50%;
}

.topics-inner li:nth-child(2n+1) a {
    background: #ECF0F1 url(/images/smt/arrow4.png) no-repeat 98% 50%;
}

.event-inner li p {
    padding: 10px;
    -webkit-box-flex: 1;
    line-height: 1.4em;
    padding-right: 25px;
    margin: 0;
}

.topics_days {
    text-align: center;
    padding: 10px;
    background: #58d5ff;
    display: block;
    font-family: 'Share Tech', sans-serif;
    white-space: nowrap;
}

.event_days {
    text-align: center;
    padding: 10px;
    background: #e9fb4f;
    display: block;
    font-family: 'Share Tech', sans-serif;
    white-space: nowrap;
}

.days_detail,
.days_detail2 {
    background: #58d5ff;
    font-family: 'Share Tech', sans-serif;
    padding: 5px 8px;
    margin-top: 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.archives_header {
    color: #fff;
    background: #3b5067;
    padding: 10px;
    padding-top: 0;
}

.archives_header .lead {
    margin-bottom: 0;
}

.archives_inner {
    background: #fff;
    color: #666;
    padding: 10px;
}

.archives_inner a {
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    color: #e91e63;
    padding: 10px;
    text-decoration: underline;
}

.event_days_header,
.topics_days_header {
    text-align: right;
    font-size: 14px;
}

.event_days_header {
    color: #e9fb4f;
}

.topics_days_header {
    color: #58d5ff;
}

.wrap h2,
.panel h2,
.flip h2 {
    font-size: 1.5em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 10px;
    /*background: #3b5067;color: #fff;*/
    padding: 10px;
    padding-right: 0;
    margin: 5px;
    margin-bottom: 20px;
    color: inherit;
}

.flip h2 {
    margin-bottom: 10px;
}

.event-inner li a p span {
    display: block;
    padding: 5px 0 0 0;
    font-size: 13px;
    line-height: 1.2em;
    color: #BDC3C7;
    font-weight: normal;
}

.event-inner p.more a {
    color: #fff;
    display: block;
    padding: 5px 0;
    text-align: center;
    background: #95a5a6;
    -webkit-background-size: 31px 20px;
    -moz-background-size: 31px 20px;
    -o-background-size: 31px 20px;
    margin-bottom: 5px;
}


/* premium -----------------------------------------*/

.prize_list {
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    overflow: hidden;
}

.prize_list:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.prize_list p {
    font-size: 11px;
}

.prize_cart {
    background: #fff;
    padding: 20px 5px 0 5px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.prize_list span,
.prize_cart span {
    color: #aa784c;
    font-size: 20px;
}

.prize_list img,
.prize_cart img {
    height: 70%;
    width: 100%;
    object-fit: scale-down;
    max-height: 100px;
}

.prize_wrap {
    padding: 20px;
    max-width: 100%;
    max-height: 300px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
}

.prize_wrap img {
    width: 100%;
    object-fit: scale-down;
}


/* loto -----------------------------------------*/

.loto_wrap {
    background: url(/images/lot/bg.jpg) center no-repeat;
    background-size: cover;
    padding: 10px 0;
}

.loto_inner {
    background: rgba(255, 125, 62, 0.81);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0px rgba(60, 56, 92, 0.5);
    margin: 0 10px;
    padding: 10px;
}

.loto_inner02 {
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0px rgba(60, 56, 92, 0.5);
    margin: 10px;
    padding: 10px;
}

.loto_wrap h3 {
    margin: 0;
    text-align: center;
    border: none;
}

.col-xs-15 {
    width: 20%;
}

.nav-tabs {
    border-bottom: none;
}

.loto h3 {
    border: none;
}

.loto_header {
    background: #ff7d3e url(/images/_common/icon/lot.png) 95% center no-repeat;
    background-size: 20% auto;
    width: 100%;
    padding: 1em 0;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    line-height: 2.5em;
    text-align: center;
    margin: 10px auto;
}

.loto past {
    color: #ff7d3e;
}

.loto_header h3,
.loto_header h4 {
    margin: 0;
    padding: 0;
}

.loto ul {
    width: 100%;
}

.loto ul li {
    overflow: hidden;
    float: left;
    width: 50%;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
    margin-right: -3px;
}

.loto ul li:last-child {
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.loto_past {
    background: #fff url(/images/_common/icon/lot.png) 95% center no-repeat;
    background-size: 20% auto;
    color: #333;
}

.loto_header_past {
    background: #ff7d3e;
    -webkit-border-radius: 20px;
    border-radius: 12px;
    display: table;
    padding: 1.5em;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.loto_header_past h4 {
    font-family: 'Share Tech', sans-serif;
    font-size: 60px;
    margin: 0em 0 0.1em 0;
    line-height: 1;
}

.loto_header_past h3 {
    margin: 0;
}

.single_number {
    width: 100%;
}

.number_view {
    background: #ff7d3e;
    padding: 10px 0;
    overflow: hidden;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.3em;
    border-radius: 3px;
    line-height: 1;
    text-align: center;
    font-family: 'Share Tech', sans-serif;
    color: #fff;
}

.number_view span {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
}

.loto_select {}

.loto_select input {
    display: none;
}

.loto_select label {
    display: block;
    float: left;
    cursor: pointer;
    width: 100%;
    margin: 0 3px;
    padding: 10px 0;
    background: #c1d5d3;
    color: #555e64;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    transition: .2s;
}

.loto_select label:first-of-type {
    border-radius: 3px 3px 0 0;
}

.loto_select label:last-of-type {
    border-radius: 0 0 3px 3px;
}

.loto_select input[type="radio"]:checked+label {
    background: #ff7d3e;
    color: #fff;
}

.lot-box .label {
    width: 19% !important;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background: #ff7d3e;
    border-radius: 0.25em;
    display: inline-table;
    padding: 0;
    margin: 0;
}

.lot_win {
    padding: 0;
    padding: 0;
    /* background: url(/images/lot/bg.jpg) center no-repeat; */
    background-size: cover;
    text-align: center;
    font-family: 'Share Tech', sans-serif;
}

.lot_win .outer-container {
    margin: 0 auto;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.lot_win .result {
    color: #fff;
    margin: auto;
    margin-top: 5px;
    text-align: center;
    /* padding: 10px; */
    font-size: 38px;
    background: url(/images/lot/r_bg.png) no-repeat;
    background-size: 100% auto;
    height: 120px;
    width: 300px;
    line-height: 1.5;
    padding: 20px 0;
    padding-top: 0px;
    display: block;
    letter-spacing: -0.05em;
}

.lot_win .result span {
    font-size: 15px;
    letter-spacing: .5em;
}

.neon {
    color: #FB4264;
    text-shadow: 0 0 3vw #F40A35;
}

.neon {
    animation: neon 3s ease infinite;
    -webkit-animation: neon 3s ease infinite;
}

@keyframes neon {
    0%,
    100% {
        text-shadow: 0 0 1vw #FA1C16, 0 0 3vw #FA1C16, 0 0 10vw #FA1C16, 0 0 10vw #FA1C16, 0 0 .4vw #FED128, .5vw .5vw .1vw #806914;
        color: #FED128;
    }
    50% {
        text-shadow: 0 0 .5vw #800E0B, 0 0 1.5vw #800E0B, 0 0 5vw #800E0B, 0 0 5vw #800E0B, 0 0 .2vw #800E0B, .5vw .5vw .1vw #40340A;
        color: #806914;
    }
}

.btn_lot_result {
    font-size: 26px;
    text-align: center;
    display: block;
    color: #fff;
    margin: 0 10px;
    transition: .4s;
}

.btn_lot_result a {
    padding: 15px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: .4s;
    background: #900;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 5px 0px #3C385C;
}

.btn_lot_result a:hover {
    text-decoration: none;
    color: #fff;
    background: #710404;
    box-shadow: 0 0 20px 0px #fff;
}

.lot_win .caution {
    margin: 10px;
    display: inline-block;
    text-align: center;
    color: #a0161b;
    padding: .1em 1em;
    background: rgba(255, 255, 255, 0.61);
    border-radius: 20px;
}

.lot_win .container {
    width: 96%;
    margin: 10px 2%;
    height: 200px;
    border-radius: 10px;
    position: relative;
    top: 0;
    z-index: 1;
    box-shadow: 0 5px 10px 0px rgba(60, 56, 92, 0.5);
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.lot_win .container1 {
    background: #5967C3;
    background: -webkit-linear-gradient(left top, #5967C3, #83cedc);
    background: linear-gradient(to bottom right, #5967C3, #83cedc);
}

.lot_win .container2 {
    background: #a79756;
    background: linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
    background: -webkit-linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
    z-index: 2;
}

.lot_win .container3 {
    background: #CA619C;
    background: -webkit-linear-gradient(left top, #CA619C, #DBC084);
    background: linear-gradient(to bottom right, #CA619C, #DBC084);
}

.lot_win .container4 {
    background: #2B645B;
    background: -webkit-linear-gradient(to top left, #101F1C, #143F38, #2B645B, #5D9F95, #1F514E);
    background: linear-gradient(to top left, #101F1C, #143F38, #2B645B, #5D9F95, #1F514E);
    border-radius: 10px;
    clear: both;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    overflow: hidden;
    margin: 7px;
}

.container4>div {}

.item1 {
    flex-grow: 2;
    padding: 10px;
}

.item2 {
    flex-grow: 3;
    padding: 10px;
}

.item3 {
    flex-grow: 3;
    padding: 10px;
}

.item4 {
    display: none;
}

.item4:last-child {
    display: block;
    padding: 10px;
    flex-grow: 4;
    background: #ff5959;
}

.lot_win .active {
    z-index: 3;
    top: -25px;
    height: 300px;
}

.lot_win .title {
    color: #FFF;
    font-size: 2rem;
    text-align: center;
    margin-top: 15px;
}

.lot_win .title::after {
    content: '';
    display: block;
    height: 3px;
    width: 20px;
    background-color: #FFF;
    border-radius: 15px;
    margin: 0 auto;
}

.lot_win .main_number {
    position: absolute;
    top: 54%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2%;
    text-align: center;
    font-size: 22rem;
    color: #FFFFFF;
    opacity: 0.4;
    font-weight: 800;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.lot_win .main_number::before {
    content: url(/images/_common/icon/lot.png);
    font-size: 2rem;
    position: absolute;
    top: -20px;
    left: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.2);
}

.lot_win .active .main_number {
    top: 51%;
}

.lot_win .container a {
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    font-size: 1.4rem;
    background-color: #ff5959;
    padding-top: 4px;
    width: 170px;
    line-height: 40px;
    display: block;
    border-radius: 30px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.lot_win .container a span {
    font-style: italic;
    opacity: 0.6;
}

.lot_win .active a {
    bottom: 10px;
}

.lot_win .active a span {
    opacity: 1;
}

.lot_win .container small {
    font-size: 50%
}

.lot_win .container_text {
    position: absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    color: #FFFFFF;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.lot_win .active .container_text {
    top: 65%;
}

.lot_win .container_text span {
    display: block;
}

.lot_win .container_text1 {
    font-size: 1.5rem;
}

.lot_win .container_text2 {
    font-size: 4.5rem;
    color: #a20000;
    line-height: 1;
}

.container1 span:nth-child(1),
.container1 span:nth-child(3),
.container1 span:nth-child(4),
.container2 span:nth-child(2),
.container2 span:nth-child(3),
.container2 span:nth-child(4),
.container3 span:nth-child(1),
.container3 span:nth-child(2),
.container3 span:nth-child(4),
.container4 span:nth-child(1),
.container4 span:nth-child(2),
.container4 span:nth-child(3) {
    display: none;
}


/* common list -----------------------------------------*/

.rank_cowntdown {
    margin: 0;
    padding: 20px 0;
    width: 100%;
    background: #ff5b5c;
    color: #fff;
    white-space: nowrap;
    text-align: center;
}

.rank_cowntdown iframe {
    padding: 10px;
    width: 100%;
    font-family: RobotoDraft, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.rank_cowntdown iframe #counter {
    font-family: RobotoDraft, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.exp-inner li {
    position: relative;
}

.exp-inner li .rank {
    background: #ff5b5c;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
}

.exp-inner li .name {
    width: 48%;
    display: block;
    line-height: 50px;
    padding-left: 0.8em;
}

.exp-inner li .thisweek_exp {
    width: 10%;
    display: block;
    line-height: 50px;
    padding-right: 0.5em;
    text-align: right;
}

.exp-inner li .lastweek_exp {
    width: 10%;
    display: block;
    line-height: 20px;
    padding-right: 0.5em;
    padding-top: 0.5em;
}

.exp-inner li .lastweek_exp strong {
    color: #58a6f0;
}

.exp-inner li .lastweek_exp img {
    float: left;
}

.exp-inner li .gift_pt {
    position: absolute;
    right: 30px;
    top: 0;
    display: block;
    line-height: 50px;
    padding-right: 0.5em;
    text-align: right;
}

.exp-inner li:nth-child(2n+1) .rank {
    background: #ff6f70;
}

.exp-inner li a {
    display: -webkit-box;
    color: #2c3e50;
    text-decoration: none;
    background: #e1e5e6;
}

.exp-inner li:nth-child(2n+1) a {
    background: #ecf0f1;
}

.exp-inner li p {
    padding: 10px;
    -webkit-box-flex: 1;
    line-height: 1.4em;
    padding-right: 25px;
}


/* blog archives-----------------------------------------*/

.blog {}

.blog h2 {
    font-size: 20px;
    border: none;
    margin: 0;
    padding: 0;
    padding-left: 0.3em;
    line-height: 3.4em;
}

.blog h2 small {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 3.4em;
}

.blog h3 {
    padding: 15px 0;
    margin: 0;
    color: #2980B9;
    font-size: 18px;
    border: none;
}

.blog .lead {
    font-size: 16px;
    padding-left: 0.1em;
}

.blog h3 a,
.blog .lead a,
.blog .comme a {
    color: #2980B9;
}

.blog .rank {
    margin: 5px;
    display: block;
    padding-top: 7px;
    width: 40px;
    height: 40px;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    float: left;
    /*color: #fff;
    background: #df277d;*/
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

. input,
select,
textarea {
    margin-bottom: 10px;
}

.blog .face {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    background: #f3f4f5;
}

.face {
    background: #f3f4f5;
}

.profile_data i {
    color: #2d3e50;
    font-size: 14px;
    vertical-align: -0.05em;
}

.profile_data {
    font-size: 14px;
}

.profile_data_comment {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 18px;
}

.blog_photo {
    padding-top: 5px;
    padding-bottom: 5px;
}

.blog_photo img {
    width: 100%;
}

.blog .media {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog .media:last-child {
    border-bottom: none;
}

.blog .title {
    padding-right: 10px;
    color: #2980B9;
    font-weight: 600;
    font-size: 14px;
    padding-top: 0;
    margin: 0 0 0 5px;
}

.blog .title .pull-right {
    margin-top: 2px;
    color: #95a5a6;
    font-size: 11px;
}

.blog .text {
    padding: 0;
    line-height: 1.4em;
    padding-right: 10px;
    margin: 0;
    text-align: left;
    margin-left: 5px;
    font-size: 13px;
    color: #2c3e50;
}

.blog_icon_list {
    margin: 0 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.blog_icon {
    margin: 8px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.blog_icon_xs {
    margin: 5px 0 10px 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.blog .comme {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    padding: 10px;
    background: #fbfdfd;
}

.blog .panel {
    margin-bottom: 10px;
    border: none;
}


/*list --------------------------------------------------*/

.list {
    position: relative;
    padding-top: 1px;
    /*padding-bottom: 1px;*/
    padding-left: 0;
    /*margin-bottom: 20px;*/
}

.list:last-child {
    margin-bottom: 0px;
}

.list:last-child.card {
    margin-bottom: 40px;
}

.user_name {
    font-size: 14px;
    font-weight: bold;
}

.comments-list .media {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}


/* addition -----------------------------------------*/

.addition {}

.addition_menu {
    color: #fff;
    padding: 3px 5px;
    background: #ff982e;
}

.pricing-table {
    margin: 5px;
}

.pricing-table .plan {
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
}

.plan {
    font-family: 'Share Tech', sans-serif;
    padding: 0;
    padding-bottom: 5px;
    color: #fff;
    background-color: #5e5f59;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: 5px;
}

.plan:hover {
    background-color: #fbfafc;
}

.plan-name h2 {
    font-size: 30px;
    margin: 5px 0 !important;
    font-family: 'Share Tech', sans-serif;
}

.plan-name span {
    font-size: 14px;
}

.plan .badge {
    vertical-align: 0.3em;
    padding-top: 5px;
    font-size: 14px !important;
}

.plan .label {
    vertical-align: 0.2em;
    padding-top: 5px;
}

.plan-name {
    padding: 5px 0;
    color: #fff;
    background-color: #FFD700;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.plan-name.one {
    color: #fff;
    background-color: #c386fe;
}

.plan-name.two {
    background-color: #f23e5c;
}

.plan-name.three {
    background-color: #ffc253;
}

.plan-name.four {
    background-color: #78d49c;
}

.plan-name.five {
    background-color: #9faafd;
}

.plan-name.six {
    background-color: #76dafe;
}

.pricing-table .plan ul {
    list-style: none;
    margin: 0;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.pricing-table .plan ul li.plan-feature {
    padding: 10px 0 2px 0;
    border-top: 1px solid #c5c8c0;
    font-size: 20px;
}

.pricing-table .plan ul li.plan-feature:first-child {
    border-top: none;
}

.pricing-table .plan ul li.plan-feature img {
    vertical-align: -0.6em;
    width: 40px;
    height: 40px;
}

.pricing-three-column {
    margin: 0 auto;
    width: 80%;
}

.plan-mouseover .plan-name {
    background-color: #4e9a06 !important;
}

.btn-plan-select {
    padding: 10px 25px 6px 25px;
    font-size: 16px;
}

.addition_list li {
    float: left;
    width: 33.333333333%;
    text-align: center;
    font-size: 13px !important;
}

.addition_list .btn_add {
    padding: 0;
    background: #fff!important;
    width: 95%;
    margin: 0;
    margin-bottom: 5px;
    font-size: 12px !important;
}


/* ticker -----------------------------------------*/

.ticker {
    margin: 0 auto 4px auto;
    text-align: left;
    position: relative;
    width: 100%;
}

.ticker ul {
    width: 100%;
    position: relative;
}

.ticker ul li {
    width: 100%;
    white-space: nowrap;
    display: block;
    background: #fff;
    padding: 7px 0;
    border-bottom: 1px #ddd solid;
}

.ticker ul li:last-child {
    border-bottom: none;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}

.ticker ul li a {}

.ticker .days {
    margin-right: 10px;
    padding: 10px;
    background: #e9fb4f;
    font-family: 'Share Tech', sans-serif;
    white-space: nowrap;
}

.ticker .topic {
    margin-right: 10px;
    padding: 10px;
    background: #58d5ff;
    font-family: 'Share Tech', sans-serif;
    white-space: nowrap;
}

.ticker .text {
    font-size: 11px;
}

.error {
    color: #fb5c5b;
    font-size: 12px;
}

#composition_list .error {
    color: #fb5c5b;
    font-size: 12px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #ff3636;
    padding: 10px;
    margin-bottom: -2px;
}
/* dailychance -----------------------------------------*/

.daily {
    padding: 20px 10px;
    text-align: right;
    background: #faf9fb url(/images/_smt/daily.jpg) no-repeat 50% 50%;
    -webkit-background-size: 1000px 500px;
    color: #000;
}

@-webkit-keyframes 'pulse' {
    0% {
        -webkit-box-shadow: 0px 0px 0px rgba(255, 000, 000, 0.5), inset 0px 40px 0px rgba(255, 255, 255, 0.0);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px rgba(255, 000, 000, 0.5), inset 0px 40px 0px rgba(255, 255, 255, 0.8);
    }
}

.fade_flash {
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.topics li.after_daily {
    padding: 0;
    padding-bottom: 10px;
}

.after_daily {
    padding: 5px 0;
    background: #faf9fb url(/images/_smt/daily.jpg) no-repeat 50% 50%;
    text-align: center;
}

.after_daily p {
    margin: 0;
    padding: 20px 0;
    padding-bottom: 0;
    letter-spacing: 0.1em;
    font-size: 30px;
    font-family: 'Share Tech', sans-serif;
    font-weight: bold;
}

.daily_regist {
    padding: 10px;
    background: url(/images/dailychance/bg_daily.jpg);
    text-align: center;
}

.daily_regist h4 {
    padding-bottom: 20px;
}

.daily_regist p {
    font-size: 20px;
    text-shadow: 0px 0px 20px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=0);
}

.daily_regist span {
    letter-spacing: 0.1em;
    font-size: 50px;
    font-family: 'Lobster', 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
    text-shadow: 0px 0px 20px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=0);
}


/* topics -----------------------------------------*/

.topics {
    padding-left: 0;
    margin-bottom: 20px;
    border-radius: 4px;
    margin: 5px;
}

.topics li {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    border-bottom: 1px #dddddd solid;
}

.topics li:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background-color: #5bc0de;
    border: none;
    color: #fff;
    font-weight: bolder;
}

.topics li:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}


/* Banner -----------------------------------------*/

.Banner {
    clear: both;
    padding: 0;
}

.Banner li {
    text-align: center;
}

.Banner li img {
    margin: 0 auto;
}


/* common list -----------------------------------------*/

.wrap-inner {
    background: #fff;
}

.wrap-inner h2 {
    padding: 10px 5px 5px 5px;
}

.wrap-inner h2 span {
    text-align: right;
    color: #fff;
    font-size: 12px;
    padding: 10px 5px 5px 5px;
}

.wrap-inner li a {
    display: -webkit-box;
    color: #2c3e50;
    text-decoration: none;
    background: #e1e5e6 url(/images/smt/arrow3.png) no-repeat 98% 50%;
}

.wrap-inner li:nth-child(2n+1) a {
    background: #ECF0F1 url(/images/smt/arrow3.png) no-repeat 98% 50%;
}

.wrap-inner li p {
    padding: 10px;
    -webkit-box-flex: 1;
    line-height: 1.4em;
    padding-right: 25px;
}

.wrap-inner .days {
    margin: 5px;
    margin-right: 0;
    text-align: center;
    padding: 5px 10px;
    background: #e9fb4f;
    display: block;
    font-family: 'Share Tech', sans-serif;
    white-space: nowrap;
}

.wrap-inner .topics_days {
    text-align: center;
    padding: 5px 10px;
    background: #e9fb4f;
    display: block;
    font-family: 'Share Tech', sans-serif;
    white-space: nowrap;
}

.wrap-inner li a p span {
    display: block;
    padding: 5px 0 0 0;
    font-size: 13px;
    line-height: 1.2em;
    color: #BDC3C7;
    font-weight: normal;
}

.wrap-inner p.more a {
    color: #fff;
    display: block;
    padding: 5px 0;
    text-align: center;
    background: #95a5a6;
    -webkit-background-size: 31px 20px;
    -moz-background-size: 31px 20px;
    -o-background-size: 31px 20px;
    margin-bottom: 5px;
}


/* game-----------------------------------------*/

h4 span {
    background: rgba(255, 255, 255, 1);
    color: #ff2b70;
    padding: 3px 6px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0.3em;
    margin-left: 0;
    line-height: 2.2;
}

.ab-light {
    color: #fff!important;
}

.ab-dark {
    color: #000!important;
}

.game_label {
    vertical-align: 0.1em;
    padding: 5px;
    background: #de277c;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.game_list {
    font-size: 12px;
}

.game_list_inner {
    margin-bottom: 5px;
    background-position: 50% 50%;
    background-size: cover;
}

.game_list_wrap {
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
}

.game_list .media {
    padding: 0;
}

.game_list a {
    color: rgba(255, 255, 255, 1);
}

.game_list h4 {
    color: rgba(0, 0, 0, 1)!important;
    font-size: 17px;
}

.game_list p {
    color: rgba(0, 0, 0, 1)!important;
}

.game_list .media-left {
    width: 40%;
}

.g_list {
    width: 100%;
    height: auto;
    margin-right: 2px;
}

.game_list .media-body {}

.game_list hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 10px 0 5px 0;
}

.game_panel,
.mode_panel {
    width: 100%;
    background-size: 100%;
    padding: 10px;
    display: inline-table;
}

.game_panel>img,
.mode_panel>img {
    max-width: 70%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.cd-section_s {
    padding: 0 5px;
    text-align: center;
}

.game_btn_s {
    width: 100%;
    border-radius: 1.5em;
    color: #fff;
    line-height: 4em;
    white-space: nowrap;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    height: 4em;
    background: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    margin: 0 0 0.5em 0;
}

a.game_btn_s {
    color: #fff;
}

.game_btn_s_inner img {
    width: 80%;
    height: auto;
    text-align: right;
    float: right;
}

.game_btn_s img {
    text-align: center;
    width: 90%;
    height: auto;
}

.mode_panel {}

.mode_panel:nth-child(2n+1) {
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.game {
    text-align: center;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
}

.game a {
    color: #fff;
}

.game ul li:first-child {
    margin-top: -45px;
    padding-top: 60px;
}

.game ul li a img {
    width: 240px;
}

.game ul li {
    padding: 15px 5px 0 5px;
    overflow: hidden;
}

.game_wrap {
    margin-top: -30px;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    padding-top: 15px;
}

.cd-modal-content a {
    margin: 0;
}


/*12 Point Burst*/

.burst div {
    text-align: center;
    margin: 0 auto 1em auto;
    background: url(/images/_common/game/bg_game_info.png) no-repeat 50% 50%;
    background-size: contain;
}

.burst img {
    margin-right: 0.3em;
    vertical-align: -0.6em;
}

.burst div p {
    font-weight: bold;
    line-height: 70px;
    color: #fff;
    z-index: 1;
    white-space: nowrap;
    font-family: 'Share Tech', sans-serif;
    font-size: 13px;
}

.burst p {
    font-weight: normal;
    font-size: 13px;
    text-align: center;
}


/*game modal window*/

.flex-box {
    display: -webkit-box;
    display: box;
    display: flexbox;
    flex-align: center;
    flex-pack: center;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -moz-box;
    -moz-box-align: center;
    -moz-box-pack: cetner;
}

.flex-box div {
    -webkit-box-flex: 1;
    box-flex: 1;
    line-height: 30px;
    display: block;
}

.flex-box img {
    vertical-align: -0.4em;
    margin-right: 0.3em;
    width: 20px;
}

.flex-box small {
    font-size: 12px;
    line-height: 12px;
}


/* sitemap -----------------------------------------*/

.sitemap {
    margin-bottom: 10px;
}

.sitemap a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 10px;
    margin: 0 10px 0 10px;
}

.sitemap a:hover {
    background: #fafafa;
}

.sitemap h3 {
    margin-top: 5px;
    line-height: 1.5;
    font-weight: normal;
    font-size: 1;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sitemap ul {
    margin: 1px;
    line-height: 1.5;
    list-style: none;
}

.sitemap ul li {
    margin: 2px 0 0 1.5em;
    border-left: 1px dotted #999;
    zoom: 1;
}

.sitemap ul li:before {
    margin-right: 0.5em;
    border-bottom: 1px dotted #999;
    float: left;
    width: 9px;
    height: 1.5em;
    overflow: hidden;
    content: "";
}

.sitemap ul li:last-child {
    border: none;
}

.sitemap ul li:last-child:before {
    border-left: 1px dotted #999;
}

.sitemap ul li ul {
    margin-left: 1.5em;
}


/* caution -----------------------------------------*/

.caution ul {
    margin-top: 10px;
}

.caution li {
    margin-left: 2em;
    list-style: disc;
    line-height: 1.8;
}


/* clearfix -----------------------------------------*/

.clear {
    clear: both;
}


/*



------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ver2.0---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.lifetime {
    background: url(/images/event/lifetime/bg2.jpg);
    color: #fff;
    padding: 10px 5px 5px 5px;
}

.lifetime .well {
    padding: 8px;
    margin-bottom: 0;
    background: #fff;
}

.well p {
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
    color: #414241;
}

.lifetime h4 {
    text-align: center;
    font-size: 16px;
}

.lifetime h5 {
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px #fff solid;
    padding: 10px 0;
}

.lifetime hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}


/****** battle6 *********************************************************/

div.e_panel {
    padding: 0;
    margin: 0 auto;
}

#bg {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

#battle6 .tab {
    cursor: pointer;
}

#battle6 .tab a {
    cursor: pointer;
}

#battle6 {
    margin: 0 auto;
    width: 100%;
}

#battle6 h3 {
    text-align: center;
    background: #fff;
}

#battle6 h4 {
    font-size: 16px;
    padding: 7px 0 5px 0;
}

#battle6 p {
    text-align: center;
}

#battle6_wrap {
    margin: 0 auto;
    width: 100%;
}

#battle6_inner {
    margin: 0 auto;
    width: 100%;
}

#battle6_inner h4 {
    font-weight: bold;
    margin-top: 20px;
}

#battle6_inner h4 span {
    background: #fff;
    color: #ff2b70;
    padding: 5px 8px;
    font-size: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0.5em;
}

#battle6_inner .start a {
    margin: 50px auto 50px auto;
    text-indent: -1000em;
    display: block;
    width: 449px;
    height: 191px;
    background: url(/images/event/battle6/btn_start.png) center top no-repeat;
}

#battle6_inner .start a:hover {
    background: url(/images/event/battle6/btn_start.png) center -189px no-repeat;
}

#battle6_inner .start2 a {
    margin: 0 auto;
    text-indent: -1000em;
    display: block;
    width: 280px;
    height: 100px;
    background: url(/images/event/battle6/btn_start2.png) center top no-repeat;
    background-size: 250px;
}

#battle6_inner .ok a {
    margin: 10px auto 50px auto;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 300px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #2eb658;
}

#battle6_inner .ok a:hover {
    background: #33c963;
}

#battle6_inner .timetable {
    overflow: hidden;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 30px 0;
}

#battle6_inner table {
    background: #fff;
    color: #151515;
    font-size: 16px;
    font-weight: bold;
    width: 500px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
}

#battle6_inner table span {
    background: #000;
    color: #ff2b70;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#battle6_inner table tr {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
}

#battle6_inner th {
    padding: 10px 15px;
}

#battle6_inner td {
    padding: 10px 15px;
    border-left: 1px #eee solid;
}

#battle6_inner center {
    margin: 30px 0;
}

#battle6_inner .text {
    padding-top: 100px;
}

#battle6_inner .caution {
    padding: 50px 0;
    padding-left: 100px;
}


/****** battle56 *********************************************************/

div.e_panel {
    padding: 0;
    margin: 0 auto;
}

#bg {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

#battle56 .tab {
    cursor: pointer;
}

#battle56 .tab a {
    cursor: pointer;
}

#battle56 {
    margin: 0 auto;
    width: 100%;
}

#battle56 h3 {
    text-align: center;
    background: #fff;
}

#battle56 h4 {
    font-size: 16px;
    padding: 7px 0 5px 0;
}

#battle56 p {
    text-align: center;
}

#battle56_wrap {
    margin: 0 auto;
    width: 100%;
}

#battle56_inner {
    margin: 0 auto;
    width: 100%;
}

#battle56_inner h4 {
    font-weight: bold;
    margin-top: 20px;
}

#battle56_inner h4 span {
    background: #fff;
    color: #ff2b70;
    padding: 5px 8px;
    font-size: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0.5em;
}

#battle56_inner .start a {
    margin: 50px auto 50px auto;
    text-indent: -1000em;
    display: block;
    width: 449px;
    height: 191px;
    background: url(/images/event/battle56/btn_start.png) center top no-repeat;
}

#battle56_inner .start a:hover {
    background: url(/images/event/battle56/btn_start.png) center -189px no-repeat;
}

#battle56_inner .start2 a {
    margin: 0 auto;
    text-indent: -1000em;
    display: block;
    width: 280px;
    height: 100px;
    background: url(/images/event/battle56/btn_start2.png) center top no-repeat;
    background-size: 250px;
}

#battle56_inner .ok a {
    margin: 10px auto 50px auto;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 300px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #2eb658;
}

#battle56_inner .ok a:hover {
    background: #33c963;
}

#battle56_inner .timetable {
    overflow: hidden;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 30px 0;
}

#battle56_inner table {
    background: #fff;
    color: #151515;
    font-size: 16px;
    font-weight: bold;
    width: 500px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
}

#battle56_inner table span {
    background: #000;
    color: #ff2b70;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#battle56_inner table tr {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
}

#battle56_inner th {
    padding: 10px 15px;
}

#battle56_inner td {
    padding: 10px 15px;
    border-left: 1px #eee solid;
}

#battle56_inner center {
    margin: 30px 0;
}

#battle56_inner .text {
    padding-top: 100px;
}

#battle56_inner .caution {
    padding: 50px 0;
    padding-left: 100px;
}

.rank_topic,
.rank_topic2,
.rank_topic3,
.rank_topic4 {
    margin: 0 auto;
    padding: 20px;
    padding-top: 17px;
    color: #fff;
    overflow: hidden;
    margin: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.8);
}

.rank_topic4 {}

.rank_topic2 {}

.rank_topic3 {
    background: #666;
    background: rgba(0, 0, 0, 0.8);
}

.rank_topic5 {
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 240px;
    height: 240px;
    text-align: center;
    padding: 30px;
    margin: 10px auto;
}

.rank_topic p,
.rank_topic2 p,
.rank_topic3 p {
    text-align: left !important;
}

.rank_topic a,
.rank_topic2 a,
.rank_topic3 a {
    color: #fff;
    text-decoration: underline;
}

.rank_topic a:hover,
.rank_topic2 a:hover,
.rank_topic3 a:hover {
    color: #fff;
    text-decoration: none;
}


/****** event_ranking_wrap tabs *********************************************************/

ul.battle {
    text-align: center;
    color: #fff;
    overflow: hidden;
}

ul.battle li {
    width: 50%;
    padding: 20px 0;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.c_b {
    background: #2094fc;
    color: #3f3f3f;
}

.c_t {
    background: #ff344c;
    color: #3f3f3f;
}

ul.battle li.active {
    color: #fff;
}

ul.treasure {
    text-align: center;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    background: #ff344c;
    margin: 5px;
    margin-bottom: 0;
}

ul.treasure li {
    float: left;
    width: 20%;
    background: #666;
    padding: 5px 0;
    color: #fff;
}

ul.treasure li.active {
    background: #ffde00;
    color: #000;
}

.e_panel {
    display: none;
}

.show_tab {
    display: block;
}

section.e_panel {}


/****** event_ranking *********************************************************/

.game_open {
    margin: 5px auto;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    position: relative;
}

.game_open div {
    z-index: 2;
    position: relative;
    padding: 10px;
    padding-top: 110px;
    margin: 5px;
    margin-top: -120px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.rank_topic_open {
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 240px;
    height: 240px;
    text-align: center;
    padding: 30px;
    margin: 10px auto;
    z-index: 3;
    position: relative;
}

.total_ranking {
    margin: 0 auto;
    margin-top: 20px;
    padding: 0 20px 10px 20px;
    color: #fff;
    background: url(/images/event/event_ranking/bg_rank.png) right top no-repeat;
    overflow: hidden;
}

.total_ranking p {
    text-align: left !important;
    font-size: 12px;
}

.total_ranking ul {
    float: left;
    width: 100%;
}

.total_ranking li {
    font-size: 16px;
    margin-bottom: 5px;
    width: 100% !important;
    height: 42px;
    display: table;
}

.total_ranking li .t_rank {
    text-align: center;
    width: 10%;
    vertical-align: middle;
    color: #ff344c;
    margin: 0 1.5em 0 1em;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.total_ranking li .t_name {
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    width: 35%;
}

.total_ranking li strong {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 40%;
}

.total_ranking li img {
    width: 42px;
    height: 42px;
    vertical-align: middle;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    margin-left: 1em;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.total_ranking hr {
    margin: 10px 0;
    clear: both;
    display: block;
}

.my_ranking {
    margin: 1px;
    padding: 10px;
    color: #303030;
    background: #fede2f url(/images/event/event_ranking/bg_white.png);
    overflow: hidden;
    clear: both;
}

.my_ranking ul {
    margin: 0 auto;
    width: 100%;
}

.my_ranking li {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    width: 100% !important;
    float: left;
    display: table;
}

.my_ranking li img {
    width: 70px;
    height: 70px;
    vertical-align: middle;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 1em;
    padding: 10px;
}

.my_ranking .face {
    padding: 0;
    float: left;
}

.my_ranking .face p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.my_ranking .face p span {
    padding-left: 30px;
}

.my_ranking .face img {
    width: 70px;
    height: 70px;
    background: #eee;
    margin-bottom: 5px;
}

.game_ranking {
    margin: 1px;
    margin-top: -75px;
    padding: 5px;
    padding-top: 40px;
    color: #fff;
    background: #000 url(/images/event/event_ranking/bg_white2.png);
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    clear: both;
}

.game_ranking ul {
    margin: 0 auto;
    width: 100%;
}

.game_ranking li {
    font-size: 14px;
    margin-bottom: 5px;
    width: 100% !important;
    display: table;
    padding-left: 5px;
}

.game_ranking li img {
    width: 32px;
    height: 32px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    margin-left: 1em;
}

.game_ranking li .t_name {
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    width: 50%;
}

.game_ranking li .t_rank {
    text-align: right;
    vertical-align: middle;
    display: table-cell;
    width: 30%;
}

.game_ranking .game_icon {
    width: 100%;
}

.game_ranking p {
    text-align: center;
    font-size: 12px;
}

.game_ranking p span {
    padding-left: 2em;
}

.e_panel .game_icon img {
    width: 120px;
    height: 120px;
    vertical-align: middle;
    background: #000 url(/images/event/event_ranking/bg_white2.png);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
}

.e_panel .game_icon p {
    text-align: center;
}

.PR_banner_2clm_2014 {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.PR_banner_2clm_2014 img {
    width: 50%;
    float: left;
}


/****** mission *********************************************************/

.mission_status {
    background: transparent;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

.mission_status div {
    float: left;
    width: 50%;
    background: transparent;
    text-align: center;
    overflow: hidden;
    padding-top: 30px;
}

.mission_status div p strong {
    font-size: 20px;
}

.mission_status .comp {
    overflow: hidden;
    height: 150px;
    background: url(/images/game/slot27/bg_comp.png) top center no-repeat;
}

.mission_status .hat {
    height: 150px;
    background: url(/images/game/slot27/bg_hat.png) top center no-repeat;
}

.mission_status .status_circle {
    height: 150px;
    background: url(/images/game/mission/status_circle.png) top center no-repeat;
    margin-bottom: 10px;
}

.mission_list {
    padding: 5px;
    margin-bottom: 1px;
    color: #fff;
    background: rgba(0, 0, 0, 0.0);
    line-height: 1.8;
}

.mission_list .green {
    margin-top: 5px;
    color: #000;
    background: #fff;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.mission_list .green p {
    margin: 0;
    padding: 0;
}

.mission_list .green p span {
    padding: 20px 13px;
}

.mission_list .ranking {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 10px;
}

.mission_list .ranking strong {
    width: 2em;
    text-align: center;
    font-size: 16px;
    margin-right: 1em;
    padding: 10px 0;
}

.mission_list .ranking li {
    position: relative;
    margin: 10px 0;
}

.mission_list .ranking a {
    color: #fff;
}

.mission_list .ranking span {
    text-align: center;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fede2f;
    color: #000;
}

.mission_list div ul li strong {
    font-size: 20px;
    padding-left: 0.2em;
}

.PR_banner_2clm {
    overflow: hidden;
    width: 100%;
    display: box;
    display: -moz-box;
    display: -webkit-box;
}

.PR_banner_2clm div {
    width: 50%;
}

.PR_banner_2clm_t {
    clear: both;
    overflow: hidden;
    width: 100%;
    margin: 0;
    text-align: center;
    background: #ff0137;
}

.PR_banner_2clm_t div {
    float: left;
    width: 50%;
}

.PR_banner_2clm_t p {
    margin: 0;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
}

.PR_banner_2clm_t p a {
    color: #fff;
}

.PR_banner_2clm_t p strong {
    text-align: center;
    color: #ffd71e;
    margin: 0 0.2em 0 0.2em;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
}

.video-container {
    clear: both;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 15px auto;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/****** 7th *********************************************************/

ul.special {
    text-align: center;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 700;
    background: #ff344c;
}

ul.special li {
    float: left;
    width: 14.28%;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 700;
    background: #ff344c;
}

ul.special li.active {
    background: #ffde00;
    color: #000;
}

.spe_panel {
    display: none;
}

.show_tab {
    display: block;
}

div.spe_panel {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    background: #fede2f;
}

.tab {
    cursor: pointer;
}

.tab a {
    cursor: pointer;
}

.spe_panel h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    padding-bottom: 0;
}

.spe_panel .start a {
    margin: 0 auto;
    text-indent: -1000em;
    display: block;
    width: 449px;
    height: 191px;
    background: url(/images/event/7th/btn_start.png) center top no-repeat;
}

.spe_panel .start a:hover {
    background: url(/images/event/7th/btn_start.png) center -189px no-repeat;
}

.spe_panel .start2 a {
    margin: 0 auto;
    text-indent: -1000em;
    display: block;
    width: 450px;
    height: 140px;
    background: url(/images/event/7th/btn_start2.png) center -25px no-repeat;
}

.spe_panel .start2 a:hover {
    background: url(/images/event/7th/btn_start2.png) center -215px no-repeat;
}

.spe_ranking h3 {
    text-align: center;
    color: #3a3137;
    font-size: 24px;
}

.spe_game_open {
    display: table;
    margin: 0 auto;
}

.spe_game_open div {
    display: table-cell;
}

.spe_game_open .rank_topic5 {
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 240px;
    height: 240px;
    text-align: center;
    margin: 10px auto;
    border: 10px #000 solid;
}

.spe_game_open .rank_topic5 img {
    width: 170px;
    height: 170px;
}

.spe_ranking {
    margin: 0 auto;
    width: 100∞;
    padding: 5px;
    color: #fff;
    background: url(/images/event/7th/bg_rank.png) center top no-repeat;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.rank_7th {
    background: url(/images/event/7th/logo.png) center top no-repeat;
    padding-top: 280px;
}

.spe_ranking p {
    text-align: left !important;
    font-size: 12px;
}

.spe_ranking ul {
    float: left;
}

.spe_ranking li {
    font-size: 16px;
    margin-bottom: 5px;
    width: 100%;
    height: 42px;
    display: table;
    padding: 5px;
    padding-bottom: 0;
    color: #3a3137;
}

.spe_ranking li .t_rank {
    text-align: center;
    width: 10%;
    vertical-align: middle;
    color: #ff344c;
    margin: 0 1.5em 0 1em;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.spe_ranking li .t_name {
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    width: 40%;
}

.spe_ranking li strong {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 40%;
}

.spe_ranking li img {
    width: 42px;
    height: 42px;
    vertical-align: middle;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: 1em;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.spe_ranking hr {
    margin: 10px 0;
    clear: both;
    display: block;
}

.spe_myranking {
    background: #01a8ae;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding-bottom: 4px !important;
    overflow: hidden;
}

.spe_avatar {
    width: 100%;
    background: #302d3d;
    vertical-align: middle;
    color: #fff;
    padding: 10px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}

.spe_avatar .seven {
    color: #ffda00;
    font-weight: bold;
    font-size: 30px;
    vertical-align: -0.2em;
    margin-left: 0.5em;
}

.spe_avatar p {
    text-align: center;
}

.spe_avatar img {
    vertical-align: middle;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 20px;
    border: 5px #000 solid;
}

.spe_avatar .get_avatar a {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 20px;
    background: #ff344c;
    padding: 10px;
    text-decoration: none;
    color: #fff;
}

.spe_avatar .get_avatar a:hover {
    color: #fff;
    background: #ff5a7a;
}

.t_info {
    margin: 20px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background: #ff344c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.t_info a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px;
    padding-top: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.t_info a:hover {
    background: #f1becf;
}

.ava_ex {
    margin-bottom: 2px;
    background: #666884;
    padding: 5px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
}

.ava_ex:last-child {
    margin-bottom: 0;
}

.ava_ex_l {
    padding: 0;
    margin: 0;
}

.ava_ex_r {
    padding: 30px 0;
    margin: 0;
}

.spe_panel h5 {
    padding-top: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.ex_bg {
    background: #cb65bf url(/images/event/7th/ex_bg.png);
}


/****** zeny *********************************************************/

.zeny {
    padding: 2%;
    font-size: 16px;
    margin: 0;
}

.zeny label {
    padding: 5%;
    border-bottom: 1px #fff solid;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    display: block;
    cursor: pointer;
    margin-bottom: 0;
}

.zeny h3 {
    background: #fff;
    text-align: center;
    padding: 2%;
    margin: 0;
    font-size: 20px;
}

.zeny label {
    background: #01c1d7;
}

.zeny .zenylist {
    background: #d7ae56;
}

.zeny .fromZ {
    display: inline-block;
    width: 40%;
}

.zeny .toZ {
    color: #cfd2d0;
    font-size: 15px;
    vertical-align: 0.2em;
    margin: 0 0.5em;
}

.zeny input {
    vertical-align: 0.1em;
    margin-right: 0.4em;
}

.zeny label {
    vertical-align: 0.1em;
}

.zeny_footer {
    background: #fff;
    text-align: center;
    padding: 20px;
    padding-bottom: 25px;
}


/* tutorial ================================================================================ */

#menu_tutorial ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #ffde00;
    overflow: hidden;
}

#menu_tutorial li {
    display: inline;
    padding: 0;
    margin: 0;
}

#menu_tutorial a {
    display: block;
    font-size: 13px;
    padding: 10px 10px 10px 27px;
    text-decoration: none;
    color: #333;
    margin: 0px;
    text-align: left;
    background: url(/images/arrow/006.png) 5px 11px no-repeat;
}

#menu_tutorial a:hover {
    background-color: #ffa200;
}

#menu_tutorial #end_t a {
    display: block;
    font-size: x-small;
    padding: 3px 10px;
    text-decoration: none;
    color: #333;
    margin: 0px;
    text-align: left;
}

#menu_tutorial #end_t a:hover {
    background-color: #9EB7DD;
}

#bg_t {
    overflow: hidden;
    width: 100%;
    padding: 10px;
    margin-bottom: 6px;
    background: #fff;
    font-size: 14px;
    border-bottom: 1px #fff solid;
}

#bg_t h3 {
    margin: 0;
    color: #ff7300;
    overflow: hidden;
}

#bg_t p {
    overflow: hidden;
}

#bg_t .manual {
    padding: 1em 1em 2em 1em;
    font-size: 15px;
    overflow: hidden;
}

#bg_t .top {
    margin: 0.5em 0.5em 1em 0.5em;
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
}

#bg .top span {
    color: #ff2732;
}

.big_icon {
    margin: 0 auto;
}

.big_icon_right {
    margin: 0 auto;
}

#bg_t .inner_img {
    padding: 10px 0 20px 0;
}

#bg_t .used_where {
    padding: 5px 5px;
    color: #ff2954;
}

#bg_t .used_where a {
    font-weight: bolder;
    color: #ff2954;
    text-decoration: underline;
}

#bg_t .used_where a:hover {
    color: #ff2954;
    text-decoration: none;
}

#bg_t ul {
    font-weight: bolder;
}

#bg_t li {
    font-weight: bolder;
}

#bg_inner {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fbfafc;
    margin: 0 auto;
    font-size: 14px;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 10px;
}

#bg_inner .imgt {
    padding: 0 0 20px 0;
}

#bg_inner h4 {
    font-size: 16px;
    line-height: 1;
}

.cap {
    color: #ff0047;
    font-size: 16px;
    text-align: center;
    background: #fcffe9;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.cap strong {
    background: none !important;
}


/****** invite *********************************************************/

.super_shake {
    position: absolute;
    top: 0.1%;
    left: 50%;
    margin-left: -7.5%;
    width: 12%;
}

.invite {
    font-size: 16px;
    position: relative;
}

.invite a {
    color: #fff;
}

.invite hr {
    padding-bottom: 30px;
}

.invite a:hover {
    color: #fff;
    text-decoration: none;
}

.invite h3 {
    display: inline;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    background: #41aaca;
    padding: 10px;
    line-height: 4;
    font-weight: normal;
}

.invite .no {
    margin: 20px 0;
    display: inline;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    background: #fffc00;
    line-height: 1;
    overflow: hidden;
    font-weight: bold;
}

.invite h4 {
    font-size: 20px;
    text-align: center;
}

.invite p {
    padding: 10px;
}

.invite span {
    background: #fffc00;
    padding: 5px 10px;
    font-size: 25px;
}

.invite strong a {
    color: #000;
    padding: 5px 10px;
}

.invite strong a:hover {
    color: #000;
    padding: 5px 10px;
}

.invite strong {
    background: #fffc00;
    padding: 5px 0;
}

.invite .inner {
    padding: 10px;
    margin: 0;
    margin-top: 50px;
    background: #eee;
    text-align: center;
    border: #ff3271 5px solid;
}

.invite .inner2 {
    margin: 0;
    padding: 5px;
    background: #eee;
}

.invite .inner3 {
    font-size: 18px;
    margin-top: 0;
    padding: 10px;
    padding-bottom: 0;
    background: #ff5555;
}

.invite .inner3 a {
    display: block;
    font-size: 20px;
    margin: 10px 50px;
    padding: 10px;
    border: 3px #fff solid;
    background-color: rgba(255, 255, 255, 0.2);
}

.invite .inner3 a:hover {
    background-color: rgba(255, 255, 255, 0);
    border: 3px #fff solid;
}

.invite .err {
    color: #fff;
    background: #ff5555;
}

.invite .inner2 p {
    font-weight: bold;
}

.invite .inner2 ul {
    padding: 10px;
    padding-left: 2em;
}

.invite .inner2 li {
    list-style: disc;
}

.btn04 {
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 0;
    display: block;
    width: 150px;
    height: 150px;
}

.btn04::before {
    content: '';
    background-color: #55acee;
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: -10;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #55acee;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.btn04:hover::before {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    box-shadow: 0 0 0 25px #fff, 0 0 0 27px #55acee;
}

.btn_line::before {
    background-color: #2cbf13;
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #2cbf13;
    transition: all .2s ease;
}

.btn_line:hover::before {
    box-shadow: 0 0 0 25px #fff, 0 0 0 27px #2cbf13;
}

.btn_fb::before {
    background-color: #3b589e;
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #2cbf13;
    transition: all .2s ease;
}

.btn_fb:hover::before {
    box-shadow: 0 0 0 25px #fff, 0 0 0 27px #3b589e;
}

.a_two {
    margin: 0 0 20px 0;
    background: #3bb3e0;
    padding: 10px 20px;
    position: relative;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 6px 0px #156785;
    -moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 6px 0px #156785;
    box-shadow: inset 0px 1px 0px #7fd2f1, 0px 6px 0px #156785;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.a_two::before {
    background: #072239;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 4px;
    left: -2px;
    top: 5px;
    z-index: -1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 0px #fff;
    -moz-box-shadow: 0px 1px 0px #fff;
    box-shadow: 0px 1px 0px #fff;
}

.a_two:active {
    color: #156785;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3);
    background: rgb(44, 160, 202);
    -webkit-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
    -moz-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
    box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
    top: 7px;
}

.a_two:active::before {
    top: -2px;
}

.gold_rank {
    float: left;
    width: 36px;
    text-align: center;
    padding-top: 20px;
    font-size: 22px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}

.gold_rank_small {
    float: left;
    width: 36px;
    text-align: center;
    padding-top: 23px;
    font-size: 16px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}

.gold_rank_xsmall {
    float: left;
    width: 36px;
    text-align: center;
    padding-top: 15px;
    font-size: 14px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}

.invite_sns {
    width: 100%;
}

.invite_sns div {
    width: 33.33333333333%;
    text-align: center;
    padding: 1%;
}

.invite_sns img {
    opacity: 1;
}

.invite_sns a:hover img {
    opacity: 0.7;
}

.invite_wrap {
    padding: 5%;
    margin: 20px 0;
    background: #dee8ee;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* event ticker------------------------------------------------------------------------- */

.TickerNews {
    width: 100%;
}

.ti_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ti_slide {
    width: 30000px;
    position: relative;
    left: 0;
    top: 0;
}

.ti_content {
    width: 8000px;
    position: relative;
    float: left;
}

.ti_news {
    float: left;
}

.ti_news a {
    display: block;
    margin-right: 10px;
    color: black;
    text-decoration: none;
}

.TickerNews.default_theme {
    color: #fff
}

.TickerNews.theme .ti_news a {
    display: block;
    margin-right: 10px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.TickerNews.theme .ti_news span {
    color: red;
}

.TickerNews.theme {
    background: #de277c;
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.event_fade a {
    background: #000;
    padding: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}

.fade_flash {
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.event_fade {
    text-align: left;
}

@-webkit-keyframes 'pulse' {
    0% {
        -webkit-box-shadow: 0px 0px 0px rgba(200, 000, 000, 0.5), inset 0px 40px 0px rgba(255, 0, 0, 0.0);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px rgba(200, 000, 000, 0.5), inset 0px 40px 0px rgba(255, 0, 0, 0.8);
    }
}


/* guerrilla banner------------------------------------------------------------------------- */

.guerrilla_b {
    background: #a1ff33;
    position: relative;
    -webkit-background-size: 100% 250px;
    width: 100%;
    overflow: hidden;
}

.guerrilla_b p {
    position: absolute;
    top: 10%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    height: 90px;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
}

@media only screen and (max-width: 768px) {
    .guerrilla_b p {
        position: absolute;
        top: 50%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 95%;
        height: 90px;
        font-size: 17px;
        line-height: 1.1;
        text-align: center;
        -moz-transform: rotate(-2deg);
        -webkit-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
    }
}

.guerrilla_b p span {
    color: #ff0;
    -webkit-text-text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    padding: 6px;
    font-weight: bold;
}

.guerrilla_b span a:hover {
    color: #ff0;
    background: #000;
}

.fade_flash_b,
.fade_flash_event {
    background: url(/images/_common/icon/event.gif) !important;
}


/*
.fade_flash_b{
-webkit-animation-name: pulsee;
-webkit-animation-duration: 1.0s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-timing-function:ease-in-out;
-webkit-animation-direction: alternate;
}

@-webkit-keyframes 'pulsee' {
0%{
        -webkit-box-shadow:
        0px 0px 0px rgba(255,000,000,0.0),
        inset 0px 250px 0px rgba(51,224,255,0.1);
}
    100%{
        -webkit-box-shadow:
        0px 0px 0px rgba(255,000,000,1),
        inset 0px 250px 0px rgba(243,71,71,1);
        }
}
.fade_flash_b, .fade_flash_event{
    background: url(/images/_common/icon/event.gif) !important;
}
.fade_flash_event{
    -webkit-animation-name: pulse_event;
    -webkit-animation-duration: 1.0s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes 'pulse_event' {
0%{
        -webkit-box-shadow:
        0px 0px 0px rgba(255,000,000,0.0),
        inset 0px 600px 0px rgba(51,224,255,0.1);
}
    100%{
        -webkit-box-shadow:
        0px 0px 0px rgba(255,000,000,1),
        inset 0px 600px 0px rgba(243,71,71,1);
        }
}
*/


/*sticky menu*/

#change {
    position: fixed;
    top: 43px;
    left: 0px;
    display: none;
    z-index: 3;
    height: 1px;
}


/*sticky menu*/

#change_rewind {
    position: fixed;
    top: 58px;
    left: 5px;
    display: none;
    z-index: 3;
    height: 1px;
}


/* addition ================================================================================ */

#c_wrap {
    background: #f7f7f7;
}

#addition_wrap {
    overflow: hidden;
    border: 1px solid #ccc;
    background: #edefef;
    padding: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-top: 5px;
}

#addition_select_wrap {
    font-size: 14px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #ffde00;
    padding: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 5px;
}

#addition_wrap p {
    padding: 5px 0 5px 3px;
}

#addition_list {
    margin: 0;
    padding: 0;
}

.tab_1pt h3 {
    color: #000;
    overflow: hidden;
    font-size: 16px;
    padding: 5px;
    margin: 0;
    background: #fff;
    border: none;
}

.tab_1pt h3 img {
    margin: 0 5px;
    margin-bottom: 5px;
    width: 46px;
    height: auto;
    vertical-align: middle;
}

#addition_list_2 {
    overflow: hidden;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-top: 30px;
    width: 385px;
    float: left;
    height: 110px;
    margin: 0 auto;
}

#addition_list_ninsho {
    overflow: hidden;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    padding-top: 0;
}

#addition_pt_list {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    background: url(/images/addition/icon.jpg) 0px 0px no-repeat;
}

#addition_pt_list li {
    float: left;
    height: 100px;
}

#addition_pt_list li a {
    display: block;
    overflow: hidden;
    outline: none;
    height: 100px;
}

#add01,
#add02,
#add03,
#add04,
#add05,
#add06 {
    width: 95px;
    text-indent: -1000em;
}

#add01 {
    background: url(/images/addition/icon.jpg) 0px 0px no-repeat;
}

#add02 {
    background: url(/images/addition/icon.jpg) -95px 0px no-repeat;
}

#add03 {
    background: url(/images/addition/icon.jpg) -190px 0px no-repeat;
}

#add04 {
    background: url(/images/addition/icon.jpg) -285px 0px no-repeat;
}

#add05 {
    background: url(/images/addition/icon.jpg) -380px 0px no-repeat;
}

#add06 {
    background: url(/images/addition/icon.jpg) -477px 0px no-repeat;
}

#add01 a:hover {
    background: url(/images/addition/icon.jpg) 0px -100px no-repeat;
}

#add02 a:hover {
    background: url(/images/addition/icon.jpg) -95px -100px no-repeat;
}

#add03 a:hover {
    background: url(/images/addition/icon.jpg) -190px -100px no-repeat;
}

#add04 a:hover {
    background: url(/images/addition/icon.jpg) -285px -100px no-repeat;
}

#add05 a:hover {
    background: url(/images/addition/icon.jpg) -380px -100px no-repeat;
}

#add06 a:hover {
    background: url(/images/addition/icon.jpg) -477px -100px no-repeat;
}

#addition_list h4 {
    position: relative;
    padding: 20px 0 3px 2px;
    margin: 5px 0;
    height: 100%;
    border-bottom: 2px #ffde00 solid;
}

#pt_list ul {}

#pt_list ul li {
    text-align: right;
    background: #fff;
    margin-top: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#pt_list ul li:first-child {
    margin-top: 0;
}

#pt_list img {
    vertical-align: middle;
    padding-left: 9px;
}

#addition_wrap input[type="submit"] {
    padding: 5px 3px;
}

input[type="radio"] {}


/****** pt tabs *********************************************************/

#tabwrap_point_inner_small {
    height: 100%;
}

.activation {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

#tabwrap_point {
    position: relative;
    height: 100%;
}

#tabwrap_point .nav {
    overflow: hidden;
    width: 100%;
    padding: 5px;
}

#tabwrap_point .nav li {
    float: left;
    width: 33.33333333%;
    text-align: center;
    font-size: 10px;
    white-space: nowrap;
}

#tabwrap_point .nav li a {
    padding: 0;
    padding-bottom: 5px;
    margin: 2px;
    height: 90px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .12)
}

#tabwrap_point .nav li img {
    margin-bottom: 10px;
}

#tabwrap_point .nav li img {
    width: 60px;
    height: auto;
}

#tabwrap_point li a.current,
#tabwrap_point li a.current:hover {
    background: #fff !important;
    border: 3px #337ab7 solid;
    color: #000;
}

.hide_tabs {
    position: absolute;
    top: -1000em;
    left: -1000em;
}

.tab_1pt {
    overflow: hidden;
    background: #fff;
}

.tab_1pt .pickup {
    padding: 10px 10px 10px 5px;
}

.tab_1pt .pickup h4 {
    margin: 10px 0 5px 0;
}

.tab_1pt .pickup p {
    padding-left: 1em;
    text-indent: -1em;
    margin: 0 0 5px 0;
}

.tab_1pt li {
    padding: 0;
    margin: 0;
    color: #383838;
    font-weight: normal;
    height: 100%;
}

.tab_1pt li:last-child {
    margin-bottom: 0;
}

#pt_list2 {
    margin: 0 auto 10px auto;
}

#pt_list2 ul {
    margin: 0 auto;
    padding: 0 6px;
    max-width: 740px;
    overflow: hidden;
}

#pt_list2 ul li {
    height: 42px;
    margin: 0;
    border-bottom: 1px #ccc dotted;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
}

#pt_list2 ul li a {
    height: 42px;
    text-decoration: none;
    color: #fff;
}

#pt_list2 ul li:last-child {
    border: none;
}

#pt_list2 label {
    color: #fff;
    display: block;
    cursor: pointer;
}

.list_priceboost {
    font-size: 14px;
    font-weight: bolder;
    font-family: arial;
    width: 8.0em;
    margin-top: 0px;
    display: inline-block;
    height: 42px;
    line-height: 2.8em;
    text-align: right;
    padding: 0;
}

.list_priceboost strong {
    margin-right: 0.1em;
    font-size: 20px;
    font-weight: bolder;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}

.list_exp {
    font-size: 12px;
    font-weight: bolder;
    font-family: arial;
    letter-spacing: 0;
    display: inline-block;
    width: 6.0em;
    text-align: right;
    color: #ffed37;
}

.list_exp strong {
    font-size: 16px;
    margin-right: 0.1em;
    font-weight: bolder;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}

.list_price {
    font-size: 18px;
    font-weight: bolder;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    position: absolute;
    right: 10px;
    top: 9px;
}

.list_new {
    background: #fff;
    color: #ff2b70;
    position: absolute;
    top: -70px;
    left: -110px;
    padding-top: 100px;
    text-align: center;
    width: 200px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cp_box {
    overflow: hidden;
    color: #2b2b2b;
    font-weight: bold;
    background: repeating-linear-gradient(#fece48, #fece48 15px, #8be4fc 0, #8be4fc 35px);
    animation: move-stripe1 .6s infinite linear;
}

@keyframes move-stripe1 {
    0% {
        background-position-y: 0;
    }
    100% {
        background-position-y: -40px;
    }
}

.has-js .label_radio input {
    position: absolute;
    left: -9999px;
}

.has-js .label_radio {
    color: #fff !important;
    background: url(/images/addition/radio-off.gif) -10px center no-repeat;
}

.has-js label.r_on {
    color: #000 !important;
    background: url(/images/addition/radio-on.gif) -10px center no-repeat !important;
}

.has-js .no_item {
    background: url(/images/addition/radio-no.gif) -10px center no-repeat !important;
}

.has-js .boost {
    background: url(/images/addition/radio-off_ca.gif) -10px center no-repeat !important;
}

.has-js label.r_on.boost {
    background: url(/images/addition/radio-on_ca.gif) -10px center no-repeat !important;
}

@-webkit-keyframes boost_txt {}

to {
    -webkit-transform: rotate(11deg)translateX(-6px);
}

.help {
    font-size: 14px;
    color: #363636;
    background: #b3d7ff;
    overflow: hidden;
    padding: 10px 0 0 0;
}

.help h3 {
    font-size: 16px;
    padding: 10px;
    background: #eee;
}

.help td {
    padding: 5px;
    margin: 20px 0;
}

.help .question {
    padding-left: 30px;
    text-indent: -30px;
    margin-left: 5px;
}

.help .answer {
    padding-bottom: 10px;
    margin-left: 5px;
    line-height: 1.8;
}

.help_img {
    width: 26px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
}

.help_small_img {
    width: 22px;
    height: auto;
    margin-right: 10px;
}

.question {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px #eee solid;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.question_small {
    font-size: 14px;
    border-bottom: 1px #eee solid;
}

.question_list {
    font-size: 14px;
    background: #fff;
    border: 5px #eee solid;
    border-top: 0;
}

.question_list li:nth-child(2n) {
    background: #f5f5f5;
}

.to_inquiry {
    text-align: center;
    padding: 50px 0 10px 0;
    font-size: 14px;
}

.to_inquiry a {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background: #7fbbff;
    padding: 10px 20px;
    margin: 10px 0;
}

.to_inquiry a:hover {
    text-decoration: none;
    display: inline-block;
    background: #7191be;
}

.help .answer a {
    position: relative;
    display: block;
    padding-left: 0;
    text-indent: 0;
    color: #337ab7;
}

.help .answer a.btn {
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
}


/* .cardwrap---------------------------------------------------------------------------------------------------------- */

#composition_list {
    list-style: none;
    background: url(/images/item/bg_composition.gif);
    overflow: hidden;
    height: 100%;
}

#composition_list h4 {
    font-size: 18px;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    margin: 0 10px;
}

#composition_list #cardsort_wrap {
    margin: 10px;
    text-align: center;
    font-size: 16px;
    padding: 5px 10px;
    display: block;
    clear: both;
    background: #433d3d;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#caution_wrap {
    text-align: left;
    font-size: 12px;
    padding: 5px 10px;
    display: block;
    background: #433d3d;
    color: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.cardwrap {
    width: 94%;
    margin: 3%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    clear: both;
    position: relative;
}

.itemwrap {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 10px;
    padding: 10px;
    background: #433d3d;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.itemwrap h3 {
    padding: 5px 0;
    margin-bottom: 0.5em;
    font-size: 16px;
}

.cardwrap ul {
    padding: 10px;
}

.cardwrap li {
    color: #fff;
    font-size: 3vw;
}

.c_left {
    padding: 10px;
    width: 100%;
    text-align: center;
    border-bottom: 1px #444141 solid;
    margin-bottom: 10px;
}

.c_left img {
    height: auto;
    width: 20%;
}

.c_left span {
    padding: 10px;
    text-align: center;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 5px;
    background: #433d3d;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px;
    text-align: center;
    color: #fff;
}

.c_right {
    float: right;
    padding: 0 10px;
    text-align: left;
    width: 60%;
}

.c_right .use {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}

.cardwrap .game_icon {
    text-align: center;
    width: 40%;
    font-size: 3vw;
    color: #fff;
    padding-bottom: 20px;
}

.cardwrap .game_icon img {
    width: 100%;
    text-align: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.get_item {
    padding: 20px 0;
    text-align: center;
}

.get_item a:hover {
    background: none;
}

.get_item img {
    width: 200px;
    height: auto;
}

.c_right span {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 4px;
    margin: 0.2em;
    margin-left: 0;
    margin-top: 0;
    background: #433d3d;
    background: rgba(0, 0, 0, 0.4);
    width: 6em;
    display: inline-block;
    color: #e6e6e6;
    text-align: center;
    white-space: nowrap;
}

.c_glade {
    clear: both;
    margin: 0;
}

.c_glade a {
    text-shadow: none;
    padding: 10px;
    text-align: center;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    background: #fdf165;
    text-align: center;
    color: #282828;
    clear: both;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
}

.c_glade a:hover {
    background: #fff;
}

.c_glade2 {
    clear: both;
    overflow: hidden;
}

.c_glade2 ul {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.c_glade2 li {
    float: left;
    width: 50%;
    text-shadow: none;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: url(/images/item/bg_composition.gif);
}

.c_glade2 li a {
    display: block;
    color: #282828;
    background: #fdf165;
    text-decoration: none;
}

.c_glade2 a:hover {
    background: #fdfb92;
}

.c_glade2 li .wait {
    background: #555554;
    text-shadow: none;
    padding: 15px 0;
    text-align: center;
    display: block;
    text-align: center;
    color: #282828;
    clear: both;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.cardwrap p {}

.notes {
    clear: both;
    padding: 5px;
}

.notes ul {
    width: 100%;
    margin: 10px 0;
    padding: 0;
    text-align: left;
    background: none;
    border: none;
    font-size: 14px;
}

.notes li {
    margin-left: 1em;
    list-style: disc;
    text-align: left;
    float: left;
    width: 98%;
    padding-right: 1em;
    font-size: 13px;
    padding: 0.5em 0;
}

a.mypage{
    font-size: 10px;
    display: inline-block;
    line-height: 1.2;
    background: #00000047;
    padding: 4px 7px;
    border-radius: 10px;
}
a.mypage img{
    margin-right: 5px;
    width: 12px;
    display: block;
    border: none !important;
}


.btn_common {
    margin: 10px auto;
    display: block;
    text-align: center;
    background: #ff5454;
    color: #fff;
    padding: 20px 20px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 16px;
    width: 250px;
    border: 0;
}
.btn_common:hover{
	background: #ff9191 !important;
	text-decoration: none !important;
}


#colorbox{
    width: 100% !important;
}
#cboxWrapper{
    width: 100% !important;
}
#cboxLoadedContent {
    width: 100% !important;
}
.bg-transparent .container {
    /* max-width: 540px; */
    width: 100% !important;
}
#cboxContent{
    width: 100% !important;
}