/*------------------------------------------------------------------
Project:	Zoner - Real Estate HTML Template
Version:	1.0
Last change:	11.1.2015
Assigned to:	ThemeStarz

[Table of contents]

1. Elements styling
2. Styling for specific pages
3. Universal Classes
4. Header
5. Footer
6. Content
7. Responsive

[Color codes]

Default: #1396e2;
Grey dark: #2a2a2a;
Grey medium: #5a5a5a;
Grey light: #f3f3f3;

[Typography]

Body copy:	'Roboto', sans-serif; 14px;
Headers:	'Roboto', sans-serif;

yellow: #ffcc00
blue: #2f83ba
-------------------------------------------------------------------*/

header li {
    margin-top: 20px !important;
}

header a, footer a
 {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif !important;
 }

 footer a:hover,
 footer a:focus,
 footer .link-font:hover,
 footer .link-font:focus {
	text-decoration: none;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity:0.7;
}

/* 4. Header*/

header#top {
    position: relative;
    width: 100%;
    /* chinh sua */
    background-color: #231f1f;
    /* chinh sua */
}

#brand img {
    width: 180px;
    margin-top: -8px;
}

#brand a img {
    width: 130px;
    margin-top: 8px;
}

.h_tel {
    position: absolute;
    top: 9px;
    right: 0;
}

.navbar-nav {
    /* margin: 26px 0 0; */
}

.navigation {
    background-color: #231f20;
    border-bottom: 1px solid white;
    position: relative;
    width: 100%;
    z-index: 99;
    top: 0;
}

.navigation .container {
    width: 100%;
}

.navigation:hover .secondary-navigation {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.navigation .navbar-collapse {
    padding-right: 0;
}

.navigation .navbar {
    border: none;
    margin-bottom: 0;
    min-height: inherit;
    /* padding: 10px 0; */
    padding: 2px 0;
    /**/
    display: table;
    width: 90%;
}

.navigation .navbar .collapse {
    display: table-cell !important;
    vertical-align: middle;
    /* float: none !important; NOTE*/
}

.navigation .navbar .navbar-brand {
    height: inherit;
    line-height: 0;
    padding: 0;
}

.navigation .navbar .navbar-nav {
    text-align: center;
}

.navTel {
    margin-top: 0;
    float: right;
}

.navigation .navbar .navbar-nav>li:hover>.child-navigation {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
}

.navigation .navbar .navbar-nav>li:last-child a {
    padding-right: 0;
    border-right: none;
}

.navigation .navbar .navbar-nav>li.active a {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

a.phoneType {
    font-size: 20px;
    font-weight: bolder;
}

.navigation .navbar .navbar-nav>li.active a:after {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.navigation .navbar .navbar-nav>li.active .child-navigation a {
    color: #5a5a5a;
}

.navigation .navbar .navbar-nav>li.active .child-navigation a:after {
    display: none;
}

.navigation .navbar .navbar-nav>li.active .child-navigation li:first-child a:after {
    display: block;
}

.navigation .navbar .navbar-nav>li.active .child-navigation.position-bottom li:last-child a:after {
    display: block;
}

.navigation .navbar .navbar-nav>li.has-child {
    position: relative;
}

.navigation .navbar .navbar-nav>li a {
    color: #fff;
    line-height: 0;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 9px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    /* font-size:90%; */
    border-right: 1px solid #fff;
}

.navigation .navbar .navbar-nav>li .only-none-boder {
    color: #fff;
    line-height: 0;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 9px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    border: none;
}

.navigation .navbar .navbar-nav>li a:after {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-color: #fff;
    bottom: -6px;
    content: "";
    left: 15px;
    height: 1px;
    position: absolute;
    width: 15px;
}

.navigation .navbar .navbar-nav>li a:hover {
    color: #ffffff;
    background-color: transparent;
}

.navigation .navbar .navbar-nav>li a:active,
.navigation .navbar .navbar-nav>li a:focus {
    background-color: transparent;
}

.navigation .navbar .navbar-nav>li>.child-navigation {
    margin-top: 11px;
}

.navigation .navbar .navbar-nav>li>.child-navigation.navigation-to-left {
    right: 15px;
    left: inherit;
}

.navigation .navbar .navbar-nav>li>.child-navigation.navigation-to-left>li:first-child a:after {
    left: inherit;
    right: 10px;
}

.navigation .navbar .navbar-nav>li>.child-navigation.navigation-to-left.position-bottom>li:last-child a:after {
    left: inherit;
    right: 10px;
}

.navigation .navbar .navbar-nav>li>.child-navigation.position-bottom {
    bottom: 25px;
}

.navigation .navbar .navbar-nav>li>.child-navigation.position-bottom>li:first-child a:after {
    border-color: transparent !important;
}

.navigation .navbar .navbar-nav>li>.child-navigation.position-bottom>li:last-child:hover a:after {
    border-color: #1396e2 transparent transparent transparent;
}

.navigation .navbar .navbar-nav>li>.child-navigation.position-bottom>li:last-child>a:after {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-color: transparent;
    border-color: #f3f3f3 transparent transparent transparent;
    border-style: solid;
    border-width: 7.5px 7.5px 0 7.5px;
    content: "";
    height: 0px;
    position: absolute;
    left: 10px;
    bottom: -7px;
    width: 0px;
}

.navigation .navbar .navbar-nav>li>.child-navigation.position-bottom>li:last-child>a:before {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-color: transparent;
    content: "";
    height: 8px;
    left: 0;
    width: 100%;
    position: absolute;
    bottom: -8px;
}

.navigation .navbar .navbar-nav>li>.child-navigation.position-bottom>li .child-navigation {
    bottom: 0;
    margin-top: inherit;
}

.navigation .navbar .navbar-nav>li>.child-navigation>li {
    position: relative;
}

.navigation .navbar .navbar-nav>li>.child-navigation>li:first-child:hover a:hover:after {
    border-color: transparent transparent #1396e2 transparent;
}

.navigation .navbar .navbar-nav>li>.child-navigation>li:first-child a:after {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3 transparent;
    border-style: solid;
    border-width: 0 7.5px 7px 7.5px;
    content: "";
    height: 0px;
    position: absolute;
    left: 10px;
    top: -7px;
    width: 0px;
}

.navigation .navbar .navbar-nav>li>.child-navigation>li:first-child a:before {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-color: transparent;
    content: "";
    height: 8px;
    left: 0;
    width: 100%;
    position: absolute;
    top: -8px;
}

.navigation .navbar .navbar-nav>li .child-navigation {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #f3f3f3;
    position: absolute;
    visibility: hidden;
    list-style: none;
    padding-left: 0;
    left: 15px;
    min-width: 240px;
    z-index: 100;
}

.navigation .navbar .navbar-nav>li .child-navigation li:hover .child-navigation {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    visibility: visible;
}

.navigation .navbar .navbar-nav>li .child-navigation li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    padding: 20px 10px 15px 10px;
    position: relative;
}

.navigation .navbar .navbar-nav>li .child-navigation li a:hover {
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #1396e2;
    color: #fff;
}

.navigation .navbar .navbar-nav>li .child-navigation li .child-navigation {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    margin-top: -41px;
}

.navigation .navbar .navbar-nav>li.mobile-submit {
    display: none;
}

.navigation .navbar .navbar-nav li .child-navigation li.has-child:after {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    background-color: transparent;
    color: #1396e2;
    content: "\f105";
    height: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: inherit;
    right: 8px;
    width: 5px;
    z-index: 2;
}

.navigation .navbar .navbar-nav li .child-navigation li.has-child:hover:after {
    color: #fff;
}

.navigation .add-your-property {
    position: absolute;
    right: 0;
    bottom: -39px;
}

.navigation .add-your-property:hover .text {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    right: 50px;
    pointer-events: none;
}

.navigation .add-your-property .btn {
    width: 38px;
}

.navigation .add-your-property .text {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #5a5a5a;
    background-color: #fff;
    padding: 10px;
    position: absolute;
    right: 40px;
    text-align: right;
    top: 0;
    pointer-events: none;
}

.navigation .add-your-property .text:after {
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    margin: auto;
}

.navigation .secondary-navigation {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-bottom: 1px solid #f3f3f3;
    display: table;
    font-size: 12px;
    padding: 5px 0;
    width: 100%;
}

.navigation .secondary-navigation a {
    color: #5a5a5a;
    margin-left: 10px;
}

.navigation .secondary-navigation a:hover {
    color: #073855;
}

.navigation .secondary-navigation a.promoted {
    color: #1396e2;
}

.navigation .secondary-navigation a.promoted:hover {
    color: #073855;
}

.navigation .secondary-navigation .contact {
    float: left;
}

.navigation .secondary-navigation .contact figure {
    margin-right: 10px;
}

.navigation .secondary-navigation .contact figure strong {
    margin-right: 5px;
}

.navigation .secondary-navigation .user-area {
    float: right;
}

.navigation .secondary-navigation .user-area .actions {
    float: left;
}

.navigation .secondary-navigation .user-area .language-bar {
    float: right;
}

.navigation .secondary-navigation figure {
    display: inline-block;
}

.navigation-fixed-bottom .navigation {
    bottom: 0;
    position: absolute;
    top: inherit;
}

.navigation-fixed-top .navigation {
    top: 0;
    position: fixed;
    bottom: inherit;
}

.navigation-fix-to-top {
    position: fixed !important;
    bottom: inherit !important;
    top: 0 !important;
}

.navigation .head-text {
    /* border-top: 1px solid #E2D3B8; */
    /* background-color: #fffef9; */
    /* background-color: #dfdfdf; */
    border-top: 1px solid #c3c3c3;
    background-color: #fff;
}

.navigation .head-text h1 {
    font-size: 11px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #000;
}

.navigation .head-text h1:after {
    height: 0;
}


/* 5. Footer */

#page-footer .inner {
    background: url("/images/tokyo_dtown.png") repeat-x center top;
    display: table;
    width: 100%;
    margin-top: 30px;
    padding-top: 80px;
    color: #000;
}

#page-footer .inner h3 {
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 0;
}

#page-footer .inner #footer-main {
    background-color: #231F20;
    padding: 35px 0 15px;
}

#page-footer .inner #footer-main a {
    color: #fff;
}

