@charset "UTF-8";

/* イベント以下のページのみ適用 */

#contents ul {
	list-style-type: none;
	margin: 1em auto;
}

#contents h3 {
	color: #F39;
	}
	
#contents h4 {
	margin-bottom: 1em;
	
	} 
	
#contents table {
	margin: 30px 0;
	width: 100%;
}

#contents table tr {
	border-bottom: 1px solid #CCCCCC;
}

#contents table thead th,
#contents table thead td {
	text-align: center;
	font-weight: bold;
}

#contents table tbody th {
	text-align: left;
}

#contents table tbody td {
	padding: 10px;
}
