﻿/*
	タイトル
*/
#SpotMenuPage h2.title {
	/*width: 749px;*/
	height: 27px;
}

#SpotMenuPage h2.title span {
	display: none;
}

/*
	メニュー
*/
#MenuBlock {
	margin-bottom:30px;
}

/*
	コンテンツBOX
*/
#SpotMenuPage div.ContentBox {
	margin-top: 20px;
	width:100%;
}

#SpotMenuPage div.ContentBox div.Container {
	padding: 10px;
	line-height:130%;
}
#SpotMenuPage div.ContentBox div.Container p {
	line-height:130%;
}

#SpotMenuPage h3.stitle span{
	/*font-weight: normal;*/
	font-size:medium;
	/*font-size:large;*/
}

/*
	メニュー　詳細テーブル
*/
#SpotMenuPage table.TableBox {
	border-collapse:collapse;
	width: 100%;
	margin-top:4px;
}
#SpotMenuPage table.TableBox th {
	font-weight: normal;
}
#SpotMenuPage table.TableBox th.price {
	white-space: nowrap;
}
/* 下記入2点力コンテンツにも影響 */
#SpotMenuPage th {
	padding:4px;
}
#SpotMenuPage td {
	padding:4px;
}


#SpotMenuPage td.unit, #SpotMenuPage td.price {
	text-align:right;
	/*padding-left: 10px;*/
	white-space: nowrap;
}

#SpotMenuPage tr.TitleRow th.title {
	width: 100%;
	/*padding-left: 20px;*/
}

