@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:108px;
	text-indent:-99999em;
	background:url(../images/title.png) no-repeat 0 0;
	margin-bottom:10px;
}
div.plus-pager {clear:both;}
div#wrapper-plus a:hover {text-decoration:underline;}

/* 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;
	border-bottom:2px solid #996633;
	padding-bottom:5px;
	margin-bottom:10px;
	line-height:1.3;
}
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 .shop-updates {text-align:right;padding-top:5px;}





