﻿html, body, .container {
	height: auto !important;
	width: auto !important;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0 auto !important;
	font-size: 0.9em !important;
	background: #fff !important;
}

body {
	overflow-y: visible !important;
	overflow-x: visible !important;
}

section {
	display: block;
	page-break-after: always;
}

pre code {
	page-break-after: always;
}

@page {
	size: A4 portrait;
	margin: 0.6cm 0.2cm;
}

p a, code, pre {
	word-wrap: break-word;
}

pre a[href]::after {
	content: "";
}

pre abbr[title]::after {
	content: "" !important;
}

a[href]::after {
	content: "" !important;
}

abbr[title]::after {
	content: "" !important;
}

pre .ir a:after, pre a[href^="javascript:"]:after, pre a[href^="#"]:after {
	content: "";
}

.no-print {
	display: none !important;
}

.table{
	border: 1px solid #999 !important;
}

.table td,
.table th{
	border: none !important;
	text-decoration: none !important;
}

.table tr{
	border-bottom: 1px solid #999 !important;
}

.table tr:last-child{
	border-bottom: none !important;
}

.table th{
	background: #ddd !important;
	border-bottom: 1px solid #999 !important;
}

#reservation .table .title-short{
	width: 150px;
}

/* 領収書 */
#receipt-body #footer, #receipt #footer {
	display: none !important;
}

.receipt-wrapper {
	padding: 0;
	margin-bottom: 0;
}

.receipt-title{
	margin: 0 auto;
}

table.table-receipt td .form-control {
	border: none !important;
	box-shadow: none !important;
	color: #333;
	padding: 0 !important;
}

.receipt-seal {
	position: relative;
	top: 100px;
}

	.receipt-seal img {
		display: block;
		position: absolute;
		right: 0;
		top: -100px;
	}

table.table-receipt {
	border: 2px solid #666 !important;
}

table.table-receipt tr {
	border-bottom: 1px solid #666 !important;
}

table.table-receipt tr:last-child {
	border-bottom: none !important;
}
table.table-receipt td {
	padding: 10px;
	border-right: 1px solid #666;
}

table.table-receipt .table-price{
	margin-bottom: 0;
}
table.table-receipt th,
table.table-receipt td {
	background: none !important;
	border: none;
	color: #333;
}

table.table-receipt .table-price tr,
table.table-receipt .table-price th,
table.table-receipt .table-price td{
	border: 1px solid #dee2e6 !important;
}
table.table-receipt .table-price th,
table.table-receipt .table-price td{
	padding: 10px;
}

table.table-receipt .table_spstyle{
	margin: 10px 0;
}

table.table-receipt .table_spstyle,
table.table-receipt .table_spstyle tr,
table.table-receipt .table_spstyle td{
	border: 1px solid #666 !important;
}

table.table-receipt .table_spstyle th,
table.table-receipt .table_spstyle td{
	padding: 5px 10px !important;
}

@media print {
	/* 対象クラスは画面には非表示、印刷時には表示 */
	div.no-screen {
		display: block;
	}

	tr.no-screen {
		display: table-row;
	}
	 a[href]:after {
		 content: "" !important;
	 }

	 abbr[title]:after {
		 content: "" !important;
	 }
}
