﻿@charset "utf-8";
/* -----------------------------------------------
 * パーティープラン用CSS
 * 
 * Last Update 2009/08/03
----------------------------------------------- */
#contents #subTitle {
	color: #A0A0A0;
	font-size: 90%;
}

/* オートクチュールケーキ */
#etcCake {
	margin-bottom: 12px;
}
	#etcCake h4 {
		margin: 12px 0 0 0;
	}
	#etcCake dl {
		float: left;
		width: 430px;
		margin: 12px 0 0;
	}
		#etcCake dl dt {
			width: 135px;
			font-weight: bold;
			font-size: 80%;
		}
		#etcCake dl dd {
			width: 275px;
			font-size: 80%;
		}

#cake {
	float: left;
	width: 285px;
}

/* お問い合わせ */
.sectionInquiries .inqForm {
	vertical-align: top;
	margin: 5px 50px 0 0;
}
