@charset "UTF-8";
/* CSS Document */

td.event_tr {
	background-color: #d9eaf4;
}

/*  */
body.ss_girls {

	& #schedule_wrap table {
		table-layout: fixed;
	}

	& #schedule_wrap thead th:nth-of-type(1),
	& #schedule_wrap thead th:nth-of-type(2) {
		width: 4em;
	}

	& #schedule_wrap thead th:nth-of-type(3) {
		width: 5em;
	}

	& #schedule_wrap tbody>tr>td:nth-of-type(1),
	& #schedule_wrap tbody>tr>td:nth-of-type(2) {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	#wrapper {
		padding-top: 0;
	}
}



















/*  */