@charset "utf-8";

/*----------基本レイアウト----------*/
* {
	margin: 0;
	padding: 0;
}


/*----------フォント設定----------*/
body {
	color: #231815;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
}


/*----------リンク設定----------*/
a {
	text-decoration: none;
} 

a:link {
	color:#231815;
}

a:visited {
	color:#231815;
}

.info a:link {
	color:#231815;
} 

.info a:visited {
	color:#231815;
} 

a img {
	border-style: none;
}
/*----------body設定----------*/
#wrapper {
	width:600px;
	margin-top: 230px;
	margin-bottom: 50px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

p {
	font-size: 16px;
}


/*----------電話番号設定----------*/
#tel {
	font-size: 20px;
	font-weight: bold;
	margin-top :250px;
}

#telicon {
	vertical-align: text-top;
}

/*----------住所・営業時間設定----------*/
.info {
	font-weight: bold;
	margin-top: 50px;
}

.walk {
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
}

.kanji {
	letter-spacing: 2px;
}

.suuji {
	letter-spacing: -2px;
}

#mapicon {
	vertical-align: text-bottom;
}

/*----------地図設定----------*/
#map {
	margin-top: 80px;
}


/*----------メニュー設定----------*/
#menu {
	margin-top: 80px;
	text-align: left;
	border: dotted;	
}

table {
	width: 470px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#title {
	letter-spacing: 2px;
}

table td {
	font-size: 16px;
	font-weight: bold;
}

td.lamb {
	color: #D7000F;
}

td.food1 {
	width: 340px;
}

td.one {
	width: 65px;
}

td.price {
	width: 65px;
	text-align:right;
}

td.food2 {
	width: 405px;
}

#tax {
	font-weight: normal;
}

#menuday{
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
}

/*----------お知らせ設定----------*/
#osirase {
	margin-top: 80px;
	padding: 20px;
	height: 250px;
	text-align: left;
	overflow: auto;
	background-color: #DDD;
}

#osirase p{
	margin-bottom: 20px;
}

#osirase li{
	margin-left: 30px;
	margin-bottom: 20px;
}

.futoji {
	font-weight: bold;
}

.kousinbi {
	font-size: 14px;
}