

/*******************************
/      FaceBook と ドレ        /
/******************************/
div.facebook_area {
	margin: 0;
}

#facebook_dressing{
	margin: 150px 0; /* 上下マージン 150px */
	overflow: hidden;
}

.dressing{ /*ドレッシングエリア*/
	position: relative;
	width: 600px;
}

img.dre_img{ /*ドレッシング画像*/
	margin-left: 50px;
	margin-top: 10px;
}

.dressing p{ /*ドレッシングエリア p*/
	position: absolute;
	top: 100px;
	left: 120px;
	width: 370px;
}

/*******************************
/       grill808 住所エリア    /
/******************************/

#address_area .left{ /* アドレス左側 */
	margin-left: 100px;
	width: 400px;
	height: 450px;
	position: relative;
}


#address_area .tel span{ /* テキスト: 予約可 部分 */
	font-size: 12px; /*IE8以下*/
	font-size: 1.2rem;
	font-weight: normal;
	padding-left: 10px;
}

#address_area .left p:nth-of-type(4){ /* 17:30～22:00 */
	padding-left: 85px;
}

#address_area .left p:nth-of-type(5) span{ /* (水曜日以外も...) */
	font-size: 14px; /*IE8以下*/
	font-size: 1.4rem;
	padding-left: 10px;
}

#address_area .left p:nth-of-type(6){ /* 事前にご予約... */
	padding-left: 68px;
}

#address_area .left img.a_img { /* 看板画像 */
	margin-left: 200px;
}


#border_top{ /* ボーダー 上 (にんじん) */
	background-image: url(../img/p3_border_top_carrot.png);
	background-repeat: no-repeat;
	height: 145px;
	margin-left: 20px;
	margin-bottom: 20px;
}


#border_bottom{ /* ボーダー 下 (にんじん)*/
	background-image: url(../img/p3_border_bottom_carrot.png);
	background-repeat: no-repeat;
	height: 145px;
	margin-left: 230px;
	margin-top: 20px;
}
