@charset "UTF-8";

/** $Id: default.css 4118 2011-05-16 05:06:09Z ogawa $ */
/**
 * ぐんラボ！　飲み会特集用 CSS
 *
 * @author ogawa@hitbit-inc.net
 * @copyright HitBit co.,ltd.
 * @since 201-10-24
 * @lastmodified $Date: 2011-05-16 14:06:09 +0900 (月, 16 5 2011) $
 * @see guideline: Ver. 1.01
 */


/* 共通部分
--------------------------- */
div#wrapper-plus {
	overflow:hidden;
	margin:10px 0;
}
div#wrapper-plus h2 {
	width:700px;
	height:170px;
	text-indent:-99999em;
	background:url(../images/title.jpg) no-repeat 0 0;
	margin-bottom:10px;
}
div.plus-pager {clear:both;}

/* List
----------------------- */
div#wrapper-plus ul#shop-list {
	overflow:hidden;
	clear:both;
}
div#wrapper-plus ul#shop-list li.shop-item {
	margin-bottom:20px;
	overflow:hidden;
	background:url(../images/bg.png) no-repeat 0 0;
	padding-top:10px;
}
div#wrapper-plus ul#shop-list li.shop-item div.bg {
	background:url(../images/bg.png) no-repeat left bottom;
	overflow:hidden;
	padding:5px 15px 15px;
}
div#wrapper-plus ul#shop-list h3 {
	font-size:16px;
	font-weight:bold;
	border-bottom:2px solid #FF3300;
	padding-bottom:5px;
	margin-bottom:10px;
}
div#wrapper-plus ul#shop-list h3 a {color:#FF6701;}
div#wrapper-plus ul#shop-list h3 a:hover {text-decoration:underline;}
div#wrapper-plus p.shop-photo {
	width:180px;
	float:left;
}
div#wrapper-plus ul#shop-list li.shop-item div.right {
	width:480px;
	float:right;
}
div#wrapper-plus p.shop-name {
	font-size:1.2em;
	font-weight:bold;
	border-bottom:1px dashed #DAC4AB;
	padding:10px 0;
	margin-bottom:10px;
	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:10px;
	line-height:1.4;
}
div#wrapper-plus p.shop-updates {
	clear:both;
	color:#999999;
	text-align:right;
}
div#wrapper-plus ul.category-lst {
	overflow:hidden;
	margin-bottom:20px;
}
div#wrapper-plus ul.category-lst li {
	width:60px;
	height:15px;
	float:left;
	text-align:center;
	margin:0 10px 0 0;
}
*: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:696px;
	margin:15px 0px 10px;
	padding: 1px;
	clear: both;
	border: 1px solid #DBDBDB;
	color: #000000;
}
div#wrapper-plus div#box-search p  {
	font-weight: bold;
	padding: 5px;
	background-color: #DBDBDB;
	margin: 0px;
}
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;
	clear: both;
}
div#wrapper-plus div#box-search ul li dt {
	float: left;
	width: 85px;
	margin: 0px;
	padding: 5px 0px 0px;
	font-size: 0.9em;
	text-indent: 10px;

}
div#wrapper-plus div#box-search ul li dd {
	width: 570px;
	float: right;
	margin: 0px;
	padding: 0px;
}
div#bt-search {
	width: 650px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBDBDB;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}
