
.space{
	height: 130px;
}

.imgIntro{
	position: absolute;
	top: 10px;
	background-size:cover;
	
	margin: 0 auto;
	z-index: 1000;
}

.categoryTitle{
	width:100%;
	/*height: 445px;*/
	height: 245px;
	margin: 0;
	color: black;
	/*background-image: url(../Contents/Image/Profile/Profile_6.jpg);*/
	background-size: cover;
	opacity: 0.3;
/*		box-shadow:0px 0px 8px 11px rgba(255,255,255,1.0) inset;*/
}

.categoryConcept{
	height: 220px;
	line-height: 220px;
	font-size: 46px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: 400;
	color: white;
}

	#imgProfile{
/*		height:320px;
		width: 320px;*/
		height: 400px;
		
		width: 60%;
		margin: 0 auto;
		background-image:url(../Contents/Image/Profile/Profile_8.jpg);
		background-size: cover;
		border-radius: 0px;
	box-shadow: 0px 5px 15px #000;
	/*	border-color: rgba(255,255,255,0.40);
		border-width: 2px;
		border-style: solid;*/
		/*border-radius: 400px;
		border-color: rgba(216,216,216,0.80);
		border-width: 4px;*/
		margin-top: 25px;
		opacity: 0.4;
	}

@media only screen and (orientation:landscape) {
	#imgProfile{
		height: 400px;
		width: 500px;
	}
}


	#lblName{
	
		text-align: center;
		font-size: 43px;
	font-family:"josefin-sans";
		color: white;
	margin-top: 30px;
		
	}
	
	#lblInformation{
		margin-top: 33px;
		text-align: center;
		color: white;
		font-size: 30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		opacity: 0.8;
	}
.lblDivision{
	font-weight: 800;
	color: white;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 38px;
}
	#lblDetail{
		text-align: center;
		font-size: 34px;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		color: white;
		opacity: 0.8;
	}
#imgName{
	margin-top: 200px;
	background-image: url(../Contents/Image/Profile/Name.png);
	background-size: cover;
	height:72px;
	width: 200px;
	margin: 0 auto;
}
#imgFacebook{
/*		background-color: rgba(121,140,160,0.68);*/
	border-color: rgba(34,65,132,0.91);
	border-style: solid;
		border-radius: 20px;

	background-image: url(../Contents/Image/Profile/facebook.png);
	background-size:contain;
	height:72px;
	width: 200px;
	margin: 0 auto;
		margin-top: 20px;
	margin-bottom: 20px;
}
#imgInstagram{
/*	background-color:rgba(143,199,171,0.67);*/
		border-color:rgba(54,108,74,0.89);
	border-style: solid;
	border-radius: 20px;
	margin-top: 100px;
	background-image: url(../Contents/Image/Profile/Instagram.png);
	background-size: contain;

	background-repeat: no-repeat;
	height:72px;
	width: 200px;
	margin: 0 auto;
}
.space{
	height: 120px;
}