@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;
}

.circle1 {
	position: relative;
	top: 200px;
	/*
	left: 39%;
	margin: 0 10px;
	*/
	margin:auto;
	width: 106px;
	text-align: center;
}

.circle1 img{
	width: 100px;
	border: solid 3px #000;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.circle2 {
	position: absolute;
	top: 540px;
	left: 52%;
	margin: 0 10px;
	width: 106px;
	text-align: center;
}

.circle2 img{
	width: 100px;
	border: solid 3px #000;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.title_name{
	font-size: 12px;
	margin-top: 25px;
	color: #FE120D;
	text-align: center;
	font-weight: bold;
}

#circleB1{
	position: absolute;
	top: -200px;
	left: -5%;
	background-color: rgba(0,0,255,0);
	border: solid 5px #fff;
	width: 1070px;
	height: 1070px;
	-moz-border-radius: 960px;
	-webkit-border-radius: 960px;
	border-radius: 960px;
	box-shadow: 0 0 0 5px #eee;
	-webkit-box-shadow: 0 0 0 5px #eee;
	-moz-box-shadow: 0 0 0 5px #eee;
}
#circleB2{
	position: absolute;
	top: 280px;
	left: 510px;
	background-color: rgba(0,0,255,0);
	border: solid 5px #fff;
	width: 970px;
	height: 970px;
	-moz-border-radius: 960px;
	-webkit-border-radius: 960px;
	border-radius: 960px;
	box-shadow: 0 0 0 5px #eee;
	-webkit-box-shadow: 0 0 0 5px #eee;
	-moz-box-shadow: 0 0 0 5px #eee;
}
.concept{
	position: relative;
	top: 100px;
	left: 20%;
	width: 100%;
	margin: 5px;
	font-size: 16px;
}
.concept p{
	margin-bottom: 20px;
}
.concept_notes{
	position: relative;
	top: 100px;
	left: 20%;
	width: 100%;
	margin: 30px;
	font-size: 16px;
}
.concept_notes p{
	margin: 8px;
}
.bgcolor_red{
	border: solid 2px #FE120D;
	margin: 5px;
	padding: 8px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #FE120D;
}

.circleM1{
	position: relative;
	top: 100px;
	left: 25%;
}

.circleM1 img{
	width: 100px;
	border: solid 5px #000;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.circleM2{
	position: absolute;
	top: 100px;
	left: 45%;
}

.circleM2 img{
	width: 100px;
	border: solid 5px #000;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.circleM3{
	position: absolute;
	top: 100px;
	left: 65%;
}

.circleM3 img{
	width: 100px;
	border: solid 5px #000;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.circleM4{
	position: relative;
	top: -300px;
	left: 68%;
}

.circleM4 img{
	width: 100px;
	border: solid 5px #000;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}


.namefull {
	position: relative;
	top: 200px;
	text-align: center;
}

.namefull img{
	width: 400px;
}

.profile {
	position: relative;
	top: 250px;
	text-align:center;
}

.circleP1{
	position: absolute;
	top: 600px;
	left: 25%;
}

.circleP1 img{
	width: 100px;
	border: solid 2px #FE120D;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.circleP2{
	position: absolute;
	top: 600px;
	left: 35%;
}

.circleP2 img{
	width: 100px;
	border: solid 2px #FE120D;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.circleP3{
	position: absolute;
	top: 600px;
	left: 45%;
}

.circleP3 img{
	width: 100px;
	border: solid 2px #FE120D;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.circleP4{
	position: absolute;
	top: 600px;
	left: 55%;
}

.circleP4 img{
	width: 100px;
	border: solid 2px #FE120D;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.circleP5{
	position: absolute;
	top: 600px;
	left: 65%;
}

.circleP5 img{
	width: 100px;
	border: solid 2px #FE120D;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.circleP6{
	position: absolute;
	top: 750px;
	left: 25%;
}

.circleP6 img{
	width: 100px;
	border: solid 2px #FE120D;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.circleP7{
	position: absolute;
	top: 750px;
	left: 35%;
}

.circleP7 img{
	width: 100px;
	border: solid 2px #FE120D;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.circleP8{
	position: absolute;
	top: 750px;
	left: 45%;
}

.circleP8 img{
	width: 100px;
	border: solid 2px #FE120D;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.circleP9{
	position: absolute;
	top: 750px;
	left: 55%;
}

.circleP9 img{
	width: 100px;
	border: solid 2px #FE120D;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.circleP10{
	position: absolute;
	top: 750px;
	left: 65%;
}

.circleP10 img{
	width: 100px;
	border: solid 2px #FE120D;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.list{
	position: relative;
	top: 180px;
	text-align: center;
}
.list li{
	display: inline-block;
	margin: 10px;
	width: 80px;
	height: 80px;
}
.list li a{
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.4;
}
.list li img{
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #000000;
}
.list li a:hover{
	opacity: 1;
}
/******************************************************************************
 SmartPhone.
 ******************************************************************************/
@media screen and (max-width: 768px) {
	#header {
		display: none;
	}
	#logo img{
		width: 70%;
	}
	#circleB1{
		display: none;
	}
	#circleB2{
		display: none;
	}
	.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;
	}
}
