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

/*
	福島県教育旅行　sisetu/index2.html 秋用CSS

	sisetu2_autmn.css
	create	20170614
*/



/* ---------------------------------------------------------
	約560px未満の画面向けスタイル モバイルファースト
--------------------------------------------------------- */
.sisetuTitle {
	border-bottom: 2px solid #FF9326;
}
.sisetuTitle2 {
	border-bottom: 2px solid #FF9326;
}
.sisetuBox .searchBox .searchBoxBtn {
	background-color: #FF9326;
}
.sisetuBox .searchBox form input[type=button] {
	background-color: #FF9326;
	background-image: -webkit-linear-gradient(270deg,rgba(255,147,38,1.00) 0%,rgba(255,147,38,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,147,38,1.00) 0%,rgba(255,147,38,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,147,38,1.00) 0%,rgba(255,147,38,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,147,38,1.00) 0%,rgba(255,147,38,1.00) 100%);
}
.sisetuBox .btnMore a {
	background-color: #FF9326;
}
.sisetuBoxList .btnMore a {
	background-color: #FF9326;
}
.sisetuBox &gt; .pager {
	background-color: #FF9326;
}



/* 詳細ページ用 */
#main .sisetuData h3 {
	color: #FF9326;
}
#main .dataBox table th {
	background-color: #FF9326;
}
#main .areaInfo h4 {
	color: #FF9326;
}





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

}





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

	.sisetuTitle {
		color: #FF9326;
	}
	.sisetuBoxList .btnMore a {
		border-color: #FF9326;
		color: #FFF;
	}
	.sisetuBoxList .btnMore a:hover {
		color: #FF9326;
	}
	.sisetuBoxList .btnMore a:hover::after {
		background: #FFF;
		color: #FF9326;
		font-weight: bold;
	}
}
</pre></body></html>