@charset "UTF-8";

/************************************************************
  store.css
*************************************************************

1.テーブル

*************************************************************/ 


/*====================================================

1.テーブル

====================================================*/
.section {
	margin: 20px 0 0 0;
}

/* Map */
.map-section .map {
	text-align: center;
}

/* Map info */
.map-section p.map-info {
	padding: 20px 0 0 0;
}

/* Map Attention */
.map-section ul.map-attention {
	padding: 0 0 0 1em;
}

.map-section ul.map-attention li {
	text-indent: -1em;
}

/* Storelist */
.section table.storelist {
	border-collapse: collapse;
	width: 100%;
}

.section table.storelist th,
.section table.storelist td {
	border: solid 1px #999;
	padding: 1px 2px;
}

.section table.storelist th {
	background: #EBEBD3;
}

.section table.storelist td {
	background: #FFF;
}

.section table.storelist td.area {
	white-space: nowrap;
}

.section table.storelist td.tell-num {
	white-space: nowrap;
}







.maplist {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
