@charset "utf-8";

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
header {
    background-color: #fff;
    /* background: url(../images/logo_bg.png) repeat-x #a82424; */
}
header h1 {
    /* max-width: 150px;
    margin: 0 auto; */
    margin: 0;
    padding: 30px 0;
    /* text-align: center; */
    background: url(../images/logo_bg.png) repeat-x #eaeaea;
}
h1 a {
    display: block;
    max-width: 150px;
    margin: 0 auto;
}
.pre_box {
    background: #ffe9e9;
    text-align: center;
    color: #a82424;
    border: 1px solid #a82424;
    padding: 1em;
    margin: 2em 0;
}

@media only screen and ( max-width : 768px ) {
    header {
        display: none;
    }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
}

@media print, screen and ( min-width : 1100px ) {
}

/* ---------------------------------------------------------------------------------------------

　   NAV

--------------------------------------------------------------------------------------------- */

nav {
    margin-bottom: 0;
}

@media only screen and ( max-width : 768px ) {
    nav li a {
        font-family: "Sawarabi Mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
    nav {
        padding: 10px 0 !important;
        background: #8a0604;
    }
    nav li {
        width: 16.666666666%;
    }
    nav li a {
        display: block;
        border-right: #ad5150 solid 1px;
        text-align: center;
        font-weight: normal;
        font-size: 10px;
        color: #fff;
        line-height: 1.5;
    }
    nav li:first-child a {
        border-left: #ad5150 solid 1px;
    }
    nav li a span {
        display: block;
        font-size: 16px;
    }
}

@media print, screen and ( min-width : 1100px ) {
}


/* ---------------------------------------------------------------------------------------------

　   コンテンツ共通

--------------------------------------------------------------------------------------------- */

img {
    max-width: 100%;
}

.ttl {
    position: relative;
    /*background: #f3efdb;*/
    background: url(../images/ttl_bg.jpg) no-repeat center;
    background-size: cover;
}
.ttl h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
    letter-spacing: 0.1em;
    width: 90%;
    text-align: center;
    text-shadow: 0 0 3px #fff;
}
h3,h4,h5 {
    font-weight: 700;
}
article h3 {
    display: block !important;
}
article h3 span {
    display: block;
    font-size: 16px;
}
.caption {
    display: inline-block;
    font-size: 85%;
}
.disc li {
    text-indent: -1.2em;
    margin-left: 1.2em;
    margin-bottom: 0.5em;
}
.disc li:before {
    content: "●";
    margin-right: 5px;
    font-size: 85%;
    color: #8a0604;
}
.decimal li {
    counter-increment: title;
    text-indent: -1.2em;
    margin-left: 1.2em;
    margin-bottom: 0.5em;
}
.decimal li:before {
    content: counter(title)".";
    margin-right: 5px;
    font-weight: 700;
    font-size: 120%;
}
sup {
    font-size: 70%;
    vertical-align: top;
    position: relative;
    top: 0.9em;
}
.graybox {
    padding: 20px;
    background: #efefef;
}
.phone {
    font-family: 'Noto Sans Japanese', serif;
    font-size: 30px;
    color: #232323;
    line-height: 1.2;
    font-weight: 700;
}
.phone:before {
    content: "\f095";
    font-family: "FontAwesome";
    margin-right: 5px;
    font-size: 90%;
    font-weight: normal;
}
.arrow:before {
    content: "\f061";
    font-family: "FontAwesome";
    margin-right: 5px;
    font-size: 90%;
    font-weight: normal;
}
.colorbox {
    background: #f3efdb;
   /* border: #c7c1a1 solid 1px;*/
}
.redTxt {
    color: #8a0604;
    border-bottom: #8a0604 dashed 1px;
}

#contactbox {
    padding: 20px;
    background: #ddd;
    border: #232332 solid 1px;
}



