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

/* Schedule */
#schedule {
	margin-bottom: 40px;
}
#schedule .schedule-txt,
#playball-time .schedule-txt {
	margin: 0 0 30px;
	padding-top: 10px;
	width: 100%;
	text-align: center;
}
#schedule .tbl-left-schedule {
	width: 100%;
	border-top: #ddd 1px solid;
	border-right: #ddd 1px solid;
	font-size: 1.4rem;
}
#schedule .tbl-left-schedule th,
#schedule .tbl-left-schedule td {
	padding: 5px 5px;
	border-bottom: #ddd 1px solid;
	border-left: #ddd 1px solid;
}
#schedule .tbl-left-schedule th {
	background: #82A1A7;
	color: #fff;
	font-weight: normal;
	white-space: nowrap;
}
#schedule .tbl-left-schedule td li {
	margin: 10px 0;
	/*display: block;*/
	font-size: 1.6rem;
}
#schedule .tbl-left-schedule td li a {
	text-decoration: underline;
}
#schedule .tbl-left-schedule td li span {
	color: #017F01;
	font-weight: bold;
}
#schedule .tbl-left-schedule .day {
	width: 5%;
	text-align: center;
}
#schedule .tbl-left-schedule .place {
	width: 5%;
	background: #F5F5F5;
	text-align: center;
}
#schedule .tbl-left-schedule .result {
	text-align: left;
}
#schedule .tbl-left-schedule .sat {
	background: #65B5D8;
}
#schedule .tbl-left-schedule .sun {
	background: #FF6B67;
}

@media only screen and (min-width: 751px) {
	#schedule {
		margin-bottom: 80px;
	}
	#schedule .schedule-txt,
	#playball-time .schedule-txt {
		margin: 15px 0 20px;
		padding-top: 0;
		font-size: 1.6rem;
		text-align: left;
	}
	#schedule .tbl-left-schedule {
		font-size: 1.6rem;
	}
	#schedule .tbl-left-schedule th {
		padding: 15px 25px;
	}
	#schedule .tbl-left-schedule td {
		padding: 15px 20px;
	}
	#schedule .tbl-left-schedule td li {
		margin: 15px 0;
		/*display: inline-block;*/
	}
	#schedule .tbl-left-schedule td li:last-child {
		margin-right: 0;
	}
	#schedule .tbl-left-schedule td li a:hover {
		text-decoration: none;
	}
}


/* Playball-time */
#playball-time {
	margin-bottom: 40px;
}
#playball-time .tbl-up-playball-time {
	width: 100%;
	border-top: #ddd 1px solid;
	border-right: #ddd 1px solid;
	font-size: 1.4rem;
}
#playball-time .tbl-up-playball-time th,
#playball-time .tbl-up-playball-time td {
	padding: 10px 0;
	border-bottom: #ddd 1px solid;
	border-left: #ddd 1px solid;
}
#playball-time .tbl-up-playball-time th {
	background: #BBB;
	color: #fff;
	font-weight: normal;
}
#playball-time .tbl-up-playball-time td {
	text-align: center;
}
#playball-time .tbl-up-playball-time thead th {
	background: #82A1A7;
}
#playball-time .tbl-up-playball-time tr:nth-child(even) {
	background: #f5f5f5;
}
#playball-time .tbl-up-playball-time tr:nth-child(odd) {
	background: #fff;
}

@media only screen and (min-width: 751px) {
	#playball-time {
		margin-bottom: 80px;
	}
	#playball-time .tbl-up-playball-time {
		font-size: 1.6rem;
	}
	#playball-time .tbl-up-playball-time th,
	#playball-time .tbl-up-playball-time td {
		padding: 15px 20px;
	}
}