@charset "utf-8";

/* レベルチェックページ */

#flow_boxes {
	margin: 30px 0;
}

.flow_box,
.flow_box_last {
	clear: both;
	overflow: hidden;	/* clearfixもどき */
	position: relative;	/* clearfixもどき */
	width: 675px;	/* clearfixもどき */
}
.flow_box {
	background-image: url(../img/lc_flowimg_bottom1.gif);
	background-position: 14px bottom;
	background-repeat: no-repeat;
}
.flow_box_last {
	background-image: url(../img/lc_flowimg_bottom2.gif);
	background-position: 14px bottom;
	background-repeat: no-repeat;
}


/*
.flow_img {
	float: left;
	width: 148px;
	margin: 0 14px;
}
*/
.flow_img {
	float: left;
	width: 148px;
	padding: 0 14px;
}

.flow_exp {
	margin-left: 176px;
}
.flow_text {
	margin-left: 30px;
	padding: 10px 0;
}
.flow_text p {
	margin: 0 !important;
}


