﻿@charset "UTF-8";

body {
	-webkit-print-color-adjust: exact;
}

li.menu-case {
    width: 240px;
}

h1.title {
	position: relative;
	background-color: #e0e0df !important;
	text-align: center;
	font-size: 16px;
	line-height: 1.7em;
	padding-top: 3px;
}
.pringbutton {
	display: block;
	top: 4px;
	right: 4px;
	text-align: center;
	background: #595656;
	color: #FFF;
	float: right;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4em;
	padding: 1px 9px 0;
	border-radius: 8px;
	box-shadow: 3px 3px 5px 2px rgb(0 0 0 / 30%);
	cursor:pointer;
}
h1 .pringbutton {
	position: absolute;
}
.pringbutton > span {
	display: inline-block;
	transform: rotate(-90deg);
}

@media print{	/****　印刷時設定　****/
	.noprint {
		display: none;
	}
	.paintcenter {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	*.paintout {
		padding: 0;
		margin: 0;
		background: transparent;
		width: auto;
		height: auto;
		min-width: auto;
		min-height: auto;
	}
	.thisprint {
		max-width:210mm;
		max-height:297mm;
		width:auto;
		height:auto;
	}
	@page {
		margin: 0;
	}
}
