@charset "UTF-8";
/* 
Theme Name: ハコ
Theme URI:https://takuhai-reito-bento.com/
Author:ハコ
Description: スマホで見やすいテーマを目指す。SEO、月20万取り戻す。
Version:1.0
*/

body{  font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:14px;
}


.list-menu{
	display: inline-flex;flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
.list-menu li{
	margin-left:10px;
	padding:2px;
}


@media screen and (min-width: 481px) {
	/* 481px以上に適用されるCSS（タブレット用） */
}
@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */
}
