@charset "UTF-8";
/*  /////////////////////////////////////////////////////////////// 
       フッター （全ページ共通） #footer指定                        
//////////////////////////////////////////////////////////////// */
/**/
/**/
/**/
/*フッター位置はommon_layout記載*/
#footer {
	font-size: 14px;
text-align: center;
  width: 100%;
  height: 40px;
	padding: 4px 0;
background-color: #ecf3fe;
  border: solid 0px;
	vertical-align: middle;
}

#footer img{
	width: 100%;
	margin-top: 8px;
	margin-bottom: 3px;
	max-width: 120px;
	height: auto;
		text-align: center;
}


/* ディバイスサイズ設定
============================================= */
@media (max-width: 749px) {
	#footer {
  height: auto;
	padding: 4px 0;
background-color: #ecf3fe;
  border: solid 0px;
	vertical-align: middle;
}
	#footer img{
	max-width: 80px;
}

}

/* タブレット用 */
@media (min-width: 750px) and (max-width: 1023px) {

	}

/* Desktop View------------------------------- */

@media (min-width: 1024px) {
	}