/*　基本設定　*/

@charset "utf-8";
* {
margin: 0;
padding: 0;
border-style: none;
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
/* テキストの表示を省略せずに表示する */
            .ui-header .ui-title,/* ヘッダー */
            .ui-footer .ui-title,/* フッター */
            .ui-btn-inner,/* ボタン */
            .ui-li-heading,/* リスト見出し */
            .ui-li .ui-btn-text a.ui-link-inherit,/* リンクリスト */
            /* .ui-li-desc リスト詳細 */
            {
                overflow: visible;
                white-space: normal;
            }

            /*　クラス・要素設定　*/
body,#index {
    -webkit-text-size-adjust: none;/* フォントサイズ自動調整 *//*　background-image: url(./images/body_back.gif);　*/　/*背景を使う場合*/
    font-size: 15px;
    background-color: #f5f4ef;
    }
p {
    font-size: 90%;
    padding: 10px;
}/* ロゴマークなどの設定 （横183×縦57）以内の画像を指定 */
#rogo {
    outline:0px;
    margin: 0px;
    padding: 0px;/*-- 上にする --*/
    float: left;
    text-shadow:none;
    border-bottom-style: none;
    height: 30px;
    position: absolute;
}

#header h1{
    font-size: 10px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 0px;
}

h1,h2,h3,h4,h5,h6 {/* H1～H6までの設定 */
    margin: 0px;
    padding: 0px;

    }
h5.price {
    margin-top: -4px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}/* リスト形式のP文字調整*/
.ui-listview p {
    line-height: 14px;
    margin: 0px;
    padding: 0px;
}/* リスト形式のP文字調整*/
.list_info p {
    padding: 0px;
    line-height: 14px;
    font-size: 10px;
    margin: 0px;
}

#header {/* ヘッダー外枠 */
    background-repeat: repeat-x;
    background-position: top;
    height: 35px;
    width: 100%;
    background-image: url(./images/body_back.gif);
    padding-top: 12px;
}
#wrapper {
    padding: 10px;
}


#copyright {/* フッダー外枠 */
    text-shadow:none;
    text-align:center;
    background-image: url(./images/footer_back.gif);
    background-repeat: repeat-x;
    font-size: 76%;
    line-height: 2em;
    padding: 16px;
    height: 160px;
    background-position: top;
    margin: 0px;
}
.f_menu_center {/* フッダープライバシーなどのメニュー外枠 */
    margin-right: auto;
    margin-left: auto;
    width: 300px;
}
.copy {/* フッダーコピーライト用 */
    font-size: 10px;
    padding: 10px;
    color: #FFF;
}
.font_m {/* 小さな文字 */
    font-size: 12px;
    margin-bottom: 10px;
}
.font_s {/* 小さな文字とマージン調整用 */
    font-size: 10px;
    padding: 0px;
    margin-top: -5px;
    margin-right: -10px;
    margin-bottom: -5px;
    margin-left: -10px;
    line-height: 12px;
    letter-spacing: -0.1em;
}
p.date {/* インフォの日時画像 */
    font-size: 70%;
    background-image: url(./images/date.gif);
    background-repeat: no-repeat;
    padding-left: 40px;
    color: #0080B7;
}
.click {
    font-size: 100%;
    background-image: url(./images/click.gif);
    background-repeat: no-repeat;
    padding-left: 55px;
    padding-bottom: 5px;
    background-position: 0px 1px;
}/*　テーブルのCSS　*/

#list table {
    width: 100%;
    padding: 6px;
}
#list td,th {
    padding: 8px;
}

#list td {
    font-weight: normal;
    vertical-align: middle;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    font-size: 14px;
}
#list th {
    font-weight: normal;
    color: #0066CC;
    white-space: nowrap;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    font-size: 12px;
    }

#list table img,table a:hover img {
    margin: 0px;
    padding: 0px;
    float: none;
    border: none;
}

.left-img {/* 画像回り込み-左に */
    　box-shadow: 0 0 6px #999;
    -webkit-box-shadow: 0 0 6px #999;
    -moz-box-shadow: 0 0 6px #999;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
        position: relative;
}

#map {/*googleMAP用*/
    width: 100%;
    height: 300px;
    width: 100%;
    padding: 0px;
    box-shadow: 0 0 6px #999;
    -webkit-box-shadow: 0 0 6px #999;
    -moz-box-shadow: 0 0 6px #999;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 0px;
}

textarea.ui-body-b,input.ui-body-b {/*入力フォームの背景を調整*/
  background-color: white;
}

.ui-field-contain:first-child {/*見出しとフォーム部品の間の余白を調整*/
  padding-top: 0;
}


.clearfix:after {/*マージンのクリア*/
content:".";
height: 0px;
clear: both;
display: block;
visibility: hidden;

}
.clearfix {
zoom: 1;
}