@media only screen and ( max-width : 768px ) {
    .sp_none {
        display: none;
    }
    section {
        margin-bottom: 30px;
    }
    .section {
        margin-bottom: 30px;
    }
    .ttl {
        min-height: 100px;
        max-height: 150px;
        margin-bottom: 30px;
    }
    .ttl h2 {
        font-size: 20px;
        font-weight: 700;
    }
    h3 {
        font-size: 18px;
    }
    h4,h5 {
        font-size: 16px;
    }
    .colorbox {
        padding: 20px;
    }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
    .sp {
        display: none;
    }
    section {
        margin-bottom: 60px;
    }
    .section {
        padding: 60px;
        margin-bottom: 0;
    }
    .ttl {
        min-height: 220px;
        margin-bottom: 60px;
    }
    .ttl h2 {
        font-size: 50px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    .colorbox {
        padding: 20px;
    }
    #night .container {
        min-height: 800px;
    }
}

@media print, screen and ( min-width : 1100px ) {
}






/* ---------------------------------------------------------------------------------------------

　   不動産総合管理　#management

--------------------------------------------------------------------------------------------- */
#management .ph01 .imgBox {
    margin-right: 4%;
}
.kanri,.kouji,.eigyo {
    padding: 20px;
}
.kanri,.kouji {
    margin-bottom: 20px;
}
.kanri {
    border: #006835 solid 2px;
}
.kanri h5 {
    color: #006835;
}
.kouji {
    border: #1b4098 solid 2px;
}
.kouji h5 {
    color: #1b4098;
}
.eigyo {
    border: #8a0604 solid 2px;
}
.eigyo h5 {
    color: #8a0604;
}
/*#mc .flexbox_pc div {
    margin-bottom: 20px;
    padding: 20px;
}*/
#mc h4 i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    font-weight: normal;
}
#mc ul {
    padding: 10px 20px 20px;
}
#mc .disc li {
    margin-bottom: 0;
}
#mc .disc li:before {
    color: #232323;
}
#mc .residents {
    background: #fbe9e3;
}
#mc .residents h4 i {
    background: #ad8071;
}
#mc .building {
    background: #e0eaf5;
}
#mc .building h4 i {
    background: #344c66;
}
#mc .other {
    background: #f3efdb;
}
#mc .other h4 i {
    background: #b09c67;
}
#gas p span {
    font-weight: 700;
}
.efgbox {
    margin-bottom: 20px;
}
.efgbox h4 span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
}
#electrical {
    /*border: #b09c67 solid 1px;*/
    background: #f3efdb;
}
#electrical h4 span {
    background: #b09c67;
}
#faucet {
    /*border: #344c66 solid 1px;*/
    background: #e0eaf5;
}
#faucet h4 span {
    background: #344c66;
}
#faucet .telbox span.caption {
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
  line-height: 1;
}
#gas {
    /*border: #ad8071 solid 1px;*/
    background: #fbe9e3;
}
#gas h4 span {
    background: #ad8071;
}
.efgbox .telbox {
    font-weight: 700;
}
.p_other {
    padding: 20px;
    /*border: #c3c3c3 solid 1px;*/
    background: #efefef;
}
.p_other h4 {
    margin-bottom: 10px;
}
#notes h4:before,#leaving h4:before,.twobox h4:before {
    content: "■";
    margin-right: 5px;
    color: #8a0604;
}
.threebox .table {
    width: 100%;
}
.threebox {
    margin-top: 20px;
}
.threebox div {
    margin-bottom: 20px;
    padding: 20px;
    background: #f1f1f1;
    /*border: #c3c3c3 solid 1px;*/
}
.threebox div th,.threebox div td {
    padding: .75rem 1rem;
}
.threebox div table {
    background: #fff;
}
.threebox div tr {
    border-bottom: 1px solid #dee2e6;
}
.threebox div th {
    background: #232323;
    color: #fff;
    font-weight: normal;
    font-size: 90%;
    vertical-align: middle;
}
.twobox .twoboxL,.twobox .twoboxR {
    margin-bottom: 20px;
    padding: 20px;
    background: #f1f1f1;
   /* border: #c3c3c3 solid 1px;*/
}
#contactbox {
    color: #232323;
    background: #fff;
    border: #8a0605 solid 1px;
}
#contactbox p {
    margin-bottom: 0 !important;
}
#contactbox p.caption {
    vertical-align: text-bottom;
}



