@charset "UTF-8";

@media print, screen and (min-width: 641px){
    
/* cssここから */

/************************************************************
*
*　title : ライフルホームズ
*　date : 2021.04
*　version : 1.0
*
************************************************************/

#sec_wrap {
	overflow: hidden;
}





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　左カラム
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#sec_sub {
	float: left;
	width: 220px;
}


/* 見出し
-------------------------------------------------- */

#sec_sub .wrap_search h2 {
    position: relative;
    width: 200px;
    height: 22px;
    /*margin: -1px -1px 0 -1px;*/
    padding: 2px 10px 4px 10px;
    line-height: 25px;
    color: #fff;
    background: url(/magicianwiz/lp/homes/assets/img/common/bg_set_condition_head_220x30.png) no-repeat left top;
    font-size: 115.3%;
}

#sec_sub .wrap_search h2 span {
    display: block;
    font-weight: bold;
}

#sec_sub .wrap_search .wrap_line {
    background: #fff;
    border-left: 1px solid #bdc8ca;
    border-right: 1px solid #bdc8ca;
    border-bottom: 1px solid #bdc8ca;
    border-radius:  0 0 5px 5px;
    box-shadow: inset 0 0 5px 0 rgb(124 138 142 / 14%);
}

#sec_sub .wrap_search .wrap_line .set_search {
    padding: 10px;
    overflow: hidden;
}

#sec_sub .wrap_search .wrap_line .set_search h3 {
    margin-bottom: 10px;
    font-weight: bold;
}

#sec_sub .wrap_search .wrap_line .set_search .line_1 {
    margin-left: -4px;
}

#sec_sub .wrap_search .wrap_line .set_search .line_2 {
    margin-left: -4px;
    width: 50%;
    float: left;
}

#sec_sub .wrap_search .wrap_line .set_search .box {
    box-sizing: border-box;
    padding: 4px 8px;
    border: 1px solid #7f9db9;
    border-radius: 5px;
    background-color: #fff;
    font-size: 17px;
    box-shadow: inset 0 2px 3px 0 rgb(0 0 0 / 10%);
    -webkit-appearance: none;
    width: 76%;
    float: left;
}

#sec_sub .wrap_search .wrap_line .set_search .btn {
    display: inline-block;
    height: 30px;
    border: 1px solid #6e7f86;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    background-color: #fafafa;
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 25%, #eeeeee 99%);
    background-repeat: no-repeat;
    text-align: center;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    float: right;
    display: block;
}

#sec_sub .wrap_search .wrap_line .set_search .area {
    width: 40px;
    height: 30px;
    display: block;
    float: right;
}

#sec_sub .wrap_search .wrap_line .set_search .area .btn {
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    pointer-events: none;
}

#sec_sub .wrap_search .wrap_line .set_search .area:hover .btn {
    margin-top: -35px;
    /*transition*/
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　右カラム
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#sec_main {
    float: right;
    width: 700px;
}


/* 見出し
-------------------------------------------------- */

#sec_main .heaging_wrap {
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
    background: #ed6103;
    border-radius: 5px;
    padding-top: 6px;
    margin-bottom: 20px;
}

#sec_main .heaging_wrap .heaging_inner {
    background: linear-gradient(0deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
    border-right: solid 1px #b3c1c3;
    border-left: solid 1px #b3c1c3;
    border-bottom: solid 1px #b3c1c3;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
}

#sec_main .heaging_wrap .heaging_inner .heaging_bg {
    padding: 10px 14px 12px;
}

#sec_main .heaging_wrap .heaging_inner .heaging_bg .maintitle {
    margin-bottom: 0;
    padding-top: 0;
    line-height: 1.8;
    color: #000;
    font-size: 130.8%;
    font-weight: bold;
}


/* 件数
-------------------------------------------------- */

#sec_main .sec_num {
    overflow: hidden;
    margin-bottom: 15px;
}

#sec_main .sec_num .num {
    margin-right: 10px;
    font-size: 115.4%;
    font-weight: bold;
    float: left;
}

