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

/*****************SPのみ実装*****************/

body {
	margin: 0 auto!important;
	padding: 0;
	max-width: 100%;
}

img {
	width: 100%!important;
	max-height: 100%;
}

div.header_box {
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	column-width: 100px;
	column-count: 1;
}

div.header_box p {
    width: 100%;
    font-size: 1em;
    background: #bf0000;
    padding-top: 10px;
    padding-bottom: 10px;
    text-indent: 0.5em;
    margin: 15px 0 0;
    color: #fff;
    border-radius: 5px;
	font-family: "Osaka-mono", "MS Gothic", "monospace";
}


ul.h_box {
	width: 100%;
	margin-block-end: 0px;
    margin-block-start: 0px;
	padding: 5px;
}

ul.h_box li {
	position: relative;
	margin-right: 15px;
}

ul.h_box li img {
	max-width: 100%;
}


/***クーポン***/
p.time {
	font-size:0.6em;
	background: #fff;
	padding-top: 0px;
	border-radius: 0px;
	margin: 0px;
	text-indent: 0px;

}
	</pre></body></html>