@media only screen and ( max-width : 768px ) {
    #electrical,#faucet,#gas {
        width: 100%;
    }
    #electrical,#faucet {
        margin-bottom: 20px;
    }
    #electrical div,#faucet div,#gas div {
        padding: 20px;
    }
    .efgbox div {
        width: 100%;
    }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
    #electrical,#faucet,#gas {
        width: 32%;
    }
    #electrical,#faucet {
        margin-right: 2%;
    }
    #electrical div,#faucet div,#gas div {
        padding: 10px 20px 20px;
    }
    #mc .flexbox_pc div {
        width: 32%;
    }
    #mc .residents,#mc .building {
        margin-right: 2%;
    }
    /*#mc li {
        width: 30%;
        margin-right: 2%;
    }
    #mc li:nth-child(3n) {
        margin-right: 0;
    }*/
    .p_other li {
        width: 30%;
        margin-right: 2%;
    }
    .p_other li.longTxt {
      width: 60%;
      margin-right: 0;
    }
    .p_other li:nth-child(3n) {
        margin-right: 0;
    }
    .threebox div {
        width: 32%;
        margin-right: 2%;
    }
    .threebox div:nth-child(3n) {
        margin-right: 0;
    }
    .threebox div.flexbox_big {
        width: 66%;
    }
    .threebox div:last-child {
        margin-right: 0;
    }
    .twobox .twoboxL,.twobox .twoboxR {
        width: 49%;
    }
    .twobox .twoboxL {
        margin-right: 2%;
    }
}

@media print, screen and ( min-width : 1100px ) {
}





/* ---------------------------------------------------------------------------------------------

　   お問い合わせ

--------------------------------------------------------------------------------------------- */
#contact .container {
    max-width: 980px;
    margin: 0 auto;
}
label,input,textarea {
    cursor: pointer;
}
.required {
    display: inline-block;
    padding: 3px 5px 2px;
    border: #8a0604 solid 1px;
    font-weight: 700;
    color: #8a0604;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    letter-spacing: 0.1em;
}
p .required {
    margin-right: 0.5em;
}
form .required {
    margin-left: 1em;
}
form table {
    width: 100%;
    margin: 30px 0;
}
form tr {
    border-bottom: #c3c3c3 solid 1px;
}
form tr:first-child {
    border-top: #c3c3c3 solid 1px;
}
form th,form td {
    padding: 0.7em 0;
}
form th {
    width: 40%;
}
form td {
    width: 60%;
}
input,textarea {
    width: 100%;
    padding: 5px 10px;
    background: #ddd;
    border: none;
}
textarea {
    min-height: 8em;
}
.selectBox label {
    display: inline-block;
    margin-right: 4%;
}
.form_add label {
    display: block;
}
.postnum input,.selectBox input {
    width: auto;
}
.postnum {
    margin-bottom: 0.7em;
}
.postnum span {
    display: inline-block;
    margin-right: 0.5em;
}

.submit_btn {
    -js-display : flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}
.submit_btn button {
    display: block;
    max-width: 350px;
    background: #8a0604;
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 15px 20px 12px;
    border-bottom: #5a0807 solid 5px;
    letter-spacing: 0.1em;
}

.submit_btn button.back {
    margin-right: 2%;
}
.submit_btn button:hover {
    cursor: pointer;
    opacity: 0.8;
}
.back {
    margin-right: 4%;
}


@media only screen and ( max-width : 768px ) {
    form th,form td {
        display: block;
        width: 100%;
    }
    form th {
        padding-bottom: 0;
    }
}

@media only screen and ( max-width : 480px ) {
    .submit_btn button {
        width: 100%;
        margin-right: 0;
    }
}

@media print, screen and ( min-width : 769px ) {
}

@media print, screen and ( min-width : 1100px ) {
}




/* ---------------------------------------------------------------------------------------------

　  会社概要

--------------------------------------------------------------------------------------------- */

