@charset "utf-8";


/* ==========================================
 
 
フッタ
 
 
========================================== */


#footer {
	width: 100%;
}

	#footer #footer_license {
		background: #555555; /* カスタムCSSで上書き */
	}
	
	#footer #footer_license .license {
		font-size: 0.9em;
		color: #ffffff; /* カスタムCSSで上書き */
		padding: 12px 0 12px 0;
		background: #555555; /* カスタムCSSで上書き */
	}
	
		#footer #footer_license .license a:link { color: #ffffff; text-decoration: none; } /* カスタムCSSで上書き */
		#footer #footer_license .license a:visited { color: #ffffff; text-decoration: none; } /* カスタムCSSで上書き */
		#footer #footer_license .license a:hover { color: #ffffff; text-decoration: none; } /* カスタムCSSで上書き */


/* ---- スマホ表示 ---- */
@media screen and (max-width:767px) {
	
	

} /* ---- スマホ表示 END ---- */


/* ---- PC表示 ---- */
@media screen and (min-width:768px) {
	
	#footer #footer_license .license {
		width: 980px;
		margin: 0 auto;
	}
	
} /* ---- PC表示 END ---- */