#page-footer .inner #footer-main a:hover {
    color: #fff;
}

#page-footer .inner #footer-copyright {
    background-color: #231F20;
    /* text-align:center; */
    display: table;
    padding: 10px 0;
    width: 100%;
    color: #fff;
}

#page-footer .inner #footer-copyright a {
    color: #000;
}

#page-footer .inner #footer-copyright a:hover {
    color: #FFCD00;
}

#page-footer .inner #footer-copyright .glyphicon {
    margin-left: 5px;
}

#page-footer .inner .property:last-child {
    margin-bottom: 0 !important;
}

#page-footer .inner .property-thumbnail {
    background-color: #1396e2;
    float: left;
    height: 60px;
    overflow: hidden;
}

#page-footer .inner .property-thumbnail:hover img {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

#page-footer .inner .property-thumbnail img {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
    width: 100%;
}

#page-footer address {
    margin-bottom: 5px;
    line-height: 1.6;
}

#page-footer address * {
    font-weight: normal;
}

#page-footer .inner h3 {
    margin-bottom: 14px;
    padding: 0 0 10px;
    border-bottom: 1px solid #fff;
    font-size: 108%;
    font-weight: bold;
    color: #FFF;
}

#page-footer .link {
    background: url("/images/f_icon.png") no-repeat left center;
    padding-left: 20px;
}

#footer-main .container {
    margin-top: -5px;
    margin-bottom: 10px;
}

#footer-main .container .row {
    padding-left: 15px;
    padding-right: 15px;
}

.link a {
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #5a5a5a;
    display: block;
    padding: 5px 0;
    padding-left: 0;
}

.link a:hover {
    color: #F79C08;
}

.back-top-wrap {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 100;
}

.top-btn {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #d1c0a5;
    background: #294a7f;
    border: none;
    border-radius: 20%;
    color: #fff;
    outline: none;
    cursor: pointer;
    font-size: 12px;
    padding-top: 3px;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.top-btn:hover {
    opacity: 0.6;
}

.go-search-wrap {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    display: none;
    width: 100%;
}

.search-btn {
    text-align: center;
    width: 100%;
    background: #2f83ba;
    border: none;
    color: #fff;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.3em;
    padding-top: 3px;
    padding: 6px 0;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@-webkit-keyframes animate-loading {}

@-moz-keyframes animate-loading {}

@-ms-keyframes animate-loading {}

@keyframes animate-loading {}

@-webkit-keyframes animate-loading {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes animate-loading {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes animate-loading {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/****
	B
****/

.banner {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 2px solid #f3f3f3;
    display: table;
    width: 100%;
    height: 100%;
    padding: 30px;
    margin-bottom: 30px;
}

.banner:hover {
    border-color: #d9d9d9;
}

.banner .title,
.banner .submit {
    display: table-cell;
    vertical-align: middle;
}

.banner .title {
    color: #2a2a2a;
    font-size: 24px;
    font-weight: lighter;
    width: 70%;
}

.banner .submit {
    color: #1396e2;
    font-size: 18px;
    text-align: right;
    width: 30%;
}

.banner .submit i {
    color: #073855;
    margin-left: 10px;
}

.breadcrumb {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    background-color: transparent;
    padding: 8px 0;
    font-size: 12px;
    margin-bottom: 0px !important;
}

.breadcrumb a {
    color: #5a5a5a;
}

.block {
    padding: 60px 0;
}


/* Blog */

.blog-post {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 60px;
    padding-bottom: 30px;
}

.blog-post iframe {
    margin-bottom: 20px;
}

.blog-post img {
    max-width: 100%;
}

.blog-post header h2 {
    border: none;
    font-size: 36px;
    margin: 20px 0;
    padding-bottom: 0;
}

.blog-post p {
    margin-bottom: 20px;
}

.blog-post ul {
    padding-left: 25px;
}

.blog-post .meta {
    display: table;
    width: 100%;
    margin: 20px 0;
}

.blog-post .meta .link-icon:first-child .fa {
    margin-left: 0;
}

.blog-post .meta .tags {
    display: inline-block;
    float: right;
}

.blog-post .meta .tags .tag {
    margin-left: 5px;
}

.bookmark {
    position: relative;
}

.bookmark:before {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    content: "\f08a";
    color: #1396e2;
    font-size: 18px;
    position: relative;
}

.bookmark:hover:before {
    color: #073855;
}

.bookmark:hover .title-add {
    visibility: visible;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    right: 30px;
}

.bookmark .title-add,
.bookmark .title-added {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    color: #5a5a5a;
    font-size: 12px;
    pointer-events: none;
    position: absolute;
    top: 0px;
    right: 25px;
    text-align: right;
    width: 140px;
}

.bookmark-added {
    position: relative;
}

.bookmark-added:before {
    content: "\f004";
}

.bookmark-added:after {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    animation: animate-bookmark 1s;
    -webkit-animation: animate-bookmark 1s;
    content: "\f055";
    color: #1396e2;
    left: 3px;
    font-size: 14px;
    position: absolute;
    z-index: 2;
}

.bookmark-added .title-add {
    -webkit-opacity: 0 !important;
    opacity: 0 !important;
}

.bookmark-added .title-added {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
}

.animate-bookmark {
    -webkit-animation-name: animate-bookmark;
    -moz-animation-name: animate-bookmark;
    -ms-animation-name: animate-bookmark;
    animation-name: animate-bookmark;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes animate-bookmark {}

@-moz-keyframes animate-bookmark {}

@-ms-keyframes animate-bookmark {}

@keyframes animate-bookmark {}

@-webkit-keyframes animate-bookmark {
    0% {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        top: 0px;
    }
    30% {
        top: -20px;
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    100% {
        top: -20px;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

@-moz-keyframes animate-bookmark {
    0% {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        top: 0px;
    }
    30% {
        top: -20px;
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    100% {
        top: -20px;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

@-ms-keyframes animate-bookmark {
    0% {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        top: 0px;
    }
    30% {
        top: -20px;
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    100% {
        top: -20px;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

@keyframes animate-bookmark {
    0% {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        top: 0px;
    }
    30% {
        top: -20px;
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    100% {
        top: -20px;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}


/****
	C
****/

.cite {
    color: rgba(0, 0, 0, 0.5);
    font-family: "Georgia", serif;
    font-size: 18px;
    font-style: italic;
    margin: 10px 0;
}

.comments {
    list-style: none;
    padding-left: 0;
}

.comments .comment {
    display: table;
    margin-bottom: 20px;
    padding-left: 80px;
    position: relative;
}

.comments .comment figure {
    left: 0;
    position: absolute;
    top: 0;
}

.comments .comment figure .image {
    background-color: #5a5a5a;
    height: 70px;
    position: relative;
    overflow: hidden;
    width: 60px;
}

.comments .comment figure .image:after {
    bottom: 0px;
    content: "";
    height: 0px;
    border-style: solid;
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: 0;
    width: 0px;
}

.comments .comment figure .image:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 10px;
    left: 0;
    width: calc(100% - 10px);
    position: absolute;
}

.comments .comment figure .image img {
    height: 100%;
}

.comments .comment .date {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 5px;
}

.comments .comment .date .fa {
    color: #b8b8b8;
    font-size: 10px;
    margin-right: 10px;
}

.comments .comment .name {
    display: table;
    font-size: 18px;
    width: 100%;
}

.comments .comment .reply {
    color: #2a2a2a;
}

.comments .comment .reply .fa {
    color: #1396e2;
    margin-right: 10px;
}


/****
	D
****/

section#results {
    /* padding-top: 60px; */
}

.propertySec {
    /* overflow:hidden; */
}

.display-lines .property {
    /* border-bottom: 2px solid #f3f3f3; */
    /* padding-left: 180px; */
    padding-left: 0px;
    padding-top: 120px;
    position: relative;
    overflow: visible;
    width: 50%;
    float: left;
    height: 200px !important;
}

.display-lines .property:nth-child(even) {
    float: right;
}

.display-lines .property:nth-child(even):after {
    content: "";
    display: block;
    clear: both;
}

.display-lines .property.no-border {
    padding-bottom: 0;
}

.display-lines .property:hover img {
    top: inherit;
}

.display-lines .property .property-image {
    left: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 260px;
    height: 195px;
    width: 160px;
    height: 120px;
}

.display-lines .property .type {
    top: 0;
    right: 0;
}

.display-lines .property .info {
    display: table;
    position: relative;
}

.display-lines .property .info header a {
    display: inline-block;
    text-decoration: none;
}

.info {
    width: 100%;
    height: auto;
}

.display-lines .property .info header figure {
    margin-bottom: 0px;
}

.display-lines .property .info header h3 {
    color: #333;
    font-size: 20px;
    margin: 0;
}

.display-lines .property .info header a:hover h3 {
    color: #2f83ba;
}

.display-lines .property .info aside {
    /* margin-top: 10px; */
    overflow: hidden;
    padding-bottom: 4px;
}

.display-lines .property .info aside p {
    max-height: 55px;
    font-size: 12px;
    /*
	float: left;
	width: 60%;
	padding-right: 10px;
	padding-bottom: 20px;
	*/
    margin: 0;
    overflow: hidden;
}

.display-lines .property .info aside dl {
    float: right;
    width: 40%;
    font-size: 12px;
}

.display-lines .property .info aside dl dd {
    margin-bottom: 4px;
}

.display-lines .property .info .link-arrow {
    /*
	bottom: 0;
	left: 0;
	position: absolute;
*/
    font-size: 0.9em;
}

.display-lines .property .ribbon {
    margin: inherit;
    left: initial;
}

.display-lines .no_trunk {
    text-align: center;
    font-size: 1.2em;
}


/****
	E
****/

.enabled {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    pointer-events: inherit;
}

.disabled {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
    pointer-events: none;
}

.error-page {
    display: table;
    text-align: center;
    margin-top: 100px;
    width: 100%;
}

.error-page h2 {
    position: relative;
    z-index: 4;
}

.error-page .title header {
    color: #1396e2;
    font-size: 99px;
    font-weight: lighter;
    position: relative;
    z-index: 1;
}

.error-page .top {
    bottom: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    z-index: 2;
}

.error-page .bottom {
    bottom: 90px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    z-index: 0;
}


/****
	F
****/

.faq {
    position: relative;
    padding-left: 50px;
    margin-bottom: 50px;
}

.faq .icon {
    background-color: #2f83ba;
    color: #fff;
    height: 35px;
    left: 0;
    width: 35px;
    position: absolute;
    top: 0;
    text-align: center;
    line-height: 35px;
}

.faq .icon:after {
    bottom: -7px;
    content: "";
    height: 0px;
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    border-color: transparent #2f83ba transparent transparent;
    position: absolute;
    right: 0;
    width: 0px;
}

.faq header {
    color: #2f83ba;
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 20px;
}

.faq p {
    /*	border-bottom: 2px solid #f3f3f3;
	margin-bottom: 15px;
	padding-bottom: 15px;*/
}

.faq aside {
    font-size: 12px;
}

.faq aside a {
    margin-left: 10px;
}

.feature-box {
    border: 2px solid #f3f3f3;
    margin-bottom: 30px;
    padding: 0 20px 15px 80px;
    position: relative;
}

.feature-box .description h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #073855;
    font-weight: normal;
    padding-bottom: 10px;
}

.feature-box .icon {
    background-color: #1396e2;
    height: 60px;
    left: -2px;
    padding: 20px;
    position: absolute;
    top: -2px;
    width: 60px;
}

.feature-box .icon:after {
    bottom: -8px;
    content: "";
    height: 0px;
    border-style: solid;
    border-width: 0 8px 8px 0;
    border-color: transparent #1396e2 transparent transparent;
    position: absolute;
    right: 0;
    width: 0px;
}

.feature-box .icon .fa {
    color: #fff;
    font-size: 20px;
}

.fun-facts {
    display: table;
    margin-bottom: 15px;
    padding: 30px 0;
    position: relative;
    width: 100%;
}

.fun-facts:before {
    background-color: rgba(0, 0, 0, 0.07);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    top: -15px;
    right: 0;
    width: 100%;
    z-index: -2;
}

.fun-facts .number-wrapper {
    text-align: center;
}

.fun-facts .number-wrapper figure {
    color: #073855;
}

.fun-facts .number-wrapper .number {
    color: #1396e2;
    font-size: 48px;
    font-weight: lighter;
    position: relative;
}

.fun-facts .number-wrapper .number:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%;
    z-index: -1;
}


/****
	I
****/

.invoice {
    width: 100%;
}

.invoice aside {
    display: inline-block;
    width: 49%;
}

.invoice address {
    line-height: 24px;
    margin: 20px 0;
}

.invoice table {
    width: 100%;
}

.invoice section {
    border-bottom: 2px solid #ccc;
    padding: 20px 0;
}

.invoice dl dd {
    text-align: left;
}

.invoice dl dt {
    width: 150px;
}

.invoice h1 {
    border: none;
    font-size: 60px;
    font-weight: lighter;
    margin: 0;
    padding: 0;
}

.invoice h2 {
    border: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.invoice h3 {
    border: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 24px;
}

.invoice h4 {
    font-weight: bold;
}

.invoice .title {
    font-weight: bold;
}

.invoice #description-table th {
    background-color: #e8e8e8;
    padding: 8px 0;
}

.invoice #description-table th:first-child {
    padding-left: 10px;
    width: 50%;
}

.invoice #description-table th:last-child {
    text-align: right;
    padding-right: 10px;
    width: 18%;
}

.invoice #description-table td {
    padding: 10px 0;
}

.invoice #description-table td:first-child {
    padding-left: 10px;
}

.invoice #description-table td:last-child {
    text-align: right;
    padding-right: 10px;
}

.invoice #description {
    padding-bottom: 0;
}

.invoice #subtotal aside:last-child {
    width: 18%;
}

.invoice #summary {
    text-align: right;
}

.invoice #summary h2 {
    display: inline-block;
}

.invoice #summary figure {
    display: inline-block;
    font-size: 24px;
    width: 18%;
}

.invoice #from-to>table>tbody>tr>td {
    width: 50%;
    vertical-align: top;
}

.invoice #underline {
    font-size: 12px;
}


/****
	L
****/

.language-bar {
    float: right;
    margin-left: 15px;
}

.language-bar a {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-left: 5px !important;
}

.language-bar a.active {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.language-bar a:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.layout-expandable {
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    overflow: hidden;
}

#loading-icon {
    bottom: 0;
    font-size: 28px;
    height: 25px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    z-index: 3;
}

.loading:before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}

