/*------------------------------------
  背景色変更
-------------------------------------*/
*
{
	color: black !important;
	background-color: unset !important;
}

@media all and (-ms-high-contrast: none) 
{
	*
	{
		color: black !important;
		background-color: unset !important;
	}
	
}
#pageTop, .logoSet, input, textarea, select, meter, progress, .cse .gsc-control-cse, .gsc-control-cse
{
	background-color: yellow !important;
}

*.boxSlave, *.infoDetail, *.infoList, *.sub_box, *.box, dl, .headerIn, .subPage, .boxIn, .titleBody, .list, .mapAreaSchoolInfo
{
	background: yellow !important;
}

#background1, #header, #subFooter
{
	background: yellow !important;
}

.boxSlave li,dt{
	background: yellow !important;
}

.boxIn p{
	background: yellow !important;
}

#subFooter h2{
	background: yellow !important;
}

.sp.on{
	background: url(../../hp_jsmartphone/images/baseline_smartphone_white_18dp.png) no-repeat center/60% #1da1f2 !important;
}

.sp.off {
	background:url(../../hp_jsmartphone/images/baseline_smartphone_black_18dp.png) no-repeat center/60% #B3B3B3 !important;
}

.pc.on {
	background: url(../../hp_jsmartphone/images/baseline_desktop_mac_white_18dp.png) no-repeat center/60% #1da1f2 !important;
}

.pc.off {
	background:url(../../hp_jsmartphone/images/baseline_desktop_mac_black_18dp.png) no-repeat center/60% #B3B3B3 !important;
}
