

.area-title {
	color: #fff !important;
	border:2px solid #3D3F44 !important;
	background: #3D3F44 !important;
	border-radius: 3px;
	width:100%;
	height: 1.7em;
	text-align: center;
	font-size: 1.3em;
	margin:5px 0;
}

.pref-title {
	color: #fff !important;
	border:2px solid #3D3F44 !important;
	background: #3D3F44 !important;
	border-radius: 3px;
	width:100%;
	height: 1.7em;
	text-align: center;
	font-size: 1.3em;
	margin:10px 0;
}

.pref-title a{
	color: #fff;
}

.pref-title a:hover{
	text-decoration: none;
	color: #99FF00;
}

.pref-title a:hover,a:active,a:focus {
	outline: 0;
	color: #99FF00;
	text-decoration: none;
}

.horizontal {
  position: relative;
  text-align: center;
	margin:10px 0 5px;
}
.horizontal:before {
  content: "";
  display: block;
  border-top: 2px solid #3D3F44;
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 1;
}
.horizontal span {
  background: #fff;
  padding: 0 1em;
  position: relative;
  z-index: 2;
}


.pref_jump{
	margin:5px 0;
	width: 100%;
	line-height: 1.2em;
	letter-spacing: 1px;
    font-size:80%;
}


span.prafname  {
	display: inline;
	list-style-type: none;
    white-space:no-wrap;
    line-height:2.5em;
	margin:0 3px 0 0;
	padding: 1px 3px;
	border:2px solid #3D3F44;
	background: #FFFFFF;
	font-size:0.9em;
	font-weight:normal;
	border-radius: 3px;
}

span.prafname:hover
  {
	border:2px solid #85BE42;
	background: #85BE42 !important;
}


span.prafname a:
  {
	color: #ffffff;
	text-decoration: none;
}
span.prafname a:hover
  {
	color: #ffffff;
	text-decoration: none;
}

h2.area_name {
    position: relative;
    padding: 3px 80px 3px 7px;
    background: #fff;
	border:2px solid #3D3F44;
	border-radius: 3px;
    color: #222222;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
}



h2.pref_name {
    position: relative;
    padding: 3px 80px 3px 7px;
    background: #fff;
	border:2px solid #3D3F44;
	border-radius: 3px;
    color: #222222;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
}




div.pref_title{
    clear:both;
    float:left;
    width:100%;
	line-height: 90%;
	letter-spacing: 1px;
    font-weight:bold;
    margin:5px 0 0;
	padding: 6px 0 4px 16px;

}

div.city_title{
    clear:both;
    float:left;
    width:100%;
    font-weight:bold;
    margin-bottom;5px;
	padding: 6px 0 4px 16px;
}

ul.shop_data {
        list-style: none;
        line-height: 1.4;
        margin: 0;
        padding:0;
}

ul.shop_data li {
	padding: 0 0 2px;
	font-size:90%;
	word-break: break-all;
}


h3.shop_name {
	margin:0;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.1em;
    text-decoration:none;

}

div.box_text{
    clear:both;
    float:left;
    width:100%;
	border:1px solid #3D3F44;
	border-radius: 3px;
	line-height: 5em;
	background:#fff;
	color:#565656;
	letter-spacing: 1px;
    font-weight:bold;
    margin:5px 0 0;
	padding: 6px 0 4px 16px;

}