@charset "utf-8";

/*----------------------------------------------
共通
-----------------------------------------------*/
#wrapper {
  margin: 0 auto;
  width: 990px;
  background-color: #fff;
}
/* 2014/10/22 YT-001 ↓ */
td {
  word-break: break-all;
}
/* 2014/10/22 YT-001 ↑ */

/*----------------------------------------------
ヘッダー
-----------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  height: 90px;
  overflow: hidden;
}
#logo {
  position: relative;
  width: 100%;
  height: 79px;
  overflow: hidden;
}
#logo img {
  display: inline-block;
  float: left;
}
h1 {
  height: 33px;
  font-size: 12px;
  text-indent: 15px;
  line-height: 33px;
  font-weight: normal;
  overflow: hidden;
}
#header ul {
  position: absolute;
  top: 2px;
  right: 0;
  height: 23px;
  _overflow: hidden;
}
#header li {
  float: left;
  margin-right: 20px;
  line-height: 33px;
}

/*----------------------------------------------
メインPIC
-----------------------------------------------*/
#main_pic {
  position: relative;
  margin-bottom: 20px;
  height: 229px;
}
#main_pic img,#main_pic embed {
  width: 730px;
  height: 229px;
}
.shadow {
  text-shadow: rgba(0, 0, 0, 1) 1px 1px 8px;
}
/*2016/04/29 YT-001 ↓*/
/*#main_pic span {*/
#divTopImgText {
/*2016/04/29 YT-001 ↑*/
/*  position: absolute; */
  top: 90px;
  _top: 40px;
  left: 0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  z-index: 10;
}
/*2016/04/29 YT-001 ↓*/
#divTopImgText strong {
  font-size: inherit;
}
/*2016/04/29 YT-001 ↑*/
*:first-child+html #main_pic span {
  top: 40px;
}

/*----------------------------------------------
パンクズ
-----------------------------------------------*/
#pankuzu {
  margin: 10px 20px 12px 20px;
  font-size: 10px;
  height: 16px;
}
#pankuzu ul:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html #pankuzu ul {
  height: 1em;
  overflow: visible;
}
/**/
#pankuzu li {
  float: left;
}
#pankuzu li:first-child {
  background: url(../images/icon_home.gif) no-repeat left center;
  padding-left: 16px;
}
#pankuzu li a {
  margin-right: 5px;
  padding-right: 12px;
  background: url(../images/icon_pankuzu.gif) no-repeat right center;
}

/*----------------------------------------------
メニュー
-----------------------------------------------*/
#menu {
  position: relative;
  margin: 0;
  width: 990px;
  background: url(../images/bg_menu_02.gif);
}
#menu ul {
  overflow: hidden;
}
#menu ul:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html #menu ul {
  height: 1em;
  overflow: visible;
}
/**/
#menu li {
  _display: inline-block;
  float: left;
  margin-right: 5px;
  height: 57px;
  font-weight: bold;
  overflow: hidden;
}
/*2017/03/30 KF-001 ↓*/
#main:first-child {
  margin-top:0px;
}
/*2017/03/30 KF-001 ↑*/
#menu li a {
  display: block;
  _display: inline-block;
  padding-left: 26px;
  height: 57px;
  line-height: 57px;
}
#menu li a:hover {
  background-position: 10px -57px;
}
#menu li.select a {
  background-position: 10px -57px;
}

/*----------------------------------------------
メイン
-----------------------------------------------*/
#main {
  _overflow: hidden;
  position: relative;
  float: left;
  margin: 0 10px 40px 10px;
  padding: 10px;
  width: 730px;
}
#main.create_content {
  background-image: none;
  background-color: #fff;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
