@charset "UTF-8";

/* ******************************************
 コンテンツ大枠　定義
****************************************** */

.about {
	width: 803px;
	margin-top: 30px;
	padding-bottom: 20px;
	color: #565656;
}

.about a {
	color: #b72339;
}


/* ******************************************
 ラップ
****************************************** */

.wrapper {
	width: 753px;
	margin: 0px auto;
}


/* ******************************************
 コンテンツ　定義
****************************************** */

/*□□ メインタイトル □□*/
.main-title {
	margin-bottom: 25px;
}


/*□□ ブロック大枠 □□*/
.about-wrap {
	width: 703px;
	margin: 0px auto 35px auto;
}

.marginB0 {
	margin-bottom: 0px;
}

.about-wrap div {
	width: 530px;
	float: left;
}

.about-wrap img.pi-book {
	margin: 0px 38px;
}

.about-wrap h4 {
	margin-bottom: 10px;
}

.about-wrap p {
	font-size: 80%;
	line-height: 1.4em;
}

.about-wrap li {
	padding-bottom: 3px;
	font-size: 80%;
	line-height: 1.4em;
}

