@charset "utf-8";
/* CSS Document */

#event_y h1 {
	width: 360px;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	font-size: 2.8rem;
	color: #666;
	border-bottom: 1px solid #aaa;
	margin: 0 auto 10px;
	padding-bottom: 5px;
}

#event_y ul {
	width: 740px;
}

#event_y li {
	display: flex;
	height: 66px;
	align-items: center;
	padding: 0 10px 0 20px;
	border-bottom: 1px solid #ccc;
}

#event_y li > a {
	display: block;
}

#event_y li > a, #event_y li div:first-of-type {
	width: 60px;
	height: 45px;
}

#event_y li img {
	width: 100%;
	height: 100%;
}

#event_y li > a:hover > img {
	opacity: 0.7;
}

#event_y li p:first-of-type {
	width: 200px;
	text-align: center;
	font-size: 1.3rem;
}

#event_y li p:last-of-type {
	width: 450px;
	font-size: 1.5rem;
	line-height: 1.3em;
}

#event_y li p > a {
	color: #444;
	text-decoration: underline;
}

#event_y li p > a:hover {
	color: #888;
	text-decoration: none;
}