.logos {
    display: block;
    line-height: 0;
    margin-top: 10px;
    padding: 30px 10px;
    text-align: justify;
}

.logos:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.logos .logo {
    display: inline-block;
    margin-bottom: 7px;
    position: relative;
}

.logos .logo a {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    padding: 10px;
}

.logos .logo a:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}


/****
	N
****/

.note {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    font-size: 12px;
    margin: 10px 0;
}


/****
	M
****/

.masonry-hide-other {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.masonry-show {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.member {
    position: relative;
    margin-bottom: 30px;
    padding-left: 130px;
}

.member h3 {
    color: #073855;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
}

.member .image {
    left: 0;
    position: absolute;
    top: 0;
}

.member .image img {
    width: 110px;
}

.member dl {
    border-top: 2px solid #f3f3f3;
    font-size: 12px;
    margin-top: 10px;
    padding-top: 10px;
}

.member dl dd {
    margin-bottom: 4px;
}

.member .tag {
    background-color: #1396e2;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
}

.my-properties table {
    width: 100%;
}

.my-properties table h2 {
    border: none;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0;
}

.my-properties table thead {
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.my-properties table thead tr th {
    background-color: #073855;
    border: none;
    color: #fff;
    padding: 10px 10px 10px 0px;
}

.my-properties table thead tr th:first-child {
    padding-left: 10px;
}

.my-properties table tbody tr td {
    border-top: none;
    border-bottom: 2px solid #f3f3f3;
    padding: 20px 20px 20px 0px;
    vertical-align: middle;
}

.my-properties table tbody tr td:last-child {
    padding-right: 5px;
}

.my-properties table tbody tr td.actions {
    text-align: right;
}

.my-properties table tbody tr td.actions a {
    padding: 5px;
}

.my-properties table tbody tr td.actions .edit {
    float: left;
    color: #2a2a2a;
}

.my-properties table tbody tr td.actions .edit:hover i {
    color: #073855;
}

.my-properties table tbody tr td.actions .edit i {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #1396e2;
    margin-right: 5px;
}

.my-properties table tbody tr td.actions .delete {
    color: red;
    position: relative;
    top: 5px;
}

.my-properties table tbody tr td.image {
    width: 125px;
}

.my-properties table tbody tr td.image img {
    width: 100%;
}

.my-properties table tbody tr td img,
.my-properties table tbody tr td .inner {
    display: inline-block;
}

.my-properties table tbody tr td .inner figure {
    margin-bottom: 5px;
}


/****
	O
****/

.owl-carousel .property {
    margin-bottom: 0;
}

.owl-carousel .owl-pagination {
    text-align: center;
}

.owl-carousel .owl-pagination .owl-page {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}

.owl-carousel .owl-pagination .owl-page:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.owl-carousel .owl-pagination .owl-page.active {
    background-color: rgba(0, 0, 0, 0.6);
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}

.owl-carousel .owl-dots .owl-dot:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: rgba(0, 0, 0, 0.6);
}

.owl-carousel .owl-item {
    text-align: center;
}


/****
	P
****/

#page-content {
    padding-bottom: 10px;
    position: relative;
}

.page-sub-page #page-content {
    /* margin-top: 130px; */
    margin-top: 94px;
    /* margin-top: 140px; */
}

#page-contact-room #page-content {
    /* padding-top: 30px; */
}

#page-content .addr_ttl {
    padding: 6px 0 4px;
}

.pagination {
    margin: 35px 0;
}

