@charset "utf-8";
/* CSS Document */

.title{
	width: 565px;
	height: 40px;
	float: left;
	margin-bottom: 25px;
}

.caption{
	width: 565px;
	height: 85px;
	float: left;
	margin-bottom: 25px;
}

.textbox{
	width: 565px;
	height: auto;
	float: left;
	margin-bottom: 40px;
}

.textbox p{
	font-size: 13px;
	color: #663300;
	margin-bottom: 20px;
}

#attention{
	width: 565px;
	height: auto;
	float: left;
	margin-bottom: 40px;
}

.boder{
	width: 565px;
	height: 10px;
	float: left;
	margin-bottom: 40px;
}

.imgbox{
	width: 565px;
	height: auto;
	float: left;
	margin-bottom: 25px;
}

.imgbox .box1{
	width: 161px;
	height: 191px;
	float: left;
	margin: 0 41px 45px 0;
}

.imgbox .box1 p{
	width: 161px;
	height: 20px;
	float: left;
	font-size: 13px;
	color: #663300;
	margin-bottom: 10px;
}

.imgbox .box2{
	width: 161px;
	height: 191px;
	float: left;
	margin-bottom: 45px;
}

.imgbox .box2 p{
	width: 161px;
	height: 20px;
	float: left;
	font-size: 13px;
	color: #663300;
	margin-bottom: 10px;
}

/* 追加css */

.imgbox3{
	width: 565px;
	height: auto;
	float: left;
	margin-bottom: 25px;
}

.imgbox3 .box1{
	width: 250px;
	height: 191px;
	float: left;
	margin: 0 50px 45px 0;
}

.imgbox3 .box1 p{
	width: 250px;
	height: 20px;
	float: left;
	font-size: 13px;
	color: #663300;
	margin-bottom: 10px;
}

.imgbox3 .box2{
	width: 250px;
	height: 191px;
	float: left;
	margin-bottom: 45px;
}

.imgbox3 .box2 p{
	width: 250px;
	height: 20px;
	float: left;
	font-size: 13px;
	color: #663300;
	margin-bottom: 10px;
}

