@charset "utf-8";
/* CSS Document */

/* shop_area_district
----------------------------------------------*/
.shop_area_district h2{
position: relative;
font-size:1.2em;
background: url(../images/h2_base.gif) left top repeat-x;
margin-bottom: 15px;
padding:8px 8px 5px 8px;
border: 1px solid #c1c1c1;
border-bottom:2px solid #3963ab;
line-height: 1em;
}

.shop_area_district table {
width: 100%;
border-collapse: collapse;
border: 1px solid #c1c1c1;
}

.shop_area_district th,
.shop_area_district td {
border: 1px solid #c1c1c1;
}

.shop_area_district thead th {
text-align: center;
color: #002656;
background: #cadced;
}

.shop_area_district thead th.col_area {
width: 200px;
}

.shop_area_district tbody th {
text-align: center;
}

.shop_area_district tbody td {
padding: 10px 15px;
}

/* shop_area_district
----------------------------------------------*/
.shop_area_district .shop_area_category {
margin-bottom: 20px;
}

/* datatable
----------------------------------------------*/
.datatable .row_shopdata ul {
overflow: hidden;
zoom: 1;
list-style: none;
}

.datatable .row_shopdata li {
float: left;
margin-right: 5px;
}

.datatable .row_shopdata dt.shop_name {
background: url(../images/link.gif) left center no-repeat;
padding-left: 7px;
}

.datatable .row_shopdata dd.shop_data dl {
overflow: hidden;
zoom: 1;
}

.datatable .row_shopdata dd.shop_data dt,
.datatable .row_shopdata dd.shop_data dd {
float: left;
}

.datatable .row_shopdata dd.shop_data .below dd {
margin-right: 20px;
}


