@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */

@import "format.css";
@import "layout.css";
@import "common.css";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:400,500,700,800,900&subset=japanese');

/* STRUCTURES
--------------------------------------- */
.ta-CT {
    text-align: center;
}

#ln {
    background: url(../../event/img/bg_ct.jpg) 0 0 no-repeat;
}

.ctop #ln {
    background: none;
}

h2.ct {
    background: url(../../event/img/ct_event.jpg) 0 0 no-repeat;
}

p.link a,
p.schedule-link a {
    display: inline-block;
    background: url(../../event/img/arrow_link.gif) no-repeat 0 0;
    padding-left: 24px;
    line-height: 16px;
}

p.link a:hover,
p.schedule-link a:hover {
    background: url(../../event/img/arrow_link_o.gif) no-repeat 0 0;
}

#section {
    padding: 20px 20px 0;
}

#side .side-bnr {
    margin-top: 10px;
}

#section p.finish {
    background: #FF0000;
    color: #FFFFFF;
    padding: 5px;
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

#section p.finish2 {
    margin-top: 0;
}

#section .unit {
    margin-bottom: 20px;
}

/* TOP
--------------------------------------- */
.ctop h3.pt {
    background: #D4D4CD url(../../event/img/pt_event.gif) 0 0 no-repeat;
}

/* EVENT VISION */
.ctop #event_vision {
    height: 275px;
    margin: -20px 0 0 -20px;
    padding: 20px;
    /*background: #ffe945 url(../../event/img/top/bg_vision.gif) repeat;*/
    /*background: #ffe945 url(/entertainment/img/top/bg_vision.gif) repeat;*/
    /*background-color:#000000;*/

    background: #02070a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #02070a 0%, #757a79 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #02070a 0%, #757a79 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #02070a 0%, #757a79 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02070a', endColorstr='#757a79', GradientType=0);
    /* IE6-9 */
}

.ctop #event_vision #event_img {
    float: left;
    position: relative;
    width: 533px;
    height: 275px;
}

.ctop #event_vision #event_img div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 533px;
    height: 275px;
    cursor: pointer;
}

.ctop #event_vision #event_tabs {
    float: right;
    width: 148px;
}

.ctop #event_vision #event_tabs div {
    margin-bottom: 18px;
}

.ctop #event_vision #event_tabs a img {
    border: 4px solid #FFFFFF;
}

.ctop #event_vision #event_tabs a:hover img,
.ctop #event_vision #event_tabs a.current img {
    border: 4px solid #000000;
}

.ctop #event_vision .disabled {
    visibility: hidden !important;
}

.ctop h4.ttl {
    background: #000;
    border: 2px solid #ffe100;
    color: #ffe100;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 0 0 20px 0;
}

.ctop p.lead {
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 30px;
}
.ctop p.msg {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #eee;
    padding: 50px 30px;
}

.ctop .red {
    color: #e60012;
}

.ctop ul.pNav {
    overflow: hidden;
    margin: 20px 0;
    text-align: center;
}

.ctop ul.pNav li {
    display: inline-block;
    width: 320px;
    margin: 0 10px;
}

.ctop ul.pNav li a {
    display: block;
    background: #fdf4c3;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding: 10px 0 20px 0;
    position: relative;
}

.ctop ul.pNav li a::after {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 8px;
    margin: auto;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fdd000;
    border-right: 3px solid #fdd000;
    transform: rotate(135deg);
}

.ctop ul.pNav li a:hover {
    background: #fdd000;
}

.ctop ul.pNav li a:hover::after {
    border-top: 3px solid #000;
    border-right: 3px solid #000;
}

.ctop .area {
    margin-top: 20px;

}
.ctop #present.area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.ctop #present.area .eventBox {
    width: 350px;
}
.ctop #present.area .eventBox.wide{
	width: 100%;
}
.ctop #present.area .eventBox img{
	display: block;
	margin: 0 auto;
}
.ctop .eventBox {
    background: #f4f4f4;
    margin-bottom: 30px;
}

