<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* ====================================================== */
/* 最近チェックした商品 */
/* ------------------------------------------------------ */
/* box */
.CheckedItemsList ul
	{ zoom: 1; }
.CheckedItemsList ul:after
	{
	content: ""; 
	display: block; 
	clear: both;
}


/* ------------------------------------------------------ */
.Main .CheckedItemsList,
.Main .CheckedItemsListBox,
.Main .CheckedItemsList h1	{
	background: none;
	border-width: 0px;
	padding: 0;
}

.Main .CheckedItemsList	{
	font-size: 0.8em;
/*
	border-color: #f5f5f5;
	background-image: url(../img/az_subtle.png);
	background: #e4edf2;
	background: #f5f5f5;
	background-image: url(../img/bg_CheckedItemsList.png);
	background-repeat: repeat;
	padding: 13px;
*/
}
.CheckedItemsList h1	{ }
.CheckedItemsList h2	{
	font-size: 1em;
	margin-bottom: 0px;
}

.Main .CheckedItemsListBox	{
	margin: 0;
	overflow: hidden;
}

.Main .CheckedItemsList ul	{
	margin-left: -5px;
	margin-top: -5px;
}

.Main .CheckedItems	{
	display: inline;
	float: left;
	background-color: #fff;
	border-width: 1px;
	border-style: dotted;
	text-align: center;
	padding: 8px;
	margin: 0;
	margin-left: 5px;
	margin-top: 5px;
/* 最低6つ並べる */
	width: 87px;	/* (140801)校正 　リキッド→固定660px・外のり15px・内のり30px */
/*	width: 101px;	 商品詳細(detail.php)に合わせる(width:600px;→740px) */
/*	width: 98px; */
	min-height: 150px;
}
.CheckedItemsList img	{
	border-width: 0px;
/* 最低6つ並べる */
	width: 83px;
}
.CheckedItemsList .ShopName	{ font-size: 1em; }


</pre></body></html>