﻿/* --- メインコンテンツ --- */
.main_contents {
    width: 1280px;
    margin: 10px auto 0 auto;
}

/* --- タイトル --- */
.cont_title {
    width: 1280px;
    height: 50px;
    margin: 40px 0 0 0;
    text-align: center;
    line-height: 50px;
    font-size: 197%;
    background-color: #e51f19;
    color: #ffffff;
}

/* --- 成約物件表示コンテナ --- */
.seiyaku_cont {
    width: 1280px;
    margin: 50px 0 0 0;
}

.seiyaku_box_data {
    width: 1120px;
    margin: 40px auto 40px auto;
}

.seiyaku_box_header {
    width: 1110px;
    margin: 0 10px 10px 0;
    display: flex;
}

.seiyaku_box_date {
    width: 300px;
    margin: 0;
    text-align: left;
    font-size: 116%;
}

.seiyaku_box_text {
    width: 810px;
    margin: 0;
    text-align: right;
    font-size: 116%;
}

.seiyaku_title {
    width: 1120px;
    margin: 0 0 10px 0;
    line-height: 40px;
    text-align: center;
    font-size: 197%;
    font-weight: bold;
    color: #e51f19;
}

.seiyaku_header {
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    font-size: 123.1%;
    background-color: #e51f19;
    color: White;
    display: flex;
    border-bottom: 1px #e51f19 solid;
}

.seiyaku_data {
    display: flex;
    margin: 0;
    font-size: 123.1%;
}

.seiyaku_td1 {
    width: 150px;
    margin: 0;
    border-bottom: 1px #e51f19 solid;
    border-left: 1px #e51f19 solid;
}

.seiyaku_td2 {
    width: 220px;
    margin: 0;
    border-bottom: 1px #e51f19 solid;
    border-left: 1px #e51f19 solid;
}

.seiyaku_td3 {
    width: 110px;
    margin: 0;
    border-bottom: 1px #e51f19 solid;
    border-left: 1px #e51f19 solid;
}

.seiyaku_td4 {
    width: 110px;
    margin: 0;
    border-bottom: 1px #e51f19 solid;
    border-left: 1px #e51f19 solid;
}

.seiyaku_td5 {
    width: 110px;
    margin: 0;
    border-bottom: 1px #e51f19 solid;
    border-left: 1px #e51f19 solid;
}

.seiyaku_td6 {
    width: 110px;
    margin: 0;
    border-bottom: 1px #e51f19 solid;
    border-left: 1px #e51f19 solid;
}

.seiyaku_td7 {
    width: 170px;
    margin: 0;
    border-bottom: 1px #e51f19 solid;
    border-left: 1px #e51f19 solid;
}

.seiyaku_td8 {
    width: 110px;
    margin: 0;
    border-right: 1px #e51f19 solid;
    border-bottom: 1px #e51f19 solid;
    border-left: 1px #e51f19 solid;
}

/* --- 種別名 --- */
.seiyaku_syubetu {
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0;
}

/* --- 所在地 --- */
.seiyaku_adrs {
    width: 215px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    margin: 0 0 0 5px;
}

/* --- 土地面積 --- */
.seiyaku_tochimen {
    width: 105px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    margin: 0 5px 0 0;
}

/* --- 建物面積 --- */
.seiyaku_tatemen {
    width: 105px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    margin: 0 5px 0 0;
}

/* --- 築年 --- */
.seiyaku_chikunen {
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0;
}

/* --- 間取り --- */
.seiyaku_madori {
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0;
}

/* --- 学区 --- */
.seiyaku_gakku {
    width: 170px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0;
}

/* --- 成約日数 --- */
.seiyaku_nissuu {
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0;
}

.seiyaku_kekka {
    width: 1120px;
    margin: 0 0 10px 10px;
    line-height: 40px;
    text-align: left;
    font-size: 131%;
}
