@charset "utf-8";

/* ヘッダーとフッターのみのCSSです */

/* =====================
	header
===================== */
.header {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.header_inner {
	padding: 10px 0;
}

/* =====================
	footer
===================== */
.footer {
	width: 100%;
	height: 60px;
	background: #172c4f;
}
.footer .copyright {
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	line-height: 60px;
}




/* -------------------------------------
	case 736px (スマホサイズ)			*/
@media screen and (max-width: 736px) {
/*----------------------------------------*/

/* =====================
	header
===================== */
.header .header_inner {
	width: 50%;
	padding-left: 3.12%;
}

/* =====================
	footer
===================== */
.footer {
	height: 40px;
}
.footer .copyright {
	font-size: 1rem;
	line-height: 40px;
}

/*----------------------------------------*/
}
/*	end case 736px (スマホサイズ ここまで)
----------------------------------------*/