.sponseres img {
    max-height: 100px;
}


.kanri {
    text-align: center;
    margin-top: 40px;
    font-size: 11px;
}

.underline {
    text-decoration: underline;
}

.dates {
    font-size: 120%;
    font-weight: bold;
    margin: 7px 0;
    text-align: left;
    vertical-align: top;
    border-collapse: collapse;
}

.dates-tr {}

.dates th,
.dates td {
    vertical-align: top;
    border-bottom: dotted 1px #575757;
    border-top: dotted 1px #575757;
    padding: 10px 5px;
}

@media(min-width: 1040px) {
    body {
        font-size: 13px;
        line-height: 1.5em;
        font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    }

    body a {
        color: #42AABB;
    }

    body a:hover {
        color: #E3E238;
    }



    /** (2)LAYOUT
==========================================================================**/
    #wrapper {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    #top_index {
        width: 100%;
        height: 100%;
        min-height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #inner {
        width: 1100px;
        height: 100%;
        margin: 0 auto;
        position: relative;
        margin-bottom: 3%;
    }

    #header {
        width: 1100px;
        position: relative;
        margin: 0 auto;
    }

    #primary {
        width: 75%;
        position: relative;
        padding-top: 3px;
        float: right;
        clear: right;
        top: 0;
        right: 0;
    }

    html,
    body {
        height: 100%;
    }

    #top_index {
        width: 100%;
    }

    header_logo {
        width: 100%;
    }

    aside {
        width: 94%;
        float: right;
        padding: 3%
    }

    #fp-nav.right {
        /*fulpage.js navigation の位置*/
        right: 17px;
    }

    .mbbr {
        display: none;
    }

    .nedan {
        font-size: 16px;
        font-weight: bolder;
    }

    .bold {
        font-weight: bolder;
    }


    /*ノーマルリスト------------------------------------*/
    .lista ul li {
        list-style-type: disc;
        margin: 5px 10px 3px 20px;
    }

    .listb ul li {
        list-style-type: decimal;
        margin: 0 15px 0 25px;
    }

    .listb_2 ul li {
        list-style-type: decimal;
        margin: 0 15px 0 50px;
        font-size: 90%;
    }

    .listc ul li {
        list-style-type: none;
        background: url(../img/common/list_bg.png) no-repeat 0 4px;
        padding-left: 17px;
        margin: 0px 0 0 10px;
    }

    /*iframe--whatsnew---------------------**/
    #whatsnew_box {
        border: #B8AAAA 1px solid;
        width: 100%;
        background-color: #FFFFFF;
    }

    .whatsnew iframe {
        height: 140px;
        width: 100%;
        padding: 1%;
        background-color: #FFFFFF;
    }

    /*通常テーブル border
"""""""""""""""""""""""""*/
    table.border {
        width: 100%;
        border-spacing: 0;
        border-style: solid;
        border-width: 1px;
        border-collapse: collapse;
        color: #232222;
    }

    table.border tr th {
        padding: 6px 0px;
        border-style: solid;
        border-width: 1px;
        text-align: center;
        font-weight: bold;
    }

    table.border tr td {
        padding: 6px 10px;
        border-style: solid;
        border-width: 1px;
        text-align: left;
    }

    /*通常テーブル② td(左寄せ・上寄せ)------------------*/
    table.border2 {
        border-spacing: 0;
        border-style: solid;
        border-width: 1px;
        border-collapse: collapse;
        margin-top: 20px;
    }

    table.border2 tr th {
        text-align: center;
        padding: 7px 3px;
        border-style: solid;
        border-width: 1px;
        vertical-align: middle;
    }

    table.border2 tr td {
        padding: 10px 0px;
        border-style: solid;
        border-width: 1px;
        text-align: center;
        vertical-align: top;
    }

    .endline {
        padding-bottom: 10px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    #newbox {
        /*scrollbar-base-color: #ff0000;	scrollbar-arrow-color: #ffffff;*/
        font-size: 12px;
        background-color: #ffffff;
    }

    #newbox dl {}

    #newbox dl dt {
        padding-top: 5px;
        vertical-align: top;
        padding-left: 5px;
        clear: left;
    }

    #newbox dl dd {
        border-bottom: #09F 1px dotted;
        padding-left: 20px;
        padding-top: 5px;
        clear: right;
    }

    .plan {
        width: 100%;
        padding-top: 5px;
        clear: right;
    }



    .map1 {
        width: 55%;
    }

    .map2 {
        width: 30%;
        float: right;
    }

    .text {
        width: 80%;
    }

    .text a {
        color: #42AABB;
    }

    .text a:hover {
        color: #E3E238;
    }

    .map3 {
        width: 65%;
    }

    .speakers {
        width: 100%;
        clear: both;
        margin: 10px 0;
    }

    .speakers dt {
        float: left;
        width: 20%;
        margin-bottom: 40px;
        clear: both;
    }

    .speakers dd {
        float: left;
        width: 75%;
        padding-top: 5px;
        padding-bottom: 15px;
        height: auto;
        font-size: 115%
    }

    .speakers2 {
        width: 100%;
        height: 1080px;
        clear: both;
        margin: 10px 0;
    }

    .speakers2 dt {
        float: left;
        width: 20%;
        margin-bottom: 40px;
        clear: both;
    }

    .speakers2 dd {
        float: left;
        width: 75%;
        padding-top: 5px;
        height: auto;
        font-size: 110%
    }

    .name {
        font-size: 120%;
    }

    .app {
        display: inline-block;
        width: 280px;
        height: 54px;
        text-align: center;
        text-decoration: none;
        line-height: 54px;
        outline: none;
        position: relative;
        z-index: 2;
        background-color: #2B8ABF;
        border: 2px solid #fff;
        color: #fff;
        line-height: 50px;
        overflow: hidden;
        margin: 10 auto
    }

    .app::before,
    .app::after {
        position: absolute;
        z-index: -1;
        display: block;
        content: '';
    }

    .app,
    .app::before,
    .app::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .app:hover {
        color: #fff;
    }

    .app::after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .app:hover::after {
        -webkit-transform: scale(2) rotate(180deg);
        transform: scale(2) rotate(180deg);
        background: #B0A8A8;
    }

    .app2 {
        display: inline-block;
        width: 100%;
        height: 54px;
        text-align: center;
        text-decoration: none;
        line-height: 54px;
        outline: none;
        position: relative;
        z-index: 2;
        background-color: #2B8ABF;
        border: 2px solid #fff;
        color: #fff;
        line-height: 50px;
        overflow: hidden;
        margin: 0 auto
    }

    .app2::before,
    .app2::after {
        position: absolute;
        z-index: -1;
        display: block;
        content: '';
    }

    .app2,
    .app2::before,
    .app2::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .app2:hover {
        color: #fff;
    }

    .app2::after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .app2:hover::after {
        -webkit-transform: scale(2) rotate(180deg);
        transform: scale(2) rotate(180deg);
        background: #B0A8A8;
    }

    .app3 {
        display: inline-block;
        width: 280px;
        height: 54px;
        text-align: center;
        text-decoration: none;
        line-height: 54px;
        outline: none;
        position: relative;
        z-index: 2;
        background-color: #9F9F9F;
        border: 2px solid #fff;
        color: #fff;
        line-height: 50px;
        overflow: hidden;
        margin: 0 auto
    }

    .app3::before,
    .app3::after {
        position: absolute;
        z-index: -1;
        display: block;
        content: '';
    }

    .app3,
    .app3::before,
    .app3::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .app3:hover {
        color: #fff;
    }

    .app3::after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .app3:hover::after {
        -webkit-transform: scale(2) rotate(180deg);
        transform: scale(2) rotate(180deg);
        background: #868686;
    }

    .disabled-app:hover,
    .disable-app:hover::after {
        pointer-events: none;
    }

    .disabled-app {
        pointer-events: none;
        cursor: none;
        background-color: #c1c1c1;
    }

    

    #slide-container {
        background-color: #fff;
    }

    .item a,
    .item-triple a {
        display: block;
        width: 100%;
        height: 570px;
    }

    .item .background img {
        max-width: 920px;
        /* to avoid max-width: 100% of Twitter Bootstrap */
    }

    .item-triple .background img {
        max-width: 320px;
        /* to avoid max-width: 100% of Twitter Bootstrap */
    }

    .foreground .element,
    .foreground-triple .element {
        color: #fff;
        text-shadow: 1px 1px 2px #000000;
        width: 500px;
        position: relative;
        left: 120px;
    }

    .foreground .element.icon,
    .foreground-triple .element.icon {
        top: 300px;
        left: 60px;
        width: 114px;
        height: 114px;
        background: transparent url(../img/play.png) no-repeat;
        background-position: 0 0;
    }

    .background .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(80%, rgba(0, 0, 0, 0.8)));
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
        background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
        background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
        background: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
    }

    .foreground .element.title,
    .foreground-triple .element.title {
        text-transform: uppercase;
        font-size: 40px;
        top: 220px;
        left: 70px;
    }

    .foreground .element.subtitle {
        font-size: 17px;
        top: 195px;
        left: 50px;
    }

    .ui-loader {
        display: none;
    }

    #slide-container,
    #multiple-slide-container {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        width: 100%;
        height: 356px;
    }

    .item,
    .item-triple {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .foreground {
        position: absolute;
    }

    .background {
        position: absolute;
        overflow: hidden;
    }

    .sponsor {
        width: 185px;
    }

    .tour-wrap {
        display: flex;
        justify-content: space-between;
        margin-bottom: 3%;
        width: 100%;
    }

    .tour-text {
        width: 81%;
        color: #FF0004;
        font-size: 105%;
        /*flex: 2;*/
    }

    .tour-img {
        width: 18%;
        /*flex: 1;*/
    }

    .tour-img img {
        display: block;
        width: 90%;
        height: auto;
    }

    .dn {
        display: none;
    }
}