.pagination li:first-child a,
.pagination li:last-child a {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.pagination li.active a {
    background-color: transparent;
    border-color: #073855;
    color: #073855;
}

.pagination li.active a:hover,
.pagination li.active a:active,
.pagination li.active a:focus {
    background-color: transparent;
    border-color: #073855;
    color: #073855;
}

.pagination li a {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    border: none;
    border-top: 5px solid #f3f3f3;
    color: #5a5a5a;
    padding: 10px 20px;
}

.pagination li a:hover,
.pagination li a:active,
.pagination li a:focus {
    background-color: transparent;
    border-color: #F78745;
    color: #F78745;
}

.pagination>li>span {
    padding-top: 10px;
    border: none;
    border-top: 5px solid #2f83ba;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    color: #2f83ba;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.pagination>li.active>span,
.pagination>li.active>span:hover {
    background-color: #2f83ba;
    border-color: #2f83ba;
}

.post-author {
    border: 2px solid #f3f3f3;
    display: table;
    margin-bottom: 60px;
    padding: 20px;
    position: relative;
    width: 100%;
}

.post-author img {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    /*position: absolute; height: 100px; top: 0; bottom: 0; margin: auto;*/
}

.post-author header {
    color: #073855;
    margin-bottom: 10px;
}

.post-author .wrapper {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.price-box {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 2px solid #f3f3f3;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
    bottom: 0;
}

.price-box:hover {
    bottom: 10px;
}

.price-box.promoted {
    background-color: #062f47;
    border: none;
}

.price-box.promoted header,
.price-box.promoted .price {
    margin: 0;
}

.price-box.promoted ul {
    color: #fff;
}

.price-box.promoted ul li {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.price-box header {
    background-color: #1396e2;
    margin: -2px;
    padding: 20px 0;
}

.price-box header h2 {
    border: none;
    color: #fff;
    font-size: 36px;
    font-weight: lighter;
    margin: 0;
    padding: 0;
}

.price-box .price {
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #073855;
    color: #fff;
    margin: 0 -2px;
    padding: 10px 0;
}

.price-box .price figure {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: -5px;
}

.price-box .price small {
    font-size: 12px;
}

.price-box ul {
    list-style: none;
    padding-left: 0;
    padding-bottom: 10px;
}

.price-box ul li {
    border-bottom: 2px solid #f3f3f3;
    padding: 10px 0;
}

.price-box ul li.not-available {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    text-decoration: line-through;
}

.price-box ul li span {
    font-weight: bold;
}

.property {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.propertys {
    /* margin-bottom: 150px; */
    overflow: hidden;
    position: relative;
    float: left !important;
    width: 25% !important;
    padding-left: 3%;
    padding-top: 1%;
}

.propertys:hover {
    background-color: #DCDCDC;
}

.property:hover.big .overlay,
.property:active.big .overlay,
.property:focus.big .overlay {
    bottom: 0px;
}

.property:hover .overlay,
.property:active .overlay,
.property:focus .overlay {
    bottom: 0px;
}

.property:hover .overlay .additional-info li,
.property:active .overlay .additional-info li,
.property:focus .overlay .additional-info li {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.property:hover .type,
.property:active .type,
.property:focus .type {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.property img {
    -webkit-transition: -webkit-transform 0.1s ease-in;
    -ms-transition: -ms-transform 0.1s ease-in;
    transition: transform 0.1s ease-in;
    -moz-backface-visibility: hidden;
    width: 100%;
    position: relative;
    top: 0;
}

.property .overlay {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.property .overlay h3 {
    font-size: 12px;
    margin: 0 0 3px;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}

.property .overlay p {
    font-size: 11px;
    color: #FFF;
    margin-bottom: 0;
}

.property .overlay figure {
    color: #fff;
    font-weight: lighter;
}

.property .overlay .additional-info {
    background-color: #073855;
    display: table;
    height: 30px;
    list-style: none;
    margin-bottom: 0;
    width: 100%;
    padding: 8px 12px;
}

.property .overlay .additional-info li {
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    color: #fff;
    display: table-cell;
    width: 25%;
}

.property .overlay .additional-info li header {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    font-size: 11px;
}

.property .overlay .additional-info li figure {
    font-size: 11px;
    font-weight: bold;
}

.property .overlay .info {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    padding: 12px;
}

.property .property-image {
    height: 200px !important;
    overflow: hidden;
    width: 100% !important;
    position: relative !important;
}

.property .feature-icon-area {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.property .tag.status {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 10px;
    padding: 6px 9px;
    z-index: 1;
}

.tag-icon-wrap {
    overflow: hidden;
}

.tag-icon {
    display: inline-block;
    white-space: nowrap;
    font-size: 10px;
    padding: 5px 8px;
    margin: 0 8px 4px 0;
    background-color: #2f83ba;
    color: #fff;
    line-height: 1;
}

.req-icon {
    display: inline-block;
    white-space: nowrap;
    font-size: 10px;
    padding: 5px 8px;
    margin: 10px 8px 0 8px;
    background-color: #2f83ba;
    color: #fff;
    line-height: 1;
    vertical-align: 2px;
}

.about-link-r {
    text-align: right;
}

.about-link-l {
    text-align: left;
}

.about-link-r a,
.about-link-l a {
    display: inline-block;
}

.property .type {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    background-color: #fff;
    position: absolute;
    right: 13px;
    z-index: 2;
    top: 15px;
    height: 29px;
    padding: 0 2px;
    text-align: center;
    line-height: 29px;
}

.property .type img {
    width: inherit;
    top: 0 !important;
}

.property.big {
    max-width: 440px;
    display: inline-block;
}

.property.big .overlay {
    text-align: left;
}

.property.big .overlay h3 {
    font-size: 24px;
    font-weight: normal;
    margin: 8px 0 3px 0;
}

.property.big .overlay li header,
.property.big .overlay li figure {
    font-size: 14px;
}

.property.big .overlay .additional-info {
    height: 70px;
    padding: 15px 20px;
}

.property.big .overlay .price {
    font-size: 18px;
}

.property.big .overlay .info {
    padding: 20px;
}

.property.big .property-image {
    /*height: 285px;*/
}

.property .overlay {
    bottom: 0;
}

.property a {
    display: inline-block;
    backface-visibility: hidden;
}

.property a .property-image img {
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.property a:hover .property-image img {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.property.big .tag {
    left: 20px;
    top: 20px;
}

.property.small {
    margin-bottom: 30px !important;
}

.property.small:hover img {
    top: inherit;
}

.property.small .property-image {
    float: left;
    width: 100px;
    height: 75px;
}

.property.small .info {
    padding-left: 110px;
}

.property.small .info a {
    color: #2a2a2a;
}

.property.small .info a:hover {
    color: #1396e2;
}

.property.small .info a h4 {
    border: none;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}

.property.small .info a:hover,
.property.small .info a:hover h4 {
    color: #2f83ba;
    text-decoration: none;
}

.property.small .info figure {
    /* margin-bottom: 10px; */
}

.property.small .info .tag {
    font-size: 12px;
}

.property.masonry {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff;
    font-size: 12px;
    width: 32.1%;
    float: left;
    margin-bottom: 15px;
    overflow: visible;
}

.property.masonry .inner {
    /*-moz-backface-visibility: hidden;*/
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.property.masonry:hover img {
    top: 0;
}

.property.masonry aside {
    border: 2px solid #f3f3f3;
    background-color: #fff;
    padding: 15px 15px 10px 15px;
    position: relative;
    top: -2px;
}

.property.masonry aside h3 {
    -moz-backface-visibility: hidden;
    color: #073855;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
}

.property.masonry aside figure {
    -moz-backface-visibility: hidden;
    margin-bottom: 10px;
}

.property.masonry aside p {
    -moz-backface-visibility: hidden;
    margin-bottom: 10px;
}

.property.masonry aside .link-arrow {
    border-top: 2px solid #f3f3f3;
    display: block;
    font-size: 14px;
    padding-top: 10px;
}

.property.masonry .property-image {
    position: relative;
    margin-bottom: 0;
}

.property.masonry .property-image img {
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.property.masonry .property-image .overlay {
    bottom: 0;
    position: absolute;
}

.property.masonry .property-image .overlay .tag {
    -moz-backface-visibility: hidden;
}

.property.masonry .property-image .ribbon {
    top: 15px;
    bottom: inherit;
}

.property-carousel .property-slide {
    position: relative;
}

.property-carousel .property-slide .overlay {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    bottom: 0;
    left: 0;
    height: 40%;
    position: absolute;
    width: 100%;
}

.property-carousel .property-slide .overlay h3 {
    bottom: 20px;
    color: #fff;
    left: 30px;
    font-size: 24px;
    position: absolute;
}

.property-carousel .property-slide img {
    width: 100%;
}

.property-carousel .owl-controls {
    position: absolute;
    right: 0;
    top: 0;
}

.property-carousel .owl-controls .owl-prev,
.property-carousel .owl-controls .owl-next {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #2f83ba;
    display: inline-block !important;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 3 !important;
}

.property-carousel .owl-controls .owl-prev:after,
.property-carousel .owl-controls .owl-next:after {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    color: #fff;
    width: 5px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.property-carousel .owl-controls .owl-next:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.property-carousel .owl-controls .owl-next:after {
    content: "\f105";
}

.property-carousel .owl-controls .owl-prev:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.property-carousel .owl-controls .owl-prev:after {
    content: "\f104";
}

#property-detail section {
    margin-bottom: 40px;
}

#property-detail section h2 {
    margin-bottom: 25px;
}

#property-detail #description p {
    background-color: #f3f3f3;
    padding: 15px;
}

#property-detail #description figure {
    font-size: 1.5em;
    font-weight: bold;
    color: #2f83ba;
}

#property-detail #campaigntitle p {
    background-color: red;
    padding: 15px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}

.property-detail-map-wrapper {
    position: relative;
    height: 340px;
}

.property-detail-map-wrapper .property-detail-map {
    height: 100%;
    position: absolute;
    right: 0;
    width: 100%;
}

.property-features-list li {
    display: inline-block;
    padding: 5px 0;
    width: 49%;
}

.property-features-list li:before {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    content: "\f111";
    color: #1396e2;
    font-size: 8px;
    position: relative;
    bottom: 2px;
    margin-right: 10px;
}

.property-title {
    margin-bottom: 25px;
    position: relative;
}

.property-title h1 {
    border: none;
    margin-bottom: 5px;
    margin-top: 0;
    padding-bottom: 0;
}

.property-title .actions {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    position: absolute;
    right: 0;
}

.property-title .actions a {
    margin-left: 5px;
}


/****** TOP特選 ******/

#page-top #featured-properties {
    padding: 70px 0 20px;
}

#top-featured-properties {
    padding: 30px 0 0;
}


/*
#top-featured-properties h2,
#top-flow h2,
#ranking-properties h2{
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 30px;
	margin-top: 10px;
	padding-bottom: 15px;
	text-align: left;
	color:#000;
	font-size:24px;
}
*/


/*
#top-featured-properties h2:after,
#top-flow h2:after,
#ranking-properties h2:after {
	background: none;
}
*/


/*
#top-featured-properties .featured-properties-carousel {
	margin-bottom:30px;
}

#top-featured-properties .property.big .overlay h3{
	font-size: 16px;
}

#top-featured-properties .property.big .overlay .price {
	font-size: 14px;
}
#top-featured-properties .tag.price {
	color: #fff;
}
#top-featured-properties .tag {
	background-color: #2f83ba;
	background-color: #d61a3c;
	border-radius: 2px;
	padding: 4px 8px 3px;
}

#top-featured-properties .property .property-image{
	min-height:214px;
}
*/


/****** TOPおすすめ ******/

#recommend-properties {
    padding-bottom: 0;
}

#recommend-properties .recommend-text {
    margin: 10px 0;
}

#recommend-properties-carousel {
    background-color: #fff;
}

#recommend-properties .detail-link {
    color: #333;
    display: block;
}

#recommend-properties .detail-link img {
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#recommend-properties .property:hover img,
#recommend-properties .property:active img,
#recommend-properties .property:focus img {
    -moz-backface-visibility: hidden;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#recommend-properties .detail-link h3 {
    margin-top: 0;
    color: #333;
    font-weight: bold;
}

#recommend-properties .detail-link:hover {
    color: #666;
    text-decoration: none;
}

#recommend-properties .detail-link:hover h3 {
    color: #2f83ba;
}

#recommend-properties .property {
    margin-bottom: 0;
    border: none;
}


/****** TOPエリア表示 ******/

#search-area {
    overflow: hidden;
    margin: 70px auto 0;
}

#search-area .search-area {
    margin: 0 12px;
}