.ctop .eventBox h5 {
    background: #ffe100;
    color: #000;
    padding: 12px 15px 10px 15px;
    font-size: 15.5px;
    font-weight: bold;
}

.ctop .eventBox h5 span {
    color: #e60012;
    display: block;
    font-size: 18px;
    line-height: 1.2;
}

.ctop .eventBox .inner {
    padding: 20px;
    overflow: hidden;
}



.ctop .eventBox .inner p,
.ctop .eventBox .inner dl {
    line-height: 1.6;
    font-size: 14px;
}

.ctop .eventBox .inner img {
    width: auto;
    height: 200px;
    padding-bottom: 20px;
}
.ctop .eventBox .inner .unit,
.ctop .eventBox .inner .unit_wide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ctop .eventBox .inner .unit div{
	width: 150px;
	margin-right: 20px;
}
.ctop .eventBox .inner .unit dl{
    width: 520px;
}
.ctop .eventBox .inner .unit div img,
.ctop .eventBox .inner .unit_wide div img{
	width: 100%;
	height: auto;
}

.ctop .eventBox .inner .unit_wide div{
	width: 200px;
	margin-right: 20px;
}
.ctop .eventBox .inner .unit_wide dl{
    width: 470px;
}

.ctop .eventBox .inner img.wide {
    display: block;
    width: 600px;
    height: auto;
    margin: 0 auto 10px auto;
}

.ctop .eventBox .inner img.wide+dl {
    display: block;
    padding-left: 0;
}

.ctop .eventBox .inner img.wide+dl dt {
    margin-bottom: 10px;
}


.ctop .eventBox .inner dt {
    font-weight: bold;
    line-height: 1.6;
}


.ctop .eventBox .inner dt span {
    background: #e60012;
    color: #FFF;
    padding: 2px 10px;
    margin: 0 10px 5px 0;
    display: inline-block;
}

.ctop .eventBox .inner dd {
	margin:  5px 0;
	font-size: 14px;
}
.ctop .eventBox .inner dd ul.indent{
    margin:  0;
    padding: 0;
}
.ctop .eventBox .inner dd ul.indent li{
    font-size: 12px;

}
.ctop .eventBox .inner dd + dt{
	margin-top: 15px;
}

.ctop .eventBox .inner dd:last-child {
    padding-bottom: 0;
}

.ctop .eventBox .inner dd small {
    font-size: 11px;
}


.ctop ul.indent {
    padding: 10px 0;
}

.ctop ul.indent.bg {
    background: #fdf4c3;
    padding: 20px;
	margin-top:20px; 
}

.ctop ul.indent li {
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.8;
}

.ctop .bnrArea{
    margin: 30px 0;
    width: 100%;
}

.ctop .bnrArea .col2{
    background: #f4f4f4;
    padding: 20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ctop .bnrArea .col1{
  background: #f4f4f4;
  padding: 20px;
}
.ctop .bnrArea ul + .col2,
.ctop .bnrArea ul + .col1{
  padding-top:0;
}

.ctop .bnrArea .col2 li{
    width: 330px;
}
.ctop .bnrArea .col2 li:nth-child(n+3),
.ctop .bnrArea .col1 li:nth-child(n+2){
    margin-top: 20px;
}
.ctop .bnrArea .col2 li a{
    display: block;
}
.ctop .bnrArea li img{
    width: 100%;
    height: auto;
}

.ctop #others {
    margin-top: 30px;
    width: 100%;
}
.ctop #schedule table {
    width: 100%;
    margin-top: 20px;
}

.ctop #schedule table thead th {
    border: 1px solid #e2e2e2;
    background: #f4f4f4;
    text-align: center;
    padding: 5px 10px;
}

.ctop #schedule table tbody td {
    border: 1px solid #e2e2e2;
    text-align: center;
    padding: 10px;
}