/** RESPONSIVE BREAKPOINTS
===========================================================**/
@media(min-width: 721px) and (max-width: 1040px) {

    /** (1)基本設定
======================================**/
    body {
        font-size: 80%;
        line-height: 1.5em;
        width: 100%;
        -webkit-text-size-adjust: 100%;
    }

    body p a {
        color: #42AABB;
    }

    body p a:hover {
        color: #E3E238;
    }

    /** (2)LAYOUT
=====================================**/
    #wrapper {
        width: 100%;
        position: relative;
    }

    #inner {
        width: 100%;
        height: 100%;
        position: relative;
    }

    #header {
        width: 100%;
        padding-top: 40px;
         !important;
    }

    #primary {
        width: 100%;
        position: relative;
        padding: 0 1% 0 1%;
        margin: 0 auto;
    }

    aside {
        width: 94%;
        float: right;
        padding: 3%
    }

    #pp-nav {
        position: fixed;
        z-index: 100;
        margin-top: -32px;
        top: 50%;
        opacity: 1;
    }

    html,
    body,
    #top_index {
        height: 100%;
        width: 100%;
    }

    #fp-nav.right {
        /*fulpage.js navigation の位置*/
        right: 7px;
    }

    .mbbr {
        display: none;
    }

    /*その他
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/
    .fixed {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
    }

    .mobile_menu {
        display: none
    }

    .adjust {
        margin-left: 2%;
    }

    .lista ul li {
        list-style-type: disc;
        margin: 0 15px 0 25px;
    }

    .listb ul li {
        list-style-type: decimal;
        margin: 0 15px 0 25px;
    }

    .listb_2 ul li {
        list-style-type: decimal;
        margin: 0 15px 0 40px;
        font-size: 90%;
    }

    /*通常テーブル border
"""""""""""""""""""""""""""""""""""""""""*/
    table.border {
        width: 100%;
        border-spacing: 0;
        border-style: solid;
        border-width: 1px;
        border-collapse: collapse;
        color: #232222
    }

    table.border tr th {
        text-align: left;
        padding: 8px 10px;
        border-style: solid;
        border-width: 1px;
        vertical-align: middle;
        font-weight: bold;
        font-size: 95%
    }

    table.border tr td {
        padding: 8px 3px;
        border-style: solid;
        border-width: 1px;
        vertical-align: middle;
        text-align: center;
        font-size: 87%
    }

    .endline {
        padding-bottom: 10px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    .kome {
        color: #FF2C7B;
        font-size: 80%;
    }

    /*iframe--whatsnew---------------------**/
    #whatsnew_box {
        border: #B8AAAA 1px solid;
        width: 100%;
        background-color: #FFFFFF;
    }

    .whatsnew iframe {
        height: 140px;
        width: 100%;
        padding: 1%;
        background-color: #FFFFFF;
    }

    .dates {
        font-size: 125%;
        font-weight: bold;
        margin: 6px 0;
    }

    .map1 {
        width: 55%;
    }

    .map2 {
        width: 30%;
        float: right;
    }

    .text {
        width: 80%;
    }

    .text a {
        color: #42AABB;
    }

    .text a:hover {
        color: #E3E238;
    }

    .map3 {
        width: 65%;
    }

    .speakers dt {
        float: left;
        width: 18%;
        margin-bottom: 40px;
        margin-right: 15px;
        clear: both;
    }

    .speakers dd {
        float: left;
        width: 70%;
        padding-top: 3px;
        padding-left: 10px;
        font-size: 115%;
    }

    .speakers2 {
        width: 100%;
        height: 600px;
        clear: both;
        margin: 5px 0;
    }

    .speakers2 dt {
        float: left;
        width: 18%;
        margin-bottom: 40px;
        margin-right: 15px;
        clear: both;
    }

    .speakers2 dd {
        float: left;
        width: 70%;
        padding-top: 3px;
        padding-left: 10px;
        font-size: 110%;
    }

    .name {
        font-size: 120%;
    }

    .app {
        display: inline-block;
        width: 280px;
        height: 54px;
        text-align: center;
        text-decoration: none;
        line-height: 54px;
        outline: none;
        position: relative;
        z-index: 2;
        background-color: #2B8ABF;
        border: 2px solid #fff;
        color: #fff;
        line-height: 50px;
        overflow: hidden;
        margin: 0 auto
    }

    .app::before,
    .app::after {
        position: absolute;
        z-index: -1;
        display: block;
        content: '';
    }

    .app,
    .app::before,
    .app::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .app:hover {
        color: #fff;
    }

    .app::after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .app:hover::after {
        -webkit-transform: scale(2) rotate(180deg);
        transform: scale(2) rotate(180deg);
        background: #B0A8A8;
    }

    .app2 {
        display: inline-block;
        width: 100%;
        height: 54px;
        text-align: center;
        text-decoration: none;
        line-height: 54px;
        outline: none;
        position: relative;
        z-index: 2;
        background-color: #2B8ABF;
        border: 2px solid #fff;
        color: #fff;
        line-height: 50px;
        overflow: hidden;
        margin: 0 auto
    }

    .app2::before,
    .app2::after {
        position: absolute;
        z-index: -1;
        display: block;
        content: '';
    }

    .app2,
    .app2::before,
    .app2::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .app2:hover {
        color: #fff;
    }

    .app2::after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .app2:hover::after {
        -webkit-transform: scale(2) rotate(180deg);
        transform: scale(2) rotate(180deg);
        background: #B0A8A8;
    }

    .app3 {
        display: inline-block;
        width: 280px;
        height: 54px;
        text-align: center;
        text-decoration: none;
        line-height: 54px;
        outline: none;
        position: relative;
        z-index: 2;
        background-color: #9F9F9F;
        border: 2px solid #fff;
        color: #fff;
        line-height: 50px;
        overflow: hidden;
        margin: 0 auto
    }

    .app3::before,
    .app3::after {
        position: absolute;
        z-index: -1;
        display: block;
        content: '';
    }

    .app3,
    .app3::before,
    .app3::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .app3:hover {
        color: #fff;
    }

    .app3::after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .app3:hover::after {
        -webkit-transform: scale(2) rotate(180deg);
        transform: scale(2) rotate(180deg);
        background: #868686;
    }

    #slide-container {
        background-color: #fff;
    }

    .item a,
    .item-triple a {
        display: block;
        width: 100%;
        height: 500px;
    }

    .item .background img {
        max-width: 900px;
        /* to avoid max-width: 100% of Twitter Bootstrap */
    }

    .item-triple .background img {
        max-width: 320px;
        /* to avoid max-width: 100% of Twitter Bootstrap */
    }

    .foreground .element,
    .foreground-triple .element {
        color: #fff;
        text-shadow: 1px 1px 2px #000000;
        width: 500px;
        position: relative;
        left: 130px;
    }

    .foreground .element.icon,
    .foreground-triple .element.icon {
        top: 300px;
        left: 60px;
        width: 114px;
        height: 114px;
        background: transparent url(../img/play.png) no-repeat;
        background-position: 0 0;
    }

    .background .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(80%, rgba(0, 0, 0, 0.8)));
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
        background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
        background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
        background: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
    }

    .foreground .element.title,
    .foreground-triple .element.title {
        text-transform: uppercase;
        font-size: 40px;
        top: 220px;
        left: 70px;
    }

    .foreground .element.subtitle {
        font-size: 17px;
        top: 185px;
        left: 70px;
    }

    .ui-loader {
        display: none;
    }

    #slide-container,
    #multiple-slide-container {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        width: 100%;
        height: 450px;
    }

    .item,
    .item-triple {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .foreground {
        position: absolute;
    }

    .background {
        position: absolute;
        overflow: hidden;
    }

    .sponsor {
        width: 180px;
    }

    .tour-wrap {
        display: flex;
        justify-content: space-between;
        margin-bottom: 3%;
        width: 100%;
    }

    .tour-text {
        width: 81%;
        color: #FF0004;
        font-size: 105%;
        /*flex: 2;*/
    }

    .tour-img {
        width: 18%;
        /*flex: 1;*/
    }

    .tour-img img {
        display: block;
        width: 90%;
        height: auto;
    }
}


