@charset "utf-8";

/* ねこの小箱 menu */

body {
	background-image: url("../img/menu_bg2.png");
	background-size: 780px;
	background-repeat: no-repeat;
	background-position: right -30px;
	background-attachment: fixed;
}
.copy1_box {
	margin: 20px auto 10px;
}
.copy1 {
	text-align: right;
	color: #ef4d65;
	position: relative;
	display: inline-block;
}
.copy1 p {
	color: #796e55;
}
.copy1_box img {
	display: absolute;
	bottom: 0;
	width: 150px;
	padding: 0;
}

.day27 {
	display: block;
	padding: 4px 12px;
	background-color: #dbd6c3;
	border-top: solid 1px #bfb5aa;
	border-left: solid 1px #d0c5b9;
	border-bottom: solid 1px #f4f7d4;
	border-radius: 6px;
}
h3 {
	color: #735529;
	border-color: #735c3b;
}
h3.sweets {
	color: #bc2640;
	border-color: #a42a3f;
}
h3.food {
	color: #de5d0b;
	border-color: #de5d0b;
}

.spacer {
	margin-top: 80px;
}

ul.drink,
ul.sweets,
ul.food {
	width: 99.5%;
	display: inline-block;
	list-style: none;
	border-bottom: dashed 1px #8d8377;
	margin: auto 0 0.25em 0;
	padding-bottom: 0.15em;
	white-space: nowrap; /* リスト内のテキストの自動改行を禁止 */
}

.drink li,
.sweets li,
.food li {
	display: inline-block;
	list-style: none;
	white-space: nowrap;
	line-height: 1.2em;
}

.drink li:before,
.sweets li:before,
.food li:before {
	content: "●";
	margin: 0.25rem auto;
	font-size: 0.85em;
}

.drink li:before {
	color: #a38f7e;
}
.sweets li:before {
	color: #e698a0;
}

.food li:before {
	color: #e3aa6e;
}

.price {
	display: block;
	margin-bottom: 10px;
	margin-right: 0.25em;
	text-align: right;
	border-bottom: double #b0a598;
}
