@charset "utf-8";

@font-face {
	font-family: 'impactreg';
	src: url('../../css/fonts/impactreg.eot');
	src: local('impactreg'),
		url('../../css/fonts/impactreg.woff') format('woff'),
		url('../../css/fonts/impactreg.ttf') format('truetype');
}
/*---------------------------------------------*/
#topArea {
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../../images2/topImg_sp.png);
	box-sizing: border-box;
}
#topArea .title {
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	color: #191919;
	font-size: 16px;
	font-family: "impactreg";
	font-weight: normal;
	line-height: 30px;
}
#topArea .welcome {
	width: 100%;
	margin: 40px 0 0 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック",sans-serif;
	text-align: center;
	line-height: 1.4;
	vertical-align: middle;
	text-shadow: 0 0 5px #000000;
}
