@charset "UTF-8";
/* omikuji.php以外適用 */


/*============================================================================================================================================================
==============================================================================================================================================================

	footer

==============================================================================================================================================================
============================================================================================================================================================*/
footer {
	position: relative;
	height: 70px;
	background: #595757;
	padding: 20px 0;
	color: #fff;
	z-index: 1;
}

@media all and (max-width: 767px) {
	footer {
		height: 25px;
		padding: 0;
	}
}

footer .footer_inner {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}

footer .copyright {
	position: relative;
	color: #fff;
	letter-spacing: 0.1em;
	z-index: 1;
}


/*============================================================================================================================================================
==============================================================================================================================================================

	TOPヘもどるボタン

==============================================================================================================================================================
============================================================================================================================================================*/
.home_link{
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 9999;
}