@charset 'utf-8';
.whiteBack { -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; }
.midBox { border-bottom:1px solid #CCC; }
.midBox:hover .body p,
.midBox:hover p.goMore span,
.midBox:hover h3.artistName,
.bigBox:hover .body p,
.bigBox:hover p.goMore span,
.bigBox:hover h3.artistName{
	color: #FF8C00;
}
.midBox h3, .midBox p, .midBox address{
	width: 560px;
	margin: 0 0 3px 0;
}
.midBox .img{
	float: left;
	margin-right: 1em;
	height: 130px;
	width: 130px;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #efefef;
}
.midBox .img p,
.midBox .img a,
.midBox .img img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0; padding: 0;
	float: none;
}
.bigBox h3.artistName,
.midBox h3.artistName{
	margin-bottom: 8px;
	color: #333;
	font-size: 131%;
	font-weight: bold;
}
.bigBox .body p,
.midBox .body p{
	margin-bottom: 1em;
	font-weight: normal;
	color: #878787;
	line-height: 1.5;
}
p.goMore{
	color: #FF8C00;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: -1em;
}
p.goMore span{
	color: #515151;
	font-weight: bold;
}
p.goMore span::before{
	content: "";
	display: inline-block;
	width: 13px; height: 13px;
	vertical-align: sub;
	padding-bottom: 2px;
	padding-right: 4px;
	background-image: url(https://www.livefans.jp/img/common/circle.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 13px 13px;
}
.headarea{
	margin-bottom: 2em;
}
.headarea .desc{
	margin-top: 1em;
	line-height: 1.5;
	color: #888;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	border-radius: 4px;
	padding: 1em;
}
.headarea .desc h1{
	margin-bottom: 1em;
	text-align: center;
}
.headarea .desc p{
	line-height: 1.5;
}
.bigBox{
	position: relative;
	overflow: hidden;
	border: 4px solid #efefef;
	padding: 1.5em;
	margin-bottom: 1em;
}
.bigBox::after {
	content: "NEW";
	background-color: #ff5338;
	padding: 14px 8px;
	border-radius: 50%;
	color: #fff;
	font-size: 93%;
	font-weight: bold;
	position: absolute;
	right: 8px;
	top: 8px;
}
.bigBox .img{
	float: left;
	margin-right: 1em;
}
.bigBox .img img{
	width: 338px;
}
.bigBox .body{
	overflow: hidden;
	padding-right: 42px;
	padding-bottom: 1.5em;
}
.bigBox .goMore{
	position: absolute;
	right: 1.5em;
	bottom: 1.5em;
}
.bigBox a:hover img{
	opacity: 0.6;
}