@charset "UTF-8";

@import url("../../css/navi_menu.css");


.gotoMenu {
	text-align: center;
	float: left;
	padding-bottom: 2em;
	width: 50%;
}
#gotoCoupon {
	background: #FFC;
	border: 2px dotted #CC0000;
	margin: 2em 0;
	padding: 0.3em 0;
	text-align: center;
}
#gotoCoupon a {
	font-weight: bold;
}



.menuImage {
	float: left;
}
.menuImageRight {
	float: right;
}
.menuImage img,.menuImageRight img {
	display: block;
}

.menuText {
	clear: both;
	padding-top: 1.5em;
	width: 450px;
}
.menuText dl {
	margin-left: 35px;
}
#main .menuText dt {
	clear: both;
	float: left;
}
#main .menuText dd {
/*	margin-left: 360px;*/
	margin-bottom: 0.2em;
	text-align: right;
	white-space: nowrap;
}



/*menu detail page*/
#num {
	text-align: left;
	float: left;
	width: 40px;
	line-height: 1.7em;
}
#name {
	text-align: left;
	float: left;
	width: 312px;
	line-height: 1.7em;
}
#price {
	text-align: right;
	float: left;
	width: 60px;
	line-height: 1.7em;
}
.pic {
	margin-bottom: 10px;
	background: url(images/frame-photo.gif) no-repeat;
	height: 312px;
	width: 412px;
	padding-top: 6px;
	padding-left: 6px;
}
.pic2 {
	margin-bottom: 10px;
	background: url(images/frame-photo2.gif) no-repeat;
	height: 412px;
	width: 312px;
	padding-top: 6px;
	padding-left: 6px;
	margin-left: 50px;
}
#goBackToMenuList {
	width: 412px;
	padding-top: 2em;
	text-align: center;
	clear: both;
}


/*choice menu*/
.tokusen {
	margin-top: 3em;
	margin-left: 30px;
	width: 450px;
}
#headSzechuanChoicePage .red,
#newSzechuanChoicePage .red {
	color: #C00;
	border: 1px dotted #C00;
	margin: 2em 0 0;
	padding: 2px 5px;
	width: 450px;
}


/*course*/
.course {
	width: 210px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	line-height: 1.5em;
}
.courseHeadline {
	margin-top: 20px;
	margin-left: 5px;
	border-left: 5px solid #C00;
	padding-left: 5px;
}
.red {
	color: #C00;
	border: 1px dotted #C00;
	font-weight: bold;
	padding: 2px 5px;
	width: 470px;
}
.seasonCourse {
	line-height: 1.5em;
	padding-left:1.5em;
}



/*season menu*/
#seasonMenuDetailPage #main h3 {
	margin-top: 20px;
	margin-left: 5px;
	border-left: 5px solid #CC0000;
	padding-left: 5px;
	font-size: 120%;
}
#seasonMenuDetailPage #main .seasonMenuImage {
	margin: 1em 1em 2em;
}
#seasonMenuDetailPage #main .seasonCourse {
	margin: 2em;
}

#main #seasonMenuDetailPage h3 {
	margin-top: 20px;
	margin-left: 5px;
	border-left: 5px solid #CC0000;
	padding-left: 5px;
	font-size: 120%;
}
#main #seasonMenuDetailPage .seasonMenuImage {
	margin: 1em 1em 2em;
}
#main #seasonMenuDetailPage .seasonCourse {
	margin: 2em;
}


