<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:   neblue-child
Template:     neblue
Version:      1.2.18
*/


/* ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚ºéƒ¨åˆ† */

@media (min-width: 1200px){
	.container{
		width:1150px;
	}
	
	.main-navigation .menu &gt;li &gt;a{
		font-size:16px;
	}
}

.site-content .container {
	background-color:#fff;
	padding:30px 15px 0;
}

.widget_custom_html{
	box-shadow:none;
}

@media (min-width: 768px){
	.pc-hide{
		display:none;
	}
}

@media (max-width: 768px){
	.mobile-hide{
		display:none;
	}
}</pre></body></html>