/*-------------------------------------------------------------------*/
/* FLOATING FIX */
/*-------------------------------------------------------------------*/

img#fbtn_right{
	width: 40px;
    position: fixed; right: 0px; top: 15px;
    z-index: 100;
    display: none;
}

div#fmenu_box {
	position: relative;
	display: none;
}


#btn_menu_close {
	position: absolute;
	left: -40px; top: 0;
	width: 40px;
	margin: 0;
	border: 0px solid #0000FF;
}

#btn_menu_tel {
	position: absolute;
	left: 60%; top: 1px;
	width:60px;
	margin: 0;
	border: 0px solid #0000FF;
	z-index:10;
}


/*■メニュー■━━━━━━━━━━━━━━━━━━━━*/
#fminnerbox {
	position: absolute;
	top:0px;
	left: 0px;
}
#fmenu{
	margin: 0;
}

#fmenu ul{
	margin: 0; padding: 0;
}

#fmenu li{
	width: 100%;
	margin: 0;
	float: left;
}

#fmenu li#last_menu{
	width: 100%;
	margin: 0;
	clear: both;
}


#fmenu_bottom{
	height: 10px;
	-webkit-border-radius	:0px 0px 0 5px;
	border-radius			:0px 0px 0 5px;
	background-image: url("../img/menu_bottom.jpg");
}

/*-------------------------------------------------------------------*/
/* モーダル表示 */
.windowbackground {
	position: fixed; top: 0px; left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	opacity: 1;
	display: none;
	overflow: hidden;
	z-index: 100;
	/*
	*/
}

/*-------------------------------------------------------------------*/
/* アンカー排除
.execute-hidden {
     visibility: hidden !important;
}
*/
