@charset "UTF-8";


/*□□ 購入リスト □□*/

/* リストブロック大枠 */
.list-wrap {
	position: absolute;
	left: 558px;
	top: 0px;
	width: 193px;
	background: url(../images/side-list/bg_001.gif) repeat-y;
}

/* リストブロック L枠 */
.list-L {
	width: 193px;
	padding-bottom: 3px;
	background: url(../images/side-list/bg_002.gif)  bottom no-repeat;
}

/* タイトル */
.list-L h4 {
	margin-bottom: 7px;
}

/* リスト表示ブロック */
.list-L div.list-M01 {
	width: 177px;
	margin: 0px auto 10px auto;
	padding-bottom: 7px;
	text-align: center;
	background: #ffffff;
}

.list-M01 ul {
	display: block;
	width: 163px;
	margin: 0px auto;
	text-align: left;
}

.list-M01 li {
	padding-top: 7px;
	padding-bottom: 7px;
	background: url(../images/side-list/bg_003.gif) left bottom repeat-x;
}

.list-M01 li p {
	margin-bottom: 10px;
	font-size: 70%;
	line-height: 1.2em;
	color: #b72037;
}
*html .list-M01 li p {
	margin-top: -4px;
}
*+html .list-M01 li p {
	margin-top: -4px;
}

.list-M01 li div {
	width: 163px;
	text-align: right;
}

/* ▼リスト空バージョン▼ */
.list-M01 p.empty-text01 {
	padding: 10px 8px 10px 8px;
	font-size: 80%;
	line-height: 1.2em;
	text-align: left;
}
.list-M01 p.empty-text02 {
	padding: 0px 8px 10px 8px;
	font-size: 80%;
	line-height: 1.2em;
	text-align: left;
}
/* ▲リスト空バージョン▲ */


/* ボタンブロック */
.list-L div.list-M02 {
	width: 177px;
	margin: 0px auto 7px auto;
	text-align: center;
}

.list-L div.list-M02 div.marginB7 {
	margin-bottom: 7px;
}


