@charset "UTF-8";
/* ===================================================================
CSS information
 style info : artistdetail
=================================================================== */


#portfolio-grid .mfp-hide a {
	color: #f93d67 !important;
}

/* -----------------------------------------------------------
	artistBox
----------------------------------------------------------- */
.artistBox {
	width: 90%;
	display: table;
	table-layout: auto;
	margin: 20px auto;
}
.artistBox .artistPhoto {
	width: 30%;
	display: table-cell;
	vertical-align: top;
}
.artistBox .artistPhoto .photoBox {
	width: 100%;
	overflow: hidden;
}

.artistBox .artistPhoto .photoBox img {
	text-align: center;
    max-width: 100%;
	width: 100%;
}

.artistBox .artistPhoto .photoBox p {
	word-wrap: break-word;
	font-size: 100%;
}
.artistBox .atristInfoBox {
	display: table-cell;
	vertical-align: top;
	padding-left: 25px;
	word-break: break-all;
	word-wrap: break-word;
}
.atristInfoBox .artistName {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 700;
   padding-bottom: 10px;
}
.atristInfoBox .artistInfo {
	padding-right: 15px;
	line-height: 1.6;
}




@media (max-width: 768px) {
	.artistBox {
		display: block;
	}
	#artistListArea ul li .artistBox {
		width: 100%;
		display: 100;
		table-layout: auto;
	}
	.artistBox .artistPhoto {
		display: block;
		margin: 0 auto 15px auto;
		width: 100%;
	}
	
	.artistBox .artistPhoto img {
		width: 100%;
		max-width: 100% !important;
	}
	
	.artistBox .artistPhoto .photoBox {
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}

	.artistBox .artistPhoto .photoBox p {
		font-size: 90%;
		padding: 10px 0;
	}
	
	.artistBox .atristInfoBox {
		display: block;
		width: 95%;
    	margin: 0 auto;
		padding-left: 0;
		word-break: break-all;
		word-wrap: break-word;
	}
	
	.artistBox .atristInfoBox img {
		padding-bottom: 10px;
	}
	

	
	.atristInfoBox .artistInfo {
		height: auto;
		padding-right: 0;
		-webkit-overflow-scrolling: touch;
    	overflow: auto;
	}
	
	.atristInfoBox .artistInfo {
		font-size: 90%;
		line-height: 1.6;
	}

}

















