@charset "utf-8";
/* CSS Document */
.infoBackToba1 {
	width:100%;
	background-image:url("../img/back1.jpg");
	background-repeat:repeat-y;
	background-size:100% auto;
	overflow:hidden;
	padding-bottom:60px;
}

.infoBackToba2 {
	width:100%;
	background-image:url("../img/back2.jpg");
	background-repeat:repeat-y;
	background-size:100% auto;
	overflow:hidden;
	padding-top:60px;
	padding-bottom:60px;
}

.infoBackToba3 {
	width:100%;
	background-image:url("../img/back3.jpg");
	background-repeat:repeat-y;
	background-size:100% auto;
	overflow:hidden;
	padding-bottom:60px;	
}

.profileTextArea {
	border-color:#00736e !important;
}

.cellProfile1 {
	color:#00736e !important;
}

.scheduleRowTitle {
	border-color:#462d55 !important;
}

.scheduleRowTitleAlfa {
	color:#462d55 !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;
}
.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;
}
.fanclubLeftImg img{
	width:100%;
	display: block;
}

.titleBackPurple {
  background-color: #5a325a;
  color:#ffffff;
  padding-left:20px;
  padding-right: 20px;
  margin-bottom: 10px;
  display:inline-block;
  line-height: 50px;
}

@media screen and (max-width: 999px) {
	.infoBackToba1 {
		background-image:url("../img/mobileBack1.jpg");
	}
	.infoBackToba3 {
		background-image:url("../img/mobileBack3.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) {	

}

