@charset "UTF-8";

/* ******************************************
 コンテンツ大枠　定義
****************************************** */

.bookstore {
	width: 803px;
	margin-top: 30px;
	padding-bottom: 20px;
	color: #565656;
}


/* ******************************************
 ラップ
****************************************** */

.wrapper {
	width: 753px;
	margin: 0px auto;
}


/* ******************************************
 コンテンツ　定義
****************************************** */

/*□□ メインタイトル □□*/
.main-title {
	margin-bottom: 25px;
}


/*□□ ブロック大枠 □□*/
.bookstore-wrap {
	width: 705px;
	margin: 0px auto;
}

.bookstore-wrap h5 {
	margin-bottom: 5px;
	padding: 0px 5px;
	color: #363636;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.4em;
}

.bookstore-wrap p.attention {
	margin-bottom: 15px;
	padding: 0px 5px;
	color: #b72339;
	font-size: 80%;
	line-height: 1.4em;
}

.bookstore-wrap div.download-wrap {
	width: 705px;
	padding-bottom: 10px;
}

.bookstore-wrap div.download-wrap h4 {
	margin-bottom: 15px;
}

.bookstore-wrap div.download-wrap div.download {
	width: 705px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(../images/bg_001.gif) bottom repeat-x;
}

.bookstore-wrap div.download h6 {
	margin-bottom: 8px;
	padding: 0px 15px;
	color: #b72339;
	font-size: 90%;
	font-weight: bold;
}

.bookstore-wrap div.download p {
	margin-bottom: 20px;
	padding: 0px 15px;
	color: #363636;
	font-size: 80%;
}

.bookstore-wrap div.download div {
	padding: 0px 15px;
}

.bookstore-wrap div.download div img {
	margin-right: 14px;
}

.bookstore-wrap div.download li {
	padding: 0px 15px;
	margin-bottom: 10px;
}

.bookstore-wrap div.pop-wrap {
	padding: 0px 15px;
}

.bookstore-wrap div.pop-wrap h6 {
	margin-bottom: 8px;
	padding: 0px;
	color: #1d2088;
	font-size: 90%;
	font-weight: bold;
}

.bookstore-wrap div.pop-wrap p {
	margin-bottom: 8px;
	padding: 0px;
}


