@charset "utf-8";


/*非共通部分*/
.textBox {
	margin-bottom: 20px;
	margin-left: 10px;
	width: 580px;
}
.textBox:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
.text {
	margin-bottom:20px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.textBox h4 {
	color: #A79777;
	font-weight: bold;
}
.textBox ul {
	list-style-position: outside;
	margin-left: 30px;
}

