@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2014.05.28
Style Info:     shop css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------- xxxxx */
/*-------------------------------------table*/
.shoptablearea {
	padding:5px;
	background:#e7e4cf;
}
table.shoptable {
	width: 100%;
	border-collapse: separate;
	border-spacing:2px;
	padding: 0;
	margin: 0;
}
table.shoptable th, table.shoptable td {
	padding: 4px 10px;
	vertical-align: middle;
}
table.shoptable tr th {
	text-align: center;
	color: #333;
	font-weight: normal;
	background: #F3DDDD;
}
table.shoptable tr.tableline th {
	background: #F3C4C1;
}
table.shoptable tr td {
	background: #f8f6ea;
}
table.shoptable tr.tableline td {
	background: #fff;
}
table.shoptable th {
	background: #F3DDDD;
}
