/* 480 to 767 px */




/* HEADER */
/* FIXED HEADER */
#wrapTOP {
	position: initial;
}
#wrapHDR {
	position: initial;
}
#wrapNAVI {
	top: 86px;
	position: absolute;
}
body {
	padding-top: 0;
}

#HDR {
	height: 108px;
}
#LOGO {
	top: 20px;
}
#CALLUS {
	display: block;
	text-align: center;
	width: 100%;
	top: 10px;
}



/* SLIDER */
#SLIDER {
	height: 240px;
}
.InnerSlider {
	height: 520px;
}
#wrapSLIDER #titles h1 {
	font-size: 13pt;
}
#wrapSLIDER #titles {
	top: 0%;
}
@keyframes TitleAnim {
  0% { top: 100%; opacity:0; }
  100% { top: 0%; opacity:1; }
}

/* HOME BLOCKS */
#wrapHome01 h1 {
	font-size: 15pt;
}
#wrapHome02 .L {
	width: 49%;
}
#wrapHome04 .L {
	width: 49%;
}



/* MAIN */
#MAINL,
#MAINR {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

#MAIN .QUARTER {
	width: 49%;
}






/* FOOTER */
#FTR div {
	width: 90%;
	margin: 10px 5%;
	text-align: center;
}
#FTR p {
    text-align: center;
}
