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

#header-content{
	display:none;
}

#current-page{
	margin-top:10px;
}

.content-nav{
	text-align:center;
	margin-top:20px;
}

.hightlight{
    font-weight: bold;
}

@media print, screen and (min-width: 768px){
/*------------------------------------------
PC
------------------------------------------*/
.smart {
	display:none;
}

}/*media*/

@media screen and (max-width:767px){
/*------------------------------------------
スマホ
------------------------------------------*/

}/*media*/</pre></body></html>