@charset "utf-8";
/* CSS Document */

.scheduleRowTitlePurple {
	border-left:solid;
	border-bottom:solid;
	border-left-width:10px;
	border-bottom-width:1px;
	border-color:#8c87b9;
	width:50%;
	padding-left:20px;
	line-height:35px;
}

.scheduleRowText {
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	color:#333;
	line-height:23px;
}
.infoArea {
	background-color:rgba(114,168,216,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;
}

@media screen and (max-width: 999px) {

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

}

