/*
国際大会 1試合バージョン TOP
******************************************************************/
#title-internatinoal-match,
#title-internatinoal-match-top {
    background: url(/samuraiblue/img/sp_bg_match_kirin_challenge2015.png)
        no-repeat center top;
    background-size: 320px auto;
    padding-top: 70px;
}

#title-internatinoal-match .textarea-match,
#title-internatinoal-match-top .textarea-match {
    border-top: 5px solid #c8c7c7;
    background: #f8f8f8;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}

#title-internatinoal-match .textarea-match span,
#title-internatinoal-match-top .textarea-match span {
    display: block;
}

#outer-inner-menu {
    margin-bottom: 10px;
    background: #f8f8f8;
    padding: 10px;
}
.menu-triggeer a {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(100%, #e5e5e5)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        top,
        #ffffff 0%,
        #e5e5e5 100%
    ); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%); /* W3C */
    display: block;
    color: #232323;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px 10px;
    position: relative;
    font-size: 14px;
    margin: 0px 10px;
    font-weight: bold;
}

.menu-triggeer a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #232323;
    border-right: solid 2px #232323;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

.menu-triggeer a.active:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #232323;
    border-right: solid 2px #232323;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
}

.sp-menu-wrap {
    display: none;
    padding: 0 10px 10px;
}

.sp-menu-wrap li {
    background: #fff;
}

.sp-menu-wrap li a {
    display: block;
    padding: 5px;
    position: relative;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.sp-menu-wrap ul li a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #7f7f7f;
    border-right: solid 2px #7f7f7f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

.sp-menu-wrap ul li span {
    display: block;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    color: #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.sp-menu-wrap .btn-list-match a {
    background: #fff;
    display: block;
    padding: 10px;
    text-align: center;
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
}

.sp-menu-wrap .btn-list-match a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #575757;
    border-right: solid 2px #575757;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

ul.news-text {
    padding: 0 5px;
    border-top: 1px solid #ccc;
}

.news-text li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    font-size: 12px;
}

.news-text li:last-child {
    border-bottom: none;
}

.news-text span {
    display: block;
}

.news-text span.date {
    font-size: 10px;
    text-align: right;
    margin-top: 5px;
}

/*
国際大会 TOP 試合情報
******************************************************************/

#match-info-area {
    margin: 0 0 20px;
}

.body-match-info .text-match-info {
    padding: 0px 5px 5px;
    font-size: 12px;
}

.body-match-info .match-info {
    display: table;
    width: 100%;
    background: #232323;
    padding: 15px 0px;
}

.body-match-info .match-info > li {
    display: table-cell;
    vertical-align: middle;
}

.body-match-info .match-info .team-name {
    font-size: 12px;
    font-weight: bold;
    padding: 0 0px;
    width: 115px;
    color: #fff;
    text-align: center;
}

.body-match-info .match-info .flag {
    text-align: center;
    width: 80px;
    padding: 0 10px;
    height: 52px;
}

.body-match-info .match-info .half {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 10px;
}

.body-match-info .match-info .score {
    text-align: center;
    font-size: 20px;
    width: 10px;
    color: #fff;
}

/*
国際大会 1試合バージョン 概要
******************************************************************/

#content-match-about p {
    margin: 5px;
    font-size: 12px;
}

#content-match-about p.sttl {
    font-weight: bold;
    font-size: 14px;
}

#content-match-about p.text-about {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

/*
国際大会 1試合バージョン　チケット
******************************************************************/
.ticket-table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
}

.ticket-table tr td {
    border-bottom: 1px solid #ccc;
    padding: 2px;
    border-right: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
}

a.seatLink {
    text-align: center;
    display: inline-block;
    background: url(/common/img/ico_triangle.png) no-repeat left center;
    padding-left: 15px;
}

.ticket-table tr td.header {
    text-align: center;
    font-weight: bold;
    background: #f0f0f0;
}

.ticket-table tr td.seat-category {
    text-align: center;
}

.ticket-table tr td.nopre {
    color: #ccc;
}

.ticket-table tr td div {
    display: block;
    padding: 20px 10px;
    margin: 0px;
}

.ticket-table tr td div.color-premium {
    background: #8e81bc;
}
.ticket-table tr td div.color-category1 {
    background: #fff100;
}
.ticket-table tr td div.color-category2 {
    background: #009944;
}
.ticket-table tr td div.color-category3 {
    background: #e4007f;
}
.ticket-table tr td div.color-category3T {
    background: #8ec323;
}
.ticket-table tr td div.color-category4 {
    background: #0068b7;
}
.ticket-table tr td div.color-category5A {
    background: #83c0e3;
    margin-top: 1px;
    color: #fff;
    font-size: 0.8em;
}
.ticket-table tr td div.color-category5B {
    background: #ba89bb;
    margin-top: 1px;
    color: #fff;
    font-size: 0.8em;
}
.ticket-table tr td div.color-category5C {
    background: #f49c00;
    margin-top: 1px;
    color: #fff;
    font-size: 0.8em;
}

