@charset "UTF-8";
/* CSS Document */
#special p.txt,
#special p.pic{
text-align: center;
}
#special .IBinBox{
width:80%;
margin:0 auto;
}
#special .movie-wrap {
position: relative;
width: 100%;
padding-top: 56.25%;
margin: 0 auto 30px;
}
#special .movie-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*-------------------------------
SP only
--------------------------------*/
@media screen and (max-width: 768px) {
.infoBox {
border-bottom: 1px dotted #333;
margin: 20px 0;
padding-bottom:20px;
}
.infoBox.last {
border-bottom: none;
}
.infoBox dl{
width: 90%;
margin: 0 auto;
border: 1px solid #603813;
float:none;
}
.infoBox dl dt {
width: 10rem;
padding: 10px 0;
float: left;
clear: both;
border-top: 1px solid #603813;
text-align: center;
}
.infoBox dl dd {
margin-left: 10rem;
padding: 10px 20px;
text-align: left;
border-top: 1px solid #603813;
border-left: 1px solid #603813;
}
.infoBox dl dt:first-of-type,
.infoBox dl dd:first-of-type{
border-top: none;
}
.infoBox p.pic {
width: 90%;
margin: 0 auto 10px;
}
#live .infoBox p.pic img {
border: none;
}
table {
width: 90%;
margin: 10px auto 30px;
box-sizing: border-box;
border: 2px solid #000;
background: #fff;
}
/*.last td:last-child {
width: 100%;
}*/
tr {
border-top:none;
torder-bottom:1px solid #000;
}
tr th:first-child,
tr td:first-child{
background:rgba(77,76,85,0.3);
}
th, td {
border:none;	
display: block;
text-align-last: center;
padding: 10px;
}
table td.link{
border:none;	
}
	
#special03 p.txt,
#special04 p.txt,
#special03 p.pic,
#special04 p.pic{
width:90%;
margin:0 auto 20px;
}
	
}
/*-------------------------------
PC only
--------------------------------*/
@media screen and (min-width: 769px) {
.infoBox{
width: 960px;
clear: both;
margin: 10px auto 40px;
padding-bottom:20px;
border-bottom: 1px dotted #333;
}
.infoBox.last {
border-bottom: none;
}
.infoBox dl{
width: 44%;
margin: 0 10% 0 0;
border: 2px solid #603813;
float:right;
}
.infoBox dl dt {
width: 10rem;
padding: 10px 0;
float: left;
clear: both;
border-top: 1px solid #603813;
text-align: center;
}
.infoBox dl dd {
margin-left: 10rem;
padding: 10px 20px;
text-align: left;
border-top: 1px solid #603813;
border-left: 1px solid #603813;
}
.infoBox dl dt:first-of-type,
.infoBox dl dd:first-of-type{
border-top: none;
}
.infoBox p.pic {
float: left;
width: 34%;
margin: 0 0 0 10% ;
}
.infoBox p.pic img {
border: none;
}
table {
width:800px;
margin: 0 auto;
margin: 10px auto 20px;
box-sizing: border-box;
border: 3px solid #000;
background: #fff;
}
table th {
text-align: center;
padding: 10px 5px;
border: 1px solid #000;
border-bottom: 2px solid #000;
}
table td {
text-align: center;
padding: 20px 5px;
border: 1px solid #000;
}
table tr:nth-child(2n){
background:rgba(77,76,85,0.1);
}
table td.link{
border:none;
}
table p.btn{
margin: 0;
}
#special03 p.txt,
#special04 p.txt{
width:800px;
margin:0 auto 10px;
}
#special03 p.pic,
#special04 p.pic{
width:800px;
margin:0 auto 10px;
}
#special04 dl dt{
width:24rem;
}
#special04 dl dd{
margin-left:24rem;
}
#special04 .infoBox{
width: 800px;
clear: both;
margin: 10px auto 40px;
padding-bottom:20px;
border-bottom: 1px dotted #333;
}	
#special04 .infoBox dl{
width:100%;
float: none;}	
	
}