/** =============================================**/
@media(max-width: 720px) {

    /** =============================================**/
    /** (1)基本設定
=============================================**/
    body {
        font-size: 75%;
        line-height: 1.5em;
        font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
        -webkit-text-size-adjust: 100%;
    }

    body p a {
        color: #42AABB;
    }

    body p a:hover {
        color: #E3E238;
    }

    /** (2)LAYOUT
==========================================================================**/
    #wrapper {
        width: 100%;
        margin: 0 auto;
    }

    #header {
        width: 100%;
        padding-top: 10%;
    }

    #inner {
        width: 100%;
        height: 100%;
    }

    #primary {
        width: 96%;
        margin: 0;
        position: relative;
        padding: 0 0 0 1%;
        padding-left: 4%;
    }

    aside {
        width: 100%;
    }

    #footer {
        padding: 1% 0px;
        margin-top: 3em;
        width: 100%;
        height: 3%;
    }

    html,
    body,
    #top_index {
        height: 100%;
        width: 100%;
    }

    /*mobile用メニュー NaviMenu　
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""*/
    /*メニューバー---------------------------------------*/

    /* hide the link until viewport size is reached */
    a.meanmenu-reveal {
        display: none;
    }

    /* when under viewport size, .mean-container is added to body */
    .mean-container .mean-bar {
        float: left;
        width: 100%;
        position: relative;
        background: #0c1923;
        padding: 1px 0;
        min-height: 32px;
    }

    .mean-container a.meanmenu-reveal {
        width: 23px;
        height: 20px;
        padding: 11px 11px 9px 11px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        text-indent: -9999em;
        line-height: 22px;
        font-size: 1px;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
    }

    .mean-container a.meanmenu-reveal span {
        display: block;
        background: #fff;
        height: 3px;
        margin-top: 3px;
    }

    .mean-container .mean-nav {
        float: left;
        width: 100%;
        background: #0c1923;
        margin-top: 44px;
    }

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
    }

    .mean-container .mean-nav ul li {
        position: relative;
        float: left;
        width: 100%;
    }

    .mean-container .mean-nav ul li a {
        display: block;
        float: left;
        width: 90%;
        padding: 1em 5%;
        margin: 0;
        text-align: left;
        color: #fff;
        border-top: 1px solid #383838;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        text-decoration: none;
        text-transform: uppercase;
    }

    .mean-container .mean-nav ul li li a {
        width: 80%;
        padding: 1em 10%;
        border-top: 1px solid #f1f1f1;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        opacity: 0.75;
        filter: alpha(opacity=75);
        text-shadow: none !important;
        visibility: visible;
    }

    .mean-container .mean-nav ul li.mean-last a {
        border-bottom: none;
        margin-bottom: 0;
    }

    .mean-container .mean-nav ul li li li a {
        width: 70%;
        padding: 1em 15%;
    }

    .mean-container .mean-nav ul li li li li a {
        width: 60%;
        padding: 1em 20%;
    }

    .mean-container .mean-nav ul li li li li li a {
        width: 50%;
        padding: 1em 25%;
    }

    .mean-container .mean-nav ul li a:hover {
        background: #252525;
        background: rgba(255, 255, 255, 0.1);
    }

    .mean-container .mean-nav ul li a.mean-expand {
        margin-top: 1px;
        width: 26px;
        height: 32px;
        padding: 12px !important;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        font-weight: 700;
        background: rgba(255, 255, 255, 0.1);
        border: none !important;
        border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    }

    .mean-container .mean-nav ul li a.mean-expand:hover {
        background: rgba(0, 0, 0, 0.9);
    }

    .mean-container .mean-push {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        clear: both;
    }

    .mean-nav .wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    /* Fix for box sizing on Foundation Framework etc. */
    .mean-container .mean-bar,
    .mean-container .mean-bar * {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .mean-remove {
        display: none !important;
    }

    /*その他
""""""""""""""""""""""""""""""""""*/
    #idmenu {
        display: none;
    }

    nav img.mkntlogo {
        position: absolute;
        top: 1em;
        left: 1%;
        width: 50%;
        height: auto;
        margin-right: 0;
        float: left;
        z-index: 50000000000;
    }

    nav img.kntlogo {
        display: none;
    }

    /*通常テーブル① 空箱----------------------------*/
    table.border {
        width: 100%;
        border-spacing: 0;
        border-style: solid;
        border-width: 1px;
        border-collapse: collapse;
        font-size: 70%;
        color: #232222;
    }

    table.border tr th {
        text-align: left;
        padding: 2% 10px;
        border-style: solid;
        border-width: 1px;
        vertical-align: middle;
        font-weight: bold;
    }

    table.border tr td {
        text-align: center;
        padding: 2% 0px;
        border-style: solid;
        border-width: 1px;
    }

    .endline {
        padding-bottom: 2%;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    .lista ul li {
        list-style-type: disc;
        margin: 0 15px 0 17px;
    }

    /*iframe--whatsnew---------------------**/
    #whatsnew_box {
        border: #B8AAAA 1px solid;
        width: 100%;
        background-color: #FFFFFF;
    }

    .whatsnew iframe {
        height: 120px;
        width: 100%;
        padding: 1%;
        background-color: #FFFFFF;
    }

    .dates {
        font-size: 125%;
        font-weight: bold;
        margin: 3px 0;
    }

    .app {
        display: inline-block;
        width: 90%;
        height: 54px;
        text-align: center;
        text-decoration: none;
        line-height: 54px;
        outline: none;
        position: relative;
        z-index: 2;
        background-color: #2B8ABF;
        border: 2px solid #fff;
        color: #fff;
        line-height: 50px;
        overflow: hidden;
        margin: 0 auto
    }

    .app::before,
    .app::after {
        position: absolute;
        z-index: -1;
        display: block;
        content: '';
    }

    .app,
    .app::before,
    .app::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .app:hover {
        color: #fff;
    }

    .app::after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .app:hover::after {
        -webkit-transform: scale(2) rotate(180deg);
        transform: scale(2) rotate(180deg);
        background: #B0A8A8;
    }

    .app2 {
        display: inline-block;
        width: 90%;
        height: 54px;
        text-align: center;
        text-decoration: none;
        line-height: 54px;
        outline: none;
        position: relative;
        z-index: 2;
        background-color: #2B8ABF;
        border: 2px solid #fff;
        color: #fff;
        line-height: 50px;
        overflow: hidden;
        margin: 0 auto
    }

    .app2::before,
    .app2::after {
        position: absolute;
        z-index: -1;
        display: block;
        content: '';
    }

    .app2,
    .app2::before,
    .app2::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .app2:hover {
        color: #fff;
    }

    .app2::after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .app2:hover::after {
        -webkit-transform: scale(2) rotate(180deg);
        transform: scale(2) rotate(180deg);
        background: #B0A8A8;
    }

    .app3 {
        display: inline-block;
        width: 90%;
        height: 54px;
        text-align: center;
        text-decoration: none;
        line-height: 54px;
        outline: none;
        position: relative;
        z-index: 2;
        background-color: #9F9F9F;
        border: 2px solid #fff;
        color: #fff;
        line-height: 50px;
        overflow: hidden;
        margin: 0 auto
    }

    .app3::before,
    .app3::after {
        position: absolute;
        z-index: -1;
        display: block;
        content: '';
    }

    .app3,
    .app3::before,
    .app3::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .app3:hover {
        color: #fff;
    }

    .app3::after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .app3:hover::after {
        -webkit-transform: scale(2) rotate(180deg);
        transform: scale(2) rotate(180deg);
        background: #868686;
    }

    #slide-container {
        background-color: #fff;
    }

    .item a,
    .item-triple a {
        display: block;
        width: 100%;
        height: 350px;
    }

    .item .background img {
        max-width: 370px;
        /* to avoid max-width: 100% of Twitter Bootstrap */
    }

    .item-triple .background img {
        max-width: 300px;
        /* to avoid max-width: 100% of Twitter Bootstrap */
    }

    .foreground .element,
    .foreground-triple .element {
        color: #fff;
        text-shadow: 1px 1px 2px #000000;
        width: 500px;
        position: relative;
        left: 130px;
    }

    .foreground .element.icon,
    .foreground-triple .element.icon {
        top: 300px;
        left: 60px;
        width: 114px;
        height: 114px;
        background: transparent url(../img/play.png) no-repeat;
        background-position: 0 0;
    }

    .background .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(80%, rgba(0, 0, 0, 0.8)));
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
        background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
        background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
        background: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
    }

    .foreground .element.title,
    .foreground-triple .element.title {
        text-transform: uppercase;
        font-size: 40px;
        top: 220px;
        left: 70px;
    }

    .foreground .element.subtitle {
        font-size: 11px;
        top: 25px;
        left: 20px;
    }

    .ui-loader {
        display: none;
    }

    #slide-container,
    #multiple-slide-container {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        width: 100%;
        height: 190px;
    }

    .item,
    .item-triple {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .foreground {
        position: absolute;
    }

    .background {
        position: absolute;
        overflow: hidden;
    }

    .sponsor {
        width: 180px;
    }

}



