@charset "utf-8";

/*----------------------------------------------
物件紹介
-----------------------------------------------*/
.tit_spacial {
  position: relative;
  margin-bottom: 5px;
  padding: 6px 0 4px 0;
  font-size: 16px;
  font-weight: bold;
  border-bottom: dotted 1px #ccc;
}
.tit_spacial_span {
  position: absolute;
  top: 10px;
  right: 2px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
}
.bkn_image {
  text-align: center;
}
.bkn_blog {
  margin-bottom: 40px;
  border-bottom: dotted 1px #ccc;
  width: 100%;
}
.bkn_blog td {
  border: none;
}
.bkn_blog td img {
  margin-bottom: 10px;
}
.paging {
  /zoom: 1;
  position: relative;
  overflow: hidden;
  margin: 0 0 10px;
}
.paging ul {
  position: relative;
  left: 50%;
  float: left;
}
.paging ul li {
  position: relative;
  left: -50%;
  float: left;
  margin: 0;
}
.paging li span,.paging li a {
  display: inline-block;
  margin: 0 1px 1px 0;
  padding: 1px 8px;
  background: #fff;
  border: 1px solid #ccc;
  text-decoration: none;
  vertical-align: middle;
}
.paging li a:hover {
  background: #eeeff7;
  border-color: #00f;
}
.special_list_name {
  position: absolute;
  top: 3px;
  left: 90px;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  line-height: 2em;
  display: inline-block;
}