#search-area .container {}

#search-area .section-title {
    text-align: center;
}

#search-area h2 {
    color: #004875;
    margin: 0 0 20px;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
    font-size: 22px;
    letter-spacing: 0.07em;
    padding: 10px;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    border-bottom: 3px double #004875;
}

#search-area h2:after {
    background: none;
}

#search-area .search-area {
    border: 1px solid #004875;
    background: rgba(255, 204, 0, 0.6);
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
    overflow: hidden;
}

#search-area .search-area_area {
    background: #231F20;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 8px 0 6px;
    cursor: pointer;
}

#search-area .search-area_pref {
    /* margin:0px 15px 15px; */
    color: #FFF;
}

#search-area .search-area_pref:nth-child(odd) {}

#search-area .search-area_pref a {
    display: block;
    position: relative;
    background: #FFF;
    border: 1px solid #004875;
    font-size: 13px;
    color: #004875;
    text-align: center;
    padding: 8px 0 6px;
}

#search-area .search-area_pref a:hover {
    background: #004875;
    color: #fff;
}

#search-area .search-area_pref span {
    display: none;
    bottom: 0;
    height: 15px;
    margin: auto;
    position: absolute;
    right: 4px;
    top: 0;
    width: 10px;
}


/*
#search-area .search-area_pref span.fa-angle-right:before{
	color: #000;
}
*/


/****** 新着トランクルーム ******/

#ranking-properties {
    /* background:#f3f3f3; */
    padding: 30px 0 20px;
}


/****** トップ契約の流れ ******/

#top-flow {
    padding: 30px 0;
}

#top-flow .section-title .link-arrow2 {
    margin-top: 5px;
    position: absolute;
    right: 120px;
    top: 0;
}

#top-flow .tf_item {
    background: url("../images/bg_flow.png") left top;
    position: relative;
    height: 220px;
    padding: 20px 0 10px;
}

#top-flow .tf_item.next:after {
    content: "▶︎";
    color: #2f83ba;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: -22px;
}

#top-flow .tf_item p {
    padding: 4px 10px 2px 30px;
}

#top-flow .tf_item .tf_step {
    background: #2f83ba;
    font-size: 18px;
    width: 94%;
}

#top-flow .tf_item .tf_step span {
    font-size: 26px;
}

#top-flow .tf_item .tf_ttl {
    font-size: 18px;
    font-weight: bold;
}

#top-flow .tf_item .tf_text {}


/****** 物件詳細ページ ******/

#property-detail .property-title h1 {
    font-size: 146.5%;
    line-height: 1.4;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-weight: bold;
}

#property-detail .h2-m {
    font-size: 138.5%;
    font-weight: bold;
}

#property-detail .marker-style:after {
    position: absolute;
    content: url("/assets/img/property-types/condominium.png");
    top: 0;
    left: 1px;
}

#property-detail .scale-detail {
    font-size: 88%;
    margin-left: 5px;
}

#property-detail .property-detail-map-btmtxt {
    background-color: #FDF2EB;
    padding: 20px;
}

#property-detail .property-detail-map-btmtxt dl {
    margin-bottom: 0;
}

#property-detail .property-detail-map-btmtxt dt {
    margin-bottom: 5px;
}

#property-detail .property-detail-map-btmtxt dt,
#property-detail .property-detail-map-btmtxt dd {
    float: none;
    text-align: left;
}

#property-detail .property-detail-map-btmtxt p {
    margin: 15px 0 0;
}

#property-detail #property-trader h3 {
    margin-bottom: 10px;
}

#property-detail #property-trader dt {
    margin-right: 10px;
}

#property-detail #property-trader dd {
    text-align: left;
}

#property-detail .property-slide h3 {
    z-index: 1;
}

#property-detail .universal-button {
    display: inline-block;
    width: 100%;
}

#property-detail .universal-button>span.fa-angle-right:before {
    color: inherit;
}

#property-detail #property-overview dt {
    font-size: 123.1%;
    margin-right: 20px;
}

#property-detail #property-overview dd {
    text-align: left;
}

#property-detail .overview-price {
    font-weight: bold;
    font-size: 182%;
    color: #2f83ba;
    color: #2f83ba;
    line-height: 1;
}

.detail-our-guides a:hover {
    text-decoration: none;
}

.detail-our-guides h3 {
    text-decoration: none;
    margin-top: 0;
    text-align: center;
    font-weight: bold;
}

.detail-our-guides .our-guides-right,
.detail-our-guides .our-guides-left {
    /*
	border:1px solid #907d59;
	padding:0;
*/
}

.detail-our-guides .our-guides-right h4,
.detail-our-guides .our-guides-left h4 {
    background: #e8e3d9;
    font-weight: bold;
    margin: 0;
    padding: 10px;
}

.detail-our-guides .our-guides-left .our-guides-step1 {
    padding: 6px 0 0;
    /*
	color:#2f83ba;
	font-weight: bold;
	font-size:22px;
	text-align:center;
	padding: 12px 0;
*/
}

.detail-our-guides .our-guides-right .our-guides-step2 {
    padding: 6px 0 0;
}

#property-trader .universal-button.property-bottom-button,
.detail-our-guides .our-guides-left .our-guides-step1 .universal-button,
.detail-our-guides .our-guides-right .our-guides-step2 .universal-button {
    padding: 12px;
    font-weight: bold;
    font-size: 1.2em;
}

#property-detail .property-service-item {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#property-detail .property-service-item li {
    border: 1px solid #aaa;
    color: #aaa;
    padding: 4px 10px;
    margin: 0 10px 10px 0;
    float: left;
    display: inline;
}

#property-detail .property-service-item li.on {
    border: 1px solid #2f83ba;
    background: #2f83ba;
    color: #FFF;
}

#property-detail #property-goods .unit-item .td3 {
    color: #2f83ba;
    color: #2f83ba;
}

#property-detail .unit-price-table .tTitle {
    background: #f3f3f3;
}

#property-detail .unit-price-table .tBody td {
    border: none;
    color: #000;
}

#property-detail .unit-price-table .tBody.price td {
    border-top: 1px solid #ddd;
    padding: 4px 8px;
    background: #efefef;
}


/*
#property-detail .unit-price-table .tBody.price .td1,
#property-detail .unit-price-table .tBody.price .td3{
*/

#property-detail .unit-price-table .tBody.price .td2,
#property-detail .unit-price-table .tBody.price .td5 {
    /* border-right:1px solid #efefef; */
    background: #efefef;
}

.table.unit-item>tbody>tr>td.td6 {
    display: none;
    text-align: left;
}

#property-detail .unit-price-table {
    border-bottom: 1px solid #ddd;
}

.table.unit-item>tbody>tr>td.td6 span.campTitle,
#property-detail .unit-price-table .tBody.camp span.campTitle {
    color: #d61a3c;
    font-weight: bold;
    padding: 10px 0 0;
    display: block;
}

.table.unit-item>tbody>tr>td.td6 span.campTitle figure,
#property-detail .unit-price-table .tBody.camp span.campTitle figure {
    padding-right: 6px;
}

.table.unit-item>tbody>tr>td.td6 p.campContent,
#property-detail .unit-price-table .tBody.camp p.campContent {
    margin: 0;
}

#property-detail .unit-price-table .tBody.camp td {
    padding-top: 0;
    text-align: left;
}


/*
#property-detail .unit-price-table .tBodyTr2,
#property-detail .unit-price-table .tBodyTr4,
#property-detail .unit-price-table .tBodyTr6,
#property-detail .unit-price-table .tBodyTr8,
#property-detail .unit-price-table .tBodyTr10,
#property-detail .unit-price-table .tBodyTr12,
#property-detail .unit-price-table .tBodyTr14,
#property-detail .unit-price-table .tBodyTr16,
#property-detail .unit-price-table .tBodyTr18,
#property-detail .unit-price-table .tBodyTr20,
#property-detail .unit-price-table .tBodyTr22{
	background:#f3f3f3;
}
*/

#property-detail .syokihiyou {
    overflow: hidden;
    cursor: pointer;
}

#property-detail .syokihiyou_body img {
    padding-top: 20px;
}


/****** FAQ ******/

#page-faq .faq aside {
    margin-top: 10px;
}

#page-faq .faq aside a {
    margin-left: 3px;
}

#page-faq .side-image {
    float: right;
    margin-left: 5px;
}


/****** 企業レポート（リスト） ******/


/****** 企業レポート（詳細） ******/

#agent-detail .contents-dl {
    margin-bottom: 30px;
}

#agent-detail header .txt-wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#agent-detail header .contents-header-p {
    display: table-cell;
    vertical-align: top;
    padding-right: 15px;
}

#agent-detail header .contents-header-img {
    display: table-cell;
    width: 150px;
    vertical-align: top;
}

#agent-detail header .contents-header-img img {
    width: 100%;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

#agent-detail #agent-properties .property .overlay h3 {
    margin-top: 7px;
    font-size: 13px;
}

#agent-detail #agent-properties .tag {
    padding: 2px 4px;
}

#agent-detail #agent-properties .tag.price {
    font-size: 12px;
}

#agent-detail #agent-properties .property .overlay figure {
    font-size: 12px;
}

#agent-detail #property-agent dt,
#agent-detail #property-agent dd {
    margin-bottom: 0;
}

#agent-detail #property-agent dt {
    margin-right: 10px;
}

#agent-detail #property-agent dd {
    text-align: left;
}

#agent-detail #property-agent .agent-name {
    font-size: 116%;
    margin-bottom: 15px;
    font-weight: bold;
}


























/***************** タブレット *****************/

.f_fix_set_2 {
    display: none;
}

.navbar-tel {
    display: none;
}

@media screen and (min-width: 700px) {
    .f_fix_set_2.container-fluid {
        display: none !important;
    }
}

