/* サイドメニュー
------------------------------------------ */
#limitedMenu {
	float: left;
	margin-left: 0;
	padding-left: 0;
	width: 150px;
	list-style-type: none;
}
#limitedMenu li {
	margin: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
}
#limitedMenu a {
	display: block;
	padding: 8px;
	color: #339900;
	font-weight: bold;
	background-color: #f0f0f0;
/*	text-decoration: none;
	border-left: 4px solid #eee9e2;	 IEで文字が動くのでバックグランドと同色で同幅の線を引く */
}
#limitedMenu li a:hover {
	background-color: #dcfbdc;
}
#limitedMenu li.selected {
	padding: 8px;
	color: #ff6060;
	background: #f0f0f0 url(../image/select-plan-mark.gif) right no-repeat;
	font-weight: bold;
}

/*.mainimage {
	float: right;
	display: block;
	margin-right: 25px;
}*/
.etcplan {
	float: left;
	width: 590px;
	margin-left: 20px;
/*	margin-top: 10px;
	text-align: left;
	border: 1px solid #888888;*/
}
.etcplan h2 {
	margin: 1em 0;
	padding: 0 0.2em 0.1em;
	font-size: 21px;
	color: #cc0000;
	background: #ffffff url(../image/plan-h2bg.gif) left center repeat-x;
	border-bottom: 1px solid #999999;
}
.etcplan h2 span {
	font-size: 80%;
	margin-right: 1em;
	color: #666666;
}

/* うに丼祭りで使用 */
.side1 {
	margin: 30px auto 15px 14px;
	width: 560px;
/*	background: #ffe8d3 url(../image/momiji-image.gif);
	background: #fff0e1  url(../image/iseebi-bg.gif) bottom right no-repeat;*/
	background-color: #fafad2;
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
}
.side1 p {
	margin: 1.5em auto;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
}
.side1 p span.subText {
	font-size: 16px;
	font-weight: normal;
}
.side1 p span.time {
	font-size: 14px;
	font-weight: normal;
}
.side1 .price {
	font-weight: bold;
	font-size: 24px;
	color: #cc0033;
}

/* 長期滞在プランなどで使用 */
.side2 {
	margin-bottom: 40px;
	width: 100%;
}
.side2 p {
}
.side2 .tblCharge {
	margin: 16px;
	width: 80%;
	font-size: 14px;
}
.side2 .tblCharge th, .side2 .tblCharge td {
	padding: 0.2em;
}
.side2 .tblCharge th {
	text-align: left;
	color: #808080;
}
.etcplan .side2 h3 {
	margin: 1.5em 0 1em;
	font-size: 16px;
}
.etcplan .side2 h3 span {
	padding: 0.1em;
	border-bottom: 1px solid #333333;
	background-color: #e6e6e6;
}
.etcplan .side2 .price {
	font-weight: bold;
}
.etcplan .side2 .unit {
	color: #808080;
	font-size: 86%;
}

.cooking {
	margin: 1em 0;
	font-weight: bold;
}

/*  */
.around {
	float: right;
	margin-top: 4px;
	margin-right: 45px;
}
.detail {
	width: 450px;
}
.detail:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.detail {	/* For Mac IE */
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .detail { height: 1%; }
.detail { display: block; }
/* End hide from IE-mac */

/* 秋限定プラン */
#autumnPlan {
	margin-bottom: 20px;
	width: 590px;
	border: 1px solid #ffb6c1;
}
#autumnPlan p {
	margin: 0.4em 4px;
}
/* 期間 */
#term {
	margin-top: 1em;
	padding: 1em;
	border: 1px solid #cccccc;
	background-color: #fff0f0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.75em;
}
#term span {
	color: #ff6666;
}
#autumnPlan img.course { margin: 0 0 5px 2px; }
/* 料理例 */
#cookingExample {
	margin: 0 10px 8px 3px;
	width: 100%;
	text-align: center;
}

strong {
}
em {
	font-style: normal;
	color: #ff0000;
}

/* 打ち消し線で修正 */
.changeFee {
	color: #666666;
	font-size: 86%;
	text-decoration: line-through;
	overflow: visible;
}

/* 見出し注目（sakbase.cssにも定義有） */
.attention {
	font-size: 16px;
}
/* その他の項目 */
.etc {
	margin: 0.3em 0 0;
	padding-left: 1.25em;
	background: #ffffff url(../image/plan-libg.png)  left center no-repeat;
	font-size: 14px;
}
/* 注意書き */
.consumeTax {
	margin: 0;
	padding: 0 1em 0 0;
	text-align: right;
	font-size: 14px;
}
/* 料理種類 */
.cooking {
	font-size: 14px;
}
/* シフト */
h3 {
	text-indent: 2em;
}
h4 {
	text-indent: 2em;
}
p {
	text-indent: 3em;
}
