@charset "UTF-8";

/** $Id: default.css 2979 2010-07-29 10:34:17Z ogawa $ */
/**
 * ふくラボ!　オムライス用 CSS
 *
 * @author ogawa@hitbit-inc.net
 * @copyright HitBit co.,ltd.
 * @since 2011-09-26
 * @lastmodified $Date: 2010-07-29 19:34:17 +0900 (木, 29 7 2010) $
 * @see guideline: Ver. 1.01
 */

/* ----------------------------------------------
 Common
---------------------------------------------- */
div#wrapper-plus  {
	margin:10px 0;
	overflow:hidden;
	line-height:1.4;
}
div#wrapper-plus a:link,
div#wrapper-plus a:visited {
	color: #007EFF;
	text-decoration: underline;
}
div#wrapper-plus a:hover,
div#wrapper-plus a:focus,
div#wrapper-plus a:active {
	color: #007EFF;
	text-decoration: none;
}
div#wrapper-plus div.plus-header h2 {
	width:700px;
	height:160px;
	background:url(../images/header.png) no-repeat 0 0;
	text-indent:-999999em;
}
div#wrapper-plus div.plus-header p {
	width: 680px;
	padding: 4px 10px;
	color:#ffffff; /* リード文：テキスト色 */
	background:#231200; /* リード文：背景色 */
	margin-bottom:15px;
}
div#wrapper-plus p.lead {
	line-height:1.6;
	margin-bottom:15px;
}
div#wrapper-plus ul#shop-lists  {
	margin:10px 0;
	overflow:hidden;
}
div#wrapper-plus ul#shop-lists li {
	width:220px;
	float:left;
	margin:0 20px 30px 0;
}
div#wrapper-plus ul#shop-lists dt {margin-bottom:5px;}
div#wrapper-plus ul#shop-lists img {vertical-align:top;}
div#wrapper-plus ul#shop-lists li.right {margin-right:0;}
div#wrapper-plus ul#shop-lists h3 {
	font-weight:bold;
	margin-bottom:5px;
}
div#wrapper-plus ul#shop-lists h3 span {
	font-size:10px;
	font-weight:normal;
}



