
body {
    font-size: 16px;
    width: 800px;
    margin-right: auto;
    margin-left : auto;
}

.receipt {
    font-size: 17px;
}

.logo {
    height: 60px;
}

.user_address {
    margin-left: 500px;
}

.vendor_name, .title {
    font-weight: bold;
}

h1 {
    text-align: center;
    font-size: 36px;
}

.order_date {
    float: right;
}

table.sum, table.sum td {
    /* border: 0px solid; */
    border: 0px;
    border-collapse: collapse;
    margin-left : auto ;
    margin-right : 0 ;
    width: 35%;
}
table.sum th {
    text-align: left;
    padding-left: 10px;
    font-weight: normal;
}
table.sum td {
    text-align: right;
    padding-right: 10px;
}

table.detail, table.detail td, table.detail th {
    border: 1px solid #595959;
    border-collapse: collapse;
}
td, th {
    padding: 3px;
    width: 200px;
    height: 25px;
}
table.detail th {
    /* background: #f0e6cc; */
    background: whitesmoke;
}
thead {
    display: table-header-group;
}
tr {
    /* 表が改ページ跨がりになるのを防ぐ */
    page-break-inside: avoid;
}
.even {
    background: #fbf8f0;
}
.odd {
    background: #fefcf9;
}
.price, .num {
    text-align: right;
    padding-right: 10px;
}
.item_name {
    width: 54%;
    padding-left: 10px;
}
.price {
    width: 18%;
}
.num {
    width: 10%;
}


.caution dt {
    width: 50px;
    float:left;
}

.caution dd {
}

.caution ul {
    margin-top: 0px;
}

.sentence {
    margin-left: 20px;
}

p.pagebreak {page-break-before: always; }

.order_id {
    text-align: right;
}

.print_date {
    text-align: right;
}

.thanks {
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.dashline {
    text-align: center;
    display: none;
}

.user_name {
    margin-left: 100px;
    font-size: 36px;
    text-decoration: underline;
}
.mr {
    font-size: 30px;
}
.amount {
    margin-left: 150px;
    font-size: 36px;
    text-decoration: underline;
}
.comment {
    margin-left: 150px;
    float: left;
}

.stamp {
    height: 100px;
    float: left;
    margin-right: 10px;
}

.certificate {
    margin-left: 460px;
}

.company_address {
    padding-top: 10px;
}

.dummy {
    height: 200px;
    text-align: center;
    border: 1px dashed gray;
    background-color: whitesmoke;
}
