@charset "utf-8";
 /* ==========================================================================
 お客様ごとのオリジナル設定　
========================================================================== */
 /* ------------------------------
 共通（トップページ）
------------------------------ */
/* 下の表とつながるタイプのタイトルバー */
div.boxtitle {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;

    /* 上の角だけ丸くする */
    /* ▼CSS3 */
    border-top-left-radius: 5px;  /* 左上 */
    border-top-right-radius: 5px; /* 右上 */
    /* ▼Safari,Chrome */
    -webkit-border-top-left-radius: 5px;  /* 左上 */
    -webkit-border-top-right-radius: 5px; /* 右上 */
    /* ▼Firefox */
    -moz-border-radius-topleft: 5px;  /* 左上 */
    -moz-border-radius-topright: 5px; /* 右上 */
    position:relative;
    behavior: url(css/PIE.htc);   /* for IE */
}

div.boxtext {
    line-height: 19px;
    padding: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    /* 下の角だけ丸くする */
    /* ▼CSS3 */
    border-bottom-left-radius: 5px;  /* 左下 */
    border-bottom-right-radius: 5px; /* 右下 */
    /* ▼Safari,Chrome */
    -webkit-border-bottom-left-radius: 5px;  /* 左下 */
    -webkit-border-bottom-right-radius: 5px; /* 右下 */
    /* ▼Firefox */
    -moz-border-radius-bottomleft: 5px;  /* 左下 */
    -moz-border-radius-bottomright: 5px; /* 右下 */
    position:relative;
    behavior: url(css/PIE.htc);   /* for IE */
}

/* ------------------------------
 ごあいさつとお知らせ（左列）
------------------------------ */
#infospace {
/*    width: 31%;
    float:left;*/
}

/* ------------------------------
 おすすめ（右列）
------------------------------ */
#osusume {
/*    width: 67%;
    float:right;*/
}

#osusume div.boxtext {
    padding: 8px 0 0 0px;  /* [上][右][下][左] */
}

/* ------------------------------
 フリー枠（リンク等）
------------------------------ */
.topbox div.boxtext{
    padding: 0;
    text-align: left;
}

.topbox div.boxtext UL{
    padding: 0;  /* [上][右][下][左] */
}

.topbox div.boxtext LI{
    list-style:none;
}

.topbox div.boxtext a{
    display:block;
    text-decoration:none;   /* 下線非表示 */
    /* width: 100%; */
    padding: 5px 5px 2px 10px;      /* [上][右][下][左] */
}

.topbox div.boxtext a:hover {
    color:blue;
    background-color:#f2f2f2;
    font-weight: bold;
}

/* ------------------------------
 ごあいさつ（トップページ）
------------------------------ */
#intro {
    width: 45%;
    text-align: left;
    float: left;
}

/* ------------------------------
 お知らせ（トップページ）
------------------------------ */
#info {
    width: 52%;
    float: right;
}

#info div.boxtext {
    line-height: 19px;
    padding: 0;  

}

#info .inforow {
    line-height: 18px;
    text-align: left;
}

#info .inforow a {
    display:block;
    text-decoration:none;   /* 下線非表示 */
    /* width: 100%; */
    padding: 5px 5px 5px 10px;      /* [上][右][下][左] */
}

#info .inforow a:hover {
    color:blue;
    background-color:#f2f2f2;
    font-weight: bold;
}


#info .infodate {
    padding: 5px 5px 2px 10px;      /* [上][右][下][左] */
    text-align: left;
}

#info .infotitle {
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #f2f2f2;
}

#info .infolink {
    text-align: center;    
    color: blue;
}

#info .infolink a{
    display:block;
    text-decoration:none;   /* 下線非表示 */
    /* width: 100%; */
    padding: 5px;
}

#info .infolink a:hover {
    color:blue;
    background-color:#f2f2f2;
    font-weight: bold;
}

/* ------------------------------
 お知らせ（infoページ内容）
------------------------------ */
.ifd {
    width: 100%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-width: 1px;
    border-style: solid;
    /* 角を丸くする */
    border-radius: 5px;         /* CSS3 */
    -moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
    position:relative;
    behavior: url(css/PIE.htc);   /* for IE */
}

.ifd .row {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin:10px 15px 10px 15px;       /* [上][右][下][左] */
    font-size: 15px;
}

.ifd .date {
    float: left;
    margin-left: 15px;
    margin-right:20px
}

.ifd .naiyo {
    clear: both;    
    padding: 10px 30px 10px 30px;      /* [上][右][下][左] */
}

/* ------------------------------
 おすすめ物件前
------------------------------ */
#preosusume {
    line-height: 0px;
    font-size: 1px;
    clear:both;
}

/* ------------------------------
 おすすめ物件情報
------------------------------ */
/* フレームの中に枠を表示 */
div.minbox {
    margin: 0 0 8px 8px;      /* [上][右][下][左] */
    border: solid 1px gray;/*#0D3880;*/
    float:left;
    /* 角を丸くする */
    border-radius: 5px;         /* CSS3 */
    -moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
    position:relative;
    behavior: url(css/PIE.htc);   /* for IE */
}

div.minbox.s {
    width: 140px;       /*140px;*/
}

div.minbox.m {
    width: 190px;       /*※既定値？は215pxなので注意*/
}

div.minbox.l {
    width: 290px;
}

/* 物件画像 */
div.minbox img {
  margin: 5px;
  border: solid 1px gray;
}

/* NO IMAGE */
div.minbox img.no {
  margin: 5px;
  border: none;
}

/* 物件情報 共通 */
div.minbox p {
  margin: 0.3em 10px 0.3em 10px;
  text-align: left;
}

/* 物件情報 共通(S) */
div.minbox.s p {
  margin-left: 5px;
  margin-right: 5px;
}

/* 物件種別 */
div.minbox p.shbt {
    font-size:1.2em;
    font-weight:bold;
    text-align: center;
    text-decoration: underline;
}

/* 物件種別 (S) */
div.minbox.s p.shbt {
    font-size:1em;
}

/* 所在地 */
div.minbox p.shzic {
    text-align: center;
}

/* 価格・賃料 */
div.minbox p.kkk {
    color: red;
    font-weight:bold;
    text-align: center;
}

/* その他項目 */
div.minbox p.item {
}