#message h4 {
    line-height: 1.6em;
}
#strengths .strengthsbox {
    background: #f5f5f5;
    padding: 1.5em;
}
.strengths01 {
    border-top: 4px solid #346643;
}
.strengths02 {
    border-top: 4px solid #344c66;
}
.strengths03 {
    border-top: 4px solid #ad8071;
}
#strengths .strengthsbox h5 {
    margin: 0.5em 0;
    padding: 0.5em 0;
}
.strengths01 h4 {
    color: #1e462a;
}
.strengths02 h4 {
    color: #1c3046;
}
.strengths03 h4 {
    color: #8f4444;
}
.strengths01 h5 {
    border-top: 1px dotted #346643;
    border-bottom: 1px dotted #346643;
    color: #346643;
}
.strengths02 h5 {
    border-top: 1px dotted #344c66;
    border-bottom: 1px dotted #344c66;
    color: #344c66;
}
.strengths03 h5 {
    border-top: 1px dotted #ad8071;
    border-bottom: 1px dotted #ad8071;
    color: #ad8071;
}
.strengths-lead span {
    color: #8a0604;
}

#company table {
    width: 100% !important;
}
#company th,#company td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}
#company th {
    color: #8a0604;
}

#menu .menubox {
    width: 49%;
    border: 1px solid #8a0604;
}
#menu .menubox h5 {
    background: #8a0604;
    padding: 1em 1em 1em 3.4em;
    color: #fff;
    position: relative;
}
#menu .menubox h5 span {
    display: inline-block;
    background: #fff;
    color: #8a0604;
    border-radius: 3px;
    line-height: 1em;
    margin-left: 0.5em;
}
#menu .menubox h5:before {
    content: "";
    background: url(../images/icon_search.png) no-repeat center / 100%;
    position: absolute;
    left: 0.5em;
    top: 50%;
}
#menu .menu_inner {
    padding: 1em;
}
#menu .menubox a {
    text-decoration: underline;
    font-weight: bold;
}
#menu .menubox li ul {
    margin-top: 0.5em;
}
#menu .menubox li li {
    margin-right: 1.5em;
    position: relative;
    padding: 0 0 0 25px;
}
#menu .menubox li li:before {
    content: "";
    background: url(../images/arrow-right.jpg) no-repeat center / 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}
#menu .menubox li li a {
    font-weight: normal;
    display: block;
}
#menu .menubox li li:last-child {
    margin-right: 0;
}

@media only screen and ( max-width : 768px ) {
    #message h4 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .strengthsbox {
        margin-bottom: 1.5em;
    }
    .strengthsbox:last-child {
        margin-bottom: 0;
    }
    #gallery li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }
    #gallery li:nth-child(2n) {
        margin-right: 0;
    }
    #company th,#company td {
        padding: 1em;
        font-size: 90%;
    }
    #company th {
        width: 170px;
    }
    .strengths-lead {
        font-size: 22px;
    }
    #menu .menubox h5 span {
        font-size: 12px;
        padding: 3px 8px;
    }
    #menu .menubox h5:before {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}

@media only screen and ( max-width : 640px ) {
    #message h4 {
        font-size: 18px;
    }
    #menu .menubox {
        width: 100%;
        margin-bottom: 1em;
    }
    #menu .menubox h5 {
        font-size: 16px;
        padding: 1em 1em 1em 3em;
    }
}

@media only screen and ( max-width : 480px ) {
    #gallery li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    #company th,#company td {
        padding: 0.5em;
    }
    #company th {
        width: 100px;
    }
    .strengths-lead {
        font-size: 18px;
    }
}

@media only screen and ( max-width : 320px ) {
    .strengths-lead {
        font-size: 16px;
    }
}

@media print, screen and ( min-width : 769px ) {
    #message h4 {
        margin-bottom: 30px;
        font-size: 24px;
    }
    .strengths-lead {
        font-size: 30px;
    }
    #company th,#company td {
        padding: 1.5em;
    }
    #company th {
        width: 240px;
    }
    #gallery li {
        width: 23.5%;
        margin-right: 2%;
    }
    #gallery li:nth-child(4n) {
        margin-right: 0;
    }
    #menu .menubox h5 span {
        font-size: 14px;
        padding: 5px 10px;
    }
    #menu .menubox h5:before {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    #strengths .strengthsbox h4 {
        font-size: 22px;
    }
    #strengths .strengthsbox h5 {
        font-size: 17px;
    }
}

