@charset "shift_jis";

/* ------------------------
     Font-size Adjustment
---------------------------
10px = 83.4%
11px = 91.7%
12px = 100%
13px = 108.4%
14px = 116.7%
15px = 125%
16px = 133.4%
17px = 141.7%
18px = 150%
19px = 158.4%
20px = 166.7%
21px = 175%
22px = 183.4%
23px = 191.7%
24px = 200%
25px = 208.4%
26px = 217 %
---------------------------*/


ul.shopimg{}

ul.shopimg li{
	float:left;
	padding:0px 0px 0px 10px;
}

		ul.shopimg li:first-child{
			padding:0px;
		}
		
		ul.shopimg li.first-child{ /*IE-expression (first-child) */
			padding:0px;
		}

		ul.shopimg li{ /* IE-expression (first-child) */
			behavior: expression(
			this.className += (this.previousSibling == null) ? " first-child" : "",
			this.style.behavior = "none"
			);
		}
		
table{
	clear:both;
	width:590px;
	border-collapse:collapse;
	margin:15px 0px 10px 0px;	
}

table th{
	width:100px;
	border-collapse:collapse;
	border-top:1px solid #E8E8E8;
	border-right:1px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8;
	border-left:2px solid #F1E6DC;
	background:#FAFAFA;
	padding:15px 5px 15px 10px;
}

table td{
	border-collapse:collapse;
	border:1px solid #E8E8E8;
	padding:15px 5px 15px 10px;
}

table td iframe{
	margin:10px 0px 0px 0px;
}

