@charset "UTF-8";
/******************************************************************************
 header.
 ******************************************************************************/
#header {
	position: fixed !important;
	width: 100%;
	height: 40px;
	top: 0;
	z-index: 10;
	text-align: center;
	background-color: #FE120D;
}

#gLinks {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

#gLinks li {
	display: inline;
	padding: 0 15px;
}

#gLinks a {
	text-align: center;
	height: 50px;
	font-size: 10pt;
	padding: 0;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
}

#gLinks a:hover {
	color: #bbb;
}

#logo {
	position: relative;
	top: 150px;
	width: 100%;
	text-align: center;
}

#logo img{
	width: 15%;
}

#logo_takumi {
	position: relative;
	top: 148px;
	width: 100%;
	text-align: center;
}

#logo_takumi img{
	width: 9%;
}

#title{
	position: relative;
	top: 150px;
	width: 100%;
	text-align: center;
}


/******************************************************************************
 SmartPhone.
 ******************************************************************************/
@media screen and (max-width: 768px) {
	#header {
		display: none;
	}
	#logo img{
		width: 70%;
	}
	.concept{
		position: relative;
		top: 100px;
		left: 0;
		width: 100%;
		margin: 0 auto;
		font-size: 12px;
	}
	.concept p{
		width: 90%;
		margin-bottom: 20px;
	}
	.concept_notes{
		position: relative;
		top: 100px;
		left: 0;
		width: 100%;
		margin: 0 auto;
		font-size: 10px;
	}
	.concept_notes p{
		margin: 8px;
	}
}
