@charset "utf-8";

/*
	福島県教育旅行　/sitemap.html 夏用CSS

	sitemap.css
	create	20170614
*/



/* ---------------------------------------------------------
	約560px未満の画面向けスタイル モバイルファースト
--------------------------------------------------------- */
.sitemapTitle {
	border-bottom: 2px solid #FF4D4D;
}





@media screen and (min-width: 768px){
	/*	約768px以上の画面向けスタイル（タブレット） */

}





@media screen and (min-width: 980px){
	/*	約980px以上の画面向けスタイル（PC） */

	.sitemapTitle {
		color: #FF4D4D;
	}
}
