@charset "utf-8";
.head_info h1{
	position: relative;
}
.head_info h1::before{
	content:"物件概要｜杉並区松庵の新築分譲マンション「パレステージ杉並松庵」公式HP。京王井の頭線三鷹台駅徒歩11分。";
	display: inline-block;
	font-size: 10px;
	color: #fff;
}

h2 {
    padding: 0 0 20px;
    margin-top:40px !important;
}
.hum_flex a.outline {
    border: solid 1px #fff;
    color: #000;
    background: #fff;
}
.footer_sitemap ul li.outline a {
    background: #dedede;
    color: #333;
}

/* subhead  */
.sub_head {
    background: url("../img/outline/subhead.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}
.sub_head h2.sub_head_txt {
    margin-top: 0 !important;
}

/* outline */
table {
    width: 100%;
    border: 1px solid #fff;
    margin-bottom: 64px;
}

table:last-of-type {
    margin-bottom: 130px;
}

th {
    width: 30%;
    padding: 10px;
    background-color: #e1e1e1;
    border: 1px solid #fff;
}

table tr:nth-of-type(even) th {
    background-color: #eaeaea;
}

td {
    width: 70%;
    padding: 10px;
    background-color: #f7f7f7;
    border: 1px solid #fff;
}

.buken_list {
    margin-bottom: 0 !important;
}

.buken_comment {
    margin: 80px auto 40px !important;
}

@media screen and (max-width:650px) {
    .buken_list {
        display: block;
    }

    tbody {
        width: 100%;
        display: block;
    }

    tr {
        width: 100%;
        display: block;
    }

    th,
    td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .buken_list {
        margin: 2px auto 10px !important;
    }
}

@media screen and (max-width:550px) {

}