.alert {
    margin: 5px;
    font-size: 10px;
}

.alert dt {
    float: left;
    margin: 0px;
    padding: 0px;
}

.alert dd {
    margin: 0px;
    padding: 0 0 0 15px;
}

.seat-explain {
    margin: 25px 0px;
}

.seat-explain > li {
    line-height: 22px;
}

.seat-explain li img {
    margin: 0 5px;
}

.seat-explain .bold {
    font-weight: bold;
}

.sttl {
    font-weight: bold;
    margin-top: 20px;
}

/*先行販売*/
.ticket-info-table {
    border-top: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.ticket-info-table tr td {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 2px;
    font-size: 10px;
}

.ticket-info-table tr td.header {
    background: #f0f0f0;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.ticket-info-table tr td.bold {
    font-weight: bold;
}

.ticket-info-table tr td img {
    margin-right: 10px;
}

/*一般販売・抽選制*/
table#ticket-ippan {
    margin-bottom: 25px;
    border-top: 1px solid #ccc;
}

#ticket-internet tr td span.bold {
    font-weight: bold;
}

#telephone-ticket td#telephone {
    width: 80px;
}

/*
国際大会 1試合バージョン　対戦チーム情報
******************************************************************/
#team-info {
    margin: 0px;
    padding: 0 5px 5px;
    font-size: 14px;
}

#team-info dt {
    background: #f0f0f0;
    width: 100%;
    padding: 5px 10px;
}

#team-info dd {
    margin: 0px;
    padding: 10px;
}

#team-info dd.bottomDd {
    border-bottom: none;
}

#team-info-location {
    margin: 0 0px 25px;
}

#team-info-location div {
}

#team-info-location .map-team-info {
    width: 218px;
    border: 1px solid #ccc;
    margin: 0 auto 15px;
}

#team-info-location .map-team-info img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

#team-info-location #table-wrap {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#team-info-location #table-wrap table {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #ccc;
}

#team-info-location #table-wrap table tr th {
    text-align: left;
    font-weight: bold;
    background: #f0f0f0;
    padding: 5px;
    font-size: 12px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 50%;
}
#team-info-location #table-wrap table tr td {
    text-align: left;
    padding: 5px;
    font-size: 12px;
    width: 50%;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/*
国際大会 1試合バージョン　アクセス
******************************************************************/
.btn-access {
    width: 125px;
    height: 40px;
    margin: 0 auto 15px;
}

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

/*
国際大会 1試合バージョン　壁紙・ポスターダウンロード
******************************************************************/

.contents-download {
    margin: 0 0px;
}

.contents-download li {
    text-align: center;
    vertical-align: middle;
}

.contents-download li.thumbnail {
    width: 150px;
    margin: 0 auto 10px;
}

.contents-download li.thumbnail img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.contents-download li.download-area {
    background: #f0f0f0;
    margin: 0px 0 15px;
    padding: 5px;
}

.contents-download li.download-area a.wallpaper01 {
    background: url(/samuraiblue/20140527/img/btn_wallpaper_download01.jpg)
        no-repeat 0 0;
    background-size: 312px 32px;
    width: 156px;
    height: 32px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    margin: 0 auto 5px;
}

.contents-download li.download-area a.wallpaper02 {
    background: url(/samuraiblue/20140527/img/btn_wallpaper_download02.jpg)
        no-repeat 0 0;
    background-size: 312px 32px;
    width: 156px;
    height: 32px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    margin: 0 auto 0px;
}

.contents-download li.download-area a.poster {
    display: block;
    background: url(/samuraiblue/20140527/img/btn_poster_download.jpg) no-repeat
        0 0;
    background-size: 293px 32px;
    width: 146px;
    height: 32px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 auto;
}

/*
国際大会 1試合バージョン　ユースプログラム
******************************************************************/

#sp-nav-youth-programme {
    margin-bottom: 10px;
}

#sp-nav-youth-programme ul {
    display: table;
    width: 100%;
}

#sp-nav-youth-programme ul#sub-navi-top {
    border-top: 1px solid #ccc;
}

#sp-nav-youth-programme ul#sub-navi-top li {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #ff9900;
    display: table-cell;
}