@media (max-width: 700px) {
    #page-footer .inner #footer-copyright {
        padding-bottom: 65px;
    }
    .f_fix_set_2 {
        display: block;
    }
    .f_fix_set_2 {
        position: fixed;
        bottom: 0;
        /* 上部に固定 */
        left: 0;
        z-index: 1000;
        width: 100%;
        background: rgba(91, 77, 77, .85);
        padding: 8.5px 12px;
        box-sizing: border-box;
        height: 55px;
    }
    .f_fix_set_2 .tel {
        font-size: 11px;
    }
    .f_fix_set_2 .tel .btn-tel {
        display: block;
        background: #2f83ba;
        color: #fff;
        border-radius: 4px;
        padding: 9px 0 6px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
        position: relative;
        font-size: 14px;
        height: 35px;
    }
    .f_fix_set_2 .tel i {
        /* padding:0 12px 0 0; */
        color: #fff;
        font-size: 20px;
        opacity: 0.59;
        padding: 0 2px 0 0;
        position: absolute;
        top: 8px;
        left: 4px;
    }
    .f_fix_set_2 .tel span {
        position: relative;
        z-index: 120;
        padding: 0 0 0 28px;
        display: block;
    }
    .navbar-tel {
        display: block;
        border-radius: 0;
        bottom: 0;
        height: 60px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 62px;
        top: 2px;
        vertical-align: middle;
        background-color: transparent;
        background-image: none;
        border: none;
        font-size: 40px;
    }
}

.tel_menu_wrap {
    display: none;
    overflow: hidden;
}

.tel_menu {
    width: 100%;
    list-style: outside none none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.tel_menu li {
    background: #fbfbfb;
    border-bottom: 1px solid #eceae7;
    padding: 0;
    marign: 0;
    width: 50%;
    font-size: 90%;
    float: left;
}

.tel_menu li a,
.tel_menu li span {
    display: block;
    width: 100%;
    padding: 15px;
}

.tel_menu li a {
    color: #2f83ba;
    font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 25px;
    }
    .h_tel {
        display: none;
    }
    .navbar-brand,
    .navbar-header,
    .navigation .navbar .navbar-nav,
    .navigation .navbar .collapse {
        /* float: none; NOTE */
        display: block;
    }
    body.basic-contact .err-guide p {
        font-size: 153.9%;
    }
    .navbar-nav {
        /* margin-top: 15px;  NOTE*/
        padding-left: 10px;
    }
    .navbar-collapse {
        padding-left: 0;
    }
    .navbar-nav li:first-child>a {
        padding-left: 0;
    }
    .navbar-nav li:first-child>a :after {
        left: 0;
    }
    .nav>li>a {
        padding: 10px 12px;
    }
    .navigation .navbar .navbar-nav>li:first-child a:after {
        left: 0;
    }
    .agency address {
        margin-left: 10px;
        width: 40%;
    }
    .agency .agency-image {
        width: 30%;
    }
    .agency .agency-image img {
        max-width: 140px;
    }
    .agency .wrapper {
        width: inherit;
    }
    .agent-info {
        margin-bottom: 30px;
    }
    /*	.col-sm-4 .property {
		border: 2px solid #f3f3f3;
	}
	.col-sm-4 .property:hover img {
		top: 0;
	}
	.col-sm-4 .property .additional-info {
		display: none;
	}
	.col-sm-4 .property .overlay {
		bottom: 0;
		position: relative;
	}
	.col-sm-4 .property .overlay .info {
		background: none;
	}
	.col-sm-4 .property .overlay .info h3 {
		text-shadow: none;
		color: #073855;
	}
	.col-sm-4 .property .overlay .info figure {
		color: #5a5a5a;
		font-size: 12px;
	}
	.col-sm-4 .property .overlay .info .tag {
		margin-bottom: 5px;
	}*/
    .display-lines .property {
        padding-left: 220px;
        width: 100%;
    }
    .display-lines .property .info h3 {}
    .display-lines .property .property-image {
        height: 150px;
        width: 200px;
    }
    .member {
        margin-bottom: 40px !important;
        padding-left: 60px;
    }
    .member h3 {
        font-size: 14px;
    }
    .member dl {
        font-size: 10px;
    }
    .member .image img {
        width: 50px;
    }
    .property .property-image {
        /*height: 255px;*/
    }
    .property.big .overlay {
        /*bottom: -50px;*/
    }
    .property.big .overlay h3 {
        font-size: 18px;
    }
    .property.big .overlay li header,
    .property.big .overlay li figure {
        font-size: 11px;
    }
    .property.big .overlay .additional-info {
        height: 50px;
        padding: 10px 15px;
    }
    .property.big .overlay .price {
        font-size: 14px;
    }
    .property.big .overlay .info {
        padding: 15px;
    }
    .property.masonry {
        width: 31.45%;
    }
    .property.small .info {
        padding-left: 0;
    }
    .property.small .property-image {
        float: none;
        height: auto;
        margin-bottom: 10px;
        width: 100%;
    }
    .ribbon {
        right: -20px;
        width: 80px;
        height: 18px;
        bottom: inherit;
        font-size: 10px;
        padding: 2px;
    }
    .sidebar-navigation li {
        text-align: center;
        padding: 10px 0;
    }
    .sidebar-navigation li a i {
        font-size: 18px;
    }
    .sidebar-navigation li a span {
        display: none;
    }
    #slider .slide {
        overflow: hidden;
    }
    #slider .slide img {
        position: relative !important;
        height: 100% !important;
        width: inherit !important;
    }
    .submit-features li {
        width: 49%;
    }
    .text-banner h1 {
        font-size: 24px;
        margin-top: 0px;
        padding-bottom: 0px;
    }
    .universal-button {
        font-size: 12px;
        padding: 15px;
    }
    .universal-button figure {
        font-size: 20px;
        width: 30px;
    }
    #recommend-properties .property-frame {
        margin-bottom: 10px;
    }
    #ranking-properties .row {
        display: block;
    }
    #ranking-properties .row:after {
        clear: none;
    }
    .reading-image-area {
        padding: 20px 20px 0;
    }
    .reading-image-area p {
        margin-bottom: 20px;
    }
    .listing-block .listing-image {
        width: 170px;
    }
    .listing-block .listing-txt h2 {
        font-size: 131%;
    }
}


/***************** スマホ *****************/

