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

a {
	color:#fff;	
}

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

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

.imgArtistBase {
	display:table;
	margin-left:auto;
	margin-right:auto;
	border-collapse: separate;
	border-spacing: 40px 15px;
	width:100%;
}

.imgArtist {
	display:table-cell;
	width:28%;
	overflow:hidden;
}

.imgArtistBack {
	width:100%;
	overflow:hidden;
	display:block;
	box-shadow: 0px 20px 20px -20px #666;	
	margin-bottom:15px;
}

.imgArtist img {
	width:100%;
	transition-duration: 0.5s;
	display:block;
}

.imgArtist img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.5s;	/*変化に掛かる時間*/
}

.imgArtistName {
	width:100%;
	overflow:hidden;
	text-align:center;
	padding-top:10px;
	letter-spacing: 0.5em;
	padding-bottom:10px;
	background-color:#333;
	color:#fff;
}

.artistContent {
	width:100%;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:50px;
}
.artistContentInner {
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	line-height:28px;
}
.areaInformation {
	width:100%;
	overflow:hidden;
	
}
.infoRow {
	border-bottom:dashed;
	border-color:#ccc;
	border-width:1px;
	padding-top:10px;
	/*padding-bottom:5px;
	margin-bottom:5px;*/
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.infoDay {
	font-size:0.9rem;
	line-height:20px;
	letter-spacing: 0.2em;
	background-color:#0099cc;
	color:#ffffff;
	line-height:30px;
	padding-left:20px;
	padding-right:20px;
	display:inline-block;
}

.infoText {
	margin-top:10px;
	line-height:40px;
	color:#333333;
}

.infoTextContent {
	padding:10px;
	overflow:hidden;
	background-color:rgba(0,153,204,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;
}
.scheduleRowTitle {
	border-left:solid;
	border-bottom:solid;
	border-left-width:10px;
	border-bottom-width:1px;
	border-color:#0099cc;
	width:80%;
	padding-left:20px;
	line-height:35px;
}

.scheduleRowText {
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	color:#333;
	line-height:23px;
	overflow:hidden;
}

@media screen and (max-width: 999px) {
	.backArtist {
		background-size:100% auto;
	}
	.imgArtistBase {
		display:block;
		border-collapse:collapse;
		width:100%;
	}

	.imgArtist {
		display:block;
		width:100%;
		overflow:hidden;
		margin-bottom:30px;
	}

	.artistContentInner {
		width:95%;
	}
	.areaInformation {
		padding-top:40px;
		padding-bottom:40px;
		
	}
	.fanclubLeft {
		float:none;
		width:100%;
	}
	
	.fanclubLeftImg {
		float:none;
		width:100%;
		margin-right:0px;
		margin-bottom:0px;
	}

	.scheduleRowTitle {
		width:100%;
		padding-left:10px;
	}

	.scheduleRowText {
		margin-left:10px;	
	}
	
}

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

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

}
@media screen and (min-width:1600px) {	
	.artistContentInner {
		width:1000px;
	}
}
