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

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

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

.infoArea {
	background-color:rgba(228,162,158,0.1);		
}

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

.cellProfile1 {
	color:#e4a29e !important;
}

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

.scheduleRowTitleAlfa {
	color:#e4a29e !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/schedule.png") !important;
}

.benefitsTitle {
	border-bottom:solid;
	border-bottom-width:1px;
	padding-left:10px;
	padding-right:10px;
	line-height:40px;
}

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


@media screen and (max-width: 999px) {
	.infoBackTsubuki1 {
		background-image:url("../img/mobileBack1.jpg");
	}
	.infoBackTsubuki3 {
		background-image:url("../img/mobileBack3.jpg");
	}
	
	.scheduleTitleTop {
		margin-top:150px;
	}

	.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) {	

}

