@charset "UTF-8";

/** $Id: default.css 5800 2012-06-21 08:10:03Z numata $ */
/**
 * ふくラボ!エビデリ用 CSS
 *
 * @author ogawa@hitbit-inc.net
 * @copyright HitBit co.,ltd.
 * @since 2012-03-28
 * @lastmodified $Date: 2012-06-21 17:10:03 +0900 (木, 21 6 2012) $
 * @see guideline: Ver. 1.01
 */


/* base layout
--------------------------- */
#wrapper-plus {
	overflow:hidden;
	margin: 10px 0;
}
#wrapper-plus a:link,
#wrapper-plus a:visited,
#wrapper-plus a:hover,
#wrapper-plus a:active {
	color: #2a81b7;
}
#wrapper-plus > h1 {
	text-indent: -9999px;
	background: url(../images/ttl.png) no-repeat;
	width: 760px;
	height: 200px;
	margin: 0 0 15px;
}
#wrapper-plus #wrap-left {
	float: left;
	width: 318px;
}
#wrapper-plus #wrap-right {
	float: right;
	width: 414px;
}


/* left
--------------------------- */
#wrapper-plus #wrap-left {
}
#wrapper-plus #wrap-left .today {
	padding: 10px;
	background: url(../images/bg_dot.png);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#wrapper-plus #wrap-left .today > .inner {
	overflow:hidden;
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#wrapper-plus #wrap-left .today .txt {
	padding: 15px;
}
#wrapper-plus #wrap-left .today .txt h2 {
	text-indent: -9999px;
	background: url(../images/txt_todays.png) no-repeat center top;
	height: 21px;
	margin: 0 0 15px;
}
#wrapper-plus #wrap-left .today .txt h3 {
	font-size: 14px;
	font-weight: bold;
}
#wrapper-plus #wrap-left .today .txt .shopname {
	font-size: 10px;
	margin: 5px 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #a0a0a0;
}

/* right
--------------------------- */
#wrapper-plus #wrap-right {
}
#wrapper-plus #wrap-right > .inner {
}
#wrapper-plus #wrap-right ul#list-calendar {
	overflow: hidden;
	margin: -9px 0 0 -9px;
}
#wrapper-plus #wrap-right ul#list-calendar li {
	overflow: hidden;
	position: relative;
	float: left;
	width: 132px;
	height: 132px;
	background: url(../images/bg_dot.png);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 9px 0 0 9px;
}
#wrapper-plus #wrap-right ul#list-calendar li img {
 margin-left: -18px;
}
#wrapper-plus #wrap-right ul#list-calendar li.w0 {
	color: #b92403;
}
#wrapper-plus #wrap-right ul#list-calendar li.w6 {
	color: #2a80bb;
}
#wrapper-plus #wrap-right ul#list-calendar li p.item-day {
	line-height: 1;
	position: absolute;
	width:100%;
	top: 50%;
	margin-top: -1em;
	text-align:center;
}
#wrapper-plus #wrap-right ul#list-calendar li p.item-day strong {
	display: block;
	font-size: 22px;
	font-weight: bold;
}
#wrapper-plus #wrap-right ul#list-calendar li p.item-day span {
	display: block;
}
#wrapper-plus #wrap-right ul#list-calendar li p.item-shop {
	font-size: 10px;
	color: #fff;
	background: rgba(0,0,0,0.3);
	padding: 3px 5px;
	line-height: 1.3;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