@media print, screen and ( min-width : 1100px ) {
}





/* ---------------------------------------------------------------------------------------------

　   FLEX

--------------------------------------------------------------------------------------------- */
.flexbox {
  -js-display : flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-wrap {
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.space-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.center {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-end {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.align-center {
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items: center;
}
.align-start {
  -webkit-align-items:flex-start;
  align-items: flex-start;
}
.align-stretch {
  -webkit-align-items:stretch;
  align-items: stretch;
 }

@media only screen and ( max-width : 768px ) {
  .flexbox_sp {
    -js-display : flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  .flexbox_pc {
    -js-display : flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox_pc .span_4 {
    width: 31%;
  }
  .flex_direction_pc {
    flex-direction: row-reverse;
  }
}


/* ---------------------------------------------------------------------------------------------

　   フロンティエステートお問い合わせ先

--------------------------------------------------------------------------------------------- */
.fro-es_tel {
    font-weight: bold;
    position: relative;
    background: #8a0604;
}
.fro-es_tel div {
  color: #fff;
}
.fro-es_tel a {
    color: #fff;
}
.fro-es_tel .time {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    color: #8a0604;
}
.fro-es_tel .time p {
    margin-bottom: 0;
    width: 100%;
    line-height: 1.4em;
}
.tel_txt_inner {
    line-height: 1.4em;
}
.tel_txt_inner .tel_num {
    display: block;
}
.fro-es_tel-add {
    font-size: 14px;
    color: #fff;
}
.fro-es_tel-add a {
  border-bottom: #fff solid 1px;
}


@media only screen and ( max-width : 768px ) {
    .fro-es_tel div.no-wrap {
        padding: 15px;
        display: block;
    }
    .fro-es_tel .time {
        padding: 5px;
        width: 100%;
        margin-bottom: 10px;
    }
    .fro-es_tel .time br {
        display: none;
    }
    .fro-es_tel .time p {
        font-size: 16px;
    }
    .fro-es_tel .time p span {
        font-size: 18px;
    }
    .tel_txt_inner {
        font-size: 20px;
    }
    .tel_txt_inner .tel_num {
        font-size: 40px;
        margin-top: 10px;
        border-top: 1px solid #fff;
        padding-top: 15px;
    }
    .tel_txt_inner p,.tel_txt_inner h4 {
        text-align: center;
    }
    .tel_txt_inner h4 {
        margin-bottom: 15px;
    }
}

@media only screen and ( max-width : 640px ) {
}

@media only screen and ( max-width : 480px ) {
    .tel_txt_inner {
        font-size: 16px;
    }
}

@media only screen and ( max-width : 320px ) {
    .tel_txt_inner {
        font-size: 13px;
    }
    .tel_txt_inner .tel_num {
        font-size: 30px;
    }
}

@media print, screen and ( min-width : 769px ) {
    .fro-es_tel:after {
        content: "";
        width: 30%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/company_bg.png) no-repeat center left / cover;
    }
    .fro-es_tel div.no-wrap {
        padding: 20px;
    }
    .fro-es_tel .time {
        padding: 10px;
        width: 150px;
        margin-right: 20px;
    }
    .fro-es_tel .time p {
        font-size: 24px;
    }
    .fro-es_tel .time p span {
        font-size: 20px;
        display: block;
        text-align: center;
        line-height: 1.4em;
    }
    .fro-es_tel .tel_txt {
        padding-right: 30%;
        flex: 1;
    }
    .tel_txt_inner {
        font-size: 22px;
    }
    .tel_txt_inner .tel_num {
        font-size: 50px;
        margin-top: 10px;
        border-top: 1px solid #fff;
        padding-top: 15px;
    }
    .tel_txt_inner h4 {
        font-size: 16px;
    }
}

@media print, screen and ( min-width : 1100px ) {
    .tel_txt_inner {
        font-size: 26px;
    }
    .tel_txt_inner h4 {
        font-size: 18px;
    }
}


/* ---------------------------------------------------------------------------------------------

    物件一覧、検索マップ

--------------------------------------------------------------------------------------------- */
/* #property_list,#map {
    padding: 0 20px;
} */
#property_list .txt {
    width: 70%;
    margin-right: 2%;
    margin-bottom: 0;
}
#property_list .map {
    width: 28%;
}
#property_list .map i {
    margin-right: 10px;
}
#property_list .map .btn_style02 {
    min-width: 100%;
    padding: 10px 20px !important;
    font-size: 110%;
    position: relative;
}
#property_list .map .btn_style02:after {
    position: absolute;
    top: 20%;
    right: 20px;
}
#property_list .list {
    margin-top: 30px;
}

