@charset "UTF-8";
/*
 topics.css（ファイル名変更不可）
 本サイト記事ページ用CSS（記事ページのみ読み込まれる）
*/

#topics h2{
	width: 174px;
	height: 36px;
	font-size: 0;
	background-image: url(../images/topics/title.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 5%;
}

@media only screen and (max-width: 750px) {

}

/* ------------------------------------------------------------------
 SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
}

/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
}


/* ------------------------------------------------------------------
 PC（993px〜）
------------------------------------------------------------------ */
@media screen and (min-width: 993px) {
}