@charset "utf-8";
/* CSS Document */

@import "/css/common.css";

/********** contents **********/

.contents {
 margin-bottom: 50px;
}

.contents a {
 display: block;
}

/********** price **********/

.price a img {
 width: 100%;
}

.price .table {
 margin-top: 20px;
}

.price tbody tr th,
.price tbody tr td {
 border: 1px solid #999;
}

.price .table th,
.price .table td {
 text-align: center;
}

.price .table th {
 background-color: #FFF0F5;
}

.price .table .text-left {
 text-align: left;
}

.price .blank {
 border-top:1px solid #FFF;
 border-left:1px solid #FFF;
}