#sec_main .sec_num .num span {
    font-size: 140%;
    font-family: verdana,sans-serif;
    color: #ed6103;
}

#sec_main .sec_num .page {
    color: #ed6103;
    font-weight: bold;
    float: right;
    display: inline-block;
    min-width: 1em;
    padding: .4em;
    border: 1px solid #bdc8ca;
    text-align: center;
    vertical-align: middle;
}


/* 物件
-------------------------------------------------- */

#sec_main .sec_property ul li.property {
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
    background: #32281d;
    border-radius: 5px;
    padding-top: 6px;
    margin-bottom: 20px;
}

#sec_main .sec_property ul li .property_bg {
    background-color: #fff;
    border-right: solid 1px #b3c1c3;
    border-left: solid 1px #b3c1c3;
    border-bottom: solid 1px #b3c1c3;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
}


/* 名前 */

#sec_main .sec_property ul li .property_bg .set_main {
    overflow: hidden;
    padding: 0 14px 10px 14px;
}

#sec_main .sec_property ul li .property_bg .set_main .sub_name {
    padding: 10px 0;
}

#sec_main .sec_property ul li .property_bg .set_main .sub_name .tag {
    margin-right: 10px;
    font-size: 11px;
    vertical-align: -3px;
    border-color: #c95303;
    color: #fff;
    background-color: #ed6103;
    float: left;
    padding: 0 .8em;
    border-width: 1px;
    border-style: solid;
    line-height: 1.6;
    font-weight: normal;
}

#sec_main .sec_property ul li .property_bg .set_main .sub_name .name {
    line-height: 1.4;
    font-size: 15px;
    font-weight: bold;
}


/* サムネほか */

#sec_main .sec_property ul li .property_bg .set_main .sub_info {
    overflow: hidden;
}

#sec_main .sec_property ul li .property_bg .set_main .sub_info .thumb {
    overflow: hidden;
    width: 210px;
    height: 140px;
    text-align: center;
    float: left;
}

#sec_main .sec_property ul li .property_bg .set_main .sub_info .thumb {
    border: 1px solid #003af6;
    background-color: #fff;
    display: block;
}

#sec_main .sec_property ul li .property_bg .set_main .sub_info .thumb:hover {
    border: 1px solid #ed6103;
}

#sec_main .sec_property ul li .property_bg .set_main .sub_info .thumb img {
    overflow: hidden;
    width: auto;
    height: 140px;
}

#sec_main .sec_property ul li .property_bg .set_main .sub_info .table {
    float: right;
    width: 450px;
}


/* テーブル */

#sec_main .sec_property ul li .property_bg .set_main .sub_info .table table {
    width: 100%;
    border-right: 1px solid #bdc8ca
}
#sec_main .sec_property ul li .property_bg .set_main .sub_info .table th, #sec_main .sec_property ul li .property_bg .set_main .sub_info .table td {
    border: 1px solid #bdc8ca;
    border-right-width: 0;
    line-height: 1.4;
    vertical-align: top;
    word-break: break-all
}
#sec_main .sec_property ul li .property_bg .set_main .sub_info .table th {
    padding: 3px 8px 2px 8px;
    width: 25%;
    background-color: #f7fafa;
    font-size: 76.9%;
    font-weight: normal;
    white-space: nowrap;
    color: #425258;
    line-height: 1.2;
    vertical-align: middle;
}
#sec_main .sec_property ul li .property_bg .set_main .sub_info .table td {
    padding: 8px;
    /*width: 20%;*/
    border-left-style: dotted;
    background-color: #fff
}
#sec_main .sec_property ul li .property_bg .set_main .sub_info .table td:first-child {
    border-style: solid
}
#sec_main .sec_property ul li .property_bg .set_main .sub_info .table .price {
    width: 20%;
    vertical-align: baseline
}
#sec_main .sec_property ul li .property_bg .set_main .sub_info .table .address {
    width: 38%
}
#sec_main .sec_property ul li .property_bg .set_main .sub_info .table .traffic {
    width: 25%
}
#sec_main .sec_property ul li .property_bg .set_main .sub_info .table .space {
    width: 17%
}
#sec_main .sec_property ul li .property_bg .set_main .sub_info .table .num {
    font-size: 115.4%;
    font-weight: bold;
    color: #ed6103
}
.mod-listKks.rApart .bukkenSpec .num, .mod-listKks.rKodate .bukkenSpec .num, .mod-listKks.rMansion .bukkenSpec .num, .mod-listKks.rParking .bukkenSpec .num, .mod-listKks.rTochi .bukkenSpec .num, .mod-listKks.rTempo .bukkenSpec .num, .mod-listKks.rOffice .bukkenSpec .num, .mod-listKks.rSoko .bukkenSpec .num, .mod-listKks.rOther .bukkenSpec .num {
    font-size: 153.8%
}
#sec_main .sec_property ul li .property_bg .set_main .sub_info .table .price .icon-teikishakka {
    display: block;
    height: 17px;
    line-height: 17px;
    width: 64px
}
#sec_main .sec_property ul li .property_bg .set_main .sub_info .table .price .icon-teikishakka .handoverIcon {
    margin-right: 2px;
    vertical-align: middle
}


