/* LAYOUT */
@charset "UTF-8";

/** MIDDLE_MENU
-------------------------------------*/
/*--------------------------------------------------------------
 ●smart.css  画面の横幅が769px以上
--------------------------------------------------------------*/
@media screen and (min-width: 769px){
/*============================================================*/

/** NAVIGATION MENU
-------------------------------------*/
#middle_menu {
	position: fixed !important;
}
/*============================================================*/
}