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

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


/* #door
********************************** */


#content h2 {
	font-weight: bold;
	text-align: center;
	font-size: 116%;
}

#content div {
	width: 95%;
	margin: 10px auto;
}

#content span.photo {
	padding: 10px;
}

#content span.photo img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}

#content span.time {
	display: block;
	text-align: right;
	margin-right: 10px;
	font-size: 93%;
}

#content section .thumb {
    display: block;
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

#content .back {
	margin: 0 auto 10px;
	width: 95%;
	height: 35px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	background: #d0d0d0;
}

#content .back a {
	display: block;
	color: #fff;
}

#content section .thumb img {
	max-width: 100%;
}
