@charset "Shift_JIS";

/*birthday.css*/

/*------------------------------------------------------------w850px ボックス外枠*/
.contents{
	margin:0 0 0 10px;
}

/*--------------------w420px 2列のボックス*/
.box2{
	float:left;
	width:420px;
	background:url(../../shop/img/bg_box2.gif) repeat-y center;
}
/*地域*/
.box2 .area{
	background:url(../../shop/img/bg_box2_top.gif) no-repeat center top;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	text-align:right;
	padding:6px 15px 1px 15px;
}
/*テーブル*/
.box2 table{
	width:390px;
	margin:10px 0 0 15px;
}
.box2 table th{
	width:160px;
	padding:0 0 15px 0;
}
/*写真*/
.box2 table th img{
	margin:0 5px 0 5px;
}
/*店名*/
.box2 td h2{
	font-size:16px;
	font-weight:bold;
}
.box2 td p{
	margin:5px 0 0 0;
	font-size:14px;
}

/*ボックスの上*/
.box2_top{
	background:url(../../birthday/img/bg_box2_top.gif) no-repeat;
	height:3px;
}

/*ボックスの下*/
.box2_bottom{
	background:#FCF3DB url(../../shop/img/bg_box2_bottom.gif) no-repeat 0 0;
	height:15px;
}
/*----------2列のスペース部分*/
.space_2{
	width:5px;
	float:left;
}