@charset "UTF-8";
/* 印刷用のスタイル */
@media print{
    .print_none{
        display: none;
    }
}
/* プレビュー用のスタイル */
@media screen {
    body {
        background: #eee;
    }
    .page {
        background: white; /* 背景を白く */
        box-shadow: 0 .5mm 2mm rgba(0,0,0,.3); /* ドロップシャドウ */
        margin: 5mm;
    }
}


@page {
    size: A4 portrait;
    margin: 0mm;
}
*{
    margin: 0mm;
    padding: 0mm;
}
body {
    width: 210mm; /* for Chrome */
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    line-height: 1.5em;
}

.page {
    height: 296.5mm;/* 0.5mm余裕をもたせる */
    width: 210mm;
    page-break-after: always;

    box-sizing: border-box;
    padding: 20mm 25mm;
    font-size: 11pt;
}

.bt-area {
    width: 210mm;
	margin:5mm;
}




/* ============================================ */
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mb10 {margin-bottom: 10px;}
.fs11 {font-size: 11px;}
.lh21 {line-height: 21px;}
    .left{
      float: left;
    }
    .right{
      float: right;
    }

.txt__left{
    text-align: left;
}
.txt__right{
    text-align: right;
}
.txt__center{
    text-align: center;
}
.txt_underline{
	padding: 0 10px;
	border-bottom: solid 3px #807396;
}
.purple {
	color:#8F5D87;
}

.name{
    font-size: 12pt;
}
.caption{
    font-size: 9pt;
}
.bank{
    margin-bottom: 1em;
}

.b_left { border-left: 1px solid white !important;}
.b_left_p { border-left: 1px solid #A295B3 !important;}
.b_right_p { border-right: 1px solid #A295B3 !important;}

.table {caption-side:    bottom;}
.table thead {
  background: #A295B3 !important;
	color: white;
	font-size: 12px;
}
.table th {
	font-size: 12px;
	border-bottom: 1px solid #A295B3;
	border-top: 1px solid #A295B3;
	padding: 5px !important;
}
.table td {
	font-size: 12px;
    border: 1px solid #A295B3;
	padding: 5px !important;
}
.table td:nth-of-type(2) {
	text-align: center;
}

.table td:nth-of-type(3) {
	text-align: center;
}

.table td:nth-of-type(4) {
	text-align: right;
}
/*--------------------*/
.table2 thead {
  background: #A295B3 !important;
	color: white;
	font-size: 11px;
	line-height: 15px;
}
 .table2 td {
	font-size: 12px;
    border: 1px solid #A295B3;
	padding: 5px !important;
	line-height: 15px;
}
.table2 td:nth-of-type(1) {
	text-align: left;
	width: 40%;
}
.table2 td:nth-of-type(2) {
	text-align: left;
	width: 30%;
}

.table2 td:nth-of-type(3) {
	text-align: right;
	width: 30%;
}

h1{
/*    margin: 1em 0;*/
    font-size: 16pt;
    letter-spacing: 0.2em;
}
h2{
	padding: 0 10px;
	border-bottom: solid 3px #807396;
}

.area td,.area th {
    border: none !important;
}
.area td { font-size: 12px; }
.wapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.signature{
	font-size: 10px;position: absolute;bottom: 0; right: 0;
}
.lh19 {line-height: 19px;}
.title {
  padding: 5px 20px;
  color: #fff;
  border-radius: 100vh;
  background-color: #8F5D87;
}
.price{
    display: flex;
    border: solid 0.5pt #A295B3;
    font-size: 11pt;
    width: 225px;
    margin: 0.7em 0;
}
.price dt, .price dd{
    padding: 3px 10px;
}
.price dt{
    border-right: solid 0.5pt #A295B3;
	background-color: #A295B3;
	color: white;
}

table{
    width: 100%;
    border-collapse: collapse;
}
th, td{
/*    border: solid 0.5pt #000;*/
    padding:0.1em;
}
thead,
tfoot th{
    background: #ccc;
}

tfoot td:empty{
    border: none;
}
