.event{	border-bottom:4px solid #66C2A5; }
.plaza{	border-bottom:4px solid #677EC1; }
.ent{	border-bottom:4px solid #F71E2E; }

#main{
	padding-top:0;
	}
/*///////////////////////////////////////////////////////////////////
//
//	slider
//
///////////////////////////////////////////////////////////////////*/
#top_slider{
	width:745px;
	height:400px;
	float:left;
	left:50%;
	margin-left:-234px;
	margin-top:30px;
	position:absolute;
	z-index:3;
	}
#slider_wrap{
	width:745px;
	height:400px;
	position:absolute;
	left:0%;
	margin-left:0px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(251,251,240,0.9) 0%, rgba(251,251,240,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,240,0.9)), color-stop(100%,rgba(251,251,240,0.9)));
	background: -webkit-linear-gradient(top,  rgba(251,251,240,0.9) 0%,rgba(251,251,240,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(251,251,240,0.9) 0%,rgba(251,251,240,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(251,251,240,0.9) 0%,rgba(251,251,240,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(251,251,240,0.9) 0%,rgba(251,251,240,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fbfbf0', endColorstr='#e6fbfbf0',GradientType=0 );
	z-index:1;
	}
#main{
	margin-top:475px;
	padding-bottom:300px;
	z-index:1;
	position:relative;
	}
	
/*///////////////////////////////////////////////////////////////////
//
//	event_info
//
///////////////////////////////////////////////////////////////////*/
#event_info,
#shop_info{
	width:744px;
	margin:0 auto;
	padding-top:30px;
	overflow:hidden;
	}
#event_info > header,
#shop_info > header{
	width:100%;
	text-align:center;
	position:relative;
	margin:30px 0;
	}
#event_info > header div,
#shop_info > header div{
	position:absolute;
	top:0;
	right:30px;
	}
#event_info .mr10{
	margin-right: 10px;
	}
#event_info #event_no {
  text-align: center;
  border: solid 20px #FBFBF0;
  padding: 15px;
	}
#event_info figure{
	width:240px;
	height:360px;
	float:left;
	background:#FBFBF0;
	}
#event_info figure a div:first-child{
	width:240px;
	height:240px;
	overflow:hidden;
	}
#event_info figure:last-child{
	margin-right:0px;
	}
#event_info figure figcaption{
	padding:8px 12px;
	}
#event_info figure figcaption time{
	display:block;
	font-size:10px;
	margin-bottom:12px;
	}
#event_info figure figcaption p{
	font-size:12px;
	line-height:20px;
	}
/*///////////////////////////////////////////////////////////////////
//
//	shop_info
//
///////////////////////////////////////////////////////////////////*/
#shop_info{
	padding-top:10px;
	}
#shop_info figure{
	width:180px;
	height:360px;
	margin-right:8px;
	margin-bottom:28px;
	float:left;
	background:#FBFBF0;
	overflow:hidden;
	position:relative;
	}
#shop_info figure div:first-child{
	width:180px;
	height:180px;
	overflow:hidden;
	}
#shop_info figure:nth-child(4n){margin-right:0;}
#shop_info figure figcaption{padding:8px 10px;}
#shop_info figure figcaption time{
	display:block;
	font-size:10px;
	margin-bottom:2px;
	}
#shop_info figure figcaption p{
	font-size:11px;
	line-height:130%;
	}
#shop_info figure figcaption p.title{font-weight:normal;}
#shop_info figure figcaption p.shopname{
	font-weight:bold;
	margin-top:5px;
	margin-bottom:12px;
	}
#shop_info figure figcaption p.shopname mark{
	color:#fff;
	padding:2px 7px;
	}
#shop_info figure.plaza figcaption p.shopname mark{background:#677EC1;}
#shop_info figure.ent figcaption p.shopname mark{background:#F71E2E;}
#shop_info figure figcaption p.shopname small{
	font-size:90%;
	display:block;
	margin-top:0px;
	margin-bottom:2px;
	}
#shop_info figure figcaption p.shopname strong{
	font-size:110%;
	font-weight:bold;
	}
#shop_info figure div.new{
	position:absolute;
	top:190px;
	right:13px;
	background:#F81C46;
	color:#fff;
	padding:2px 3px;
	line-height:100%;
	}
.cat{
	bottom: 10px;
	right: 5px;
	}
.f_type{
	position:absolute;
	display:block;
	font-size:10px;
	padding:0 5px;
	text-align:center;
	bottom:10px;
	left:5px;
	font-weight:bold;
	line-height:170%;
	}
.ent .f_type{
	color:#F71E2E;
	}
.plaza .f_type{
	color:#677EC1;
	}