@media (max-width: 767px) {
    .navTel {
        display: none;
    }
    #brand img {
        display: none;
    }
    #brand a img {
        display: block;
    }
    .navbar-nav>li {
        margin-top: 0;
    }
    #search-area {
        margin: 0 auto;
    }
    #search-area h2 {
        font-size: 150%
    }
    h1 {
        font-size: 123.1%;
    }
    .agency .agency-image {
        display: block;
        width: inherit;
    }
    .agency .agency-image img {
        max-width: 100%;
    }
    .agency .wrapper {
        display: block;
        width: inherit;
    }
    .agency .wrapper dl,
    .agency .wrapper address {
        display: block;
        width: inherit;
        margin-left: 0;
    }
    .agency .wrapper dl {
        margin-bottom: 30px;
    }
    .agency-image {
        text-align: center;
        margin-bottom: 30px;
    }
    .agent {
        padding-left: 0;
        text-align: center;
    }
    .agent .agent-image {
        display: inline-block;
        position: relative;
        text-align: center;
        max-width: 100%;
        margin-bottom: 20px;
        width: inherit !important;
    }
    .agent .agent-image img {
        width: inherit !important;
    }
    blockquote {
        display: block !important;
        padding: 20px 0 !important;
        text-align: center;
    }
    blockquote figure {
        display: inline-block !important;
        margin-bottom: 30px;
    }
    blockquote .cite {
        display: block !important;
        padding-left: 0;
    }
    .blog-post {
        margin-bottom: 30px;
    }
    .blog-post h2 {
        font-size: 24px !important;
    }
    .blog-post .tags {
        float: none !important;
    }
    .blog-post .tags .tag {
        margin: 20px 0;
    }
    .blog-post .tags .tag:first-child {
        margin-left: 0 !important;
    }
    .account-profile h3 {
        margin-bottom: 15px;
    }
    .agent-detail h3 {
        margin-top: 40px;
    }
    .agent-info {
        padding-left: 0 !important;
        margin-bottom: 20px;
    }
    .agent-info figure {
        text-align: center;
        position: relative !important;
        margin-bottom: 20px;
    }
    .background-image {
        left: -200%;
        margin-left: 100%;
    }
    .block {
        padding: 30px 0;
    }
    .banner {
        padding: 20px;
    }
    .banner .title {
        display: block;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }
    .banner .submit {
        display: block;
        text-align: center;
        width: 100%;
    }
    .comment .name,
    .comment .date {
        float: none !important;
        position: relative !important;
        top: 0 !important;
    }
    section#results {
        padding-top: 0;
    }
    .display-lines .property {
        padding-left: 0px;
        width: 100%;
    }
    .display-lines .property .info a {
        position: relative !important;
    }
    /*
	.display-lines .property .info aside p, .display-lines .property .info aside dl {
		float: none;
		width: 100%;
	}
	*/
    /*
	.display-lines .property .property-image {
		height: auto;
		margin-bottom: 20px;
		position: relative;
		width: 100%;
	}
	*/
    .display-lines .property {
        overflow: hidden;
    }
    .display-lines .property .property-image {
        width: 26%;
        height: auto;
    }
    .display-lines .property .info {
        display: block;
        width: 70%;
        float: right;
    }
    .display-lines .property .info header h3 {
        font-size: 16px;
        line-height: 1.2em;
    }
    .display-lines .property .info header figure {
        margin-bottom: 0;
    }
    .feature-box {
        margin-bottom: 30px !important;
    }
    .form-map {
        background-color: transparent !important;
        padding: 0 !important;
    }
    .fun-facts {
        padding: 0;
    }
    .fun-facts:before {
        display: none;
    }
    .fun-facts .number-wrapper {
        margin-bottom: 30px;
        position: relative;
    }
    .fun-facts .number-wrapper:before {
        background-color: rgba(0, 0, 0, 0.07);
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        margin: auto;
        position: absolute;
        top: -15px;
        right: 0;
        width: 100%;
        z-index: -2;
    }
    .geo-location-wrapper .btn {
        top: 20px;
    }
    .horizontal-search .advanced-search-toggle {
        position: relative !important;
    }
    .horizontal-search .search-box-wrapper input[type="text"],
    .horizontal-search .search-box-wrapper input[type="email"],
    .horizontal-search .search-box-wrapper input[type="search"],
    .horizontal-search .search-box-wrapper input[type="password"],
    .horizontal-search .search-box-wrapper input[type="number"],
    .horizontal-search .search-box-wrapper textarea.form-control,
    .horizontal-search .search-box-wrapper .selectpicker {
        background-color: #fff !important;
    }
    .horizontal-search .submit-features li {
        width: 100%;
    }
    .logos {
        padding: 0;
        text-align: center;
    }
    .logos .logo {
        display: block;
        margin-bottom: 40px;
    }
    .logos .logo:last-child {
        margin-bottom: 0;
    }
    .floor-photos img {
        width: 100%;
    }
    #footer-copyright {
        text-align: center;
    }
    #footer-copyright span {
        float: none !important;
    }
    .leaflet-control-attribution {
        display: none;
    }
    .map-osm #map:after {
        display: none;
    }
    #map {
        margin-top: 0 !important;
    }
    .member {
        margin-bottom: 40px !important;
        padding-left: 0px;
        text-align: center;
    }
    .member h3 {
        font-size: 18px;
    }
    .member dl {
        border-top: none;
        border-bottom: 2px solid #f3f3f3;
        font-size: 12px;
        padding-bottom: 20px;
    }
    .member .image {
        display: block;
        position: relative;
    }
    .member .image img {
        width: 150px;
    }
    .member .tag {
        top: 10px;
    }
    .h_tel {
        display: none;
    }
    .navbar-nav {
        margin: 0;
    }
    .navigation {
        position: relative !important;
    }
    .navigation .navbar {
        display: block !important;
        padding: 10px 0 0 !important;
        width: 100%;
    }
    .navigation .navbar .navbar-collapse {
        border-top: none;
        max-height: inherit;
        overflow: hidden;
        margin-left: -15px;
        margin-right: -15px;
        padding-right: 0;
        padding-left: 0;
    }
    .navigation .navbar .collapse {
        display: none !important;
        float: inherit !important;
    }
    .navigation .navbar .collapse.in {
        display: block !important;
    }
    .navigation .navbar .collapse.in .child-navigation {
        display: block;
    }
    .navigation .navbar .navbar-nav {
        margin-bottom: 0;
        float: none !important;
    }
    .navigation .navbar .navbar-nav li:hover>.child-navigation {
        height: auto;
    }
    .navigation .navbar .navbar-nav li:hover>.child-navigation.navigation-to-left {
        right: inherit;
    }
    .navigation .navbar .navbar-nav li:hover>.child-navigation li:hover>.child-navigation {
        -moz-transition-delay: 0;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        height: auto;
    }
    .navigation .navbar .navbar-nav li.active a:after {
        display: none;
    }
    .navigation .navbar .navbar-nav li.has-child:after {
        right: 25px !important;
    }
    .navigation .navbar .navbar-nav li a {
        padding-bottom: 20px;
        padding-top: 20px;
        border-bottom: 1px solid white;
        border-right: none;
        background-color: #231f20;
    }
    .navigation .navbar .navbar-nav li:first-child a {
        border-top: 1px solid white;
    }
    .navigation .navbar .navbar-nav li a:after {
        display: none;
    }
    .navigation .navbar .navbar-nav li.mobile-submit {
        display: block;
    }
    .navigation .navbar .navbar-nav li.mobile-submit i {
        color: #1396e2;
        position: absolute;
        bottom: 12px;
        margin-left: 10px;
    }
    .navigation .navbar .navbar-nav li .child-navigation {
        display: none;
        left: 0;
        min-width: inherit;
        width: 100%;
        position: relative;
        margin-top: 0;
        box-shadow: none;
        background-color: #f3f3f3;
        height: 0;
    }
    .navigation .navbar .navbar-nav li .child-navigation li {
        border-bottom: none !important;
    }
    .navigation .navbar .navbar-nav li .child-navigation li:first-child a:after,
    .navigation .navbar .navbar-nav li .child-navigation li:last-child a:after {
        display: none !important;
    }
    .navigation .navbar .navbar-nav li .child-navigation li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-left: 15px;
        padding: 20px 15px 20px 15px;
    }
    .navigation .navbar .navbar-nav li .child-navigation li a:hover {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        color: #1396e2;
    }
    .navigation .navbar .navbar-nav li .child-navigation li:hover .child-navigation {
        height: auto;
    }
    .navigation .navbar .navbar-nav li .child-navigation li .child-navigation {
        -moz-transition-delay: 0;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        height: 0;
        background-color: #ebebeb;
        margin-top: 0;
        left: 0px !important;
    }
    .navigation .navbar .navbar-toggle {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        bottom: 0;
        display: block !important;
        vertical-align: middle;
        position: absolute;
        right: 0;
        margin: 0;
        top: 0;
        height: 60px;
        padding: 0;
    }
    .navigation .navbar .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navigation .secondary-navigation {
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        background-color: #073855;
    }
    .navigation .secondary-navigation .contact {
        display: none;
    }
    .navigation .secondary-navigation .user-area {
        float: none;
    }
    .navigation .secondary-navigation .user-area a {
        color: #fff;
        margin-left: 0;
        margin-right: 10px;
    }
    .navigation .secondary-navigation .user-area a:hover {
        color: #fff;
    }
    .navigation .navbar .navbar-brand {
        margin-bottom: 10px;
    }
    .owl-controls {
        display: none !important;
    }
    #page-content {
        padding-top: 0px !important;
    }
    .page-sub-page #page-content {
        margin-top: 0px;
    }
    #page-footer #footer-main {}
    #page-footer #footer-main article {
        margin-bottom: 30px;
    }
    #page-footer #footer-main article h3 {
        margin-bottom: 10px !important;
    }
    .page-sign-in .wrapper {
        display: table !important;
    }
    #page-content {
        overflow: hidden;
    }
    .add-your-property {
        display: none;
        bottom: inherit;
        position: absolute;
        top: 8px;
    }
    .add-your-property figure {
        display: none !important;
    }
    .post-author {
        text-align: center;
    }
    .post-author img {
        display: inline-block;
        margin-bottom: 20px;
    }
    .post-author .wrapper {
        display: block;
    }
    .property.small .info {
        padding-left: 110px;
    }
    .property.small .property-image {
        /*
		float: none;
		height: auto;
		margin-bottom: 10px;
		width: 100%;
	*/
    }
    .property.masonry {
        width: 100%;
    }
    .property.masonry .property-image:hover img {
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    .property.masonry .property-image img {
        -moz-backface-visibility: visible;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    .property-detail-map {
        width: 100% !important;
    }
    .property-features-list li {
        width: 100%;
    }
    .property-title .actions {
        position: relative;
        margin-top: 20px;
        top: 10px;
    }
    .property-title .actions .title-add,
    .property-title .actions .title-added {
        text-align: left;
        left: 25px;
    }
    .rating-form .btn {
        float: none !important;
        width: 100%;
    }
    .ribbon {
        height: 18px;
        bottom: inherit;
        font-size: 9px;
        padding: 3px 2px 2px;
        position: static;
        transform: none;
        top: 0;
        right: auto;
        left: 0;
        width: 100%
    }
    #search-filter {
        margin-bottom: 10px;
        padding: 0;
    }
    #search-filter .sorting {
        position: relative;
        margin-top: 10px;
    }
    #search-filter .sorting .form-group {
        width: 100%;
    }
    .search-box-wrapper {
        background-color: #fff;
        padding: 20px 0;
        position: relative;
        top: 0 !important;
    }
    .search-box-wrapper h2 {
        color: #fff;
    }
    .search-box-wrapper input[type="text"],
    .search-box-wrapper input[type="email"],
    .search-box-wrapper input[type="search"],
    .search-box-wrapper input[type="password"],
    .search-box-wrapper input[type="number"],
    .search-box-wrapper textarea.form-control {
        background-color: rgba(0, 0, 0, 0.4) !important;
    }
    .search-box-wrapper .background-image {
        left: inherit;
        margin-left: inherit;
    }
    .search-box-wrapper .selectpicker,
    .search-box-wrapper .price-range {
        background-color: rgba(0, 0, 0, 0.4) !important;
    }
    .search-box-wrapper .search-box {
        margin-top: 0;
        padding-right: 0;
        position: relative;
    }
    .form-search-wrap .search-box {
        width: 100%;
        max-width: 100%;
    }
    .search-box-wrapper .search-box .nav-pills {
        margin-bottom: 20px;
    }
    .search-box-wrapper .search-box .nav-pills li.active a {
        background-color: #1396e2;
        color: #fff;
        position: relative;
    }
    .search-box-wrapper .search-box .nav-pills li.active a:after {
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    .search-box-wrapper .search-box .nav-pills li a {
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        background-color: transparent;
        color: #fff;
    }
    .search-box-wrapper .search-box .nav-pills li a:after {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        width: 0;
        border-style: solid;
        border-width: 5px 3.5px 0 3.5px;
        border-color: #1396e2 transparent transparent transparent;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -5px;
    }
    .go-search-wrap {
        display: block;
    }
    .section-title .link-arrow {
        position: relative;
        top: -15px;
    }
    #top-flow .section-title .link-arrow2 {
        position: relative;
        top: -15px;
        left: 0;
        right: 0;
    }
    #slider {
        margin-top: 0 !important;
    }
    #slider .slide {
        overflow: hidden;
    }
    #slider .slide:after {
        height: 50% !important;
    }
    #slider .slide .overlay {
        margin-bottom: 10px !important;
    }
    #slider .slide .overlay figure {
        font-size: 14px !important;
    }
    #slider .slide .overlay h3 {
        font-size: 24px !important;
        font-weight: bold !important;
    }
    #slider .slide .overlay hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #slider .slide .overlay img {
        left: -200%;
        position: relative;
    }
    #slider .slide .overlay .tag {
        font-size: 18px !important;
    }
    #slider .slide img {
        position: relative !important;
        height: 100% !important;
        width: inherit !important;
    }
    .submit-step {
        display: none;
    }
    .submit-pricing table th {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .submit-pricing table th:first-child {
        padding-left: 0 !important;
    }
    .text-banner h1 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
        padding-bottom: 15px;
    }
    .form-submit section {
        margin-bottom: 30px;
    }
    .form-submit .submit-features li {
        width: 100%;
    }
    .form-submit .file-preview-frame {
        display: inline-block;
        float: none;
    }
    #video-presentation img {
        width: 100%;
    }
    #top-featured-properties h2,
    h2 {
        font-size: 143.1%;
        text-shadow: 1px 1px 1px #fff;
        margin-bottom: 30px;
    }
    .wrapper {
        display: block;
    }
    .property .overlay p {
        font-size: 13px;
    }
    #recommend-properties .recommend-text {
        margin-bottom: 30px;
    }
    #recommend-properties .about-link {
        top: -20px;
        position: relative;
    }
    #ranking-properties .property .overlay h3 {
        margin-bottom: 15px;
    }
    #property-detail #property-overview dl {
        color: #807772;
    }
    #property-detail #property-overview dt {
        float: none;
        border-bottom: 1px solid #807772;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
    .reading-image-area p {
        margin-bottom: 20px;
    }
    .reading-image-area {
        padding: 20px 20px 0;
    }
    .listing-block {
        display: block;
    }
    .listing-image-inner {
        width: 100%;
    }
    .listing-block .listing-image {
        display: block;
        width: 100%;
    }
    .listing-block .listing-txt {
        display: block;
        padding-left: 0;
        margin: 10px 0;
    }
    .listing-block .listing-txt h2 {
        font-size: 116%;
        font-weight: bold;
    }
    #page-description-detail .comparison-block .row {
        width: 100%;
    }
    #page-description-detail .comparison-block .row>div {
        display: block;
    }
    body.basic-contact .main-form-area .fieldset-inner {
        display: block;
    }
    body.basic-contact .main-form-area .field-legend {
        width: 100%;
        display: block;
    }
    body.basic-contact .main-form-area .field-area {
        width: 100%;
        display: block;
    }
    #ranking-properties .property {
        outline: none;
    }
    #ranking-properties .property {
        margin-bottom: 80px;
    }
    #top-flow .tf_item {
        height: auto;
        margin: 0 0 20px;
    }
    #top-flow .tf_item.next:after {
        content: "▼";
        font-size: 20px;
        top: auto;
        bottom: -23px;
        right: 50%;
    }
    body.basic-contact .field-area {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .send-txt {
        font-size: 108%;
    }
    #property-detail .unit-price-table .tBody.price td {
        border-top: none;
    }
    #property-detail .unit-price-table .tBody.price td.td1 {
        border-top: 1px solid #ddd;
    }
    .table.unit-item>tbody>tr>td {
        display: block;
        text-align: center;
        border-top: none;
    }
    .table.unit-item>tbody>tr>td.td4 {
        text-align: auto;
    }
    .universal-button.trunkInqBtn,
    .universal-button.kantanBtn {
        padding: 8px 6px 6px 40px;
    }
    .table.unit-item>tbody>tr>td.td2,
    .table.unit-item>tbody>tr>td.td3 {
        width: 50%;
        float: left;
    }
    .table.unit-item>tbody>tr>td.td6 {
        display: block;
    }
    #property-detail .unit-price-table .tBody.camp {
        display: none;
    }
    #foot-banner .row .col-md-4 img {
        margin: 0 auto;
    }
}


