@charset "UTF-8";
/*======================
  sawarajigama.com
  artist.css
======================*/
.artistpage-img {
	width: 1000px;
	height: 178px;
}
.artist-img {
	width: 200px;
	height: 286px;
	background-image: url(../images/artist/karakawa02.png)
}
.artist-img span {
	display: none;
}
#artist-item {
	margin: 0 auto;
	margin-top: 45px;
	width: 1000px;
	position: relative;
	display: flex;
	-webkit-justify-content: space-between;
  	justify-content: space-between;
}
#artist-text {
	margin: 0;
	padding: 0;
}
	
.artist-box-l {
	margin-left: 40px;
	width: 290px;
}
.artist-box-r {
	margin-left: 20px;
	padding-right: 40px;
	width: 560px;
}
.artist-name {
	margin-bottom: 20px;
	width: 188px;
	height: 75px;
}
h1 {
	font-family: "Yu Mincho", "YuMincho";
	font-size: 140%;
	letter-spacing: 0.3em;
	padding: 15px;
	height: 50px;
	text-align: center;
	margin: 15px auto 0 auto;
}
.quotationmark {
	width: 420px;
}
.quotationmark:before, .quotationmark:after {
	font-size: 130%;
}
.text-head {
	margin-left: 20px;
	height: 30px;
	background: url(../images/common/mark-1.png) no-repeat;
}
p {
	margin: 10px 10px 10px 20px;
}
p.edit {
	margin: 10px 10px 10px 20px;
	text-align: right;
	font-size: 75%;
}
/*---------------- Media Query ----------------*/
@media only screen and (max-width: 768px) 
{	
	h1 {
		font-size: 140%;
	}
	.artistpage-img {
		width: 100%;
		height: auto;
	}
	.artistpage-img img {
		width: 100%;
		height: auto;
	}
	#artist-item {
		width: 100%;
	}
	.artist-box-l {
	margin-left: 20px;
	}
	.artist-box-r {
	margin-left: 20px;
	width: 520px;
	}
	.artist-box-r img {
		width: 100%;
		height: auto;	
	}
	.quotationmark {
	width: 410px;
	}
}
@media only screen and (max-width: 600px) 
{
	h1 {
		text-align: center;
		font-size: 120%;
		height: 20px;
	}
	.artist-img {
	margin: 0 auto;
	}
	.artistpage-img {
		display: none;
	}
	#artist-item {
		width: 90%;
		display: block;
	}
	.artist-box-l {
		display: block;
		margin-left: 0px;
		width: 100%;
	}
	.artist-box-l img {
		width: 65%;
		height: auto;
	}
	.artist-box-r {
		display: block;
		margin-left: 0px;
		padding-right: 0px;
		width: 100%;
	}
	.artist-box-r img {
		width: 100%;
		height: auto;	
	}
	.artist-name {
		margin: 0 auto;
	}
	.artist-name img {
		width: 100%;
		height: auto;
	}
	.text-head {
		margin-top: 20px;
		margin-left: 0;
		background-position: center center;
	}
	.quotationmark {
			width: 95%;
    		margin: 30px auto 0 auto;
		}
}