@charset "UTF-8";

@media screen and (max-width: 768px) {

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* common.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* 「もしかしてだけど、バンドアルバム」全曲解説・試聴（linernotes.css） #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

#linernotes {
	width: 100%;
	margin: 0 auto;
}

#linernotes h2 {
	float: none;
	margin: 0;
	padding: 0.6em 4%;
	font-size: 1.4rem;
	letter-spacing: 0;
	
	border-radius: 0;
}
#linernotes h2::after {
	font-size: 1.0rem;
}

#linernotes > div.format {
	padding: 1em 4%;
}

#linernotes div.info {
	margin: 0;
}

#linernotes div.info p {
	font-size: 1.2rem;
	text-indent: 1em;
	line-height: 1.8;
}

#linernotes div.info p.signature {
	text-align: right;
	text-indent: 0;
}

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* ロングインタビュー（interview.css） #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

#interview {
	width: 100%;
	margin: 0 auto;
}

#interview h2 {
	float: none;
	margin: 0;
	padding: 0.6em 4%;
	font-size: 1.4rem;
	letter-spacing: 0;
	
	border-radius: 0;
}
#interview h2::after {
	font-size: 1.0rem;
}

#interview > div.format {
	padding: 1em 4%;
}

#interview div.info {
	margin: 0;
}

#interview div.info p {
	font-size: 1.2rem;
	text-indent: 1em;
	line-height: 1.8;
}

#interview div.info p.signature {
	text-align: right;
	text-indent: 0;
}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

}