@charset "UTF-8";


/* -------------------------------------
event
------------------------------------- */
#event {
	margin-bottom:30px;
}
#event .maincap {
	margin-bottom:35px;
}
#event table {
	font-size:1.4em;
	width:100%;
}
#event table thead {
	color:#fff;
	background-color:#1d5aa4;
}
#event table thead th {
	border-right:1px solid #fff;
}
#event table thead th:last-child {
	border-right:none;
}
#event table tbody th {
	color:#fff;
	text-align:left;
	padding-left:33px;
	background-color:#8eacd1;
}
#event table th, #event table td {
	padding:13px;
	box-sizing:border-box;
}
#event table td {
	color:#666666;
	border-top:1px solid #ccc;
}
#event table tr td:nth-child(1) {
	width:120px;
	border-right:1px solid #ccc;
}
#event table tr td:nth-child(2) {
	border-right:1px solid #ccc;
}
#event table td a {
	color:#1f5aa5;
	text-decoration:underline;
}


@media screen and (max-width:1000px) {
	#event table {
		font-size:1.3em;
	}
	#event table th, #event table td {
		padding:10px;
	}
}
@media screen and (max-width:768px) {
	#event table tr td:nth-child(1) {
		width:100px;
	}
	#event table tbody th {
		padding-left:25px;
	}
}
@media screen and (max-width:640px) {
	#event table {
		font-size:1.2em;
	}
	#event table tr td:nth-child(1) {
		width:85px;
	}
}
@media screen and (max-width:480px) {
	
}
@media screen and (max-width:320px) {
	#event table tr td:nth-child(1) {
		width:auto;
	}
}