@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
body {
	min-width: 100px !important;
}

#container {
	padding-top: 0;
}

.comMapBox .textUl li .numTxt {
	display: inline-block;
}

.comBtn a {
	font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
	body {
		min-width: 0 !important;
	}
}
