/*
 * SEO・表示安定性に関する上書き。
 * 既存の圧縮CSSを直接変更せず、検証と切り戻しを容易にする。
 */
body.single-photo #content h1.page-title {
	color: #000;
	font-family: "ro-nikkatsu-sei-kai-std";
	font-size: 20px;
	font-weight: normal;
	line-height: 74px;
	margin: 0 0 0 -40px;
	padding: 0 0 0 40px;
	background: url("../img/arrow_big.png") no-repeat left center;
}

body.single-photo #content.full h1.page-title {
	margin-left: 0;
}

body.single-photo #content.fullimg h1.page-title {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 10px 20px;
	background: rgba(255, 255, 255, .8);
	line-height: 1.5;
}
