@charset "utf-8";

/*----------------------------------------------------
	東武のお弁当宅配
----------------------------------------------------*/
/* ビジュアル */
#eventBentouVisual {
	position: relative;
	_zoom: 1;
}

#eventBentouVisual a {
	display: block;
	width: 240px;
	height: 30px;
	position: absolute;
	top: 175px;
	left: 60px;
}


#eventBentouVisual dl {
	border: 1px solid #fc8f2d;
	border-top: none;
}

#eventBentouVisual dl dt {
	border: 9px solid #ffaf87;
	border-top: none;
	border-bottom: none;
	_zoom: 1;
}

#eventBentouVisual dl dd {
	padding: 15px 20px;
	border: 9px solid #ffaf87;
	border-top: none;
	font-size: 114%;
	font-weight: bold;
	color: #7a7a7a;
	_zoom: 1;
}

#eventBentouVisual dl dd strong {
	color: #0e129c;
}

/* おすすめ */
p#eventBentouRecomend {
	margin: 10px 0 0;
}

/* シーンで選ぶ */
#eventBentouScene {
	margin: 30px 0 0;
}

#eventBentouScene ul {
	margin: 5px 0 0;
	padding: 20px 0 0 20px;
	background: #ffe9b4;
}

#eventBentouScene ul li {
	float: left;
	padding: 0 20px 20px 0;
}

/* 予算で選ぶ */
#eventBentouPrice {
	margin: 30px 0 40px;
	border: 1px solid #fc8f2d;
}

#eventBentouPrice ul {
	text-align: center;
	padding: 0 0 15px;
}

#eventBentouPrice ul li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 3px;
}




/* 終了ビジュアル */
#eventBentouEnd {
	position: relative;
	_zoom: 1;
}
#eventBentouEnd a.inquiry {
	display: block;
	position: absolute;
	top: 620px;
	left: 95px;
}

#eventBentouEnd a.catalogue {
	display: block;
	position: absolute;
	top: 850px;
	left: 95px;
}







































