/* Y'S GEAR : title_008.css */


/*======================================================================*
 *  [ pageTitle | ページタイトル【調整部分】 ]
 *======================================================================*/

.pageTitle {
	/* [ 変更 ] */ background-image: url(/photo/008/img/bg_pageTitle.jpg);
}

.pageTitle h1 {
	/* [ 変更 ] */ background-image: url(/photo/008/img/ttl_pageTitle.png);
}
html>/**/body .pageTitle h1 { /* [ IE8 ] */
	/* [ 変更 ] */ background-image /*\**/: url(/photo/008/img/ttl_pageTitle_ie8.png) \9;
}

/* [ 700px 以下 ] */
@media screen and (max-width: 700px) {
	.pageTitle h1 {
		/* [ 固定 ] */ width: 100%;
	}
}

/* [ 375px 以下 ] */
@media screen and (max-width: 375px) {
	.pageTitle h1 {
		/* [ 変更 ] */ width: 231px;
		/* [ 変更 ] */ height: 38px;
		/* [ 変更 ] */ background-image: url(/photo/008/img/ttl_pageTitle_spn.png);
	}
}