#sp-nav-youth-programme ul#sub-navi-top li:last-child {
    border-right: none;
}

#sp-nav-youth-programme ul#sub-navi-top li a {
    display: block;
    padding: 5px 0px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    margin: 0 2px;
}

#sp-nav-youth-programme ul#sub-navi-bottom {
}

#sp-nav-youth-programme ul#sub-navi-bottom li {
    display: table-cell;
    width: 25%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
}

#sp-nav-youth-programme ul#sub-navi-bottom li.nav-green {
    background: #99cc00;
}

#sp-nav-youth-programme ul#sub-navi-bottom li.nav-blue {
    background: #0099ff;
}

#sp-nav-youth-programme ul#sub-navi-bottom li:last-child {
    border-right: none;
}

#sp-nav-youth-programme ul#sub-navi-bottom li a {
    display: block;
    padding: 5px 0px;
    color: #fff;
    margin: 0 2px;
    font-size: 10px;
    text-align: center;
}

.fanzone-youth_program .program-1 {
}

.fanzone-youth_program .program-1-1 {
    box-sizing: border-box;
    margin-bottom: 15px;
    border: 5px solid #ff9900;
}

.fanzone-youth_program .program-1-1 .thumbnail {
    width: 90%;
    margin: 0 auto;
}

.fanzone-youth_program .program-1-1 img {
    /*width: 100%;*/
    height: auto;
}

.fanzone-youth_program .program-1-2 {
    margin-bottom: 15px;
    border: 5px solid #ff9900;
    box-sizing: border-box;
}

.fanzone-youth_program .program-1-2 .thumbnail {
    width: 90%;
    margin: 0 auto;
}

.fanzone-youth_program .program-1-2 img {
    /*width: 100%;*/
    height: auto;
}

.fanzone-youth_program .program-2 {
}

.fanzone-youth_program .program-1-3 {
    margin-bottom: 15px;
    border: 5px solid #ff9900;
    box-sizing: border-box;
}

.fanzone-youth_program .program-1-3 .thumbnail {
    width: 90%;
    margin: 0 auto;
}

.fanzone-youth_program .program-1-3 img {
    /*width: 100%;*/
    height: auto;
}
.fanzone-youth_program .program-2-1 {
    margin-bottom: 15px;
    border: 5px solid #99cc00;
    box-sizing: border-box;
}

.fanzone-youth_program .program-2-1 .thumbnail {
    width: 90%;
    margin: 0 auto;
}

.fanzone-youth_program .program-2-1 img {
    /*width: 100%;*/
    height: auto;
}

.fanzone-youth_program div#program-2-1 div.recruitment {
}

.fanzone-youth_program div#program-2-1 div.recruitment table {
    width: 100%;
}

.fanzone-youth_program .program-3 {
}

.fanzone-youth_program .program-3-1 {
    border: 5px solid #0099ff;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.fanzone-youth_program .program-3-1 .thumbnail {
    width: 90%;
    margin: 0 auto;
}
.fanzone-youth_program .program-3-1 img {
    /*width: 100%;*/
    height: auto;
}

.fanzone-youth_program .program-3-1 .topBorder {
    border-top: 5px solid #0099ff;
}

.fanzone-youth_program .program-3-2 {
    border: 5px solid #0099ff;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.fanzone-youth_program .program-3-2 .thumbnail {
    width: 90%;
    margin: 0 auto;
}

.fanzone-youth_program .program-3-2 .topBorder {
    border-top: 5px solid #0099ff;
}

.fanzone-youth_program .program-3-2 img {
    /*width: 100%;*/
    height: auto;
}

.fanzone-youth_program .program-3-3 {
    border: 5px solid #0099ff;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.fanzone-youth_program .program-3-3 .thumbnail {
    width: 90%;
    margin: 0 auto;
}

.fanzone-youth_program .program-3-3 .topBorder {
    border-top: 5px solid #0099ff;
}

.fanzone-youth_program .program-3-3 img {
    /*width: 100%;*/
    height: auto;
}

.fanzone-youth_program .program-3-4 {
    border: 5px solid #0099ff;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.fanzone-youth_program .program-3-4 .thumbnail {
    width: 90%;
    margin: 0 auto;
}

.fanzone-youth_program .program-3-4 .topBorder {
    border-top: 5px solid #0099ff;
}

.fanzone-youth_program .program-3-4 img {
    /*width: 100%;*/
    height: auto;
}

.fanzone-youth_program .program-3-5 {
    border: 5px solid #0099ff;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.fanzone-youth_program .program-3-5 .thumbnail {
    width: 90%;
    margin: 0 auto;
}

