@charset "UTF-8";

.flow_left {
	float: left;
	width: 150px;
	text-align: center;
}
.flow_right {
	float: right;
	width: 400px;
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
}
.flow_clear {
	clear: both;
	float: none;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 20px;
}
.flow_h5 {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 90%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #414140;
	margin-top: 0px;
	font-weight: bold;
	padding-bottom: 3px;
	line-height: 1.1em;
}
.font_small {
	font-size: 10px;
}
.line_dot {
	clear: both;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #414140;
	padding-top: 15px;
}
strong {
	font-weight: bold;
}
