@import url("reset.css");
@import url("base.css");
.breadcrumb {
	margin-top: 10px;
}
.detailBox {
	background: #FFFFFF;
	border-radius: 3px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	padding: 20px;
	margin-bottom: 60px;
	margin-top: 10px;
}
.detailBox h2 {
	font-size: 18px;
	color: #333;
	text-align: center;
	font-weight: 700;
}
.detailBox p.infoDate {
	font-size: 14px;
	color: #999;
	text-align: center;
	margin: 20px 0;
}
.infoBox p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 16px;
}
.infoBox img {
	display: block;
	max-width: 98%;
	margin: 20px auto;
}