/* 詳細 */

#sec_main .sec_property .set_spec {
    overflow: hidden;
}

/* menu */
#sec_main .sec_property .set_spec .menu {
    overflow: hidden;
    background-color: #f7fafa;
    border-top: 1px #b3c1c3 solid;
    border-bottom: 1px #b3c1c3 solid;
}
#sec_main .sec_property .set_spec .menu li {
    padding: 5px 0;
    color: #425258;
    font-size: 11px;
    text-align: center;
    line-height: 1.2em;
    float: left;
    width: 20%;
}

/* middle */
#sec_main .sec_property .set_spec .middle {
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
}

/* thumb */
#sec_main .sec_property .set_spec .thumb {
    overflow: hidden;
    float: left;
    width: 40%;
}
#sec_main .sec_property .set_spec .thumb ul li {
    overflow: hidden;
    float: left;
    width: 50%;
    text-align: center;
}
#sec_main .sec_property .set_spec .thumb ul li.thumb img {
    width: 90%;
    height: auto;
}
#sec_main .sec_property .set_spec .thumb ul li.area {
    font-size: 15px;
}
#sec_main .sec_property .set_spec .thumb ul li.area span {
    color: #ed6103;
    padding: 4px 2px;
    display: inline-block;
    border: 1px solid #ed6103;
    font-size: 11px;
    margin-top: 8px;
}

/* sub_spec */
#sec_main .sec_property .set_spec .sub_spec {
    overflow: hidden;
    float: right;
    width: 60%;
}
#sec_main .sec_property .set_spec .sub_spec .spec {
    overflow: hidden;
    width: 100%;
}
#sec_main .sec_property .set_spec .sub_spec .spec li {
    overflow: hidden;
    float: left;
    width: 33.33%;
    text-align: center;
    line-height: 1.3em;
    padding: 10px 0 20px 0;
}
#sec_main .sec_property .set_spec .sub_spec .spec li span {
    color: #dc482b;
    font-size: 20px;
    font-weight: bold;
}
#sec_main .sec_property .set_spec .sub_spec .spec li a {
    display: inline-block;
    padding: 7px 10px 6px 4px;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
}

/* sub_tag */
#sec_main .sec_property .set_spec .sub_tag {
    font-size: .9em;
    padding: 7px 0;
    border-top: 1px dotted #b3c1c3;
}
#sec_main .sec_property .set_spec .sub_tag p {
    background-color: #f6f6f6;
    display: inline-block;
    padding: 3px;
    margin: 3px 5px 3px 0;
}

/* sub_comment */
#sec_main .sec_property .set_spec .sub_comment {
    overflow: hidden;
    width: 100%;
}

#sec_main .sec_property .set_spec .sub_comment p {
    overflow: hidden;
    width: 96%;
    padding: 15px 0;
    margin: 0 auto
}





/* cssここまで */   
    
}






