<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*
	福島県教育旅行
	リンク 秋用CSS
	link/index.html

	link.css
	create	20170614
*/



/* ---------------------------------------------------------
	約560px未満の画面向けスタイル モバイルファースト
--------------------------------------------------------- */
.linkBox h1 {
	color: #FF9326;
	border-bottom: 1px solid #FF9326;
}
.linkBox h2 {
	color: #FF9326;
}





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


}





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

}
</pre></body></html>