@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/*-------------------------------------------------------------------------
▼スライド
-------------------------------------------------------------------------*/
#mainImg{
  margin-bottom:20px;
}
#mainImg-in img {
  width: 100%;
  height: auto;
}
#menu-select ul{
  width:300px;
  overflow:hidden;
  margin:0 auto;
}
#menu-select li{
  float:left;
  display:block;
  width:88px;
  text-align:center;
  border:1px solid #CCC;
  margin-right:10px;
}
#menu-select li a{
  text-decoration:none;
  display:block;
}
#menu-select li a:hover{
  background-color:#ffffff;
  text-decoration:none;
}
section h3 img{
  width:200px;
  height:auto;
  margin-bottom:10px;
}
#kodawari img{
  margin-bottom:10px;
}
#kodawari h3{
  font-size:1.3em;
  margin-bottom:10px;
}

.menu h4 {
	background:url(../images/menu-images/menu_titlebg.jpg); 
	color:#fff; 
	padding:10px;
	margin-bottom:10px;
  margin-top:10px;
	width:100%;/**/
	} 
.title {
	background:url(../images/menu-images/menu_titlebg.jpg); 
	color:#fff; 
	padding:10px;
	margin-bottom:10px;
  margin-top:10px;
	width:100%;/**/
	} 

.menu dl{
  overflow:hidden;
	padding-top:1em;
	padding-bottom:1em;
	margin:5px 0 0 0;
	border-bottom: 1px dotted #382f2c;
}
.menu dl dt{
	font-size:13px;
	line-height:140%;
	font-weight:bold;
	color:#382f2c;
	float:left;
    clear:left;

}

.menu dl dd{
	font-size:13px;
	line-height:130%;
	font-weight:bold;
	color:#851f00;
	text-align:right;
}

/*-------------------------------------------------------------------------
▼bn-box
-------------------------------------------------------------------------*/
.box img{
  margin-bottom:10px;
}

#bn-box{
  text-align:center;
}
#bn-box .img-max{
  max-width:600px;
  margin-bottom:10px;
}


