/* *****************************************************************************
	さくらTOP CSS
***************************************************************************** */
@import url("../css/base.css");
@import url("_restaurant_top.css");

/* 右コンテンツ */
#Main p.link {
	margin-left:10px;
	font-weight:bold;
}

/* ポイントカード */
h4#information {
	margin:0 0 10px;
	height:auto;
}

div#card {
	margin:0 0 15px;
	width:485px;
	background-color:#fff;
}

div#card div#image {
	width:184px;
	float:left;
}

div#card div#text {
	width:290px;
	float:right;
	line-height:16px;
}

div#card h5 {
	margin:0 0 5px;
	font-size:14px;
	color:#f00;
}

div#card p {
	margin:10px 0 0;
}

/* ジョッキ半額 */
div#jug {
	margin:0 0 15px;
	border:1px #900 solid;
	width:483px;
	background-color:#fff;
}

div#jug div#text {
	padding:0 0 10px 15px;
	width:365px;
	float:left;
	line-height:16px;
}

div#jug div#image {
	width:90px;
	float:right;
}

div#jug h5 {
	margin:0 0 10px;
	padding:5px 0;
	width:483px;
	text-align:center;
	background-color:#ffdcdc;
	font-size:13px;
}

div#jug strong {
	font-size:16px;
	color:#f00;
}

div#jug p {
	margin:5px 0 0;
	line-height:16px;
}

#Main .kositsu {
	width:250px;
	float:left;
}

#Main .kositsu p {
	line-height:16px;
}

