* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}

.pc {
	display: none;
}

body {
	font: 110%/160% Osaka, meiryo;
	background-color:#E7E7E7;
}
a {
	text-decoration: none;
}
img {
	border: 0;
	width: 100%;
}

#wrapper {
	width: 98%;
	margin: 0px auto;
	/* padding:10px 6px 10px 6px; */
	position:relative;
	background-color:#FFFFFF;
}
h1 {
	font-size:14px;
	text-align:center;
}
h2 {
	border: dotted 1px #996633;
	background-color:#cccc99;
	padding:10px 6px 10px 6px;
}
h4 {
	margin-top: 6px;
	padding-top: 6px;
}
#topmenu {
	height:200px;
	clear:both;
}
.toplogo {
	/* float: left; */
}
.topbanner {
	float: right;
	padding-top: 30px;
}
#top-search {
	font-size:14px;
	text-align: center;
}
#top-search .search-top {
	width: 96%;
	font-size:20px;
	font-family: Osaka, meiryo;
	border-color: red;
	border-width: 3px;
}
#top-search .submit-top {
	width:180px;
	font-size:20px;
	font-family: Osaka, meiryo;
	padding:2px 6px 2px 6px;
	border-color: currentColor;
	margin-top: 10px
}
#l-menu {
/*
	float:left;
	width:630px;
*/
}
.submit-select {
	width:300px;
	font-size:16px;
	font-family: Osaka, meiryo;
	padding:2px 6px 2px 6px;
	border-color: currentColor;
}
#allcat {
	padding: 60px 10px 10px;
}
#allcat ul {
	list-style-type:none;
}
#allcat li {
/*
	float:left;
*/
	margin-right:20px;
	white-space:nowrap;
}
#allcat dd {
	margin-left:20px;
}
/*リストCSS*/
.mise-list {
	width:98%;
	/* height:70px; */
	padding: 6px 0 6px 0;
/*	border-bottom: dotted 1px #CCCC99; */
	border-bottom: groove 1px;
 
}
.list-shop-name1 {
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
}
.list-shop-name2:before {
	content: "\A" ;
	white-space: pre ;
}
.list-shop-name2 {
	font-size: 24px;
}
.list-shop-tel {
	font-size: 21px;
	font-weight: bold;
}
.list-shop-tel a {
	color: crimson;
}
.list-shop-bld {
	width:260px;
	font-size: 12px;
}
.list-shop-cats {
/*
	float:left;
	width:100px;
	text-align: right;
	font-size: 10px;
*/
	display: none;
}
.list-shop-url {
/*
	float:left;
	text-align: right;
	width:40px;
	font-size: 10px;
*/
	display: none;
}
.list-shop-url img {
	border: 0;
}
/*店詳細CSS*/
.underline {
	text-decoration: underline;
}
.shop-snbname {
	font-size: 20px;
}
.shop-kana {
	font-size: 12px;
}
.shop-tel {
	float: right;
	font-size: 20px;
}
.shop-add {
	color: #333333;
}
.shop-pict {
	float:left;
	margin: 2px;
	padding: 4px;
	border: dotted 1px #996633;
}
.shop-pict img {
	max-width: 100%;
}
.shop-mapnavi {
	float: right;
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
}
#map {
	width: 96%!important;
}
/*歴史&ガイドCSS*/
.history-img-left {
	margin-right:20px;
	float:left;
}
.history-img-right {
	margin-top:20px;
	margin-left:20px;
	float:right;
}
.history-dt {
	font-weight:bold;
	border-bottom:2px;
	border-bottom-style:outset;
	border-bottom-color:#660000;
	margin-top:8px;
	margin-bottom:8px;
}
.history-dd {
	line-height:24px;
	font-size: 14px;
	}
/*右メニュ*/
#r-menu {
	width:90%;
	margin:0 auto;
	/* padding-left:20px;
	float:right; */
}
#r-menu img {
	border:0;
}
#footer {
	margin-top:30px;
	padding-top:20px;
	font-size:12px;
	border-top:2px;
	border-top-color:#CCCCCC;
	border-top-style:solid;
}
.menu-ul {
	list-style-type:none;
}
.menu-li {
	float:left;
	margin-right:20px;
	padding: 0 6px;
	white-space:nowrap;
	border-left: double #990000;
	border-right: double #990000;
}
.monoshiri {
	margin-top:10px;
	font-size:16px;
}
.monoshiri ol {
	margin-left:28px;
}
.monoshiri ul {
	list-style-type: none;
}
.ad300 {
	text-align:center;
	border: dotted 1px #996633;
	height: 60px;
	background-color:#cccc99;
}
.Copyright {
	text-align:center;
}

/*共通項目*/

.right {
	float:right;
}
.clear {
	clear:both;
}


/*clearfix*/
.clearfix:after {
  content: ".";  
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

