@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  color: #333;
}
html,body {
  font-size: 12px;
  color: #333;
  font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
td {
  color: #666;
}
img {
  border: 0;
}
ul {
  list-style: none;
}
#wrapper {
  margin: 0 auto;
  width: 900px;
}
#header {
  margin-bottom: 10px;
/*  height: 50px;*/
}
#header iframe {
  width: 900px;
/*  height: 50px;*/
}
#footer {
  clear: left;
/*  height: 50px;*/
}
#footer iframe {
  width: 900px;
/*  height: 50px;*/
}

■:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

/**/
.top {
  height: 65px;
  background: url(../img/tit_search.gif) no-repeat;
}
.member {
  height: 65px;
  background: url(../img/tit_member.gif) no-repeat;
}
#title ul {
  margin-left: 309px;
  padding-top: 10px; /*firefox対応*/
  width: 590px;
}
#title li {
  float: left;
  line-height: 1.6em;
  text-indent: 16px;
  background: url(../img/point.gif) no-repeat 0 3px;
}
#company {
  width: 590px;
  border-bottom: dotted 1px #ccc;
  font-size: 14px;
  font-weight: bold;
}
#tel, #fax {
  width: 120px;
}
#email {
  width: 350px;
}
#select_pref , #select_city_route {
  clear: left;
  margin: 0 auto;
  width: 860px;
}
#select_pref select {
  width: 100px;
}
#select_pref li {
  float: left;
  width: 270px;
  height: 42px;
}
#count {
  margin-left: 312px;
  _margin-left: 294px;
  background: url(../img/bg_count.gif) no-repeat;
}
#pref {
  position: relative;
  padding: 10px 0 0 5px;
  background: url(../img/bg_pref_select.gif) no-repeat;
}
#count span {
  display: block;
  margin: 8px 0 0 105px;
  width: 130px;
  font-size: 22px;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
}
#select_city_route ul {
  float: left;
}
#select_city_route li {
  width: 416px;
}
#select_city_route li.tit_select {
  position: relative;
  padding: 5px 0;
  width: 418px;
  height: 22px;
  text-indent: 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6em;
}
.img_right {
  position: absolute;
  top: 0;
  right: 0;
}
.main_select {
  height: 200px;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
select {
  font-size: 12px;
  color: #333;
}
#select_city_route select {
  display: block;
  margin: 0 auto;
  _margin: 15px auto 0 auto;
  padding: 5px;
  width: 390px;
  height: 180px;
  border: solid 1px #ccc;
}
#select_city_route span {
  display: block;
  text-align: right;
}
.btn_select {
  position: absolute;
  top: 4px;
  right: 7px;
}
.btn_pref {
  position: absolute;
  top: 10px;
  left: 112px;
}
#select_condition {
  clear: left;
  margin: 10px auto;
  width: 860px;
}
.tit_select_condition {
  position: relative;
  padding: 5px 0;
  height: 22px;
  text-indent: 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6em;
}
#select_condition table {
  width: 860px;
  border-collapse: collapse;
}
#select_condition td {
  padding: 5px;
  border: solid 1px #ccc;
}
#select_condition .top_nobdr {
  border-top: none;
}

table#inner_tbl {
  width: 100%;
  border: none;
}
table#inner_tbl td {
  padding: 2px;
  border: none;
}
.tbl_tit {
  font-weight: bold;
  padding: 0 5px;
}
#search {
  marign: 0 auto;
  padding: 10px 0;
  width: 860px;
}
#search li {
  float: left;
}
#search_name {
  position: relative;
  float: left;
  margin: 10px 22px 20px 0;
  width: 419px;
  height: 69px;
  background: url(../img/bg_search_name.gif) no-repeat;
}
#search_name input {
  position: absolute;
  top: 36px;
  left: 56px;
  width: 256px;
}
#search_area {
  position: relative;
  float: left;
  margin: 10px 0 20px 0;
  width: 419px;
  height: 69px;
  background: url(../img/bg_search_area.gif) no-repeat;
}
#search_area input {
  position: absolute;
  top: 36px;
  left: 56px;
  width: 256px;
}
.seach_posi {
  position: absolute;
  top: 36px;
  left: 325px;
}