.fanzone-youth_program .program-3-5 .topBorder {
    border-top: 5px solid #0099ff;
}

.fanzone-youth_program .program-3-5 img {
    /*width: 100%;*/
    height: auto;
}

.fanzone-youth_program .program h3,
.fanzone-youth_program .program p {
    margin: 0px;
    padding: 0px;
}

.fanzone-youth_program .recruitment table {
    margin: 15px auto;
    width: 95%;
    padding: 0px;
    font-size: 10px;
    line-height: 1.2;
    color: #05489a;
    text-align: center;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #d6e2f4;
}

.fanzone-youth_program .recruitment table .doc {
}

.fanzone-youth_program .recruitment table tr th {
    margin: 0px;
    padding: 5px 0px;
    background-color: #bbccea;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #d6e2f4;
}

.fanzone-youth_program .recruitment table tr th.group {
    padding: 7px 0px 6px 10px;
    background-color: #a3bae3;
}

.fanzone-youth_program .recruitment table tr th.location {
    font-weight: normal;
}

.fanzone-youth_program .recruitment table tr td {
    margin: 0px;
    padding: 5px 0px;
    background-color: #ffffff;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #d6e2f4;
}

.fanzone-youth_program .recruitment table tr td.link {
    font-size: 11px;
}

.fanzone-youth_program .recruitment table tr td.link img {
    vertical-align: middle;
    padding-right: 4px;
}

.fanzone-youth_program .recruitment table tr.separate td {
    border-bottom: 5px solid #d6e2f4;
}

.fanzone-youth_program .recruitment table tr td img.flag {
    margin: 0px 0px 2px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
    border: 1px solid #cccccc;
}

.fanzone-youth_program .recruitment table tr.game td {
    background-color: #d6e2f4;
    width: 100%;
    font-size: 10px;
}

.record-official {
    margin: 10px 10px 15px;
    text-align: right;
}

.record-official img {
    width: 65px;
    height: 16px;
}

/*
リンク色
******************************************************************/

.seat-explain a,
.section-block a {
    color: #0b8fba;
}
.section-block #page-link ul.links li a {
    color: #333333;
}
td.rightTd {
    width: auto;
}
div.seat_img {
    padding: 10px 10px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
}
.seat_img a img {
    max-width: 125px;
    height: auto;
}

.event-info {
    margin: 40px 0 0 0;
    position: relative;
    padding: 15px;
    border: 1px solid #202287;
    font-size: 14px;
    border-radius: 10px / 10px; /* CSS3草案 */
    -webkit-border-radius: 10px / 10px; /* Safari,Google Chrome用 */
    -moz-border-radius: 10px / 10px; /* Firefox用 */
    box-shadow: 0px 0px 5px silver; /*5px=影の広がり具合*/
}

.red {
    border: 1px solid #c50f0f;
}

#container .section-block .event-info h5 {
    font-size: 18px !important;
    color: #202287 !important;
    margin: 0px 0px 10px 0px !important;
    padding: 5px !important;
    border: none !important;
}

#container .section-block .event-info p {
    font-size: 12px !important;
}

#container .section-block .red h5 {
    color: #c50f0f !important;
}

.event-info .event_img {
    text-align: center;
}

.event-info h5 {
    font-size: 16px;
    margin: 0 0 10px !important;
}

#container .section-block .event-info h5 img {
    display: none;
}

#main-colum .section-block a.map_btn {
    display: block;
    width: 160px;
    padding: 0.8em;
    text-align: center;
    text-decoration: none !important;
    color: #9f9f9f;
    border: 2px solid #9f9f9f;
    border-radius: 50px;
    transition: 0.4s;
}
a.map_btn:hover {
    background: #9f9f9f;
    color: #fff !important;
}

.col_2 > div,
.col_2 > div:before,
.col_2 > div:after {
    box-sizing: border-box;
}

.col_2 {
    width: 100%;
    display: flex;
    display: -ms-flexbox; /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; /* IE10 */
    font-size: 11px;
    margin-top: 15px;
}
.col_2 > div {
    width: 50%;
    padding: 5px;
}

#main-colum .section-block .col_2 > div > a {
    text-decoration: none !important;
    color: #1964c0 !important;
}

.movie {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 20px !important;
}
.movie video,
.movie iframe,
.movie object,
.movie embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.manners_img li {
    margin: 10px 0 0 0;
}

.pv_guest dt {
    margin: 10px 5% 0;
}
.pv_guest dt img {
    width: 100%;
}

.pv_guest dd {
    font-size: 14px;
    margin: 10px 5% 0;
}

