
/* --------------------------------------------------
Contents area
-------------------------------------------------- */

/* Schedule */
#schedule {
	margin-bottom: 40px;
}
#schedule .tab-btn {
	margin-bottom: 20px;
	width: 100%;
	font-size: 0;
	border-bottom: none;
	text-align: center;
}
#schedule .tab-btn li {
	box-sizing: border-box;
	margin: 0 1px;
	padding: 15px 10px;
	min-width: 10%;
	display: inline-block;
	background: #bbb;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
#schedule .tab-btn li.active {
	background: #53BDD5;
}
#schedule .tab-btn li:hover {
	background: #999;
}
#schedule .tab-btn li.active:hover {
	background: #53BDD5;
}
#schedule .panel {
	margin-bottom: 20px;
}
#schedule .panel p {
	margin-bottom: 20px;
}
#schedule .tbl-up-normal {
	width: 100%;
	border-top: #ddd 1px solid;
	border-right: #ddd 1px solid;
	font-size: 1.4rem;
}
#schedule .tbl-up-normal th,
#schedule .tbl-up-normal td {
	padding: 10px 10px;
	border-bottom: #ddd 1px solid;
	border-left: #ddd 1px solid;
}
#schedule .tbl-up-normal th {
	background: #82A1A7;
	color: #fff;
}
#schedule .tbl-up-normal th:nth-child(1),
#schedule .tbl-up-normal th:nth-child(2) {
	width: 20%;
}
#schedule .tbl-up-normal td:nth-child(1),
#schedule .tbl-up-normal td:nth-child(2) {
	text-align: center;
}
#schedule .tbl-up-normal td:nth-child(1) span {
	white-space: nowrap;
	display: inline-block;
}
#schedule .tbl-up-normal td:nth-child(2) {
	white-space: nowrap;
}
#schedule .tbl-up-normal tr:nth-child(even) {
	background: #f5f5f5;
}
#schedule .tbl-up-normal tr:nth-child(odd) {
	background: #fff;
}

@media only screen and (min-width: 751px) {
	#schedule {
		margin-bottom: 80px;
	}
	#schedule .tab-btn {
		margin-bottom: 30px;
		border-bottom: 2px #53BDD5 solid;
	}
	#schedule .tab-btn li {
		box-sizing: border-box;
		margin: 0 1px;
		padding: 15px 0;
		min-width: 33%;
		font-size: 1.8rem;
	}
	#schedule .panel {
		margin-bottom: 30px;
	}
	#schedule .panel p {
		margin-bottom: 30px;
		font-size: 1.6rem;
		line-height: 1.8;
	}
	#schedule .tbl-up-normal th,
	#schedule .tbl-up-normal td {
		padding: 15px 20px;
		font-size: 1.6rem;
	}
}


/* Song */
#song {
	margin-bottom: 40px;
}
#song .song-box-left {
	float: none;
	margin-bottom: 20px;
}
#song .song-box-right {
	float: none;
}
#song .song-box-left,
#song .song-box-right {
	box-sizing: border-box;
	width: 100%;
	/* min-height: 200px; */
	padding: 20px;
	border: 5px #4DBDD7 solid;
	background: #fff;
}
#song .song-box-left h4,
#song .song-box-right h4 {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.6rem;
}
#song .song-box-left p,
#song .song-box-right p {
	margin-top: 10px;
	color: #555;
}
#song .song-box-left p .pht,
#song .song-box-right p .pht {
	margin: 0 0 10px 0;
	width: 100%;
	height: auto;
	float: none;
}
#song .song-box-left p a,
#song .song-box-right p a {
	color: #4DBDD7;
	text-decoration: underline;
}
#song .song-box-left p a:hover,
#song .song-box-right p a:hover {
	color: #4DBDD7;
	text-decoration: none;
}

@media only screen and (min-width: 751px) {
	#song {
		margin-bottom: 80px;
	}
	#song .song-box-left {
		float: left;
		margin-bottom: 0;
	}
	#song .song-box-right {
		float: right;
	}
	#song .song-box-left,
	#song .song-box-right {
		width: 410px;
		/* min-height: 200px; */
	}
	#song .song-box-left h4,
	#song .song-box-right h4 {
		font-size: 1.8rem;
	}
	#song .song-box-left p .pht,
	#song .song-box-right p .pht {
		margin: 0 10px 10px 0;
		width: 150px;
		height: auto;
		float: left;
	}
}


/* Access */
#access {
	margin-bottom: 40px;
}
#access .tbl-left-access {
	width: 100%;
	font-size: 1.4rem;
}
#access .tbl-left-access tr {
	margin-bottom: 20px;
	display: block;
	border-top: #ddd 1px solid;
	border-right: #ddd 1px solid;
}
#access .tbl-left-access th,
#access .tbl-left-access td {
	padding: 10px 10px;
	display: block;
	border-bottom: #ddd 1px solid;
	border-left: #ddd 1px solid;
}
#access .tbl-left-access th {
	background: #82A1A7;
	color: #fff;
}
#access .tbl-left-access td:nth-child(2) {
	text-align: center;
}
#access .tbl-left-access td:nth-child(3) {
	text-align: center;
}
#access .tbl-left-access tr:nth-child(even) {
	background: #fff;
}
#access .tbl-left-access tr:nth-child(odd) {
	background: #fff;
}

@media only screen and (min-width: 751px) {
	#access {
		margin-bottom: 80px;
	}
	#access .tbl-left-access {
		font-size: 1.6rem;
	}
	#access .tbl-left-access tr {
		margin-bottom: 0;
		display: table-row;
	}
	#access .tbl-left-access th,
	#access .tbl-left-access td {
		display: table-cell;
	}
	#access .tbl-left-access td:nth-child(2) {
		text-align: left;
	}
	#access .tbl-left-access tr:nth-child(even) {
		background: #f5f5f5;
	}
}


/* Commentary */
#commentary {
	margin-bottom: 0;
}
#commentary .commentary-box {
	clear: both;
	margin-bottom: 20px;
}
#commentary .commentary-box-left {
	float: none;
	margin-bottom: 20px;
}
#commentary .commentary-box-right {
	float: none;
}
#commentary .commentary-box-left,
#commentary .commentary-box-right {
	width: 100%;
}
#commentary .commentary-box-left h4,
#commentary .commentary-box-right h4 {
	font-size: 1.8rem;
}
#commentary .commentary-box-left h4 span,
#commentary .commentary-box-right h4 span {
	font-size: 1.4rem;
	color: #008100;
}
#commentary .commentary-box-left p,
#commentary .commentary-box-right p {
	margin-top: 10px;
	color: #555;
}

@media only screen and (min-width: 751px) {
	#commentary {
		margin-bottom: 20px;
	}
	#commentary .commentary-box {
		margin-bottom: 30px;
	}
	#commentary .commentary-box-left {
		float: left;
		margin-bottom: 0;
	}
	#commentary .commentary-box-right {
		float: right;
	}
	#commentary .commentary-box-left,
	#commentary .commentary-box-right {
		width: 410px;
	}
}