.ctop #schedule table tbody tr:hover td {
    background: #fdf4c3;
}

.ctop #schedule table tbody td img {
    vertical-align: middle;
}

.ctop #schedule table tbody td.contents img {
    height: 80px;
    width: auto;
}

.ctop #schedule table tbody td.ticket a {
    background: #000;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    padding: 5px 20px 5px 10px;
    position: relative;
    text-decoration: none;
}

.ctop #schedule table tbody td.ticket a::after {
    position: absolute;
    left: auto;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.ctop #schedule table tbody td.ticket a:hover {
    background: #e7000c;
}

.ctop #schedule table tbody td.ticket a.wait {
    background: #dddddd;
}

.ctop #ticketBtn {
    position: fixed;
    bottom: 0;
    width: 980px;
    margin: 0 auto;
}

.ctop #ticketBtn a {
    background: #ffe100;
    text-align: center;
    color: #000000;
    text-decoration: none;
    display: block;
    width: 220px;
    margin: 0 10px 0 auto;
    position: relative;
}

.ctop #ticketBtn a img {
    width: 100%;
    height: auto
}

.ctop .endschedule {
    background-color: #f1f1f1;
}


/* SECOND～
--------------------------------------- */
.groundwalk #main,
.dreamchallenge #main,
.ground #main,
.game #main,
.fanclub #main,
.mascot #main,
.karaage #main,
.beer #main,
.ramen #main,
.konamon #main,
.meat #main,
.kichen #main {
    background: #FFFFFF url(../../event/img/pt_event.gif) 0 0 no-repeat;
}

#section p.schedule-link {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}

#section h4 {
    text-align: center;
    margin-top: 20px;
}

#section h5 {
    margin: 30px 0 20px;
}

#section .unit-l {
    width: 440px;
    float: left;
}

#section .img-r {
    margin-left: 460px;
}

#section h6 {
    padding: 0 0 7px 10px;
    margin: 0 0 10px;
    background: url(../../event/img/bg_h6.gif) no-repeat 0 0;
    border-bottom: 1px dotted #aaaaaa;
    font-size: 14px;
    font-weight: bold;
}

#section p,
#section ul.list {
    line-height: 1.5;
    margin-bottom: 20px;
}

#section ul.list li {
    list-style: inside disc;
    text-indent: -1em;
    margin-left: 1em;
}

#section p.how {
    width: 440px;
    float: left;
}

#section p.qr {
    display: inline-block;
    margin-top: -10px;
    margin-bottom: 0;
}

#section p.img-c {
    text-align: center;
}

#section #member-login {
    width: 200px;
    float: left;
    padding: 0 0 10px 0;
    background: #f0e9c8;
}

#section #member-login h4 {
    margin-top: 0;
}

#section #member-login dl dt,
#section #member-login dl dd {
    text-align: center;
}

#section #member-login dl dt {
    margin: 10px 0 5px;
}

#section #ticket-buy .ticket {
    margin-left: 219px;
    padding-left: 20px;
    border-left: 1px dotted #aaaaaa;
}

#section #ticket-buy .ticket table {
    width: 500px;
}

#section #ticket-buy .ticket table th,
#section #ticket-buy .ticket table td {
    border: 1px solid #D9D9D9;
    padding: 8px;
    line-height: 1.8;
    text-align: left;
    ;
}

#section #ticket-buy .ticket table th {
    width: 130px;
    background: #F4F4F4;
    font-weight: bold;
}

#section #ticket-buy .ticket table p.code {
    margin: 0 0 10px 0;
    color: #193D84;
    font-weight: bold;
}

#section #ticket-buy .ticket table dd.code {
    margin: 0;
}

#section #ticket-buy .ticket table dd {
    margin-left: 1em;
}

#section .btn-schedule {
    text-align: center;
    margin-top: 50px;
}

#section .icon li {
    float: left;
    margin-right: 10px;
}

