@charset "UTF-8";

/** $Id: default.css 4118 2011-05-16 05:06:09Z ogawa $ */
/**
 * 静岡ナビっち!　宴会特集02用 CSS
 *
 * @author ogawa@hitbit-inc.net
 * @copyright HitBit co.,ltd.
 * @since 2010-10-04
 * @lastmodified $Date: 2011-05-16 14:06:09 +0900 (月, 16 5 2011) $
 * @see guideline: Ver. 1.01
 */


/* 共通部分
--------------------------- */
div#wrapper-plus {
	overflow:hidden;
	padding:10px 0 20px 0;
	margin-top:10px;
}
div#wrapper-plus a:link,
div#wrapper-plus a:visited {
	color: #003366;
	text-decoration: underline;
}
div#wrapper-plus a:hover,
div#wrapper-plus a:focus,
div#wrapper-plus a:active {
	color: #003366;
	text-decoration: none;
}
div#wrapper-plus h2 {
	width:680px;
	height:35px;
	background:url(../images/title.png) no-repeat 0 0;
	padding:90px 0 0 20px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	margin-bottom:10px;
}
div.plus-pager {
	clear:both;
}

/* List
----------------------- */
div#wrapper-plus ul#shop-list {
	overflow:hidden;
}
div#wrapper-plus ul#shop-list li.shop-item {
	margin-bottom:20px;
	overflow:hidden;
}
div#wrapper-plus ul#shop-list h3 {
	width:665px;
	padding:5px 10px 5px 25px;
	margin-bottom:5px;
	background:#EFEBBC url(../images/icon.png) no-repeat 5px 5px;
}
div#wrapper-plus ul#shop-list h3 a {font-weight:bold;}	
div#wrapper-plus p.shop-photo {
	width:102px;
	float:left;
}
div#wrapper-plus p.shop-photo img {
	border:1px solid #CCCCCC;
	vertical-align:top;
}
div#wrapper-plus ul#shop-list li.shop-item div {
	width:580px;
	float:right;
}
div#wrapper-plus p.shop-name {
	font-size:1.2em;
	font-weight:bold;
	color:#990000;
	padding:5px 0;
	line-height:1.3;
}
div#wrapper-plus p.shop-name a { color:#FF6600; }

div#wrapper-plus p.shop-name span {
	font-size:0.8em;
	font-weight:normal;
}
div#wrapper-plus p.shop-txt {
	margin-bottom:5px;
	line-height:1.4;
}
div#wrapper-plus p.shop-updates {
	clear:both;
	color:#990000;
	text-align:right;
}
div#wrapper-plus ul.category-lst {
	overflow:hidden;
	margin-bottom:5px;
}
div#wrapper-plus ul.category-lst li {
	width:6em;
	min-height:1em;
	_height:1.2em;
	padding:1px;
	_padding:2px 1px 1px 1px;
	border:1px solid #990000;
	float:left;
	text-align:center;
	margin:5px 5px 0 0;
	font-size:0.8em;
	color:#990000;
}
*:first-child+html div#wrapper-plus ul.category-lst li {
	height:1.2em;
	padding:2px 1px 1px 1px;
}

/* Search Box
----------------------- */
div#wrapper-plus div#box-search  {
	width:700px;
	background:url(../images/bg_gr.png) no-repeat left bottom;
	margin-bottom:10px;
}
div#wrapper-plus div#box-search p.title  {
	width:700px;
	height:27px;
	text-indent:-999999em;
	background:url(../images/bg_narrow.png) no-repeat 0 0;
}
div#wrapper-plus div#box-search ul  {
}
div#wrapper-plus div#box-search ul li  {
	clear: both;
	padding: 3px;
	margin: 0px;
}
div#wrapper-plus div#box-search ul li dl {
	padding: 3px;
	overflow:hidden;
}
div#wrapper-plus div#box-search ul li dt {
	float: left;
	width: 70px;
	padding: 5px 0px 0px;
	font-size: 0.9em;
	text-indent: 10px;
	font-weight:bold;
}
div#wrapper-plus div#box-search ul li dd {
	width: 590px;
	float: right;
}
div#wrapper-plus div#box-search ul li dd li{
	display:inline-block;
	/display:inline;
	/zoom:1;
}
div#bt-search {
	width: 680px;
	margin:5px auto 0 auto;
	border-top:1px solid #cccccc;
	padding:5px 0;
	text-align:center;
}
