@charset "UTF-8";

section .inner h2 {
	font-weight: normal;
	margin: 56px auto 20px;
	width: 980px;
	border-bottom: 1px solid #a38b77;
	padding-bottom: 30px;
	font-size: 30px;
}

section .inner .data {
	background-color: #f5f5f5;
	padding: 20px;
	margin-top: 40px;
}

section .inner .date {
	margin-bottom: 0;
	font-size: 22px;
	padding-bottom: 20px;
}

section .inner .sponsor {
	border-top: 1px solid #fff;
	padding-top: 20px;
	margin: 0;
}

section .inner .detail {
	line-height: 1.8;
	margin-top: 40px;
}

section .inner .photo {
	width: 400px;
	float: right;
	margin: 40px 0 0 30px;
	position: relative;
}

section .inner .photo img {
	width: 100%;
	vertical-align: bottom;
}

section .inner .photo figcaption {
	position: absolute;
	bottom: 4px;
	right: 10px;
	color: #fff;
	font-size: 11px;
}