/* DREAMCHALLENGE
--------------------------------------- */
.dreamchallenge #section h4 {
    margin-bottom: 30px;
}

.dreamchallenge #section h5 {
    margin: 0 0 10px;
}

.dreamchallenge #section .block {
    margin: 20px 0 30px;
}

.dreamchallenge #section .icon {
    margin-bottom: 15px;
}

.dreamchallenge #section table.btn-app {
    line-height: 1.5;
    margin-bottom: 20px;
}

.dreamchallenge #section table.btn-app {
    margin: 0 auto 20px;
}

.dreamchallenge #section table.btn-app th,
.dreamchallenge #section table.btn-app td {
    width: 231px;
    padding: 0 69px;
}

.dreamchallenge #section table.btn-app td {
    vertical-align: top;
    padding-top: 10px !important;
}

.dreamchallenge #section table.btn-app th.bd-l,
.dreamchallenge #section table.btn-app td.bd-l {
    border-left: 1px solid #999999;
    padding-right: 0;
}

.dreamchallenge #section table.btn-app th.bd-r,
.dreamchallenge #section table.btn-app td.bd-r {
    border-right: 1px solid #999999;
    padding-left: 0;
}

.dreamchallenge #section .sponcer {
    width: 652px;
    margin: 5px auto 30px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}

/* GROUND
--------------------------------------- */
.ground #section h4 {
    margin-bottom: 30px;
}

.ground #section h5 {
    margin: 0 0 10px;
}

.ground #section .block {
    margin: 20px 0 30px;
}

.ground #section .icon {
    margin-bottom: 15px;
}

.ground #section table.btn-app {
    line-height: 1.5;
    margin-bottom: 20px;
}

.ground #section table.btn-app {
    margin: 0 auto 20px;
}

.ground #section table.btn-app th,
.ground #section table.btn-app td {
    width: 231px;
    padding: 0 69px;
}

.ground #section table.btn-app td {
    vertical-align: top;
    padding-top: 10px !important;
}

.ground #section table.btn-app th.bd-l,
.ground #section table.btn-app td.bd-l {
    border-left: 1px solid #999999;
    padding-right: 0;
}

.ground #section table.btn-app th.bd-r,
.ground #section table.btn-app td.bd-r {
    border-right: 1px solid #999999;
    padding-left: 0;
}

.ground #section .sponcer {
    width: 652px;
    margin: 5px auto 30px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}

/* FANCLUB
--------------------------------------- */
.fanclub .c-top #section h4 {
    margin: 0 0 20px;
}

.fanclub #section .fc-unit p.photo {
    margin-bottom: 0;
}

.fanclub #section .unit-l p {
    line-height: 1.5;
}

.fanclub #section .unit-r {
    margin-left: 455px;
}

.fanclub #section .schedule div {
    margin: 10px 0 10px;
}

.fanclub #section .schedule div.last {
    margin-bottom: 20px;
}

.fanclub #section .detail dl {
    padding-bottom: 10px;
}

.fanclub #section .detail dl dt {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.fanclub #section .detail dl dd {
    margin-bottom: 10px;
}

/*garakoro*/
.fanclub .garakoro #section div.img {
    margin-bottom: 13px;
}

.fanclub .garakoro #section div.img img.img-r {
    margin-left: 12px;
}

/* GAME
--------------------------------------- */
.game .c-top #section h4 {
    margin: 0 0 20px;
}

.game #section .game-unit p.photo {
    margin-bottom: 0;
}

/*	game140628-29 */
.game140628-29 p {
    line-height: 1.6;
}

.game140628-29 p.tit {
    margin-bottom: 8px !important;
    font-size: 14px;
    font-weight: bold;
}

.game140628-29 p.tit span {
    color: #fdd000;
}

.game140628-29 .block ul li {
    float: left;
    text-align: left;
}

.game140628-29 #gourme ul li {
    width: 185px;
}

.game140628-29 #container ul li {
    width: 370px;
}