#special,#search_rent,#search_sale,#news,#shop,#select,#new_bukken {
  margin-bottom: 20px;
  background: #fff;
}
#main .center_edit {
    margin: 20px 0;
    min-height: 65px;
    overflow: hidden;
    position: relative;
    width: 726px;
}
/*2017/03/30 KF-001 ↓*/
#main div:first-child{
    margin-top: 0px;
}
/*2017/03/30 KF-001 ↑*/
#main .d_search_area {
  height: 100%;
}
#main .d_search_area iframe {
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  border:none;
}
.top_txt {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: 25px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  z-index: 50;
/* 2014/10/22 YT-001 ↓ */
  overflow: hidden;
/* 2014/10/22 YT-001 ↑ */
}
.top_bkn {
  width: 700px;
  padding: 10px 15px;
}
.top_bkn ul {
  float: left;
  margin-top: 10px;
  width: 160px;
}
.top_comment {
  padding-left: 5px;
  font-weight: bold;
}
.top_pic {
  margin: 0 auto;
  width: 156px;
  text-align: center;
}
.top_pic img {
  padding: 1px;
  width: 145px;
  border: solid 1px #ccc;
}
.top_route,.top_price,.top_layout {
  border-bottom: dotted 1px #ccc;
}
.top_price {
  font-size: 14px;
  font-weight: bold;
  color: #ff0000;
}
.top_detail {
  padding: 6px 0;
  text-align: center;
  background: #eee;
}
.right10 {
  padding-right: 10px;
}
.right_p_10 {
  padding-right: 9px;
  border-right: dotted 1px #ccc;
}
.left_m_10 {
  margin-left: 10px;
}
#news .title {
  margin-bottom: 0;
}
#news_cont {
  padding: 10px;
  width: 708px;
  height: 160px;
  overflow-y: scroll;
  border: solid 1px #ccc;
}
#news_cont.create_content {
  border: none;
  width: auto;
  height: auto;
  overflow: hidden;
}
#news_cont dl {
  float: left;
  padding: 5px;
  width: 680px;
  _width: 670px;
  line-height: 2em;
  border-bottom: dotted 1px #ccc;
  line-height: 1.6em;
}
#news_cont.create_content dl {
  float: none;
  width: auto;
}
#news_cont.create_content dl:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html #news_cont.create_content dl {
  height: 1em;
  overflow: visible;
}
/**/
#news_cont dt {
  float: left;
  padding-left: 14px;
  width: 80px;
  background: url(../images/icon_news.gif) no-repeat 2px 5px;
}
#news_cont.create_content dt {
  display: inline-block;
}
#news_cont dd {
  float: left;
  width: 580px;
}
#news_cont.create_content dd {
  float: none;
  width: auto;
  display: block;
  padding-left: 94px;
}
#news_cont dd img {
  margin-left: 5px;
  vertical-align: middle;
}
.new {
  background: url(../images/new.gif) no-repeat 2px 2px;
  text-indent: 35px;
}
#news_cont.create_content .new {
  background: url(../images/new.gif) no-repeat 94px 2px;
}
#shop ul {
  float: left;
  padding: 10px;
  width: 344px;
}
#top_shop_wrap:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html #top_shop_wrap {
  height: 1em;
  overflow: visible;
}
/**/
#shop li {
  float: left;
  width: 214px;
  line-height: 1.6em;
}
.shop_name {
  font-size: 14px;
/* 2014/10/28 YT-001 ↓ */
  height: 19px;
  overflow: hidden;
/* 2014/10/28 YT-001 ↑ */
}
#shop li.shop_pic {
  width: 115px;
}
/* 2016/01/05 YT-001 ↓*/
/*.shop_pic img {*/
.shop_pic > a {
  display: table-cell;
  height: 107px;
  line-height: 0;
  text-align: center;
  vertical-align: middle;
/* 2016/01/05 YT-001 ↑*/
  padding: 1px;
  width: 107px;
  border: solid 1px #ccc;
}
.shop_tel {
  font-size: 20px;
  font-weight: bold;
}
#bnr .bnr_wrap {
  position: relative;
  display: block;
  width: 200px;
  margin: 0 0 10px 0;
}
#bnr .bnr_wrap .bnr_image {
  width: 200px;
}
#search_box .menu_edit {
    margin: 20px 0;
    min-height: 65px;
    overflow: visible;
    position: relative;
    width: 196px;
}
/*2017/03/30 KF-001 ↓*/
#search_box div:first-child {
    margin: 0px 0;
}
/*2017/03/30 KF-001 ↑*/
#search_box .d_search_area {
  height: 100%;
}
#search_box .d_search_area iframe {
  margin-bottom: 10px;
  width: 196px;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border:none;
}
.title {
  clear: left;
  width: 730px;
  height: 32px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  line-height: 34px;
  overflow: hidden;
}
.title_text {
  display: inline-block;
  padding-left: 20px;
  width: 100%;
  height: 32px;
/* 2014/10/22 YT-001 ↓ */
  overflow: hidden;
/* 2014/10/22 YT-001 ↑ */
}
.title_sub {
  clear: left;
  margin-top: 20px;
  height: 35px;
  font-size: 18px;
  font-weight: bold;
  text-indent: 16px;
  line-height: 37px;
  border-bottom: solid 3px #eee;
  background: url(../images/icon_title_sub.gif) no-repeat 3px 5px;
/* 2014/10/22 YT-001 ↓ */
  overflow: hidden;
/* 2014/10/22 YT-001 ↑ */
}
.tilimg {
  width: 660px;
  font-weight: bold;
  font-size: 12px;
  color: #333;
}
.tilimg span {
  display: inline-block;
  width: 100%;
  height: 25px;
}
.img_top {
  width: 730px;
  height: 229px;
}
#special_tbl {
  width: 700px;
}
#special_tbl td {
  border: none;
  width: 150px;
}
#special .special_border_left {
  width: 10px;
  border-right: 1px dotted #ccc;
}
#special .special_border_right {
  width: 10px;
  border: none;
}

/*----------------------------------------------
検索ボックス
-----------------------------------------------*/
#search_box {
  position: relative;
  float: left;
  padding-top: 10px;
  width: 200px;
}
#search_box span.sidetitle_search_name {
  display: block;
  margin-bottom: 5px;
  width: 174px;
  height: 30px;
  padding-left: 26px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
