﻿@charset "utf-8";
/* -----------------------------------------------
 * ティータイム用CSS
 * 
 * Last Update 2008/12/10
----------------------------------------------- */
.mamerHeader .caption {
	float: left;
	width: 416px;
}

.mamerHeader .open {
	float: right;
	width: 324px;
	text-align: right;
}

#lunchViking {
	width: 770px;
}
	#lunchViking .text {
		float: left;
		width: 534px;
	}
		.text #cake {
			width: 240px;
			margin-bottom: 20px;
			margin-left: 5px;
		}
			/* 通常 */
			.text #cake table {
				width: 240px;
				margin-top: 7px;
				margin-left: 10px;
				border-collapse: collapse;
			}
				.text #cake table th {
					padding: 2px 0 2px 14px;
					font-weight: normal;
					text-align: left;
					background: url("../../../common/img/listmark01.gif") no-repeat left center;
				}
				.text #cake table td {
					padding: 2px 0;
					text-align: right;
				}
	
			.text #cake img {
				margin-top: 10px;
			}
		
			/* サンドウィッチ */
			.text #sandwich table {
				width: 300px;
				margin-left: 10px;
				border-top: 1px solid #CCBF89;
				border-bottom: 1px solid #CCBF89;
			}
				.text #sandwich table th {
					padding: 2px 0 2px 12px;
					font-weight: normal;
					text-align: left;
					background: url("../../../common/img/listmark01.gif") no-repeat left center;
				}
			
	#lunchViking .image {
		float: right;
		width: 226px;
		padding: 5px 0 4px;
		text-align: left;
	}

.red {
	color: #B21820;
	font-size: 80%;
}

/* 選択 */
#choice {
	width: 744px;
	margin: 10px auto 0;
}
	#choice dl {
		margin-left: 10px;
		padding: 5px 0 0 0;
	}
		#choice dt {
			float: left;
			color: #ffffff;
		}
		#choice dd {
			float: left;
			margin-left: 10px;
		}

	#sandwichList {
		height: 40px;
		background: url("../img/sandwichList.gif") no-repeat;
	}

	#drinkList {
		height: 32px;
		background: url("../img/drinkList.gif") no-repeat;
	}

#AbeCakeBanner {
	margin: 0 0 0 5px;
	padding: 0;
}
