@charset "utf-8";
/* -----------------------------------------------
 * クリスマスケーキ用CSS
 * 
 * Last Update 2010/11/09
----------------------------------------------- */
#aCake {
	text-align: center;
}
	#aCake .centeringBox {
		width: 745px;
		/*text-align: center;*/
	}

.delivery{
			width: 520px;
			margin: 15px auto 20px ;
			padding: 10px;
			border: 1px solid #CCBF89;
}
	.delivery p{
				font-size:12px;
				color:#ff0000;
	}

.tokuten{
			margin: 15px auto 20px ;
}

	/* クリーム */
.aCakeCream .end,
.aCakeCream2 .end {
	margin-right: 0;
}
.aCakeCream2 {
	margin-top: 15px;
}

.creamBox {
	float: left;
	width: 350px;
	margin-right: 15px;
	text-align: center;
}
	.creamBox img {
		width: 300px;
		margin: 0 auto;
	}
	.creamBox p {
		margin: 0 5px 0 0;
		padding: 2px 0 0 15px;
		border-top: 1px solid #CCBF89;
		background: url("../../../../common/img/listmark01.gif") no-repeat left;
		font-size: 120%;
	}
		.price {
			width: 100%;
			text-align: right;
			display: block;
		}
	.creamBox .comment {
		width: 350px;
		padding-left: 2px;
		border-bottom: 1px solid #CCBF89;
		font-size: 12px;
	}
.creamBox2 {
	float: left;
	width: 230px;
	margin-right: 12px;
	text-align: center;
}
	.creamBox2 img {
		width: 230px;
		margin: 0 auto;
	}
	.creamBox2 p {
		margin: 0 5px 0 0;
		padding: 2px 0 0 15px;
		border-top: 1px solid #CCBF89;
		background: url("../../../../common/img/listmark01.gif") no-repeat left;
		font-size: 120%;
	}
	.creamBox2 .comment {
		width: 230px;
		padding-left: 2px;
		border-bottom: 1px solid #CCBF89;
		font-size: 12px;
	}

/* ヘッダー */
/* 最後のrightをクリア */
.end {
	margin-right: 0;
}

/* ご注文 */
#order {
	margin-top: 15px;
}
	/* 注意 */
	#order .reference {
		float: left;
		width: 445px;
	}
		#order .reference p {
			font-size: 75%;
		}
	/* ご注文用紙 */
	#order .cakeOrder {
		float: right;
		width: 298px;
		padding-top: 6px;
	}
		#order .cakeOrder h3 {
			margin-bottom: 6px;
		}

.abecakeHeader {
	margin-top: 14px;
}
	.abecakeHeader h2 {
		margin-bottom: 14px;
	}
	/* コピー文のところ */
	.abecakeHeader .caption {
		float: left;
		width: 401px;
	}
	/* 営業時間 */
	.abecakeHeader .open {
		float: right;
		width: 339px;
		text-align: right;
	}
		.abecakeHeader .open h2 {
			text-align: right;
		}
		.abecakeHeader .open h3 {
			margin-bottom: 10px;
			padding: 10px 0;
			text-align: center;
			border-top: 1px solid #CCBF89;
			border-bottom: 1px solid #CCBF89;
		}

/* ヘッダーが長いとき */
	.Long .caption {
		float: left;
		width: 128px;
	}
	.Long .open {
		float: right;
		width: 589px;
		text-align: right;
	}
