@import url("../../../_config/css/_common.css");
@import url("../../../_config/css/_template.css");


/* ‘S‘Ì
----------------------------------------------- */

h3 {
	text-align: center;
	margin: 0 auto;
}

h4 {
	text-align: center;
	margin: 0 auto;
}


div.table {
	position: relative;
	width: 915px;
	margin: 30px auto 70px auto;
	background: url('../../images/table_body.png') repeat-y top left;
}

div.table:before,
div.table:after {
	content: " ";
	position: absolute;
	width: 951px;
	left: 0;
}

div.table:before {
	height: 30px;
	top:   -30px;
	background: url('../../images/table_header.png') no-repeat top left;
}

div.table:after {
	height:  30px;
	bottom: -30px;
	background: url('../../images/table_bottom.png') no-repeat top left;
}


/* shop list
----------------------------------------------- */

table.shoplist {
	margin: 0 auto;
	width: 855px;
	border-collapse: collapse;
	border-spacing:  0;
}


/* -- tbody -- */

table.shoplist tr {
	border-bottom: solid 1px #cccccc;
}

table.shoplist tr:nth-child(even) {
	background: #f0f0f0;
}

table.shoplist tr.line {
	background: #f0d0f0;
}

table.shoplist tr.line th {
	color: #969 !important;
}

table.shoplist th,
table.shoplist td {
	padding: 0.5em 0 0.5em 0.5em;
	font-size: 14px;
}

table.shoplist th {
	width: 120px;
	color: #666;
}
