@media screen and (max-width: 799px) {
/* CSS Document */

body {-webkit-text-size-adjust: none;}

#header {
	background-color: #000F63;
	height: 100px;
}


hr {
visibility:hidden !important;
display:none !important;
margin:0px !important;
padding:0px !important;
}

.no_sp {display:none;}

iframe {
	/* width:96% !important; */
	margin-left:auto;
	margin-right:auto;
}

#sp_main {
	clear:both;
	padding-top:10px;
}

br.no-br{
	display:none;
}
  
 /* table by lse */
 /*  table.table-style01 {
    border-top: 1px solid #999;
  } */
  table.table-style01 td {
    display: block;
    text-align: center;
  }
  table.table-style01 th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
  
  table.table-style04 {
    border: none;
  }
  table.table-style04 thead {
    display: none;
  }
  table.table-style04 tr {
    border-top: 1px solid #999;
    display: block;
    margin-bottom: 20px;
  }
  table.table-style04 td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    display: block;
    padding: 10px;
    text-align: right;
  }
 table.table-style04 td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  
 /* */

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
コンテンツ用共通CSS設定
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.cont_h1 {
	background-image: url(../../images/pc/h2.jpg);
	background-repeat: no-repeat;
	padding-left: 25px !important;
	padding-top: 0px !important;
	padding-bottom: 5px !important;
	font-size: 1.6em;
	color: #333;
	clear: both;
	margin-bottom: 20px !important;
}
.cont_h2 {
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 10px 5px !important;
	border-bottom: 1px solid #ccc;
	border-top: 2px solid #000C5F;
	font-size: 1.4em;
	color: #333;
	clear: both;
	margin-bottom: 15px !important;
	margin-top: 15px !important;
}
.cont_h3 {
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 10px 5px !important;
	border: 1px solid #ccc;
	font-size: 1.2em;
	color: #333;
	clear: both;
	margin-bottom: 15px !important;
	margin-top: 15px !important;
}
.cont_h4 {
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 10px 10px !important;
	border-left: 3px solid #000C5F;
	font-size: 1.0em;
	color: #333;
	clear: both;
	margin-bottom: 15px !important;
	margin-top: 15px !important;
}
.cont_h5 {
	background-image: url(../../images/pc/h5.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 10px 10px !important;
	font-size: 1.0em;
	color: #333;
	clear: both;
	margin-bottom: 15px !important;
	margin-top: 15px !important;
}

.cont_ul {
	width:98%;
	margin-left:auto !important;
	margin-right:auto !important;
	margin-bottom:15px !important;
}

.cont_ul li {
	margin-left:15px !important;
	list-style:disc !important;
}

.cont_ol {
	width:98%;
	margin-left:auto !important;
	margin-right:auto !important;
	margin-bottom:15px !important;
	margin-bottom:10px !important;
}

.cont_ol li {
	margin-left:25px !important;
	list-style:decimal !important;
	margin-top:5px !important;
}

.ui-responsive {
	width:98%;
	margin-left:auto;
	margin-right:auto;
}

.ui-responsive th {
	background-color:#f4f4f4;
}

.ui-responsive th,
.ui-responsive td {
	border-bottom:1px solid #ccc;
}

/* =====================
    ex-toc	
  ====================  */

/* For modern browsers */
.ul.ex-toc:before,
.ul.ex-toc:after {
    content:"";
}
 
.ul.ex-toc:after {
    clear:both;
}

ul.ex-toc{
   list-style-type: none;
}

ul.ex-toc li{
    float: left;
    text-align: center;
    line-height:2em;
    margin:0 5px 5px 0;
    width:100%;
}

ul.ex-toc li a{
    border:1px solid #003557;
    text-decoration:none;   
    display:block;
    padding:0.5em 0; 
    width:100%;
}

ul.ex-toc li a:link{
    color:#003557;
}

ul.ex-toc li a:hover{
    background-color:#003557;
    color:#fff;
}
  
/* sales */
.salesTickets {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	border-top: 1px solid #c1c3c1;
	border-left: 1px solid #c1c3c1;
}
.salesTickets thead th {
	text-align: center;
	border-bottom: 1px solid #c1c3c1;
	border-right: 1px solid #c1c3c1;
	background: #f2f2f2;
}
.salesTickets tbody th {
	text-align: center;
	border-bottom: 1px solid #c1c3c1;
	border-right: 1px solid #c1c3c1;
	color: #fff;
	text-shadow: -1px -1px 2px #333, 1px -1px 2px #333, -1px 1px 2px #333, 1px 1px 2px #333;
}
.salesTickets tbody th#courtside-ss,
.salesTickets tbody th.courtside-ss,  
.label-ss {
	background: #CB141D !important;
}
.salesTickets tbody th#courtside-s, .salesTickets tbody th.courtside-s, .label-s {
	background: #EA70A6 !important;
}
.salesTickets tbody th#courtside-sa, .label-sa {
	background: #E40155 !important;
}
.salesTickets tbody th#courtside-a, .salesTickets tbody th.courtside-a, .label-a {
	background: #F6C4D4 !important;
}
.salesTickets tbody th#courtside-b, .label-b {
	background: #83498D !important;
}
.salesTickets tbody th#courtside-c, .label-c {
	background: #E8536C !important;
}
.salesTickets tbody th#first-center, .label-first-c {
	background: #65B85E !important;
}
.salesTickets tbody th#first-side, .label-first-s {
	background: #9DCEEF !important;
}
.salesTickets tbody th#first-end, .salesTickets tbody th.first-end, .label-first-e {
	background: #3269B2 !important;
}
.salesTickets tbody th#first-general, .label-first-g {
	background: #F6BE6B !important;
}
.salesTickets tbody th#second-center, .label-second-c {
	background: #155541 !important;
}
.salesTickets tbody th.second-side, .label-second-s {
	background: #81a0cd !important;
}
.salesTickets tbody th.second-mikire, .label-second-m {
	background: #dae000 !important;
}
.salesTickets tbody th.second-general, .label-second-g {
	background: #E4C61E !important;
}
.salesTickets tbody th.second-general, .label-second-g {
	background: #E4C61E !important;
}
.salesTickets tbody th#second-wheel, .label-second-w {
	background: #692C3F !important;
}
.salesTickets td {
	color: #444;
	border-right: 1px solid #c1c3c1;
	border-bottom: 1px solid #c1c3c1;
	vertical-align: middle;
}
.seat-name {
	font-size: 22px;
	font-weight: bold;
	padding: 30px 0 !important;
}
#courtside-ss .seat-name {
	color: #CB141D;
}
.courtside-s .seat-name {
	color: #EA70A6;
}
#courtside-a .seat-name {
	color: #F6C4D4;
}
#courtside-b .seat-name {
	color: #83498D;
}
#courtside-c .seat-name {
	color: #E8536C;
}
#1f-center .seat-name {
	color: #65B85E;
}
#1f-side .seat-name {
	color: #9DCEEF;
}
#1f-general .seat-name {
	color: #F6BE6B;
}
#2f-center .seat-name {
	color: #155541;
}
#2f-general .seat-name {
	color: #E4C61E;
}
#2f-wheel .seat-name {
	color: #692C3F;
}  
 
.sponsors_others_thumbnails li {
	width: 165px;
	min-height:220px;
	font-size:12px;
	margin-bottom: 15px !important;
	float: left;
}
.sponsors_others_thumbnails li p {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
  .sponsors_others_thumbnails li .desc {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.sponsors_others_thumbnails li .desc .company {
     min-height: 3.5em;
     }
  
  
}