@charset "utf-8";
/* CSS Document */

div#wrapper {
	margin: 20px 0;
	background: #fff;
	padding: 30px;
}
div#wrapper p {
	line-height: 20px;
	margin-top: 0;
	width: 100%;
}
div#wrapper h2 {
	border-bottom: 1px solid #666666;
	padding-bottom: 5px;
	margin: 0 0 5px;
}
div.figureBoxS {
	margin-bottom: 50px;
	width: 308px;
	display: inline-block;
}
div.figureBoxS img {
	width: 100%;
	height: auto;
}
div.BoxS_right {
	margin-left: 30px;
}
div.figureBoxL:last-child div {
	margin-bottom: 0;
}