/* CSS Document */
.border-box-05L {
	width: 240px;
	height: 470px;
	font-size:14px;
	line-height:18px;
	color:#333333;
	font-weight:300;
	float: left;
	border: 1px solid #bd1128;
	margin-bottom: 20px;
	padding: 10px;
}/* ----float:yes、w:240、h450、枠つき---- */

.border-box-05M {
	width: 240px;
	height: 470px;
	font-size:14px;
	line-height:18px;
	color:#333333;
	font-weight:300;
	float:left;
	border: 1px solid #666666;
	margin-left:7px;
	margin-bottom: 20px;
	padding: 10px;
}/* ----float:yes、w:240、h450、枠つき---- */

.border-box-05R {
	width: 240px;
	height: 470px;
	font-size:14px;
	line-height:18px;
	color:#333333;
	font-weight:300;
	float: right;
	border: 1px solid #666666;
	margin-bottom: 20px;
	padding: 10px;
}/* ----float:yes、w:240、h450、枠つき---- */

.span-font1 {
	font-weight: 600;
	color: #bd1128;
	}
.span-font2 {
	font-weight: 600;
	color: #0066FF;
	}
.guide-text-01 {
	font-size:14px;
	line-height:18px;
	color:#333333;
	font-weight:300;
	float: left;
	border: 1px solid #666666;
	margin-bottom: 40px;
	padding: 10px;
}
.guide-text-04 {
	font-size:14px;
	line-height:18px;
	font-weight:300;
}/* ----float:no_w:no---- */
.guide-image-box {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}