/* F
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-f {
    border: 1px solid #17518f;
    background: #1e78c8;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 -1px 1px #17518f;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#45a2dd),to(#1e78c8));
    background-image: -webkit-linear-gradient(#45a2dd,#1e78c8);
    background-image: -moz-linear-gradient(#45a2dd,#1e78c8);
    background-image: -ms-linear-gradient(#45a2dd,#1e78c8);
    background-image: -o-linear-gradient(#45a2dd,#1e78c8);
    background-image: linear-gradient(#45a2dd,#1e78c8);
}
.ui-btn-up-f {
    text-decoration: none;
    border: 1px solid #17518f;
    background: #1e78c8;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 -1px 1px #17518f;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#45a2dd),to(#1e78c8));
    background-image: -webkit-linear-gradient(#45a2dd,#1e78c8);
    background-image: -moz-linear-gradient(#45a2dd,#1e78c8);
    background-image: -ms-linear-gradient(#45a2dd,#1e78c8);
    background-image: -o-linear-gradient(#45a2dd,#1e78c8);
    background-image: linear-gradient(#45a2dd,#1e78c8);
}
.ui-btn-hover-f,
.ui-btn-down-f,
.ui-body-f .ui-btn-active {
    text-decoration: none;
    border: 1px solid #17518f;
    background: #1e78c8;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 -1px 1px #17518f;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#1e78c8),to(#45a2dd));
    background-image: -webkit-linear-gradient(#1e78c8,#45a2dd);
    background-image: -moz-linear-gradient(#1e78c8,#45a2dd);
    background-image: -ms-linear-gradient(#1e78c8,#45a2dd);
    background-image: -o-linear-gradient(#1e78c8,#45a2dd);
    background-image: linear-gradient(#1e78c8,#45a2dd);
}
#new dl,
#new dt,
#new dd {
    margin: 0;
    padding: 0;
}
#new dt {
    font-weight: 700;
}
#new dd {
    border-bottom: 1px solid #999;
}
h2 {
    font-size: 100%;
    clear: both;
    width: auto;
    line-height: 40px;
    background: #fff url("../images/midashi_bg1.gif") no-repeat left top;
    padding-left: 20px;
}
h3 {
    font-size: 90%;
    color: #333;
}
.ui-footer {
    text-align: center;
}
.ui-footer a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
.ui-header h1 {
    margin-left: 0!important;
    margin-right: 0!important;
}
.color1 {
    color: red;
}
#chintai h3,
#chintai p,
#baibai h3,
#baibai p,
#parking h3,
#parking p,
#tenant h3,
#tenant p,
#tochi h3,
#tochi p {
    overflow: visible;
    white-space: normal;
}
.tel {
    font-size: 2em;
}
div.ch {
    background: #fdede1;
}
div.ch2 {
    background: #fdede1;
}
div.ch p {
    background: url("/images/ch.gif") no-repeat;
    background-position: left;
    font-weight: 700;
    padding: 0 0 0 20px;
}
div.ch2 p {
    background: url("/images/ch.gif") no-repeat;
    background-position: left;
    font-weight: 700;
    padding: 0 0 0 20px;
}
div.imp {
    border: 2px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
div.imp p {
    padding: 0 auto 2px;
    margin: 3px 0 10px 3px;
}
fieldset {
   background-color: #ffffe8;
   padding: 2px 1px 2px 1px;
}

img { 
    max-width: 100%; 
    height:auto;
}

#footer-menu {
   background-color: rgba( 0, 0, 0, 0.50);
   display: block;
   width: 100%;
   position: fixed;
   left: 0px;
   bottom: 0px;
   z-index: 9999;
   text-align: center;
   padding: 5px 0px 0px 0px;
}

/* グローバルナビ */
nav.globalMenuSp {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: #4f91ff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    font-size: 80%;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #3873d5;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 0px;
    width: 32px;
    height: 39px;
    cursor: pointer;
    z-index: 3;
    background: none;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 27px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 8px;
}
 
.navToggle span:nth-child(2) {
    top: 17px;
}
 
.navToggle span:nth-child(3) {
    top: 26px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 31px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}