@charset "utf-8";


/*非共通部分*/
.textBox {
	margin-bottom: 20px;
	margin-left: 10px;
	width: 580px;
}
.textBox:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
.textBox h3 {
	font-weight: bold;
	color: #917f57;
}
.text {
	margin-bottom:20px;
}