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

/* ---------------------------------------------------------------------
// blockA
--------------------------------------------------------------------- */
.blockA{
	overflow:hidden;
	padding:0px 15px;
	margin-bottom:50px;
	}
	
.blockA p{
	line-height:1.8;
	}
	
.blockA .txt{
	margin-bottom:25px;
	}

.blockA .left{
	float:left;
	line-height:0;
	}
.blockA .right{
	float:right;
	width:465px;
	}
	
/* ---------------------------------------------------------------------
// blockB
--------------------------------------------------------------------- */
h5{
	margin-bottom:15px;
	}
.blockB{
	padding:0px 15px;
	}
.blockB p{
	line-height:1.8;
	}

	