/* FAX 注文書（/dealer/fax）。A4 1 枚、白黒の FAX でつぶれない太さ・大きさにする */
* { box-sizing: border-box; }
html { background: #e5e5ea; }
body { margin: 0; color: #000; font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", sans-serif; font-size: 12px; }

.bar { display: flex; align-items: center; gap: 12px; max-width: 210mm; margin: 16px auto 12px; padding: 0 4px; font-size: 14px; }
.bar p { flex: 1; margin: 0; color: #333; }
.bar button { padding: 10px 22px; border: 0; border-radius: 999px; background: #0071e3; color: #fff; font-size: 15px; font-weight: 700; cursor: pointer; }
.bar a { color: #0066cc; }

.sheet { width: 210mm; min-height: 297mm; margin: 0 auto 24px; padding: 11mm 12mm 9mm; background: #fff; }

.head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding-bottom: 6px; border-bottom: 2.5px solid #000; }
.head .to { margin: 0 0 2px; font-size: 12px; }
.head h1 { margin: 0; font-size: 26px; letter-spacing: .08em; }
.fax-no { text-align: right; }
.fax-no small { display: block; font-size: 11px; }
.fax-no strong { display: block; font-size: 26px; line-height: 1.1; }
.fax-no span { font-size: 11px; }

h2 { margin: 10px 0 4px; font-size: 13px; }
h2 small { margin-left: 6px; font-size: 11px; font-weight: 400; }

table { width: 100%; border-collapse: collapse; }
.form { margin-top: 8px; }
.form th, .form td, .items th, .items td { height: 8.2mm; padding: 2px 6px; border: 1.2px solid #000; vertical-align: middle; }
.form th { width: 26mm; background: #eee; font-weight: 700; text-align: left; white-space: nowrap; }
.form td.fill { font-size: 13px; }
.form td.w-date { width: 60mm; }

.items th { background: #eee; font-weight: 700; text-align: left; }
.items td { height: 8mm; font-size: 12.5px; }
.items .no { width: 10mm; text-align: center; }
.items .code { width: 46mm; font-family: "SF Mono", Menlo, Consolas, monospace; font-size: 13px; font-weight: 700; }
.items .qty { width: 18mm; text-align: right; font-size: 13px; font-weight: 700; }

.terms p { margin: 0 0 4px; font-size: 12.5px; }
.terms ul { margin: 4px 0 0; padding-left: 16px; font-size: 10.5px; line-height: 1.55; }

.memo { height: 20mm; border: 1.2px solid #000; }

.foot { margin-top: 8px; padding-top: 5px; border-top: 1px solid #000; font-size: 10px; text-align: center; }

@page { size: A4; margin: 0; }
@media print {
	html, body { background: #fff; }
	.bar { display: none; }
	.sheet { margin: 0; }
}
