@charset "utf-8";
/* ===================================================================
個別CSS
=================================================================== */
#header h2{
	box-sizing:border-box;
	display:block;
	width:100%;
	height:225px;
	padding-top:50px;
	background-image: url("../img/head_bg.png");
	background-position: 22% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	text-align:center;
	color:#666;
	font-size:46px;
	letter-spacing:0.2em;
}

#para a{
	color:#333;
}