@charset "utf-8";

/* ==

　01. 物件概要

=============================================================================== */
.bGaiyo_details{
    margin-bottom: 100px;
}
#main .bGaiyo_details .inner{
    width: 850px;
    padding: 40px 20px;
    box-sizing: border-box;
}
.bGaiyo_details table{
    width: 560px;
    margin: 0 auto;
}
.bGaiyo_details th{
    width: 200px;
    padding: 18px 6px 20px 6px;
    font-size: 117%;
    color: #8C7F4B;
    box-sizing: border-box;
}
.bGaiyo_details td{
    padding: 18px 6px 20px 6px;
    font-size: 117%;
    color: #383434
}
.bGaiyo_details tr:nth-child(even) th,
.bGaiyo_details tr:nth-child(even) td {
    background-color: #FBFBFB;
}
.bGaiyo_details p.txt_phone{
    margin-top: 10px;
    font-size: 200%;
    color: #8C7F4B;
    font-weight: bold;
    text-align: center;
}

#main .bGaiyo_details .txt01{
    margin-top: 40px;
    padding: 20px;
    border: 1px solid #DDD;
}
#main .bGaiyo_details .txt01 p{
    font-size: 117%;
    color: #333;
}

.bGaiyo #kyoka{
    margin-top: 45px;
    margin-bottom: 55px;
    text-align: center;
}
.bGaiyo #kyoka .kyoka_company{
    margin-bottom: 15px;
    font-size: 115%;
    line-height: 2.0;
    color: #7B7B7B;
}
.bGaiyo #kyoka .kyoka_license{
    font-size: 100%;
    line-height: 2.0;
    color: #7B7B7B;
}

/* 予告広告 + お詫びと訂正 + お知らせ
------------------------------------------------------------------------------- */
#noticeArea{
    padding-bottom: 20px;
}
#noticeArea .advertisement{
    max-width: 1230px;
    margin: 0 auto 10px;
}
#noticeArea .advertisement dl{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#noticeArea .advertisement dt{
    width: 140px;
    padding: 10px;
    border: 1px solid #707070;
    font-size: 135%;
    color: #383434;
    white-space: nowrap;
    text-align: center;
    display: block;
    box-sizing: border-box;
}
#noticeArea .advertisement dd{
    width: calc(100% - 170px);
    margin-top: -0.2em;
    font-size: 135%;
    line-height: 1.625;
    color: #383434;
    font-weight: normal;
}
#noticeArea .advertisement dd p{
    font-size: 100%;
}
/* 予告広告 */
#noticeArea .advertisement.yokoku dt{
	padding: 3px 10px 5px;
	font-size: 230%;
}

