@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------------------
// blockA
--------------------------------------------------------------------- */
.blockA{
	overflow:hidden;
	padding-left:15px;
	}
	
.blockA .left{
	float:left;
	width:400px;
	}
	
.blockA .txt{
	line-height:1.7;
	margin-bottom:25px;
	}
	
.blockA .right{
	float:right;
	}
	
/* ---------------------------------------------------------------------
// blockB
--------------------------------------------------------------------- */
.blockB{
	margin-top:20px;
	}
.blockB h5{
	margin-bottom:20px;
	}
.blockB p.txt{
	padding-left:15px;
	width:690px;
	line-height:1.7;
	}
	
.blockB .box_type_a{
	margin-top:10px;
	margin-bottom:15px;
}
.blockB .box_type_a_inner ul li{
	margin-left:30px;
	color:#634A32;
	font-weight:bold;
	line-height:1.7;
	}
.blockB .box_type_a_inner{
	padding-bottom:20px;
	}
.blockB .link_btn{
	margin:20px 0px 0px 15px;
	}