/* マップ */
#map .closeBtn a {
    display: block;
    max-width: 350px;
    margin: 20px auto 0;
    padding: 10px 0;
    background: #ddd;
    border-radius: 6px;
    text-align: center;
    font-weight: 700;
    font-size: 120%;
    color: #333;
}
#map .btnClose a:hover {
    opacity: 0.8;
}
#map .halfRight .rightBox01,#map .halfRight .rightBox02 {
    position: relative;
}
#map .halfRight .rightBox01 {
    margin-bottom: 20px;
}
#map .halfRight .imgbox img {
    display: block;
    width: 100%;
}
#map .halfRight a small {
    display: block;
}
#mapopup {
    padding: 20px 0 0;
}
#mapopup h3 {
    padding-left: 40px;
}

@media only screen and ( max-width : 768px ) {
    #property_list .txt {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    #property_list .map {
        width: 100%;
        margin-bottom: 20px;
    }
    #property_list .map {
        max-width: 300px;
        margin: 0 auto 30px;
    }
    #map .halfRight .rightBox01,#map .halfRight .rightBox02 {
        width: 49%;
        float: left;
    }
    #map .halfRight .rightBox01 {
        margin-right: 2%;
    }
    #map .halfRight a small {
        font-size: 10px;
    }
}

@media only screen and ( max-width : 480px ) {
    #map .halfRight .rightBox01,#map .halfRight .rightBox02 {
        width: 100%;
        float: none;
    }
    #map .halfRight .rightBox01 {
        margin-right: 0;
    }
}

@media print, screen and ( min-width : 769px ) {
    #map .halfLeft {
        width: 58%;
        margin-right: 2%;
        float: left;
    }
    #map .halfRight {
        width: 40%;
        float: left;
    }
    #mapopup .searchmap li {
        width: 8%;
    }
}




/* ---------------------------------------------------------------------------------------------



--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 768px ) {
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
}




/*******************************
// Large devices (desktops, less than 1339px)
*******************************/
@media(min-width:1339px) {
}

/*******************************
// Large devices (desktops, less than 1339px)
*******************************/
@media(max-width:1338.98px) {
}

/*******************************
// Large devices (desktops, less than 1200px)
*******************************/
@media(max-width:1199.98px) {
}

/*******************************
// Medium devices (tablets, less than 1024px)
*******************************/
@media(max-width:1024px) {
}

/*******************************
// Medium devices (tablets, less than 992px)
*******************************/
@media(min-width:992px) {
}

/*******************************
// Medium devices (tablets, less than 992px)
*******************************/
@media(max-width:991.98px) {
}

/*******************************
// Medium devices (tablets, less than 920px)
*******************************/
@media screen and (min-width: 920px) {
}

/*******************************
// Medium devices (tablets, less than 880px)
*******************************/
@media(max-width:879.98px) {
}

/*******************************
// Small devices (landscape phones, less than 768px)
*******************************/
@media(max-width:767.98px){
}

/*******************************
// Extra small devices (portrait phones, less than 576px)
*******************************/
@media(min-width:576px){
}

/*******************************
// Extra small devices (portrait phones, less than 576px)
*******************************/
@media(max-width:575.98px){
}

/*******************************
// Extra small devices (portrait phones, less than 385px)
*******************************/
@media(min-width:385px){
}

/*******************************
// Extra small devices (portrait phones, less than 385px)
*******************************/
@media(max-width:384.98px){
}

/*******************************
// Extra small devices (portrait phones, less than 322px)
*******************************/
@media(max-width:321.98px){
}
