
h2.menu{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 32px;
	line-height: 80px;
} 

h2.menu span{
	font-size:10px;
}


#menu{
	width:100%;
	margin-right:auto;
	margin-left:auto;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
	box-shadow:rgba(113, 135, 164, 0.207843) 0px 0px 6px 3px inset;
	-webkit-box-shadow:rgba(113, 135, 164, 0.207843) 0px 0px 6px 3px inset;
	-moz-box-shadow:rgba(113, 135, 164, 0.207843) 0px 0px 6px 3px inset;
	background-color:#1e1e1e;
}


.menu_box{
	width:1000px;
	font-size:0px;
	margin-left:auto;
	margin-right:auto;
}

#menu ul{
	width: 180px;
	display:inline-block;
	margin:0px;
	margin-right:20px;
	padding:0px;
	list-style-type:none;
	vertical-align:top;
}

#menu li{
	font-size:16px;
	text-align:left;
}

#menu li a{
	display:block;
	padding:4px;
	color:#2f80d4;
	text-decoration:none; 
}

#menu li a:hover{
	background-color:#5a5a5a;
	color:#ffffff;
	padding-left:16px;
}


/*googlemap*/
#menu div.menu_map{
	display:inline-block;
	width: 700px;
	height: 400px;
}
.axgmap{
	width: 700px;
	height: 400px;
}


/*shop_list*/

#shop_list{}


#shop_list a{color:#2f80d4;}
#shop_list a:hover{ color:#89bdf3;}

#shop_list p{
	width:500px;
	background-color:#C90;
	display:inline-block;
}
/*
#shop_list h3{
	width:1000px;
	text-align:center;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	font-size: 32px;
	background-color:#FC6;
}
*/

#shop_list h3 {
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
	padding:0px;
	font-size: 32px;
	background-color:#e5f2ff;
}

#shop_list h3:before,
#shop_list h3:after {
    border-top: 1px solid #6597e2;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}

#shop_list h3:before {
    margin-right: 0.5em;
}

#shop_list h3:after {
    margin-left: 0.5em;
}




/*エリア別テーブル*/
table.area_table{
	border-collapse:collapse;
	display:inline-block;
	width:1000px;
	box-shadow:rgba(0, 0, 0, 0.137255) 0px 0px 7px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.137255) 0px 0px 7px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.137255) 0px 0px 7px 0px;
	margin-bottom:60px;
	margin-left:auto;
	margin-right:auto;
}

table.area_table td.shop_title{
	border:#a0a0a0 solid 1px;
	background-color:#d2d2d2;
}

table.area_table td.add01_title{
	border:#a0a0a0 solid 1px;
	width:80px;
	background-color:#d2d2d2;
}

table.area_table td.add02_title{
	border:#a0a0a0 solid 1px;
	background-color:#d2d2d2;
}

table.area_table td.tel_title{
	border:#a0a0a0 solid 1px;
	width:125px;
	background-color:#d2d2d2;
}


table.area_table td{
	border:#CCC solid 1px;
	padding:10px;
}

/*オンラインショップテーブル*/
table.online_table{
	border-collapse:collapse;
	display:inline-block;
	width:1000px;
	box-shadow:rgba(0, 0, 0, 0.137255) 0px 0px 7px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.137255) 0px 0px 7px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.137255) 0px 0px 7px 0px;
	margin-bottom:60px;
	margin-left:auto;
	margin-right:auto;
}

table.online_table td.shop_title{
	border:#a0a0a0 solid 1px;
	background-color:#d2d2d2;
}

table.online_table td.add01_title{
	border:#a0a0a0 solid 1px;
	width:80px;
	background-color:#d2d2d2;
}

table.online_table td.add02_title{
	border:#a0a0a0 solid 1px;
	background-color:#d2d2d2;
}

table.online_table td.tel_title{
	border:#a0a0a0 solid 1px;
	width:125px;
	background-color:#d2d2d2;
}


table.online_table td{
	border:#CCC solid 1px;
	padding:10px;
}