.game140628-29 .block .att {
    margin-top: 10px;
    text-align: right;
}

.game140628-29 .block .stop {
    text-align: center;
}

.game140628-29 #stageShow p.tit,
.game140628-29 #otherPlan p.tit,
.game140628-29 #todayPresent p.tit {
    margin-bottom: 5px !important;
}

.game140628-29 #otherPlan p {
    margin-bottom: 15px !important;
}

.game140628-29 #otherPlan ul {
    width: 750px;
    margin-bottom: 20px;
}

.game140628-29 #otherPlan ul li {
    margin-right: 10px;
}

/*	160521_22 */
.game160521_22 #section h6.ttl {
    background: #fee100 none repeat scroll 0 0;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 10px;
    border: none;
    border-bottom: none;
}

.game160521_22 p.tit,
.game170403 p.tit {
    margin-bottom: 8px !important;
    font-size: 14px;
    font-weight: bold;
}

.game160521_22 p.tit span {
    color: #fdd000;
}

.game160521_22 .lbox {
    width: 370px;
    float: left;
}

.game160521_22 .rbox {
    width: 370px;
    float: left;
}

.game160521_22 .block {
    float: left;
    text-align: left;
}

.game160521_22 .block .tit {
    color: #ff0000;
}

.game160521_22 .block img.bnr {
    margin-bottom: 2em;
}

.game160521_22 ul.guests {
    width: 750px;
    margin-bottom: 20px;
}

.game160521_22 ul.guests li {
    float: left;
    text-align: center;
    margin-right: 10px;
}

.game160521_22 ul.guests li img {
    margin-bottom: 5px;
}

.game160521_22 p.att {
    font-size: 16px;
    color: #fa0707;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.game160521_22 p.lead,
.game170403 p.lead {
    font-size: 14px;
    margin: 10px 0;
    font-weight: bold;
}

.game160521_22 .time,
.game170403 .time {
    font-size: 14px;
    font-weight: bold;
}

.game160521_22 table,
.game170403 table {
    padding: 10px 5px;
}

.game160521_22 table td,
.game170403 table td {
    vertical-align: top;
}

.game160521_22 .txt {
    font-size: 14px;
}

.game160521_22 h6 {
    color: #ff0000;
}

.game160521_22 .secondtit,
.game170403 .secondtit {
    background: #000000;
    color: #ffff00;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    padding: 10px;
}

.game160521_22 #section h6.second_ttl {
    font-weight: bold;
    margin: 0 0 10px;
    padding: 10px 0 0 10px;
    border: none;
    border-bottom: #fee100 solid 2px;
    border-left: none;
    color: #000000;
}

.game160521_22 #section h6 {
    background: none;
}

.game160521_22 #event ul {
    width: 750px;
    margin-bottom: 10px;
}

.game160521_22 #event ul li {
    float: left;
    margin-right: 10px;
    text-align: center;
}

/*---170324,180308,190306,ev_fes---*/
.game180308 #section h6,
.game190306 #section h6,
.ev_fes #section h6 {
    padding: 4px 0 4px 10px;
    background-repeat: repeat-y;
    font-size: 15px;
}

.game170324 table.img-c,
.game180308 table.img-c,
.game190306 table.img-c,
.ev_fes table.img-c {
    margin: 0 auto 15px;
}

.game170324 h4,
.game180308 h4,
.game190306 h4,
.ev_fes h4 {
    background: #000000;
    color: #ffff00;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    padding: 10px;
}


.ev_fes h5 {
    font-weight: bold;
    font-size: 18px;
}

.game170324 dl.d_time dd,
.game180308 dl.d_time dd,
.game190306 dl.d_time dd,
.ev_fes dl.d_time dd {
    line-height: 1.8;
}

.ev_fes dl.d_time dd {
    font-size: 14px;
}

.game170324 .blue,
.game180308 .blue,
.game190306 .blue,
.ev_fes .blue {
    color: #003CFF;
}

