@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 2014-02-13
 * @lastmodified $Date: 2011-05-16 14:06:09 +0900 (月, 16 5 2011) $
 * @see guideline: Ver. 1.01
 */


/* 共通部分
--------------------------- */
#wrapper-plus {
	position: relative;
	overflow:hidden;
	background: url(../images/bg.png) repeat 0 0;
	padding-bottom:20px;
	border-bottom: 6px solid #efe527;
	color:#595757;
}
#wrapper-plus h2 {
	width:760px;
	height:165px;
	float: left;
	text-indent:-99999em;
	background:url(../images/title.png) no-repeat 0 0;
	margin-bottom:10px;
}
.plus-pager {clear:both;}
#wrapper-plus a {
	color:#595757;
	text-decoration:none;
}
/* List
----------------------- */
#wrapper-plus #page-list {
	overflow:hidden;
	clear:both;
	position: relative;
	margin: 10px -20px 10px 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#wrapper-plus #page-list {
		width:780px;
	}
}
#wrapper-plus #page-list li {
	width:240px;
	float: left;
	overflow:hidden;
	margin: 0 20px 20px 0;
	background-color: #efe527;
}
#wrapper-plus #page-list li a {
	display: block;
	width:240px;
}
#wrapper-plus #page-list .bg-name {
	width:230px;
	padding:5px;
}
#wrapper-plus #page-list .bg-name .bg-border {
	border-left: 5px solid #f2ef98;
	padding-left:3px;
}
#wrapper-plus #page-list h3 {
	font-size: 14px;
	line-height:1.3;
}
#wrapper-plus #page-list a .shop-name{text-decoration:underline;}
#wrapper-plus .page-photo img {
	display: block;
	margin:0 auto;
}
