<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

[id^="subject"]{
	background: #c65819 url("../images/subjectBg.png");
	}

.specialBox{}
	.specialBox &gt; div:before{
		background: #c65819;
		}

.subTitle{
	fill: #c65819;
	}



/* for mobile */
@media (max-width: 767px) {
/*767px莉･荳�*/
}
@media (max-width: 767px) and (orientation:portrait) {
/*767px莉･荳� 邵ｦ蜷代″*/
}
@media (max-width: 767px) and (orientation:landscape) {
/*767px莉･荳� 讓ｪ蜷代″*/
#itemSearch{}
	#itemSearch dd{
		width: calc(30% - 0.66em);
		}
	#itemSearch dd:last-child{
		width: calc(40% - 0.66em);
		}
}


/* for TabletPC */
@media (min-width: 768px) {
/*768px莉･荳�*/
}
@media (min-width: 768px) and (max-width: 991px) {
/*768px��991px*/
}
@media (max-width: 991px) {
/*991px莉･荳�*/
}


/* for PC */
@media (min-width: 992px) {
/*992px莉･荳�*/
#itemSearch{}
	#itemSearch dd{
		width: calc(33.33% - 0.66em);
		}
}
@media (min-width: 992px) and (max-width: 1199px) {
/*992px��1200px*/
}
@media (min-width: 1200px) {
/*1200px莉･荳�*/
#globalMenu{}
	#globalMenu [href="/article/index.html"]{
		color: #c65819;
		}
		#globalMenu [href="/article/index.html"]:before{
			content: "";
			background: #c65819;
			}
}


/* ie */
@media all and (-ms-high-contrast: none){}


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