@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
 */


/* Common
--------------------------- */
div#wrapper-plus {
	overflow:hidden;
	margin:10px 0;
}
#wrapper-plus #wrap-left {
	width: 320px;
	float: left;
}
.w0{color:red;} /** 0 = Sunday */
.w6{color:blue;} /** 6 = Saturday */
#wrapper-plus #wrap-left h1 {
	width: 320px;
	height: 132px;
	background: url(../images/title.jpg) no-repeat 0 0;
	margin-bottom: 10px;
	text-indent: -99999em;
}
#wrapper-plus #wrap-left .item-photo {text-align:center;}
#wrapper-plus #wrap-left .title-today {
	width:158px;
	height:17px;
	background:url(../images/today.png) no-repeat 0 0;
	margin:0 auto 10px;
	text-indent:-99999em;
}
#wrapper-plus #wrap-left h2 a {
	font-weight:bold;
	color:#8c7b52;
}
#wrapper-plus #wrap-left .item-txt {
	line-height: 20px;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
#wrapper-plus #wrap-left #survey {
	width:274px;
	margin:0 auto 50px auto;
}
#wrapper-plus #wrap-left #backnumber dt {
	width:99px;
	height:14px;
	background:url(../images/back.png) no-repeat 0 0;
	text-indent:-99999em;
	margin:0 auto 10px;
}
#wrapper-plus #list-calendar {
	width:425px;
	float:right;
}
#wrapper-plus #list-calendar li {
	position:relative;
	width:132px;
	height:132px;
	float:left;
	background:url(../images/bg_cal.jpg) no-repeat 0 0;
	margin:0 0 10px 9px;
	line-height:1;
}
#wrapper-plus #list-calendar .item-day {
	position: absolute;
	width:100%;
    top: 50%;
    margin-top: -1.2em;
	text-align:center;
}
#wrapper-plus #list-calendar li span {
	font-size:22px;
	font-weight:bold;
}
#wrapper-plus #list-calendar .item-photo {
	z-index:0;
}
#wrapper-plus #list-calendar .item-shop {
	background:rgba(0,0,0,0.2);
	padding:3px 5px;
	position:absolute;
	bottom:0;
	z-index:1;
	line-height:1.3;
}
#wrapper-plus #list-calendar li a{
	color:#FFF;
	font-size:10px;
	text-align:left;
}


/* みやラボ！用
--------------------------- */

#wrapper-plus h1 {
	background-image: url(../images/ttl.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 220px;
	width: 760px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#wrapper-plus #wrap-left .today {
	background-image: url(../images/today.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 40px;
	height: 240px;
	width: 240px;
}
#wrapper-plus #wrap-left h2 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#wrapper-plus #wrap-left p.shopname {
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