.game170324 .orange,
.game180308 .orange,
.game190306 .orange,
.ev_fes .orange {
    color: #FF8600;
}

.game170324 p.lead,
.game180308 p.lead {
    font-size: 14px;
    margin: 10px 0;
    font-weight: bold;
}

.game190306 p.lead,
.ev_fes p.lead {
    font-size: 14px;
    margin: 10px 0;
}

.game170324 dd,
.game180308 dd,
.game190306 dd,
.ev_fes dd {
    padding: 10px 0;
}

.game170324 th,
.game180308 th,
.game190306 th,
.ev_fes th {
    vertical-align: top;
    font-size: 13px;
}

.game170324 th span,
.game180308 th span,
.game190306 th span,
.ev_fes th span {
    font-size: 12px;
    font-weight: normal;
}

.game170324 .time,
.game180308 .time,
.game190306 .time,
.ev_fes .time {
    font-size: 14px;
    font-weight: bold;
}

.game170324 .item_cont,
.game180308 .item_cont,
.game190306 .item_cont,
.game190306 .logo,
.ev_fes .item_cont,
.ev_fes .logo {
    overflow: hidden;
    padding-bottom: 15px;
}

.game170324 .item_cont table,
.game180308 .item_cont table,
.game190306 .item_cont table,
.ev_fes .item_cont table {
    margin-bottom: 15px;
}

.game170324 .item_cont th,
.game180308 .item_cont th {
    padding-right: 15px;
    width: 230px;
}

.game190306 .item_cont th,
.ev_fes .item_cont th {
    text-align: center;
}

.game170324 .item_cont td,
.game180308 .item_cont td,
.game190306 .item_cont td,
.ev_fes .item_cont td {
    padding-top: 10px;
    padding-right: 15px;
    vertical-align: top;
}

.ev_fes .item_cont td {
    width: 355px;
}

.game190306 .item_cont td span,
.ev_fes .item_cont td span {
    color: #ff0000;
    font-weight: bold;
}

.ev_fes .item_cont td.prize div {
    padding: 3px;
    background: #FFF4A3;
    margin: 2px;
}

.game170324 .item_cont td.bg_st,
.game180308 .item_cont td.bg_st,
.game190306 .item_cont td.bg_st,
.ev_fes .item_cont td.bg_st {
    padding: 3px;
    border: 1px solid #FFD146;
    background: #FFF4A3;
}

.game190306 .logo td,
.ev_fes .logo td {
    text-align: center;
    font-weight: bold;
    line-height: 1.3em;
    padding-bottom: 5px;
}

.game190306 .logo td.yellow,
.ev_fes .logo td.yellow {
    background-color: #ffff4d;
}

.game190306 .logo td img,
.ev_fes .logo td img {
    padding: 10px;
}

.game190306 .logo td span,
.ev_fes .logo td span {
    color: #ff0000;
    text-align: center;
}

.game190306 .att span,
.ev_fes .att span {
    color: #ff0000;
    font-size: 14px;
    font-weight: bold;
}

.game190306 .talkshow {
    font-size: 14px;
    line-height: 1.5em;
}

.game190306 .talkshow td,
.game190306 .talkshow th {
    padding: 10px 50px 10px 10px;
}

.game190306 .talkshow th {
    font-size: 16px;
}

.game190306 .talkshow th span {
    font-weight: normal;
    font-size: 12px;
}

.game190306 p.link {
    margin: 0;
    background: url(/img/arrow_others_normal.gif) center left no-repeat;
}

.ev_fes .n_title {
    padding: 3px 7px;
    border-top: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
    background: #eee;
    line-height: 1.8;
    font-weight: bold;
    font-size: 14px;
}

.ev_fes .shop_tit {
    padding-right: 15px;
}

.ev_fes .shop_tit div {
    background: #eee;
    font-size: 14px;
    text-align: center;
    padding: 5px
}

