@charset "UTF-8";
/*  /////////////////////////////////////////////////////////////// 
       フッター （全ページ共通） #footer指定                        
//////////////////////////////////////////////////////////////// */
/**/
/**/
/**/
/*フッター位置はommon_layout記載*/




.footer_rogo img{
	width: 100%;
	max-width: 50px;
	margin: 0;
	vertical-align:bottom;
	border: solid 0px;

}


/* ディバイスサイズ設定
============================================= */
@media (max-width: 500px) {

	}
/* タブレット用 */
@media (min-width: 501px) and (max-width: 1023px) {

	}

/* Desktop View------------------------------- */
@media (min-width: 1024px) {
	}
