@charset "utf-8";

body{
	font-size:14px;
	line-height:1.4;

}
body a{
	text-decoration:none;
	color:#000000;
}
body .container{
	position:relative;
	background: url("../img/bg_header.png") repeat-x top;
}
#header{
	text-align:left;
	padding:0 20px;
	display:none;
}
#header .wrap{
	position:relative;
}
.btn_back{
	position:absolute;
	right:0;
	top:0;
}
h1{
	padding:40px 0 30px 0;
}
.logo_matsuri{
	position:absolute;
	top:6px;
	left:0px;
}
.lead{
	position:absolute;
	top:25px;
	right:10px;
}

/* @group tabs */
#dayChange{
	padding:24px 0 0 20px;
	font-size: 0;
}
#dayChange li{
	text-indent:100%;
	overflow:hidden;
	width:254px;
	height:46px;
	display:inline-block;
	cursor:pointer;
	background:url("../img/tab_btn.png");
	margin:0 5px;
}
#dayChange #tab_day1{
	background-position:-254px 0;
}
#dayChange #tab_day2{
	background-position:-508px 0;
}
#dayChange #tab_all{
	background-position:0 0;
}
#dayChange #tab_day1:hover,
#dayChange #tab_day1.on{
	background-position:-254px -46px;
}
#dayChange #tab_day2:hover,
#dayChange #tab_day2.on{
	background-position:-508px -46px;
}
#dayChange #tab_all:hover,
#dayChange #tab_all.on{
	background-position:0 -46px;
}

#tilesWrap{
	padding:24px 0 0 0;
}
#tiles_day1,
#tiles_day2{
	display:none;
}


/* item */
.item{
	position:relative;
	/*width:100%;*/
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 4px 4px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 4px 4px 3px 0px;
	-o-box-shadow: rgba(0, 0, 0, 0.1) 4px 4px 3px 0px;
	-ms-box-shadow: rgba(0, 0, 0, 0.1) 4px 4px 3px 0px;
	box-shadow: rgba(0, 0, 0, 0.1) 4px 4px 3px 0px;
	/*
	height:180px;
	width:180px;
	*/
}
.item img{
	width:100%;
}
.item.placeName{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.frame{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1;
	/*
	width:102%;
	height:102%;
	*/
}
.frame.market{
/*
	background:url("../img/frame_market.png") transparent no-repeat left top scroll;
	background-size:100% 100%;
	*/
}
.item a{
	display:block;
}
.item .caption{
	position: absolute;
	bottom: 0px;
	color: #ffffff;
	width: 100%;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiYGBgSAIIMAAAZwBjz2NO3QAAAABJRU5ErkJggg==');
	padding: 0 0 0 0;
	font-size: 100%;
	display: none;
}
.item a:hover .caption{
	display:block;
}
.item .caption span{
	display:block;
	padding: 10px 10px;
}

/* @group footer */
#footer{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	display:none;
}
#footer .wrap{
	padding:0 40px;
	position:relative;
	min-width:700px;
}
#footer .contact,
#footer .contact a,
#footer .copyright{
	display: none;
}
#footer_static{
	width:100%;
	position:relative;
	background:#fff;
	padding:80px 0 0;
}
#footer_static .wrap{
	padding:15px 40px 90px;
	background:#3b6280;
	min-width:700px;
}

#footer_static .contact{
	background:#fff;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	float:left;
}
#footer_static .contact a{
	display:block;
	color:#3b6280;
	font-weight:bold;
	padding:10px 15px 10px 25px;
	background:url('../img/item_contact.gif') no-repeat 10px center; 
}
#footer_static .copyright{
	color:#fff;
	float:right;
	font-weight:bold;
}
#footer #btn_pagetop{
	display: none;
	z-index:1;
}
#footer_static #btn_pagetop_static{
	position:absolute;
	bottom:160px;
	right:30px;
	z-index:1;
}
/*
#cboxPrevious,
#cboxNext{
	width:10%;
	position:absolute;
	top:43%;
	background:transparent no-repeat left top scroll;
}
#cboxPrevious img,
#cboxNext img{
	position:relative;
	width:100%;
	z-index:100;
		
}
#cboxPrevious{
	left:-10%;
}
#cboxNext{
	right:10%;
}
*/


/* @group clear */
#dayChange,#footer .wrap{min-height:1%;}
#dayChange:after,#footer .wrap:after{content:".";display:block;height:0px;clear:both;visibility:hidden;}
* html #dayChange,* html #footer .wrap{height:1%;}
/*\*//*/
* html #dayChange,* html #footer .wrap,* html #footer_static .wrap{height:inherit;display:inline-table;}
/**/
/* @end */