/*---170403---*/
.game170403 #section p,
.game170403 table {
    line-height: 1.8;
    font-size: 14px;
}

.game170403 #section p.tit {
    font-size: 15px;
}

.game170403 .en_tit {
    margin: 10px 0 10px 0;
    padding: 5px 10px;
    border: 1px solid #FFD146;
    background: #FFF4A3;
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
}

.game170403 .item_cont {
    overflow: hidden;
    padding-bottom: 25px;
}

.game170403 table {
    margin-bottom: 20px;
}

.game170403 .item_cont td {
    padding: 5px 15px 0 0;
    text-align: center;
}

.game170403 .hidden {
    overflow: hidden;
}

.game170403 div .block_L {
    float: left;
    width: 500px;
}

.game170403 div .block_R {
    float: right;
    width: 400px;
}

.game170403 .img-c-nb {
    text-align: center;
}

.game170403 .img-l-nb {
    float: left;
}

.game170403 .img-r-nb {
    float: right;
}

.game170403 .line {
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: underline;
}

.game170403 table.img-c-nb {
    margin: 20px auto;
}

.game170403 table.img-c-nb td {
    padding: 5px 25px 0;
    text-align: center;
    line-height: 1.3;
    font-size: 13px;
}

.game170403 table.img-c-nb tr:first-child td {
    padding-top: 0;
}

.game170403 .w350_l {
    float: left;
    width: 350px;
}

.game170403 .w390_r {
    float: right;
    width: 390px;
}

.game170403 .other_tit {
    position: relative;
}

.game170403 .other_tit .comment {
    position: absolute;
    right: 35px;
    top: -14px;
}

/* MASCOT
--------------------------------------- */
.mascot #section p.tit {
    margin: 10px 0 15px;
}

.mascot #section .result-unit {
    margin-bottom: 10px;
    padding: 10px;
    background: #ededed;
}

.mascot #section table {
    width: 100%;
    background: #FFFFFF;
}

.mascot #section table th,
.mascot #section table td {
    padding: 5px;
    border: 1px solid #aaaaaa;
    text-align: center;
    font-weight: normal;
}

.mascot #section .visitor {
    margin-top: 20px;
}

.mascot #section .home table.card thead th {
    background: #ffccd0;
}

.mascot #section .home table.card tbody th {
    background: #ffeff0;
}

.mascot #section .visitor table.card thead th {
    background: #b5e4ff;
}

.mascot #section .visitor table.card tbody th {
    background: #eef4fc;
}

.mascot #section table.card tbody td.icon {
    text-align: left;
}

.mascot #section table.card tbody td.icon img {
    margin-right: 10px;
    vertical-align: middle;
}

.mascot #section .block p.sst {
    margin: 10px 0;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
}

.mascot #section .block table.result th,
.mascot #section .block table.result td {
    padding: 15px 10px;
    text-align: left;
}

.mascot #section .block table.result th {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

.mascot #section .home .block table.result th {
    background: #c3000f;
}

.mascot #section .visitor .block table.result th {
    background: #0066a0;
}

.mascot #section .block table.result td.score {
    font-weight: bold;
    font-size: 21px;
}

.mascot #section .block table.result td.link {
    border-left: none;
}

.mascot #section .result-unit p.btn {
    margin-top: 10px;
    text-align: center;
}

.mascot #section .block ul {
    width: 732px;
}

.mascot #section .block ul li {
    width: 232px;
    float: left;
    margin-right: 12px;
}

.mascot #section .block ul li img {
    border: 7px solid #FFFFFF;
}

.mascot #section .schedule-unit {
    margin: 20px 0 0;
}

.mascot #section .schedule-unit table.card tbody th {
    background: #ededed;
    white-space: nowrap;
}

.mascot #section table.tolucky thead th {
    background: #dfbe4c;
}

.mascot #section table.tolucky tbody th {
    background: #fff3c8;
}

.mascot #section table.tolucky tbody th,
.mascot #section table.tolucky tbody td {
    padding: 9px 0;
}

