@charset "utf-8";
/*----------------------------------------

	mainTitle

----------------------------------------*/
#mainTitle {
	background-color: #06C;
	color: #FFF;
	height: 100px;
	width: 100%;
	z-index: 998;
}
#mainTitle h1 {
	font-size: 1.714em; /* 24px/14px */
	line-height: 100px;
}
#mainTitle h1 br {
	display: none;
}
#mainTitle.followMenu h1 {
	height: 50px;
	line-height: 50px;
}
#mainContents .contents {
	width: 960px;
	min-height: 400px;
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
	background-color: #F4F3F1;
}
#text {
	position: absolute;
	top: 50%;
	width: 960px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#text p {
	padding-top: 20px;
	width: 960px;
}
#text p img {
	width: 370px;
	height: auto;
}
#text #logo {
	padding-top: 0;
	padding-bottom: 10px;
}
#text .gennoM {
	font-size: 1.429em; /* 20px/14px */
}