@charset "utf-8";

/* ====================================================================== */
/* グローバルナビ */
/* ====================================================================== */
body.gyouji #gnavi ul li:nth-child(3) a {
	border-bottom: 3px solid #ef2f21;
	padding: 0;
}

body.gyouji #gnavi ul li:first-child + * + * a {
	border-bottom: 3px solid #ef2f21;
	padding: 0;
}	



/* ====================================================================== */
/* /gyoji/index.html */
/* ====================================================================== */
.event_table th,
.event_table td {
	padding: 10px 15px;
}

.event_table tr th:nth-child(1),
.event_table tr td:nth-child(1) {
	width: 11em;
}

.event_table tr th:nth-child(2),
.event_table tr td:nth-child(2) {
	width: 13em;
}




