/*PCの場合*/
.pc	{ display:inline!important; }
.mb	{ display:none!important; }
@media screen and (max-width: 850px) {
/*タブレット、スマホの場合*/
.pc	{ display:none!important; }
.mb { display:inline!important; }
}


/*float menu設定
---------------------------------------------------------------------------*/

#fmenu {
	clear: both;
}
/*

/*マウスオン時*/
#fmenu a:hover {
	background: #000;	/*背景色*/
	color: #FFF;			/*文字色*/
}



/*  その他の設定      */

.fmenu
    {
    position: fixed;
    bottom: 16px;*/
    left: 16px;
    }
 
.fmenu a
    {
    display: block;
    text-decoration: none;
    }
 
.fmenu:hover
{
    opacity: 0.85 ;
}