@charset "utf-8";

/* ****************************************************
detail_news.css
***************************************************** */

body#restaurant {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

strong {
	font-weight:bold;
}

/* restaurant_detail */

#restaurant #newinfo-detail strong {
	color: #996600;
}
#restaurant #newinfo-detail em {
	font-style: italic;
}
#restaurant #newinfo-detail h3 {
	padding:10px 15px;
	background:#f7f4e2;
	border-left:#d8b768 6px solid;
	font-weight:bold;
	font-size:120%;
}
#restaurant #newinfo-detail p.date {
	margin:4px 5px 0 0;
	color:#666666;
	font-size:85%;
	text-align:right;
}
#restaurant #newinfo-detail #newinfo-inner {
	padding: 15px 0 30px 28px;
}
#restaurant #newinfo-detail #newinfo-inner ul,
#restaurant #newinfo-detail #newinfo-inner ol {
	margin:0 0 15px 0;
}
#restaurant #newinfo-detail #newinfo-inner ul li {
	padding:0 0 5px 11px;
	background:url(../../restaurant_detail/images/detail_ic02.gif) no-repeat 0 7px;
}
#restaurant #newinfo-detail #newinfo-inner ol {
	padding:0 0 5px 25px;
	list-style-type: decimal;
}
#restaurant #newinfo-detail #newinfo-inner ol li {
	zoom: normal;
}
#restaurant #newinfo-detail #newinfo-inner p {
	margin-bottom: 1em;
}



/* shop_detail */

#shop #newinfo-detail strong {
	color: #2B7DB7;
}
#shop #newinfo-detail em {
	font-style: italic;
}
#shop #newinfo-detail h3 {
	padding:10px 15px;
	background:#e9e9f2;
	border-left:#8dbfe1 6px solid;
	font-weight:bold;
	font-size:120%;
}
#shop #newinfo-detail p.date {
	margin:4px 5px 0 0;
	color:#666666;
	font-size:85%;
	text-align:right;
}
#shop #newinfo-detail #newinfo-inner {
	padding: 15px 0 30px 28px;
}
#shop #newinfo-detail #newinfo-inner ul,
#shop #newinfo-detail #newinfo-inner ol {
	margin:0 0 15px 0;
}
#shop #newinfo-detail #newinfo-inner ul li {
	padding:0 0 5px 11px;
	background:url(../../shops_detail/images/detail_ic02.gif) no-repeat 0 7px;
}
#shop #newinfo-detail #newinfo-inner ol {
	padding:0 0 5px 25px;
	list-style-type: decimal;
}
#shop #newinfo-detail #newinfo-inner ol li {
	zoom: normal;
}
#shop #newinfo-detail #newinfo-inner p {
	margin-bottom: 1em;
}






/* ClearFix
------------------------------------ */

/* Modern browsers like Firefox, Safari, Opera */
#shop #newinfo-detail #newinfo-inner p:after,
#restaurant #newinfo-detail #newinfo-inner p:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* IE 7 and MacIE*/
#shop #newinfo-detail #newinfo-inner ,
#restaurant #newinfo-detail #newinfo-inner pp{
	display:inline-block;
}

/* Hides from IE-mac */
* html #shop #newinfo-detail #newinfo-inner p,
* html #restaurant #newinfo-detail #newinfo-inner p{
	height:1%;
}
#shop #newinfo-detail #newinfo-inner p,
#restaurant #newinfo-detail #newinfo-inner p{
	display:block;
}
/* End hide from IE-mac */


