@charset "utf-8";
/* CSS Document */

/*========================================
*
* 本文
*
========================================*/

.main-body {
	padding: 41px 78px 82px 78px;
	font-size: 14px;
	line-height: 20px;
}

/*========================================
*
* 地域メニュー
*
========================================*/

.main-body .region-menu {
	font-size: 12px;
	text-align: center;
	margin-bottom: 36px;
}

.main-body .region-menu ul {
	margin: 0 auto;
}

.main-body .region-menu li {
	display: inline;
	margin: 0 4px;
}

/*========================================
*
* タイトル部分
*
========================================*/

.main-body .title {
	margin-bottom: 10px;
}

.main-body .legend {
	font-size: 10px;
	color: #999999;
	float: right;
	width: 300px;
	text-align: right;
	padding-top: 15px;
}

#chubu {
	width: 123px;
	height: 32px;
	background: url(images/chubu.png) no-repeat;
	text-indent: -9999px;
}

#hokkaido {
	width: 123px;
	height: 32px;
	background: url(images/hokkaido.png) no-repeat;
	text-indent: -9999px;
}

#tohoku {
	width: 123px;
	height: 32px;
	background: url(images/tohoku.png) no-repeat;
	text-indent: -9999px;
}

#kanto {
	width: 213px;
	height: 32px;
	background: url(images/kanto.png) no-repeat;
	text-indent: -9999px;
}

#kinki {
	width: 213px;
	height: 32px;
	background: url(images/kinki.png) no-repeat;
	text-indent: -9999px;
}

#chugoku {
	width: 213px;
	height: 32px;
	background: url(images/chugoku.png) no-repeat;
	text-indent: -9999px;
}

#shikoku {
	width: 213px;
	height: 32px;
	background: url(images/shikoku.png) no-repeat;
	text-indent: -9999px;
}

#kyushu {
	width: 213px;
	height: 32px;
	background: url(images/kyushu.png) no-repeat;
	text-indent: -9999px;
}

/*========================================
*
* 酒販店リスト
*
========================================*/

.main-body .shoplist table {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	margin-bottom: 24px;
}

.main-body .shoplist th {
	background-color: #cccccc;
	border-top: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	padding: 0 4px;
}

.main-body .shoplist .header-right {
	text-align: right;
}

.main-body .shoplist td {
	border-top: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	padding: 0 4px;
}

.main-body .shoplist td.cell-l {
	border-top: 1px solid #7f7f7f;
	border-right: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
}

.main-body .shoplist td.cell-c {
	border-top: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;
	border-right: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
}

.main-body .shoplist td.cell-r {
	border-top: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	white-space: nowrap;
}

.main-body .shoplist td.icon {
	width: 1%;
}
