@charset "utf-8";
body {
    background-color: #4895B3;
}

.container {
    width: 950px;
    margin: 0 auto;
    padding: 130px 15px 0px 15px;
}

#breadcrumbs,
.breadcrumbs {
    width: 180px;
}

.container h2 {
    font-weight: bold;
    font-size: 3em;
    color: #fff;
    margin: 50px auto;
    text-align: left;
    letter-spacing: 2px;
    border-bottom: 5px dotted #c2d80c;
}

.comment p {
    font-size: 1.6em;
    letter-spacing: 3px;
    line-height: 1.5em;
}

.result,
.price,
.can {
    width: 800px;
    margin-left: 150px;
    margin-top: 100px;
}

.can h3,
.result h3,
.price h3 {
    font-size: 2.1em;
    font-weight: 500;
    margin: 50px auto;
    border-bottom: 5px dotted #c2d80c;
}

.result p {
    margin-left: 20px;
}

.can dl dd {
    float: left;
    width: 320px;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.8em;
}

.can dl dd::before {
    content: "・";
}

.list {
    margin-left: 100px;
}

.can p {
    margin-top: 80px;
    font-size: 1.4em;
    text-align: center;
    line-height: 1.8em;
}

#prices {
    margin-left: 100px;
}

.goods {
    padding: 5px;
    font-weight: bold;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    border: 1px solid #dedede;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    padding-left: 13px;
}

.cost {
    padding: 20px;
    font-family: Arial;
    font-size: 12px;
    border: 1px solid #dedede;
    border-top: none;
    font-weight: 100;
}

.cost table {
    border-collapse: collapse;
    margin: 0 auto;
}

.cost table thead tr th,
.cost table tbody tr td {
    border: 1px solid #fff;
    width: 230px;
    padding: 8px 2px;
    text-align: center;
}

.cost table thead tr th:first-of-type,
.cost table tbody tr td:first-of-type {
    width: 100px;
}

p.tax {
    text-align: right;
}

.mail {
    width: 170px;
    margin: 100px auto;
}