@charset "UTF-8";
/* CSS Document */


#dining {}
#dining .h2-title { background-position: 0px -50px; }

#dining .h3-title span { background-position: 0px -150px; }
#dining .subtitle.title1 { background-position: 0px -450px; }



/*#dining .subtitle.title1 {
	height: auto !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
	background: none !important;
	border-bottom: none !important;
	font-size: 1em;
	}*/

#dining article { margin-bottom: 40px; }
#dining article figure { margin-bottom: 0.5em; }
#dining article figure img { width: 100%; }



#dining #more-continer {
	padding: 10px 15px 15px 15px;
	color: #000;
	}

	#dining #more-continer .content-wrap {
		border-left: solid 5px #fff;
		padding-left: 5px;
		}
	#dining #more-continer .content-inner {
		padding: 10px;
		background-color: #E0E0E2;
		font-size: 0.86em;
		}
	.rgba #dining #more-continer .content-inner { background-color: rgba(255,255,255,0.80); }

	#dining #more-continer dl {
		margin-bottom: 1em;
		padding-bottom: 1em;
		border-bottom: solid 1px #817C7B;
		
		}
	#dining #more-continer dl:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
		}
	#dining #more-continer dl.last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
		}
		#dining #more-continer dl dt,
		#dining #more-continer dl dd {}
		#dining #more-continer dl dt {}
		#dining #more-continer dl dd { margin: 0;line-height: 1.6em; }


