#artist section {
	display:flex;
	align-items:center;
}

#artist section div {
	margin: 0 0.5%;
}

#artist .actartist {
	width:65%;
}

#artist .first {
	width:100%;
}

#artist .first li {
	width:48%;
	margin:1%;
	position:relative;
}

#artist .timetable {
	width:35%;
}

#artist .timetable img{
	width:100%;
}

#artist .cntxt {
	border:solid 1px #ffffff30;
	padding:1em;
	margin:2em auto;
	text-align:left;
	max-width:90%;
	width:700px;
}

#artist .cntxt h4{
	margin-bottom:0.5em;
	text-align:center;
}

@media screen and (max-width:767px){
	#artist section {
		display:block;
	}

	#artist .actartist,
	#artist .timetable {
		width:100%;
	}

}

a.modoshi {
	display:block;
	text-align:center;
	color:#c22;
}

.mdsp {
	padding-top:3em;
}