.ticket-table .so {
    color: #aaaaaa;
}

/* info
-------------------------------------------------- */

#info-area .body-area {
    margin: 20px 0 25px;
}

#info-area .info {
    background-color: #f9e5e5;
}

#info-area .info p {
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

#info-area .info img {
    width: 36px;
    float: left;
    margin-right: -10px;
    margin-left: 10px;
}

#info-area .info a {
    color: #333333 !important;
    text-decoration: none !important;
}

.map_area dt {
    /*	float:left;
	width:410px;*/
    margin: 0;
    padding: 0 4%;
}

.map_area dd {
    /*float:right;
	width:280px;*/
    margin: 0;
    padding: 0 4%;
}

.access_present {
    position: relative;
    margin-top: 15px;
    padding: 5px;
    border: 2px solid #202287;
    background: #e5edf4;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px; /* CSS3草案 */
    -webkit-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px; /* Firefox用 */
}

.access_present .present_img {
    position: absolute;
    top: 0;
    right: 0;
}

.btn_tic {
    position: relative;
    display: inline-block;
    padding: 0.2em;
    color: #fff !important;
    /* background: #ec6901; */
    background: #cd4300; /*色*/
    border: solid 1px #bababa; /*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    width: 30%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

#main-colum .section-block #btn a {
    text-decoration: none !important;
}

/*
purchase.html
**********************************************/

.purchase .open {
    background-color: #ff0000 !important;
}
.purchase .info {
    text-align: center;
    font-size: 18px;
    padding: 10px 0px;
    color: #ffffff;
    border-radius: 5px;
    font-weight: bold;
    width: 95%;
    margin: 10px auto 0;
}
.purchase .info a {
    height: 100%;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    line-height: 22px;
    display: block;
}
.purchase .ticket-table2 tr td div {
    display: block;
    padding: 38px 10px;
    margin: 0px;
}
.purchase #main-colum .section-block #btn a {
    text-decoration: none !important;
}
.purchase .btn_tic {
    position: relative;
    display: inline-block;
    padding: 1.5em 0.5em;
    color: #fff !important;
    background: #2475bd;
    border: solid 1px #bababa;
    border-radius: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    width: 40%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.purchase .movieArae {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding-top: 25px;
}

.purchase .movieArae iframe {
    width: 100%;
    height: calc(100vw / 900 * 440);
}

.purchase .btnArae {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.ticket-table2 {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
}

.ticket-table2 tr td {
    border-bottom: 1px solid #ccc;
    padding: 2px;
    border-right: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
}

a.seatLink {
    text-align: center;
    display: inline-block;
    background: url(/common/img/ico_triangle.png) no-repeat left center;
    padding-left: 15px;
}

.ticket-table2 tr td.header {
    text-align: center;
    font-weight: bold;
    background: #f0f0f0;
}

.ticket-table2 tr td.seat-category {
    text-align: center;
}

.ticket-table2 tr td.nopre {
    color: #ccc;
}

.ticket-table2 tr td div {
    display: block;
    padding: 20px 10px;
    margin: 0px;
}

.ticket-table2 tr td div.color-premium {
    background: #8e81bc;
}
.ticket-table2 tr td div.color-room {
    background: #0a3190;
}
.ticket-table2 tr td div.color-category1 {
    background: #fff100;
}
.ticket-table2 tr td div.color-category2 {
    background: #009944;
}
.ticket-table2 tr td div.color-category3 {
    background: #e4007f;
}
.ticket-table2 tr td div.color-category4 {
    background: #0068b7;
}
.ticket-table2 tr td div.color-category5 {
    background: #7dcdf4;
}
.ticket-table2 tr td div.color-family {
    background: #f7ab00;
}
.ticket-table2 tr td div.color-category6 {
    background: #e60012;
}

.flexcontainer {
    text-align: center !important;
}

.flexcontainer img {
    width: 100%;
    margin: 17px 0px 5px 0px;
}

.flexcontainer span {
    font-size: 12px;
}

.event-info .symbol {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #202287;
    color: #fff;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    left: -10px;
    top: -20px;
    z-index: 1;
    border-radius: 10px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
        sans-serif;
}

#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 5px;
    bottom: -200px;
    background: #000000;
    opacity: 0.6;
    border-radius: 50%;
}
#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.timetable {
    border: none;
    width: 100%;
    margin-top: 20px;
}

.timetable th {
    background: #202287;
    color: #fff;
    display: block;
    padding: 5px;
}

.timetable td {
    padding: 5px;
    display: block;
    width: 100%;
}