/***************** 印刷 *****************/

@media print {
    #page-footer,
    .breadcrumb {
        display: none;
    }
    .page-property-detail body,
    .page-property-detail html {
        height: 100%;
        width: 100%;
        padding: 0;
    }
    .page-property-detail #sidebar,
    .page-property-detail #page-footer,
    .page-property-detail .thick,
    .page-property-detail .actions,
    .page-property-detail .navigation,
    .page-property-detail .breadcrumb {
        display: none;
    }
    .page-invoice .navigation {
        display: none;
    }
    .invoice {
        font-size: 12px;
    }
    .invoice address {
        line-height: 18px;
    }
    .invoice h1 {
        font-size: 36px;
        margin-top: 20px;
    }
    .invoice h2,
    .invoice h3 {
        font-size: 18px;
    }
    .invoice section {
        border-width: 1px;
        padding: 10px 0;
    }
    .invoice dl dd {
        margin-bottom: 4px;
    }
    .invoice #description-table th {
        border-bottom: 2px solid #e8e8e8;
        padding: 8px 0;
    }
    .invoice #description-table th:first-child {
        padding-left: 0px;
    }
    .invoice #description-table th:last-child {
        padding-right: 0px;
    }
    .invoice #description-table td {
        padding: 10px 0;
    }
    .invoice #description-table td:first-child {
        padding-left: 0px;
    }
    .invoice #description-table td:last-child {
        padding-right: 0px;
    }
}


/***************** 印刷スタイル *****************/

@page {
    page-break-after: auto;
    margin: 0;
}

.form-group-2col {}

.form-group-2col:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

.form-group-2col .form-group {
    width: 50%;
    float: left;
}


/***************** 簡単お問い合わせ *****************/

#kantanForm {
    background: #fff;
    padding: 2px;
}

#kantanForm header {
    background: #2a2a2a;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

#kantanForm>div {
    margin: 15px;
    font-size: small;
    line-height: 1.5;
}

#kantanForm>div table {
    margin: 20px 0 0;
    width: 100%;
}

#kantanForm>div table th,
#kantanForm>div table td {
    padding-bottom: 6px;
}

#kantanForm>div table th span {
    color: #ff0000;
}

#kantanForm>div table .error {
    color: #ff0000;
}

#kantanForm>div table ul {
    padding: 0;
}

#kantanForm>div .sendBtn,
#kantanForm>div .okBtn {
    text-align: center;
}

#kantanForm>div .sendBtn input {
    padding: 10px 24px 9px;
    /*
	border-radius: 3px;
	border: none;
	color: #fff;
	font-size: 140%;
	font-weight: normal;
	padding: 2px 0;
	margin: 15px auto;
	width: 100px;
	display: block;
	text-align: center;
	text-decoration: none;
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fe3300), color-stop(1, #d32a00));
	background: -moz-linear-gradient(top, #fe3300 0%, #d32a00 100%);
	background: -o-linear-gradient(top, #fe3300 0%, #d32a00 100%);
	background: -ms-linear-gradient(top, #fe3300 0%, #d32a00 100%);
	background: linear-gradient(top, #fe3300 0%, #d32a00 100%);
*/
}

#kantanForm>div .okBtn a {
    padding: 10px 24px 9px;
    /*
	border-radius: 3px;
	border: none;
	color: #000;
	font-size: 140%;
	font-weight: normal;
	padding: 2px 0;
	margin: 15px auto;
	width: 100px;
	display: block;
	text-align: center;
	text-decoration: none;
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fddb83), color-stop(1, #fdc322));
	background: -moz-linear-gradient(top, #fddb83 0%, #fdc322 100%);
	background: -o-linear-gradient(top, #fddb83 0%, #fdc322 100%);
	background: -ms-linear-gradient(top, #fddb83 0%, #fdc322 100%);
	background: linear-gradient(top, #fddb83 0%, #fdc322 100%);
*/
}

#cboxOverlay.kantanForm {
    background: #222;
}

#cboxClose {
    border: none;
}

.kantanForm #cboxClose {
    background: #fff;
    border-radius: 3px;
    padding: 1px 10px;
    color: #2a2a2a;
    font-size: small;
    font-weight: bold;
    top: 16px;
    right: 10px;
    text-indent: 0;
    width: auto;
    height: auto;
}

.kantanForm #cboxClose:after {
    content: "×";
    color: #2a2a2a;
}


/* お客様の声 */

#customervoice h2.reading-h2:after {
    margin-left: 0;
}

#customervoice h2.reading-h2 {
    font-size: 118%;
    margin: 0 0 20px;
    color: #000;
}

#customervoice .box-voice {
    padding-bottom: 40px;
}

#customervoice .who {
    text-align: right;
    margin-bottom: 4px;
    color: #2f83ba;
}


/* サイズ */

#size dl dt {
    float: none;
}

#size .box-size {
    overflow: hidden;
    padding-bottom: 24px
}

.size-naibu {
    padding: 50px 0;
}

.size-movie {
    padding: 0 0 50px;
}

#size h3,
.size-naibu h3,
.size-movie h3 {
    border-left: 4px solid #2f83ba;
    padding: 0 0 0 12px;
    font-weight: bold;
}

h3.conatct-title,
.page-property-detail #main-contents h3 {
    border-left: 4px solid #004775;
    padding: 0 0 0 12px;
}

.page-property-detail #main-contents .detail-our-guides h3 {
    border-left: none;
    padding-left: 0;
}

.page-property-detail #main-contents h4 {
    color: #2f83ba;
    font-weight: bold;
    text-align: center;
}

.page-property-detail #main-contents .detail-our-guides h4 {
    color: #000;
}

.page-property-detail #main-contents .half-size {
    width: 50%;
}

@media screen and (max-width: 770px) and (min-width: 320px) {
    .page-property-detail #main-contents {
        overflow: auto;
    }
}

#owner .catch {
    background: #e8e3d9;
    padding: 6px;
}

#owner .bg {
    background: #f3f3f3;
    padding: 20px 40px;
}

#owner .title {
    font-weight: bold;
    background: #f3f3f3;
}

#owner .title span {
    display: inline-block;
    background: #2f83ba;
    padding: 4px 10px;
    color: #FFF;
    font-weight: normal;
}

.mb-small {
    padding-bottom: 10px;
}

.mb-normal {
    padding-bottom: 20px;
}

.mb-big {
    padding-bottom: 40px;
}

#contract .waku {
    border: 1px solid #2f83ba;
    padding: 20px 10px 10px;
    text-align: center;
}

.blue-list li {
    padding: 0 0 0 1em;
    text-indent: -1.2em;
    font-size: .9em;
}

.blue-list li:before {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    content: "\f111";
    color: #1396e2;
    font-size: 8px;
    position: relative;
    bottom: 2px;
    margin-right: 10px;
}

.hukidashi:after {
    border-color: transparent #1396e2 transparent transparent;
    border-color: transparent transparent transparent #1396e2;
    border-style: solid;
    border-width: 4px;
    bottom: 0;
    content: "";
    height: 0;
    right: -8px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
}

.hukidashi {
    background-color: #1396e2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    height: 29px;
    line-height: 29px;
    margin: auto;
    padding-left: 7px;
    padding-right: 7px;
    transition: all 0.4s ease 0s;
    position: relative;
    display: inline-block;
}