/* SCHEDULE
--------------------------------------- */
.schedule #main {
    background: #FFFFFF url(../../event/img/pt_schedule.gif) 0 0 no-repeat;
}

.schedule #main #calender-list table td {
    white-space: nowrap;
}

.schedule #notice_icon {
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #555555;
}

.schedule #notice_icon li {
    margin-top: 5px;
    float: left;
    width: 200px;
}

/* SCHEDULE SPONCER
--------------------------------------- */
.schedule.sponcer #main {
    background: #FFFFFF url(../../event/img/pt_event.gif) 0 0 no-repeat;
}

.sponcer #section {
    position: relative;
    font-size: 14px;
}

.sponcer #section p.schedule-link {
    position: absolute;
    top: 30px;
    right: 20px;
}

.sponcer #section p.logo {
    margin-bottom: 10px;
    line-height: 1;
}
.sponcer #section p.logo.none{
  height:40px;
}
.sponcer #section h4 {
    padding: 5px 0;
    margin-top: 0;
    background: #479c31;
    font-size: 21px;
    font-weight: bold;
    color: #FFFFFF;
}

.sponcer #section h5 {
    margin: 20px 0;
    text-align: center;
}

.sponcer #section p.lead {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
.sponcer #section p.lead.irr {
    margin-top: 20px;
}

.sponcer #section h6 {
    padding: 5px 0 5px 17px;
    background: #eeeeee url(../../event/img/bg_h6.gif) no-repeat 6px 5px;
    border-top: 1px dotted #aaaaaa;
}

.sponcer #section .unit-present {
    margin: 15px 0 0;
    padding: 0 0 30px 0;
}

.sponcer #section .unit-present dl {
    padding: 0 0 30px;
}

.sponcer #section .unit-present dl dt {
    font-weight: bold;
}

.sponcer #section .unit-present dl.att,
.sponcer #section .unit-present dl.att-bdnone {
    /*	padding-top: 15px;*/
    border-bottom: 1px dotted #aaaaaa;
    font-size: 12px;
}

.sponcer #section .unit-present dl.att-bdnone {
    border-bottom: none;
}

.sponcer #section .unit-present dl.tit dt,
.sponcer #section .unit-present dl.tit dd {
    font-size: 14px;
}

.sponcer #section .unit-present dl dt,
.sponcer #section .unit-present dl dd {
    line-height: 1.5;
}

.sponcer #section .l-box {
    width: 460px;
    float: left;
}

.sponcer #section .r-box {
    width: 260px;
    float: right;
    text-align: right;
}

.sponcer #section .r-box .caption {
    display: block;
    padding-top: 3px;
    font-size: 12px;
    text-align: center;
}

.sponcer #section .btn-schedule {
    margin-top: 10px;
}

.sponcer #section .unit-present .att {
    font-size: 12px;
}

.sponcer #section .unit-present .col3{
  display:flex;
  justify-content:space-around;
}
.sponcer #section .unit-present .col3 p{
  text-align:center;
}
.sponcer #section .center{
  text-align:center;
}
.sponcer #section .goods_cont .col2{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.sponcer #section .goods_cont .col2 p{
  width:350px;
  text-align:center;
  font-size:13px;
}
/* SCHEDULE2021
--------------------------------------- */
.ctop .ev_bnr_list li {
    text-align: center;
    margin-top: 15px;
}

.ctop .ev_bnr_list li.mt0 {
    margin-top: 0;
}

.ctop .ev_bnr_list_f {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 640px;
    margin: auto;
    padding: 15px 0;
    background: #fff528;
    margin-top: 15px;
    box-sizing: border-box;
}

.ctop .ev_bnr_list_f li {
    width: 240px;
}

.ctop .ev_bnr_list_f li:nth-child(n + 3) {
    margin-top: 15px;
}

.ctop .ev_bnr_list_f li img {
    width: 100%;
}