#search_rent ul,#search_sale ul {
  display: inline-block;
  margin: 0 auto;
  width: 200px;
}
#search_rent li,#search_sale li {
  float: left;
  margin-bottom: 10px;
  width: 200px;
  height: 68px;
  font-size: 20px;
  font-weight: bold;
}
#search_rent li a,#search_sale li a {
  display: block;
  padding-left: 20px;
  width: 180px;
  height: 68px;
  line-height: 68px;
  text-decoration: none;
  cursor: pointer;
}
.bnr {
  position: absolute;
  left: 0;
  width: 200px;
  height: 70px;
  background: #000;
}
.top_select {
  width:720px;
  background-color:#fff;
  padding:5px;
}
.top_select li {
  width:348px;
  height:130px;
  margin:5px;
  display:block;
  float:left;
  background-color:#fff;
  border:1px #CCC solid;
  overflow:hidden;
/* 2014/01/24 KY-001 ↓ */
  position: relative;
/* 2014/01/24 KY-001 ↑ */
}
.top_select:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html .top_select {
  height: 1em;
  overflow: visible;
}
/**/
.top_select div.photo {
  float:left;
  display: inline-block;
}
.top_select div.photo a {
  display:block;
  padding:5px;
}
.top_select div.photo a img {
  vertical-align:bottom;
/* 2014/01/24 KY-001 ↓ */
  display: block;
/* 2014/01/24 KY-001 ↑ */
}
.top_select div.detail {
  float:left;
  width:216px;
  display: inline-block;
  overflow: hidden;
}
.top_select div.detail a {
  display:block;
  padding:5px;
  text-decoration:none;
/* 2014/01/24 KY-001 ↓ */
  height: 100%;
  position: relative;
/* 2014/01/24 KY-001 ↑ */
}
/*2016/04/29 YT-001 ↓*/
/*.top_select div.detail em {*/
.top_select div.detail div.bkn-name {
/*2016/04/29 YT-001 ↑*/
  font-size:12px;
  font-weight:bold;
  color:#C63;
  display:block;
  font-style:normal;
  float:none;
  clear:both;
/* 2014/01/24 KY-001 ↓ */
  height: 54px;
/* 2014/01/24 KY-001 ↑ */
}
/*2016/04/29 YT-001 ↓*/
.top_select div.detail em {
  font-style: normal;
}
/*2016/04/29 YT-001 ↑*/
.top_select .kakaku {
  display:block;
  clear:both;
  float:none;
  text-align:right;
  font-size:12px;
  color:#000;
  line-height:20px;
/* 2014/01/24 KY-001 ↓ */
  height: 20px;
/* 2014/01/24 KY-001 ↑ */
/* 2014/10/28 YT-001 ↓ */
  overflow: hidden;
/* 2014/10/28 YT-001 ↑ */
}
.top_select .kakaku b {
  color:#930;
  font-size:16px;
  font-weight:bold;
}
.top_select .traffic {
  display:block;
  background:#EFEFEF;
  text-align:center;
  font-size:12px;
  color:#006;
/* 2014/01/24 KY-001 ↓ */
  height: 54px;
/* 2014/01/24 KY-001 ↑ */
/* 2014/10/28 YT-001 ↓ */
  overflow: hidden;
/* 2014/10/28 YT-001 ↑ */
}
.top_select .layout {
  display:block;
  float:left;
  line-height:22px;
  font-size:12px;
  color:#2A3D81;
/* 2014/01/24 KY-001 ↓ */
  height: 22px;
  position: absolute;
  left: 5px;
/* 2014/01/24 KY-001 ↑ */
}
.top_select .dimension {
  display:block;
  float:right;
  height:22px;
  line-height:22px;
  font-size:12px;
  color:#2A3D81;
  overflow:hidden;
/* 2014/01/24 KY-001 ↓ */
  height: 22px;
  position: absolute;
  right: 5px;
/* 2014/01/24 KY-001 ↑ */
}
.top_select .dimension sup {
  font-size:8px;
}
.top_select .catch {
  display:block;
  font-size:12px;
  line-height:16px;
  color:#2A3D81;
  clear:both;
  float:none;
  overflow:hidden;
/* 2014/01/24 KY-001 ↓ */
  margin-top: 22px;
/* 2014/01/24 KY-001 ↑ */
}
/* 2014/01/24 KY-001 ↓ */
.top_select .button {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -59px;
  cursor: pointer;
}
/* 2014/01/24 KY-001 ↑ */

/*----------------------------------------------
フッター
-----------------------------------------------*/
#footer {
  clear: left;
  position: relative;
  width: 100%;
  height: 45px;
  background: url(../images/bg_footer_01.gif) repeat-x;
  border-top: solid 1px #ccc;
}
#pagetop {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 93px;
  height: 19px;
  cursor: pointer;
}
#copyright {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 950px;
  text-align: right;
  color: #666;
}
