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

.menu_list{
	display: flex;
	justify-content: space-between;
}

.menu_list-item{
	width: 225px;
}

.menu_list-item img{
	width: 100%;
}


@media only screen and (max-width:570px){
	.menu_list{
		display: block;
	}
	
	.menu_list-item{
		width: 100%;
		margin-bottom: 10px;
	}		
}


/*font size
-----------------------------------*/
.txt-10px{	font-size:84%;	}/*10px*/
.txt-11px{	font-size:92%;	}/*11px*/
.txt-14px{	font-size:117%;	}/*14px*/
.txt-16px{	font-size:133%;	}/*16px*/
.txt-18px{	font-size:150%;	}/*18px*/
.txt-20px{	font-size:167%;	}/*20px*/
.txt-22px{	font-size:183%;	}/*22px*/
.txt-24px{	font-size:200%;	}/*24px*/
h4{ font-size: 92%;font-weight:bolder; }/*追加*/

.red{	color:#F00;	}
</pre></body></html>