#final_team{
	font-size: 0;
	width: 1160px;
	/*font-size: 14px;*/
	margin:0 auto 60px auto;
	/*border:1px solid red;*/
	/*display: none;*/
}
#final_team .fbox{
	background: yellow;

	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 24%;
	height: 500px;
	margin:0 2px;
	padding:0 0 10px 0; 
	border:1px solid #0d408e;
	/*border:1px solid #0857D2;*/
	/*border:1px solid black;*/
	/*border:1px solid red;*/
}
#final_team .fbox h3{
	line-height: 1;
	font-size: 20px;
	text-align: center;
	background: white;
	width: 100%;
	padding:10px 0; 
	margin: 0 0 10px 0;
	/*padding:10px 10px;*/
	/*border:1px solid black;*/
}
#final_team .fbox h3 span{
	font-size: 100px;
	font-family: 'Oswald',"メイリオ","meiryo",sans-serif;
}
#final_team .fbox ul{
	font-size: 17px;
	width: 90%;
	margin:0 auto;
}
#final_team .fbox li{
	margin-bottom: 6px;
}
#final_team .fbox li .special{
	font-size: 60%;
	color:white;
	line-height: 1;
	vertical-align: middle;
	background: crimson;
	/*text-indent: 10px;*/
	padding:5px 7px; 
	display: inline-block;
	vertical-align: top;
	margin-left: 2px;
	border-radius: 10px;
}
#final_team .fbox a{
	color:black;
	text-decoration: none;
}
#final_team .fbox a:hover{
	color:blue;
	font-weight: bold;
}

#screen{
	background: rgba(8,57,122,0.5);
	/*background: rgba(255,255,255,1);*/
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: none;
	cursor: pointer;
	z-index: 118;
	/*border:1px solid red;*/
}
#ft_detail{
	display: none;
	position: fixed;
	top:30px;
	left:50%;
	text-align: left;
	width: 1200px;
	height: 94%;
	margin-left: -600px;
	/*overflow-x:hidden;*/
	/*overflow-y:scroll;*/
	background: white;
	box-shadow: 0 0 100px black;
	/*border:1px solid red;*/
	z-index: 120;
}
#prof_loading{
	overflow-x:hidden;
	overflow-y:scroll;
	width: 100%;
	height: 100%;
}
.ft_kanji{
	text-align: center;
	font-size: 10rem;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	width:400px;
	display: inline-block;
}
.ft_kanji rt{
	font-size:30px;
}
.ft_main_photo{
	text-align: center;
	margin-bottom: 30px;
	width: 100%;
	/*width: 1000px;*/
}
.ft_school{
	font-size: 20px;
}
.ft_exp{
	text-align: left;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	width: 700px;
	/*border:1px solid red;*/
}
.ft_exp h3{
	border:1px solid black;
	padding: 10px;
	margin-bottom: 10px;
}
.ft_exp p{
	margin-bottom: 20px;
	/*border:1px solid red;*/
}
#ft_close{
	display: block;
	position: absolute;
	top:-20px;
	right:-20px;
	width: 100px;
	height: 100px;
	z-index: 200;
	/*border:1px solid red;*/
}
#ft_close div{
	text-align: center;
	color:black;
	line-height: 62px;
	font-size: 130px;
	width: 100%;
	height: 100%;
	background: #f7e40b;
	border-radius: 50px;
}
#ft_close img{
	width:40%;
}
#ft_detail .ft_arrow{
	position: absolute;
	top:50%;
	/*height: 300px;*/
	margin-top: -200px;
	display: block;
	padding:100px 0; 
	/*border:1px solid red;*/
}
#ft_detail .ft_arrow img{
	width:60px; 
}
#ft_detail a#prev{
	left:-80px;
}
#ft_detail a#next{
	right:-80px;
}
#ft_detail a#prev img{

	/*-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";*/
}


/*iPhone*/
@media screen and (max-width : 640px){
	#final_team{
		width: 100%;
		/*border:1px solid red;*/
	}
	#final_team .fbox{
		width: 48%;
		height: 390px;
		margin: 0 1px 5px 1px;
	}
	#final_team .fbox h3 span{
		font-size: 40px;
	}
	#final_team .fbox ul{
		font-size: 11px;
	}
	#final_team .fbox li{
		margin-bottom: 10px;
	}
	#final_team .fbox li .special{
		padding: 0;
		border-radius: 0;
		padding:2px;
	}
	#ft_detail{
		width: 91%;
		top:20px;
		left:4%;
		margin-left:-45%;
		margin-left:0;
		/*border:1px solid red;*/
	}
	.ft_main_photo{
		margin-bottom: 10px;
	}
	.ft_main_photo img{
		width: 100%;

	}
	.ft_kanji{
		font-size: 80px;
		width: 100%;
	}
	.ft_school{
		font-size: 15px;
	}
	.ft_exp{
		margin-top: 20px;
		font-size: 13px;
		width: 100%;
	}
	.ft_exp h3{
		width: 84%;
		margin:0 auto 10px auto;
	}
	.ft_exp p{
		width: 90%;
		margin:0 auto 20px auto;
	}
	#ft_close{
		top:-20px;
		right:-20px;
		width: 50px;
		height: 50px;
	}
	#ft_close div{
		line-height:70px;
		font-size: 0px;
		width: 100%;
		height: 100%;
		border-radius: 50px;
	}
}	