@charset "utf-8";
/* CSS Document */
#main .drain {
    margin: 30px auto 20px;
    padding: 0px 0px 10px 0px;
    overflow: hidden;
    border-bottom: 1px dotted #3954a4;
}
.img_title {
    background: url(../img/drain_image.png) top left no-repeat;
    background-size: cover;
}
.img_title p{
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
.drain h4,
.drain_price h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 6px 12px 6px 6px;
    color: #3954a4;
}
.drain .drain_txt {
    border-top: solid #3954a4 1px;
    padding-top: 6px;
    margin: 15px 0 10px 0;
    line-height: 1.8em;
}
.drain_txt dt {
    font-weight: bold;
    color: #900;
}
#drain_box .drain_back2 {
    border: 6px solid #FF9900;
    padding: 10px;
    overflow: hidden;
    text-align: center;
}
#drain_box .drain_back2 p {
    font-size: 14px;
    line-height: 1.5em;
    padding: 10px;
    margin-bottom: 20px;
}
#main .drain_price {
    margin: 30px auto 20px;
    padding: 0px 0px 10px 0px;
    overflow: hidden;
}
#main .drain_price table {
    width: 100%;
}
.drain_price table {
    border-collapse: separate;
    border-spacing: 4px;
    clear: both;
    margin-bottom: 15px;
}
.drain_price table tr th {
    background-color: #CCC;
}
.drain_price table th,td {
    border: 1px solid #999;
    padding: 0.5em;
    vertical-align: middle;
}
.drain_price table th,td {
    border: 1px solid #999;
    padding: 0.5em;
}
.drain_price table tr th:first-child {
    width:30%;
}
.field {
    margin-bottom: 30px;
}
.drain_price h3 {
    margin: 0 0 20px 0;
}
#main .drain_price .house {
    margin-top: 10px;
    margin-bottom: 5px;
}
.drain_price h5,
.drain_price h6 {
    display: inline;
}
/* ########### 768px以下 ########### */
@media only screen and (max-width: 768px){
#main .drain {
    width: 100%;
}
#drain_box.drain_box {
    width: 100%;
}
#drain_box .drain_back2 {
    width: 100%;
}
#main .drain_price {
    width: 100%;
}
}
/* ########### 769px以上 ########### */
@media (min-width: 769px){
#main .drain {
    width: 710px;
}
#drain_box.drain_box {
    width: 710px;
}
#drain_box .drain_back2 {
    width: 710px;
}
#main .drain_price {
    width: 710px;
}
}