/*body .one .bsa_it_ad { background: transparent; border: none; font-family: inherit; padding: 0 15px 0 10px; margin: 0; text-align: right; }*/
body .one .bsa_it_ad:hover img {
    -moz-box-shadow: 0 0 3px #000;
    -webkit-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;
}

body .one .bsa_it_ad .bsa_it_i {
    display: block;
    padding: 0;
    float: none;
    margin: 0 0 5px;
}

body .one .bsa_it_ad .bsa_it_i img {
    padding: 0;
    border: none;
}

body .one .bsa_it_ad .bsa_it_t {
    padding: 6px 0;
}

body .one .bsa_it_ad .bsa_it_d {
    padding: 0;
    font-size: 12px;
    color: #333;
}

body .one .bsa_it_p {
    display: none;
}

body #bsap_aplink,
body #bsap_aplink:hover {
    display: block;
    font-size: 10px;
    margin: 12px 15px 0;
    text-align: right;
}

.registory h4 {
    color: #3D78A8;
}

.regi-table {
    border-collapse: collapse;
    width: 100%;

}

.regi-table th,
.regi-table td {
    border: solid 1px #3D78A8;
    padding: 0.5em 1em;
    text-align: center;
}

.regi-table .bg-blue {
    background-color: #3D78A8;

}

.regi-table .bg-blue th,
.regi-table .bg-blue td {
    color: #fff;
    border: solid 1px #fff;
}

.btn-box {
    margin: 0 auto;
    text-align: center;

}

.btn {
    display: inline-block;
    background-color: #3D78A8;
    color: #fff;
    border: solid 1px #3D78A8;
    padding: 1em 2em;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: all 0.5s;
}

.btn:hover {
    background-color: #fff;
    color: #3D78A8;
}

.disabled {
    pointer-events: none;
    background-color: #777777;
    border: solid 1px #777777;
}

.knt-img {
    max-width: 40%;
}

.privacy-img {
    max-width: 15%;
}



.flex-btn-item {
    display: inline-block;
    padding: 10px;
    text-align: center;
}

.disabled-banner{
    pointer-events: none;
}

.float-right{
    float: right;
}

.circle{
    margin-bottom: 30px;
}

.circle li{
    margin-left: 1.2em;
}

.number{
    margin-bottom: 30px;
}

.number li{
    list-style-type: none;
	counter-increment: cnt;
    margin-left: 2em;
}

.number li:before{
    content: "(" counter(cnt) ") ";
    display:inline-block;
	margin-left:-2em;
	width: 2em;
}