@charset "utf-8";

/* ----- 共通エリアの調整：開始 ----- */
/* サイト説明 */
a {
	font-weight: normal;
}
p#site_description {
	font-size: 0.9em;
}
div#footer {
	font-size: 1.28em;
	line-height: 1.65;
}

/* パンくずリスト */
div#pan {
	width: 100%;
	height: auto;
	color: #CCCCCC;
}
div#pan a {
	color: #CCCCCC;
	text-decoration: none;
}
div#pan a:hover {
	text-decoration: underline;
}
div#pan span.nowposition {
	font-weight: bold;
	color: #44B4E3;
	text-decoration: none;
}

/* ショップエリアのリスト */
div#shoparea_wrapper {
	width: 682px;
	height: auto;
	float: left;
}
div.shoparea {
	width: 652px;
	height: auto;
	padding: 0 15px 36px 15px;
}
div.shoparea:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
div.shoparea table {
	width: 320px;
	height: auto;
	margin: 0 12px 12px 0;
	border-bottom: solid 1px #999999;
	border-collapse: collapse;
	float: left;
}
div.shoparea table.righttbl {
	margin: 0 0 12px 0;
}
div.shoparea table th {
	/*width: 47%;*/
	width: auto;
	height: auto;
	padding: 8px 7px 8px 0;
	font-size: 1.1em;
	line-height: 1.5;
}
div.shoparea table td {
	width: auto;
	font-size: 1.1em;
	letter-spacing: 0.05em;
	text-align: right;
}

div#container_right {
	width: 196px;
	height: auto;
	float: right;
}

div.tableFrame {
	width: 652px;
	height: auto;
}
div.tableFrame:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
