/* * * GUIDE LIST * * */
.contentareaheader {
	font-size: 18px;
	line-height: 26px;
	padding: 5px 0 10px;
}
.contentareaheader_sub {
	margin-left: 8px;
	color: #757575;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
}
.guideboxcontainer {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
}
.guidebox {
	width: 200px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}
.guideicon {
	width: 100px;
	height: 80px;
}
.guidetitlearea {
	text-align: center;
	font-size: 16px;
	line-height: 22px;
}
.guidecaptionarea {
	font-size: 13px;
	line-height: 20px;
	color: #757575;
}

