@charset "utf-8";
/*
CSS Information
 File name:      event.css
 Author:         Administrator
 Style Info:     /sp/event.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */

/* イベント
********************************** */


#content section.event ul li {
	border-bottom: solid 1px #999;
}

#content section.event ul li:last-of-type {
	border-bottom: none;
}

#content section.event ul li a > span.photo {
	display: block;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	width: 60px;
}

#content section.event ul li img{
	width: auto;
	height: auto;
	max-width: 60px;
	max-height: 80px;
}

#content section.event ul li div {
	float: left;
	width: 66%;
}
#content section.event ul li div.noImg {
	width: 92%;
}

#content section.event ul li a {
	display: block;
	padding: 10px;
	font-size: 85%;
	color: #000;
}

#content section.event ul li div h2 {
	margin-bottom: 5px;
	font-size: 100%;
	color: #00f;
}

#content section.event ul li div span.time {
	display: block;
	margin-bottom: 5px;
	color: #ababab;
}