/*検索結果一覧*/
.result {
  height: 65px;
  background: url(../img/tit_result.gif) no-repeat;
}
#condition {
  float: left;
  margin: 10px 10px 10px 20px;
  _margin-left: 10px;
  width: 650px;
}
.tit_result_condition {
  padding: 0;
  height: 32px;
  text-indent: 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6em;
}
.tit_result_condition ul {
  padding: 5px 0;
  width: 860px;
  height: 18px;
}
.tit_result_condition li {
  float: left;
}
#condition table {
  width: 100%;
  border-collapse: collapse;
}
#condition td {
  padding: 2px;
  font-size: 10px;
  border-bottom: dotted 1px #ccc;
}
.condition_kou {
  text-indent: 12px;
  background: url(../img/point_condition.gif) no-repeat 0 -1px;
  width: 80px;
}
#result_menu {
  float: left;
  margin: 10px 0;
  width: 200px;
}
#result_menu li {
  padding: 0;
  text-align: right;
}
#result_count {
  font-weight: bold;
  font-size: 14px;
}
#result_count span {
  font-size: 16px;
  color: #ff0000;
}
#output {
  position: relative;
  height: 42px;
  background: url(../img/bg_pref_select.gif) no-repeat;
}
#output select{
  margin: 10px 0 0 5px;
  width: 100px;
}
.btn_output {
  position: absolute;
  top: 10px;
  right: 10px;
}
#result_condition .other {
  text-align: left;
  font-weight: bold;
  background: #eee;
  border-top: solid 2px #ccc;
  border-bottom: dotted 1px #ccc;
}
#result_condition {
  clear: left;
  margin: 10px auto;
  width: 860px;
}
.result_condition {
  position: relative;
  padding: 5px 0;
  height: 22px;
  text-indent: 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6em;
}
#result_condition table {
  clear: left;
  width: 860px;
  border-collapse: collapse;
}
#result_condition td {
  padding: 5px;
  border: solid 1px #ccc;
  text-align: center;
}
#result_condition .top_nobdr {
  border-top: none;
}
#alldetail {
  position: absolute;
  top: 387px;
  margin-left: 880px;
  z-index: 9999;
  height: 38px;
  width: 96px;
}
.btn_detail {
  margin-top: 5px;
}
#page_top, #page_top2 {
  clear: left;
  border-bottom: solid 1px #ccc;
}
#page_top img, #page_top2 img {
  display: block;
  margin-left: 755px;
  width: 129px;
  height: 36px;
}

.weight {
  font-size: 14px;
  font-weight: bold;
}
.red {
  color: #ff0000;
}

/*物件詳細*/
.detail_condition {
  clear: left;
  margin: 10px auto 30px auto;
  padding_bottom: 400px;
  width: 860px;
}
.tit_detail_condition {
  position: relative;
  padding: 5px 0;
  height: 22px;
  text-indent: 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6em;
}
.detail {
  height: 65px;
  background: url(../img/tit_detail.gif) no-repeat;
}
#detail_menu {
  margin: 10px auto;
  width: 860px;
  text-align: right;
}
.detail_condition table {
  width: 860px;
  border-collapse: collapse;
}
.detail_condition td {
  padding: 5px;
  border: solid 1px #ccc;
}
.detail_condition .top_nobdr {
  border-top: none;
}
.date {
  position: absolute;
  top: 5px;
  right: 120px;
  width: 240px;
  text-align: left;
}
.pop {
  position: absolute;
  top: 4px;
  right: 30px;
  _right: 5px;
  width: 88px;
}
.pop_link {
  cursor: pointer;
}
.poplist {
  display: none;
  position: absolute;
  top: 22px;
  right: -40px;
  width: 249px;
  height: 99px;
  z-index: 9999;
  background: url(../img/bg_pop.gif) no-repeat;
}
.poplist span {
  display: block;
  margin: 54px auto 0 auto;
  width: 229px;
}
.poplist select {
  width: 140px;
  margin-left: -20px;
  _margin-left: 0;
}
*:first-child+html .poplist select {
  margin-left: 0;
}
.pop_close {
  vertical-align: middle;
  cursor: pointer;
}
.view_pic {
  border-top: solid 1px #ccc;
  border-bottom: solid 2px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.view_pic ul {
  height: 147px;
  _height: 145px;
}
*:first-child+html .view_pic ul {
  height: 146px;
}
.view_pic li {
  position: relative;
  float: left;
  padding: 6px;
  border: solid 1px #ccc;
  border-right: none;
}
.view_pic img{
  width: 130px;
  height: 130px;
  cursor: pointer;
}
.zoom_1,.zoom_2,.zoom_3,.zoom_4,.zoom_5,.zoom_6 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 18px;
}
.zoom_1 {
  background: url(../img/zoom_1.gif) no-repeat;
}
.zoom_2 {
  background: url(../img/zoom_2.gif) no-repeat;
}
.zoom_3 {
  background: url(../img/zoom_3.gif) no-repeat;
}
.zoom_4 {
  background: url(../img/zoom_4.gif) no-repeat;
}
.zoom_5 {
  background: url(../img/zoom_5.gif) no-repeat;
}
.zoom_6 {
  background: url(../img/zoom_6.gif) no-repeat;
}
.PopBoxImageLarge {
   border: solid 2px #ccc;
   padding: 2px;
   cursor : pointer;
   background: #fff;
}

/*メンバー登録*/
#select_condition .inner_tbl {
  width: 100%;
  border: none;
}
#select_condition .inner_tbl td {
  padding: 1px 1px 1px 3px;
  border: none;
}
#select_condition .inner_kou {
  width: 60px;
  background: #eee;
}
#alert {
  margin: 10px auto;
  width: 860px;
  text-align: center;
  font-weight: bold;
  color: #ff0000;
}
#comp {
  margin: 100px auto;
  padding: 20px 10px;
  width: 510px;
  line-height: 1.6em;
  font-weight: bold;
}
#comp img {
  margin-top: 5px;
}
#comp li {
  float: left;
}
#comp:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.elasetext {
  width :250px;
  color: #999;
}
.indispensable {
  background: #ffdada;
  border:1px solid #7f9db9;
  padding: 1px 1px 1px 3px;
}
.red_10 {
  font-size: 10px;
  color: #ff0000;
}