.bold {/*太字*/
  font-weight: bold;
}

 .up {/*隙間調整用*/
    margin-top: 10px;
}
.form_font {/*フォーム用文字装飾*/
    font-weight: bold;
    color: #06C;
}
.form_font_err {/*フォーム用文字装飾エラーバージョン*/
    font-weight: bold;
    color: #F33;
}/*物件ページの画像一覧用CSS*/
        .gallery { list-style: none; padding: 0; margin: 0; }
        .gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
        .gallery li { float: left; width: 33.33333333%; }
        .gallery li a {display: block;margin: 5px;}
        .gallery li img { display: block; width: 100%; /*height: auto; */ height:90px;
            border-radius: 10px;
    -moz-box-shadow: 0px 0px 6px #999999;
-webkit-box-shadow: 0px 0px 6px #999999;
box-shadow: 0px 0px 6px #999999; }/* 画像の各丸　*/
.wide {/*画像100％*/
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 6px #999999;
-webkit-box-shadow: 0px 0px 6px #999999;
box-shadow: 0px 0px 6px #999999;
}/* 影つけ */
.kage {
    -moz-box-shadow: 0px 0px 3px #999999;
    -webkit-box-shadow: 0px 0px 3px #999999;
    box-shadow: 0px 0px 3px #999999;
}
.frame {
    margin-top: 15px;
}
.g_manu {
    background-image: url(./images/g_menu_back.gif);
    }
.g_manu_active,.g_manu:hover {
    background-image: url(./images/g_menu_back_o.gif);
    }
.g_manu_active,.g_manu {
    font-weight: normal;
        -moz-box-shadow: 0px 0px 4px #525252;
    -webkit-box-shadow: 0px 0px 4px #525252;
    box-shadow: 0px 0px 4px #525252;
    }/*　フリーワード検索　*/
    #freeword {
    text-align: center;
    margin-bottom: -6px;
}/* li文の文字調整 */
#top_extend li, #top_extend li a{
    font-size: 90%;
font-weight: bold;
}
#top_extend li a.search_list{
    padding-top: .1em;
    padding-bottom: .2em;
}


/* オレンジ文字 */
.orange {
    color: #ff8000;
    font-weight: bold;
}/*　TOPページの絞込み切り替えに必要　*/
.disnon {
    display:none;
}
#seatab {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#seatab a {
    font-size:12px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    margin-bottom: -35px;
    font-weight: bold;
}
.seatab {
    margin:0;
    z-index: 100;
}/* フッダーアドレス*/
#address {
    color: #FFF;
    text-align: left;
    font-size: 86%;
    line-height: normal;
    padding: 10px;
}
#address b {
    font-size: 110%;
}
#address img {
    vertical-align: top;
    margin-left: 10px;
}
#address a:link {
    color: #FFF;
}/* オリジナル帯画像背景 */
td.obi {
    background-repeat: repeat-x;
    background-position: center top;
    -moz-background-size:100% 50px;
    background-size:100% 50px;
    text-align: center;
    font-size: 86%;
    font-weight: bold;
    color: #369;
    background-image: url(./images/obi_body.gif);
    height: auto;
    padding-top: 15px;
    vertical-align: top;
    padding-bottom: 8px;
}/*ナビゲーションの数字*/
button.css3button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 20px;
    background: -moz-linear-gradient(
        top,
        #6b6b6b 0%,
        #000000);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#6b6b6b),
        to(#000000));
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #000000;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.4),
        0px 1px 0px rgba(255,255,255,0.3);
}/*　さっき見た物件のCSS　*/
#flickable1 {
    padding:16px 0 8px;
}

#flickable1 ul li a{
    color:#333;
    float:left;
}

#flickable1 ul li a img{
    display:block;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 6px #999999;
    -webkit-box-shadow: 0px 0px 6px #999999;
    box-shadow: 0px 0px 6px #999999;
    height: 68px;
    width: 68px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0.2em;
    margin-left: auto;
}

#flickable1 ul li a span{
    display:block;
    width:90px;
    font-size:70%;
    font-weight:normal;
    color:#333;
    text-shadow:none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;/* Safari */
    -o-text-overflow: ellipsis;/* Opera */
    padding: 5px;
}


#map {/*googleMAP用*/
    width: 100%;
    height: 300px;
    padding: 0px;
    box-shadow: 0 0 6px #999;
    -webkit-box-shadow: 0 0 6px #999;
    -moz-box-shadow: 0 0 6px #999;
}

/*スタッフ紹介*/

.staff {
    display:block;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 6px #999999;
    -webkit-box-shadow: 0px 0px 6px #999999;
    box-shadow: 0px 0px 6px #999999;
    height: 160px;
    width: 160px;
    }

/* ------------------------------
    more-load
------------------------------ */
.more-load {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* W3C */
    text-align: center;
    font-size: 10px;
}
.more-load a {
    display: block;
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #fff;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* W3C */
    color: #333 !important;
    -webkit-tap-highlight-color: transparent;
}
.more-load a:active {
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* W3C */
}
.more-load p:first-child span {
    min-height: 16px;
    padding-left: 20px;
    background: url(./images/icon_more_load.png) no-repeat 0 50%;
    background-size: 19px 16px;
    color: #f26c00;
    font-size: 13px;
    font-weight: bold;
}
.more-load p:first-child .loading {
    background: url(./images/img_loading_more.gif) no-repeat 0 50%;
    background-size: 16px 16px;
}