@charset "utf-8";
/* CSS Document */
.infoBackOoe1 {
	width:100%;
	background-image:url("../img/back1.jpg");
	background-repeat:repeat-y;
	background-size:100% auto;
	overflow:hidden;
	padding-top:60px;
	padding-bottom:60px;
}

.infoBackOoe2 {
	width:100%;
	background-image:url("../img/back2.jpg");
	background-repeat:repeat-y;
	background-size:100% auto;
	overflow:hidden;
	padding-top:60px;
	padding-bottom:60px;
}

.infoBackOoe3 {
	width:100%;
	background-image:url("../img/back3.jpg");
	background-repeat:repeat-y;
	background-size:100% auto;
	overflow:hidden;
	padding-bottom:60px;	
}

.infoBackOoe4 {
	width:100%;
	background-image:url("../img/back4.jpg");
	background-repeat:repeat-y;
	background-size:100% auto;
	overflow:hidden;
	padding-bottom:60px;	
}

.infoBackOoe5 {
	width:100%;
	background-image:url("../img/back5.jpg");
	background-repeat:repeat-y;
	background-size:100% auto;
	overflow:hidden;
	padding-bottom:60px;	
}

.infoBackOoe6 {
	width:100%;
	background-image:url("../img/back6.jpg");
	background-repeat:repeat-y;
	background-size:100% auto;
	overflow:hidden;
	padding-bottom:60px;	
}

.profileTextArea {
	border-color:#6491b9 !important;
}

.cellProfile1 {
	color:#6491b9 !important;
}

.profileTextAreaKimura {
	overflow:hidden;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	line-height:30px;
}

.scheduleRowTitle {
	border-color:#005faa !important;
}

.scheduleRowTitleAlfa {
	color:#005faa !important;
}

.scheduleYoutube {
	position:relative;
	width:100%;
	height:0;
	padding-top:55%;
	margin-bottom:20px;
}

.scheduleYoutube iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.scheduleContentImg {
	background-image:url("../img/scheduleBack.png") !important;
	background-size:40% auto !important;
}
.infoArea {
	background-color:rgba(17,46,83,0.1);
}
.fanclubLeft {
	float:left;
	width:45%;
	overflow:hidden;
	margin-top:10px;	
}

.fanclubLeft:after {
	clear:both;	
}

.fanclubLeftImg {
	float:left;
	width:45%;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:20px;
}
.tblProfile a {
	color: #333;
}
@media screen and (max-width: 999px) {
	.infoBackOoe1 {
		background-image:url("../img/mobileBack1.jpg");
	}

	.infoBackOoe2 {
		background-image:url("../img/mobileBack2.jpg");
	}

	.scheduleTitleTop {
		margin-top:100px;
	}
	.fanclubLeft {
		float:none;
		width:100%;
	}
	
	.fanclubLeftImg {
		float:none;
		width:100%;
		margin-right:0px;
		margin-bottom:0px;
	}

}
@media screen and (min-width:1000px) and (max-width: 1249px) {

}
@media screen and (min-width:1250px) and (max-width:1599px) {

}
@media screen and (min-width:1600px) {	

}

