/*====================================================================================================
  SLICK CSS SETTING
====================================================================================================*/

#mainimg {
	position:relative;
	clear:both;
	display:block;
	width:100%;
	z-index:1;
}
#mainimg:before{
	content: '';
	display:block;
	position: absolute;
	margin: auto;
	width: 200px;
	height: 92px;
	background: url(../../image/navi-deco.png) no-repeat;
	bottom:0;
	left: 0;
	right: 0;
	z-index:9;
}
#mainimg:before{
	content: '';
	display:block;
	position: absolute;
	margin: auto;
	width: 200px;
	height: 92px;
	background: url(../../image/navi-deco.png) no-repeat;
	bottom:0;
	left: 0;
	right: 0;
	z-index:9;
}
#mainimg:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
#mainimg img { max-width:100%; height:auto;}
#slick { overflow:hidden; width:100%;}
#slick ul { margin:0 auto; width:1300px;}

.slick-list { overflow:visible;}

@media only screen and (max-width:1300px){
	
#slick ul {width:100% !important;}
	
}
@media only screen and (max-width:700px){
	
#mainimg:before{
	width:70px;
	height:30px;
	background-size:100% auto;
}
	
}