#content{
	display: none;
}

/* =============================================
 header
============================================= */
.detail { position:relative; }
.detail_header{
	position: relative;	
}

/* =============================================
 about
============================================= */
.about_table{
	width:100%;
	border-top:4px solid #e0b037;
	font-size:15px;
}
.about_table th {
	background:#333333;
	color:#fff;
	border-bottom:1px solid #000;
	padding:1.5%;
	width:20%;
}
.about_table tr:last-child th { border-bottom:none; }
.about_table tr:last-child td { border-bottom:none; }

.about_table td {
	border-bottom:1px solid #dcdcdc;
	padding:1.5%;
	background:#fff;
}
.about_table a {
	color:#e37630;
}
.about_table li {
	line-height:1.3;
	margin-bottom:2%;
}

.detail .round01 { background:url(../img/ttl_place01.png) no-repeat left center; background-size:100% auto; width:29%; max-width: 208px;}
.detail .round02 { background:url(../img/ttl_place02.png) no-repeat left center; background-size:100% auto; width:29%; max-width: 208px;}
.detail .round03 { background:url(../img/ttl_place03.png) no-repeat left center; background-size:100% auto; width:29%; max-width: 208px;}
.detail .round04 { background:url(../img/ttl_place04.png) no-repeat left center; background-size:100% auto; width:29%; max-width: 208px;}
.detail .round05 { background:url(../img/ttl_place05.png) no-repeat left center; background-size:100% auto; width:32%; max-width: 208px;}
.detail .round06 { background:url(../img/ttl_place06.png) no-repeat left center; background-size:100% auto; width:29%; max-width: 208px;}
.detail .round07 { background:url(../img/ttl_place07.png) no-repeat left center; background-size:100% auto; width:29%; max-width: 208px;}


.topics {
  table-layout : fixed;
}

.topics td {
	word-wrap: break-word;
}
.topics li {
	margin-top: 2%;
	margin-bottom: 0;
}
.topics li:first-child {
	margin-top: 0;
}
.stageBox h3 {
	word-wrap: break-word;
}

.footable div {
	display: table;
	width: 100%;
}

.footable > tbody > tr > td.score {
	background: none;
}
.footable > tbody > tr > td.score span{
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #CCC;
}
.footable > tbody > tr > td.score span:first-child{
	border-left: none;
}

.footable > tbody > tr > td.result span{
	display:inline;
	font-size:100%;
}

.footable-row-detail-value > div{
	display: inline-block;
	width: auto;
	height: auto !important;
}

.footable-row-detail-value > div span{
	width: auto !important;
	height: auto !important;
	padding-right: 1em !important;
}

.detail dl {
	margin:0 0 5%;
}
.detail dl dt { 
	width:100%;
}
.detail dl dt.line { 
	border-bottom:4px solid #e0b037;
}
.detail dl dt img {
  width:39%;
}
.detail dl dd p {
	color:#fff;
	font-size:14px;
	margin:3% 0;
}

.detail dl#about { margin-top:5%; }
.detail dl#cast dt.line { margin-bottom:3%; }
.detail dl#cast dd { margin-bottom:3%; }
.detail dl#cast dd p { margin: 1% 0 0; }


.detail table.topics th {
	width:20%;
}
.detail dl#cast dd p.xs { font-size:12px; margin: 1% 0 1%; }


/* =============================================
 snsbox
============================================= */
.snsBox { width: 8.85%; position:absolute; top:18px; right:0; }
.snsBox li { float:left; width:45%; }
.snsBox li:first-child { margin: 0 10% 0 0; }
.snsBox li img { 
	width:100%; 
	vertical-align: top;
}




/* =============================================
info
============================================= */

.relation_info dt,
.topthree_info dt,
.amateur_info dt{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#amateur_info .line > img,
#cast .line > img {
  max-width: 281px;
}

.schedule_list{
  font-size: 0;
  display: block;
}
.schedule_list ul{
  margin-top:0;
}
.schedule_list li{
  display: inline-block;
  background:#1a1a1a;
  width:31.94%;
  margin:0 2.05% 3% 0;
  color:#fff;
  vertical-align:top;
}
.schedule_list li:nth-child(3n){
  margin-right:0;
}
.schedule_list p{
  padding:2% 5%;
  text-align:left;
}
.schedule_list a{
  color:#e0b037;
}
.schedule_list .pic{
  color:#e0b037;
}
.schedule_list dt {
  background:#2e2e2e;
  text-align:center;
}




[data-no="5"] .pic + p a,
[data-no="6"] .pic + p a,
[data-no="7"] .pic + p a{
  display:inline-block;
  width:75%;
  vertical-align: middle;
}
[data-no="5"] .pic + p:before,
[data-no="6"] .pic + p:before,
[data-no="7"] .pic + p:before{
  content: '';
  display: inline-block;
  width: 18%;
  height: 0;
  padding-top: 18%;
  vertical-align:middle;
  margin-right:10px;
}
[data-no="5"] .pic + p:before{
  background: url(../img/ico_r1.png) no-repeat 0 0;
  -webkit-background-size: 15% auto;
  background-size: 100% auto;
}
[data-no="6"] .pic + p:before{
  background: url(../img/ico_r2.png) no-repeat 0 0;
  -webkit-background-size: 15% auto;
  background-size: 100% auto;
}
[data-no="7"] .pic + p:before{
  background: url(../img/ico_r3.png) no-repeat 0 0;
  -webkit-background-size: 15% auto;
  background-size: 100% auto;
}


/* =============================================
 media
============================================= */
@media only screen and  (max-width: 640px) {

  .section-title {
    width:100%;
  }
  .detail_header{
    width: 90%;
    margin: 0 auto;
  }
  .about_table { width:100%;margin-left:0%; font-size:14px; }
  .about_table th{ width:6em; }

  .stageBox {
    width:100%;
    font-size:18px;
    margin: 0 auto;
    padding: 4% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .detail dl dt img {
    width:65%;
  }
  .detail .relation_info p,
  .detail .topthree_info p,
  .detail .amateur_info p {
    display:inline-block;
    width:46%;
    margin:0;
    vertical-align: middle;
  }
  .detail .relation_info p a.
  .detail .topthree_info p a.
  .detail .amateur_info p a{
    width:auto;
  }
  .detail dl#cast dd p.xs {
    margin: 1% 0 2.5%; line-height:1.5;
  }

  .relation_info li,
  .topthree_info li,
  .amateur_info li {
    line-height:1.5;
    min-height:1px;
    clear:both;
    float:none;
    width:100%;
    margin:0 0 3% 0;
    vertical-align:middle;
  }
  .relation_info li:after,
  .topthree_info li:after,
  .amateur_info li:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }

  .relation_info li .pic,
  .topthree_info li .pic,
  .amateur_info li .pic {
    display:inline-block;
    vertical-align: middle;
    width:43%;
  }
  .relation_info li a img,
  .topthree_info li a img,
  .amateur_info li a img {
    width:100%;
  }
  [data-no="5"] .pic + p:before,
  [data-no="6"] .pic + p:before,
  [data-no="7"] .pic + p:before{
    display: block;
    margin-bottom: 6px;
  }


}
