@charset "utf-8";

/**
 * さんラボ!用 CSS
 *
 * @author makino@hitbit-inc.net
 * @copyright HitBit co.,ltd.
 * @since 2013-10-15
 * @see guideline: Ver. 1.01
 */

div#wrapper-plus{
	line-height: 1.4;
	overflow: hidden;
	width: 760px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.w760{
	width:760px;
}







/*ここから*/

#wrapper-plus h1 {
	background-image: url(../images/ttl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 180px;
	width: 760px;
	margin: 0px 0 40px;
	padding: 0px;
	text-indent: -9999px;
}

#wrapper-plus #Today{
	position:relative;
	width: 760px;
	margin-bottom:45px;
	overflow:hidden;
}


#wrapper-plus #Today .today {
	width: 427px;
	float:left;
}

#wrapper-plus #Today .today p.t-shop img{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}


#wrapper-plus #Today .ttl{
	width:315px;
	float:right;
}

#wrapper-plus #Today .ttl h2 {
	color:#E64660;/*色変更*/
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#wrapper-plus #Today .ttl h2 a{color:#E64660;/*色変更*/}

#wrapper-plus #Today p.shopname {
	font-size: 14px; color:#727171;
	margin: 10px 0;
}

#wrapper-plus #Today p.item-txt{
	font-size: 14px;
	color:#727171;
	line-height: 2.0;
}

#wrapper-plus #Today p.item-Btn{
	position:absolute;
	right:0;
	bottom:0;
}

#wrapper-plus #Today p.item-Btn a{
	display:block;
	width:315px;
	height:60px; line-height:64px;
	background:#727171;
	color:#FFF;
	font-size:20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	text-align:center;
}

.clear{
	clear: both;
	height: 0px;
	width: 0px;
}

/* Clearfix
------------------------------------- */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
/* WinIE7 only */
*:first-child+html .clearfix {
  height:1%;
}
/* MacIE5 only \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */





#wrapper-plus .shop-wrapp {
	padding-top: 45px;
	margin-right: -29px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top:1px solid #b3b3b4;
}


#wrapper-plus .shop-wrapp .shop-list {
	width: 234px;
	float: left;
	margin-top: 0px;
	margin-right: 29px;
	margin-bottom: 35px;
	margin-left: 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

#wrapper-plus .shop-wrapp .shop-list a{
	display:block;
	width: 224px;
	padding:5px;
	background:#FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	text-decoration:none;
}

#wrapper-plus .shop-wrapp .shop-list a:hover{
	background:#dadbdb;
	text-decoration:none;
}

#wrapper-plus .shop-wrapp .shop-list .photo {
	margin-bottom: 8px;
}

#wrapper-plus .shop-wrapp .shop-list .photo img{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}


#wrapper-plus .shop-wrapp .shop-list h3 {
	font-size: 13px;
	font-weight: normal;
	color:#727171;
	text-decoration:none;
}


#wrapper-plus .shop-wrapp .shop-list .item-txt {
	min-height: 60px;
	font-size: 16px;
	color:#E64660;/*色変更*/
	line-height: 1.5;
	margin: 0 0 10px;
	padding: 0px;
}



#wrapper-plus #m-news {
	margin: 0px auto;
	padding: 0px;
}


#wrapper-plus #m-news .backnumber {
	background:url(../images/backnumber.png)  no-repeat  center top;
	width: 760px;
	padding-top: 70px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


#wrapper-plus #m-news p{
	margin: 0px;
	padding: 0px;
}
.ttl-month {
	background-image: url(../images/title-month.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 41px;
	width: 434px;
	padding: 0px;
	margin-bottom: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}




#wrapper-plus .backnumber table.month{
	width:100%;
	border-collapse: separate; border-spacing: 0px;
	margin:10px 0;
}

#wrapper-plus .backnumber table.month td{
	padding:4px;
	background:#f39800;
	color:#FFF; font-size:16px;
	text-align:center;
}

#wrapper-plus .backnumber table.cal{
	width:100%;
	border-collapse: separate; border-spacing: 2px;
	table-layout:fixed;
	margin:10px 0 20px;
	text-align:center;
}


#wrapper-plus .backnumber table.cal td a{
	text-align:center;
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background:#727171;
	color:#FFF;font-size:12px;
	padding:6px 0;
}


#wrapper-plus .backnumber div.cal{
	width:760px;
	margin:0 -4px 0 0;
}

#wrapper-plus .backnumber div.cal ul{ overflow:hidden;}
#wrapper-plus .backnumber div.cal ul li{
	float:left;
	width:186px;
	margin:0 4px 5px 0;
}


#wrapper-plus .backnumber div.cal ul li a{
	text-align:center;
	display:block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background:#727171;
	color:#FFF;font-size:12px;
	padding:6px 0;
}