@charset "UTF-8";
body {
	border: none;
	overflow-x: hidden;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;
}
a:link, a:visited {
	color: #009b63;
	text-decoration: none;
	outline: none;
	opacity: 1;
	transition: all 480ms;
	-webkit-transition: all 480ms;
	-ms-transition: all 480ms;
	-moz-transition: all 480ms;
}
a:hover, .current, a:hover {
	color: #999!important;
	text-decoration: none;
	opacity: .4;
}
.artistBody {
	width: 800px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	background: #fff;
}
.prev {
	position: absolute;
	top: 183px;
	left: 20px;
	z-index: 2;
}
.next {
	position: absolute;
	top: 182px;
	right: 20px;
	z-index: 2;
}
.prev img {
	width: 36px;
}
.next img {
	width: 36px;
}
.artistInn {
	width: 568px;
	margin: 0 auto;
	padding: 60px 0;
}
.artistImg {
	float: right;
	margin: 0 0 40px 40px;
}
.artistName {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 2em;
}
.artistName span {
	font-size: 12px;
	margin-left: 1em;
}
.artistInn p {
	font-size: 13px;
	line-height: 2;
	clear: both;
	width: auto;
}
.aboutCap {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 2em;
}
.logo img {
	width: 586px;
	height: auto;
}

@media screen and ( max-width: 768px) {
	.artistBody {
		width: 100%;
	}
	.artistInn {
		width: 90%;
		margin: 0 auto;
	}
	.artistImg {
		float: none;
	}
	.prev img {
		width: 15px;
		height: auto;
	}
	.next img {
		width: 15px;
		height: auto;
	}
	.prev {
		position: absolute;
		height: auto;
		top: 183px;
		left: 20px;
		z-index: 2;
	}
	.next {
		position: absolute;
		top: 182px;
		right: 20px;
		z-index: 2;
	}
	.logo img {
		width: 80%;
		height: auto;
	}
}
