@charset "utf-8";

.content {
	overflow: hidden;
}

.content p {
	margin-bottom: 20px;
	max-height: 100%;
}

/*.content p.list {
	background-image: url("../img/guide/bg_guide01.jpg");
	background-repeat: no-repeat;
	background-position: 100% 50%;

	font-size: 14px;

	line-height: 1.8em;
	letter-spacing: 1px;
	margin-bottom: 50px;
}

.content p.list span {
	color: #196600;
}*/

.content h4 {
	margin-bottom: 20px;
	max-height: 100%;
}

.content h4 {
	border-left: 5px solid #ffaf4b;
	background-color: #fff7b3;
	color: #755029;
	padding: 10px 10px;
	font-size: 1.3em;
}

.content .subtitlebox {
	overflow: hidden;
	margin-bottom: 30px;

}

.content .subtitlebox .stitle_txt {
	float: left;
	max-height: 100%;
	line-height: 1.9em;
	width: 80%;

}

.content .subtitlebox .stitle_img {
	float: right;
	width: 20%;
	/*margin-left: 30px;*/
	text-align: right;
}

.content .list {
	overflow: hidden;
	margin-bottom: 10px;
}

.content .list dl {
	width: 50%;
	letter-spacing: 0.5px;
	float: left;
	margin-bottom: 40px;
}

.content .list dl dt {
	font-size: 18px;
	color: #196600;
	padding-left: 35px;
	margin: 0 0 5px;

	background-image: url("../img/guide/ico_guide01.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.content .list dl dd {
	padding-left: 35px;
	margin: 0;
}

.content .imgbox {
	float: left;
	width: 250px;
	margin-right: 45px;
	min-height: 250px;
	border-bottom: #754C24 1px dashed;
	margin-bottom: 20px;

}



.content .imgbox img {
	margin-bottom: 10px;
}

.content .r_img {
	margin-right: 0;
}

.content .imgbox p span {
	color: #F05A24;
}