﻿@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
html,body {
  height: 100%;
  font-size: 12px;
  color: #333333;
  font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
img {
  border: 0;
}
ul {
  list-style: none;
}
.red {
  color: red;
}
.bold {
  font-weight: bold;
}
h1 {
  margin: 10px auto;
  padding: 5px;
  width: 790px;
  font-size: 12px;
  background: #f5f5f5;
}
.px9-120		{font-size: 9px;  line-height: 120%; color: #333333;}
.px9-130		{font-size: 9px;  line-height: 130%; color: #333333;}
.px9-140		{font-size: 9px;  line-height: 140%; color: #333333;}
.px9-150		{font-size: 9px;  line-height: 150%; color: #333333;}
.px10-120		{font-size: 10px; line-height: 120%; color: #333333;}
.px10-130		{font-size: 10px; line-height: 130%; color: #333333;}
.px10-140		{font-size: 10px; line-height: 140%; color: #333333;}
.px10-150		{font-size: 10px; line-height: 150%; color: #333333;}
.px12-120		{font-size: 12px; line-height: 120%; color: #333333;}
.px12-120-red		{font-size: 12px; line-height: 120%; color: #ff0000;}
.px12-120-b		{font-size: 12px; line-height: 120%; color: #000000;}
.px12-130		{font-size: 12px; line-height: 130%; color: #333333;}
.px12-140		{font-size: 12px; line-height: 140%; color: #333333;}
.px12-150		{font-size: 12px; line-height: 150%; color: #333333;}
.px12-160		{font-size: 12px; line-height: 160%; color: #333333;}
.px12-170		{font-size: 12px; line-height: 170%; color: #333333;}
.px12-180		{font-size: 12px; line-height: 180%; color: #333333;}
.px14-120		{font-size: 14px; line-height: 120%; color: #333333;}
.px14-130		{font-size: 14px; line-height: 130%; color: #333333;}
.px14-140		{font-size: 14px; line-height: 140%; color: #333333;}
.px14-150		{font-size: 14px; line-height: 150%; color: #333333;}
.px14-160		{font-size: 14px; line-height: 160%; color: #333333;}
.px14-170		{font-size: 14px; line-height: 170%; color: #333333;}
.px14-180		{font-size: 14px; line-height: 180%; color: #333333;}
.px16-120		{font-size: 16px; line-height: 120%; color: #333333;}
.px16-130		{font-size: 16px; line-height: 130%; color: #333333;}
.px16-140		{font-size: 16px; line-height: 140%; color: #333333;}
.px16-150		{font-size: 16px; line-height: 150%; color: #333333;}
.px16-160		{font-size: 16px; line-height: 160%; color: #333333;}
.px16-160		{font-size: 16px; line-height: 160%; color: #333333;}
.px16-170		{font-size: 16px; line-height: 170%; color: #333333;}
.px16-180		{font-size: 16px; line-height: 180%; color: #333333;}
.px18-120		{font-size: 18px; line-height: 120%; color: #333333;}
.px18-130		{font-size: 18px; line-height: 130%; color: #333333;}
.px18-140		{font-size: 18px; line-height: 140%; color: #333333;}
.px18-150		{font-size: 18px; line-height: 150%; color: #333333;}
.px20-120		{font-size: 20px; line-height: 120%; color: #333333;}
.px25-120		{font-size: 25px; line-height: 120%; color: #333333;}
.px30-120		{font-size: 30px; line-height: 120%; color: #333333;}

/*検索メイン画面*/
#gmap {
  margin: auto;
  height: 99%;
  border: 1px solid #CCC;
}

#divSvMap {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 49%;
  border: 1px solid #CCC;
}

#divSvMessage {
  position: absolute;
  top: 0px;
  left: 0px;
}

#divPnMap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  border: 1px solid #CCC;
}

#divInfo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 250px;
  height: 100px;
}
#divInfo_Inistitu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 70px;
}

#divBackMap {
  position:absolute;
  top: 0px;
  right: 0px;
  z-index: 9;
}

#divSearchResult {
  float: right;
  position:absolute;
  top:50px;
  left:50px;
  border: 7px solid #999999;
  width: 400px;
  padding: 5px 6px;
  margin: 0px 15px 0px 15px;
  overflow: auto;
  font-family: Arial, sans-serif;
  line-height: 1.5;
  background: #FFFFFF;
}

#divLoading {
  float: right;
  position:absolute;
  border: 2px solid #FFBD5B;
  padding: 5px 6px;
  overflow: auto;
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  background: url(../images/white_90.png);
}
#wrapper {
  position: relative;
  margin: 0 auto;
  width: 96%;
  min-width: 980px;
}
#header {
  margin-bottom: 5px;
  height: 53px;
}
#header iframe {
  width: 100%;
  height: 53px;
}
#header_s {
  margin: 0 auto;
  height: 30px;
}
#header_s iframe {
  width: 100%;
  height: 30px;
  overflow: hidden;
}
#main_iframe iframe {
  width: 100%;
}
#footer {
  margin-top: 10px;
  height: 30px;
}
#footer iframe {
  width: 100%;
  height: 30px;
}
#footer_s {
  clear: left;
  margin: 0 auto;
  height: 30px;
}
#footer_s iframe {
  width: 100%;
  height: 30px;
  overflow: hidden;
}
#bkn_info_footer {
  margin-top: 0px;
  height: 30px;
}
#bkn_info_footer iframe {
  width: 100%;
  height: 30px;
}
#pankuzu {
  position: relative;
  margin-top: 16px;
  width: 100%;
  height: 30px;
  font-size: 10px;
  z-index: 10;
}
#count {
  position: absolute;
  top:0;
  left: 0;
  width: 342px;
  height: 30px;
}
#count img {
  width: 342px;
  height: 30px;
}
#count span {
  position: absolute;
  top: 6px;
  width: 86px;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  color: red;
}
span#count1 {
  left: 44px;
}
#count2 {
  left: 140px;
}
#tblDispMax {
  position: absolute;
  top: 32px;
  left: 225px;
  width: 400px;
  height: 30px;
  color: #f00;
}
#spnMessage {
  font-size:12px;
  float: left;
}
#spnMessageDisp {
  font-size:12px;
  float: left;
}
#pankuzu ul {
  width: 100%;
  list-style: none;
}
#pankuzu #howto li {
  position: absolute;
  top: 0;
  margin: 10px 0 0 10px;
  height: 30px;
  line-height: 1.4em;
}
#first,#use,#icon {
  text-decoration: underline;
  cursor: pointer;
}
#first {
  right: 170px;
  width: 80px;
  text-indent: 17px;
  background: url(../images/icon_first.gif) no-repeat 0 0;
}
#use {
  right: 85px;
  width: 90px;
  text-indent: 18px;
  background: url(../images/icon_use.gif) no-repeat 0 0;
}
#icon {
  right: 0;
  width: 90px;
  text-indent: 18px;
  background: url(../images/icon_icon.gif) no-repeat 0 0;
}
#help_first,#help_use,#help_icon {
  position: absolute;
  top: 25px;
  width: 517px;
  height: 500px;
/*  background: url(../images/bg_help.png) no-repeat 0 0;*/
  background: #fff;
  border: solid 3px #ccc;
  z-index: 30;
}
/*#help_first .help_content {
  position: absolute;
  top: 65px;
  left: 19px;
  width: 473px;
  height: 296px;
  overflow-y: scroll;
  overflow-x: hidden;
}*/
#help_use .help_content {
  position: absolute;
  top: 65px;
  _top: 53px;
  left: 19px;
  width: 473px;
  height: 296px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#help_icon .help_content {
  position: absolute;
  top: 75px;
  left: 19px;
  padding-top: 2px;
  _padding-top: 0;
  width: 473px;
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.help_tit {
  position: absolute;
  top: 42px;
  left: 26px;
}
.help_content table {
  border-collapse: collapse;
}
.help_content td {
  padding: 5px;
  text-align: center;
  border: solid 1px #ccc;
}
.help_content .non_border {
  border: none;
}
.help_content td.icon_tdmid02 img{
  line-height: 24px;
}
.help_content td.icon_td{
  text-align: center;
}
.help_content dl {
  margin: 0 auto;
  width: 430px;
}
.help_content dt {
  margin-bottom: 10px;
}
.help_content dd {
  margin-top: 10px;
  font-size: 12px;
  line-height: 130%;
}
#help_first {
  right: 170px;
}
#help_use {
  position: absolute;
  top: 25px;
  right: 7px;
  padding: 30px 7px 0 10px;
  _padding-top: 35px;
  width: 777px;
  height:580px;
  background: #fff;
  border: solid 3px #ccc;
  z-index: 100;
}
#maphelp01 .disnon {
  position: absolute;
  padding: 10px;
  background: #fff;
  border: dotted 2px #333;
  line-height: 1.6em;
}
#maphelp01 #help1 {
  top: 125px;
  left: 15px;
  width: 500px;
}
#maphelp01 #help2 {
  top: 189px;
  left: 458px;
  width: 250px;
}
#maphelp01 #help3 {
  top: 220px;
  right: 60px;
  width: 160px;
}
#maphelp01 #help4 {
  top: 125px;
  left: 391px;
  width: 280px;
}
#maphelp01 #help5 {
  top: 125px;
  left: 473px;
  width: 220px;
}
#maphelp01 #help6 {
  top: 125px;
  left: 543px;
  width: 160px;
}
#maphelp01 #help7 {
  top: 186px;
  left: 13px;
  width: 380px;
}
#maphelp01 #help8 {
  top: 186px;
  left: 63px;
  width: 370px;
}
#maphelp01 #help9 {
  top: 186px;
  left: 135px;
  width: 381px;
}
#maphelp01 #help10 {
  top: 125px;
  left: 451px;
  width: 260px;
}
#maphelp01 #help11 {
  top: 125px;
  left: 196px;
  width: 160px;
}
#maphelp02 .disnon{
  position: absolute;
  padding: 10px;
  background: #fff;
  border: dotted 2px #333;
  line-height: 1.6em;
}
#maphelp02 #help12 {
  top: 792px;
  left: 113px;
  width: 160px;
}
#maphelp02 #help13 {
  top: 792px;
  left: 453px;
  width: 160px;
}
#maphelp02 #help14 {
  top: 881px;
  left: 164px;
  width: 160px;
}
#maphelp02 #help15 {
  top: 1052px;
  left: 237px;
  width: 160px;
}
#maphelp02 #help16 {
  top: 1232px;
  left: 368px;
  width: 160px;
}
*:first-child+html #help_use {
  padding-top: 40px;
  height: 650px;
}
#mapmanu_scroll {
  position: relative;
  margin: 5px 0 10px 0;
  _margin: 0;
  height: 550px;
  overflow-y: scroll;
}
.mapmanu_mid {
  margin: 0;
}
#help_use .mapmanu_imgmar {
  margin: 10px 0 0 -10px;
  text-align: center;
}
#help_use .mapmanu_txtno {
  margin-right: 5px;
}
#help_icon {
  right: 6px;
}
.help_close {
  position: absolute;
  top: 15px;
  right: 22px;
  _right: 0;
  _left: 448px;
  width: 46px;
  height: 12px;
  background: url(../images/btn_help_close.gif) no-repeat 0 0;
  z-index: 40;
  cursor: pointer;
}
#ie {	/*IE用レイアウトずれ回避*/
  height: 1px;
}
#search_tab {
  position: relative;
  margin: 10px auto 3px -2px;
  _margin: 10px auto 3px 0;
  width: 100%;
  height: 37px;
  z-index: 5;
  border-bottom: solid 3px #5bb001;
}
#search_tab ul {
}
#search_option {
  position: absolute;
  top: -10px;
  left: 350px;
  width: 406px;
  z-index: 5;
}
#search_option span {
  position: absolute;
}
#direct_search {
  position: absolute;
  top: 0;
  left: 0;
  width: 246px;
  height: 48px;
  background: url(../images/bg_search.gif) no-repeat;
}
#search1 {
  top: 18px;
  left: 60px;
}
#search2 {
  top: 17px;
  left: 174px;
}
#institution {
  position: absolute;
  top: 1px;
  left: 250px;
  width: 141px;
  height: 48px;
  background: url(../images/bg_institution.gif) no-repeat;
  z-index: 10;
}
#btn_institution {
  position: absolute;
  top: 16px;
  left: 64px;
}
#ins_message {
  font-size:12px;
  float: left;
}
ul#institution_wrap {
  position: absolute;
  top: 50px;
  left: -50px;
  padding: 10px;
  width: 560px;
  border: solid 3px #ccc;
  background: #fff;
  z-index: 100;
}
ul#institution_wrap li {
  float: left;
  padding-top: 7px;
  width: 140px;
  height: 20px;
}
ul#institution_wrap .institution_tit {
  margin: 3px;
  width: 560px;
  height: 16px;
  font-weight: bold;
  border-bottom: dotted 1px #ccc;
}
ul#institution_wrap #institution_close {
  padding-top: 6px;
  width: 70px;
  height: 12px;
  text-align: right;
}
ul#institution_wrap #institution_clear {
  padding-top: 0;
  width: 490px;
  height: 20px;
  text-align: right;
}

#i_01 {
  background: url(../images/is_01.gif) no-repeat 22px 0;
}
#i_02 {
  background: url(../images/is_02.gif) no-repeat 22px 0;
}
#i_03 {
  background: url(../images/is_03.gif) no-repeat 22px 0;
}
#i_04 {
  background: url(../images/is_04.gif) no-repeat 22px 0;
}
#i_05 {
  background: url(../images/is_05.gif) no-repeat 22px 0;
}
#i_06 {
  background: url(../images/is_06.gif) no-repeat 22px 0;
}
#i_07 {
  background: url(../images/is_07.gif) no-repeat 22px 0;
}
#i_08 {
  background: url(../images/is_08.gif) no-repeat 22px 0;
}
#i_09 {
  background: url(../images/is_09.gif) no-repeat 22px 0;
}
#i_10 {
  background: url(../images/is_10.gif) no-repeat 22px 0;
}
#i_11 {
  background: url(../images/is_11.gif) no-repeat 22px 0;
}
#i_12 {
  background: url(../images/is_12.gif) no-repeat 22px 0;
}
#i_13 {
  background: url(../images/is_13.gif) no-repeat 22px 0;
}
#i_14 {
  background: url(../images/is_14.gif) no-repeat 22px 0;
}
#i_15 {
  background: url(../images/is_15.gif) no-repeat 22px 0;
}
#i_16 {
  background: url(../images/is_16.gif) no-repeat 22px 0;
}
#i_17 {
  background: url(../images/is_17.gif) no-repeat 22px 0;
}
#i_18 {
  background: url(../images/is_18.gif) no-repeat 22px 0;
}
#i_19 {
  background: url(../images/is_19.gif) no-repeat 22px 0;
}
#i_20 {
  background: url(../images/is_20.gif) no-repeat 22px 0;
}
#i_21 {
  background: url(../images/is_21.gif) no-repeat 22px 0;
}
#i_22 {
  background: url(../images/is_22.gif) no-repeat 22px 0;
}
#i_23 {
  background: url(../images/is_23.gif) no-repeat 22px 0;
}
#i_24 {
  background: url(../images/is_24.gif) no-repeat 22px 0;
}
#institution_wrap:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#select {
  top: 18px;
  _top: 19px;
  left: 56px;
  z-index: 50;
}
#select  select{
  width: 105px;
}
#btn_map_favorite {
  position: relative;
  width: 209px;
  height: 37px;
}
#btn_map_favorite span {
  position: absolute;
  top: 8px;
  right: 28px;
  text-align: right;
  color: #ccc;
  width: 30px;
  font-size: 20px;
  font-weight: bold;
}
#search_point {
  position: absolute;
  top: 16px;
  left: 225px;
  width: 310px;
  height: 18px;
  line-height: 1.4em;
  padding-left: 92px;
  background: url(../images/icon_seaech_point.gif) no-repeat 0px 0px;
}
#btn_list_map,#btn_list_madori,#btn_list_bkn {
  position: absolute;
  top: 0;
  cursor: pointer;
}
#btn_list_map {
  right: 304px;
}
#btn_list_madori {
  right: 152px;
}
#btn_list_bkn {
  right: 0px;
}
/*#institution select {
  width: 168px;
  height: 24px;
  font-size: 14px;
  line-height: 1.4em;
}
#institution option {
  padding: 3px;
}*/
#pagecontrol {
}
#main {
  position: relative;
  clear: left;
  z-index: 1;
}
#map_shadow {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 1024px;
  _width: 1150px;
  height: 600px;
  background: #fff;
  z-index: 20;
}
*:first-child+html #map_shadow {
  width: 1062px;
}
#divChangeMap {
  position: absolute;
  top: 14px;
  right: 10px;
  z-index: 20;
}
#divChangeMap img {
  width: 291px;
  height: 36px;
}
#divChangeMap ul {
  position: absolute;
  top: 5px;
  left: 5px;
}
#divChangeMap li {
  float: left;
  margin-right: 3px;
  width: 68px;
  cursor: pointer;
}
#divChangeMap li img {
  width: 68px;
  height: 26px;
}
#map_control {
  position: absolute;
  top: 60px;
  right: 30px;
  z-index: 20;
}
#control_close {
  position: absolute;
  top: 50px;
  left: 317px;
  width: 27px;
  height: 80px;
  cursor: pointer;
  z-index: 60;
}
#control_open {
  position: absolute;
  top: 50px;
  left: 1px;
  width: 27px;
  height: 80px;
  cursor: pointer;
  z-index: 60;
}
#menu {
  position: absolute;
  top: 16px;
  left: 0;
  padding: 0;
  width: 317px;
  z-index: 50;
}
#menu ul {
  margin: 0;
  padding-top: 24px;
  _padding-top: 26px;
}
#menu li {
  float: left;
  width: 91px;
  height: 24px;
}
#btn_condition,#btn_list,#btn_favorite,#btn_favorite_b {
  position: absolute;
  cursor: pointer;
  top: 0;
  _top: 1px;
}
#btn_condition {
  left: 3px;
  _left: 7px;
}
#btn_list {
  left: 164px;
  _right: 11px;
}
#btn_favorite_b {
  left: 113px;
}
#menu li#btn_condition {
  margin-left: 10px;
  _margin-left: 5px;
}
#menu_condition,#menu_list {
  clear: left;
  _margin-top: -2px;
  width: 314px;
  height :540px;
  background: url(../images/bg_menu.gif) repeat-y;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  overflow-y: scroll;
  overflow-x: hidden;
}
#menu_favorite_list {
  clear: left;
  _margin-top: -2px;
  width: 314px;
  height :540px;
  background: url(../images/bg_menu.gif) repeat-y;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  overflow: hidden;
}
#menu_favorite {
  clear: left;
  _margin-top: -2px;
  width: 315px;
/*  height :490px; */
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 35px;
  font-size: 10px;
  margin: auto;
}
#ifrFavorite {
  width: 315px;
  height :540px;
  margin:0;
  padding:0;
  overflow:hidden;
  border:none;
}
#menu_condition ul {
  padding: 4px 0 0 5px;
  width: 294px;
  _width: 290px;
  background: #fef6ee;
}
#menu_condition ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#menu_condition li {
  margin: 0;
  width: 96px;
  white-space: nowrap;
  line-height: 1.3em;
  font-size: 10px;
}
#condition_special li {
  width: 145px;
}
#condition_madori li {
  width: 145px;
}
.imgblock {
  display: block;
  width: 317px;
  height: 17px;
  clear: left;
  margin: -1px 0 0 0;
}
#menu div {
  padding: 0 1px;
}
.menu_tit {
  margin: 5px 0 0 0;
  width: 295px;
  height: 28px;
  font-weight: bold;
  text-indent: 22px;
  cursor: pointer;
  line-height: 2.5em;
  color: #666666;
}
.menu_open {
  background: url(../images/bg_condition_tit_open.gif) no-repeat;
}
.menu_close {
  background: url(../images/bg_condition_tit_close.gif) no-repeat;
}
#menu_result {
  border-bottom: solid 1px #ccc;
  line-height: 2em;
  background: url(../images/icon_result.gif) no-repeat 3px 4px;
  text-indent: 21px;
}
#menu_result span {
  color: #ff0000;
  font-weight: bold;
}
#menu_list ul {
  padding: 5px 0;
  width: 299px;
  border-bottom: dotted 1px #ccc;
}
#menu_list li {
  float: left;
  margin: 0;
  width: 235px;
  height: 16px;
}
#menu_list ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#menu_list li.list_pic {
  float: left;
  margin-left: 5px;
  width: 52px;
  height: 49px;
}
.list_pic img {
  padding: 1px;
  border: solid 1px #ccc;
  width: 45px;
}
.list_price {
  color: #ff0000;
  font-weight: bold;
}
/*
#menu_favorite {
  padding-top: 50px;
  font-size: 10px;
  margin: auto;
}
*/
/*#menu_return_top {
  position: absolute;
  bottom: 0;
  right: 5px
}*/
#menu_favorite ul {
  margin: 2px 0 0 3px;
  padding: 0;
  width: 293px;
  height: 21px;
}
#menu_favorite li {
  float: left;
  margin-right: 4px;
  width: auto;
}
#favorite_wrap {
  margin-top: 0px;
  width: 290px;
  margin: auto;
}
.favorite_pr {
  width: 284px;
  border-bottom: solid 1px #ccc;
  font-weight: bold;
  line-height: 1.8em;
  background: url(../images/bg_table_tit.gif) repeat-x top;
}

.favorite_pr_tbl {
  width: 284px;
  height: 16px;
  border: none;
}

#menu_favorite .favorite_pr ul {
  width: 280px;
}
#menu_favorite .favorite_pr li {
  height: 16px;
  vertical-align: middle;
}

#menu_favorite table {
  display: block;
/*  margin: 0 auto 5px auto; */
  width: 280px;
  border-collapse: collapse;
  margin-top: 15px;
}
#menu_favorite td {
  padding: 3px;
  border: solid 1px #ccc;
}
#menu_favorite_sub {
  position: absolute;
  top: -2px;
  left: 1px;
  background: url(../images/bg_menu_favorite_sub_1.gif) repeat-x;
}
#menu_favorite_sub ul {
  height: 35px;
}
#menu_favorite_sub li {
  padding: 0;
}
#menu_favorite_sub span {
  display: block;
  position: absolute;
  top: 0;
  width: 102px;
  height: 56px;
  z-index: 100;
  cursor: auto;
}
.menu_favorite_left {
  margin-left: 0px;
}
#menu_favorite .inner_tbl {
  width: 100%;
  margin: 0;
  border: none;
}
#menu_favorite .inner_tbl td {
  border: none;
}
.favorite_pic {
  border-right: none;
  width: 90px;
}
.favorite_pic img {
  display: block;
  margin: 0 auto;
  width: 80px;
}
.menu_favorite_btns {
  background: #f5f5f5;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.menu_favorite_btns span {
  display: inline-block;
  margin-left: 10px;
}
.menu_favorite_btns * {
  vertical-align: middle;
}
#divfavorite_chk {
  display: inline;
  _margin-left: 10px;
  width: 15px;
  vertical-align: middle;
  border: solid 1px #ccc;
}
#divfavorite_btn {
  display: inline;
  margin-right: 10px;
}
.tbl_tit {
  margin: 10px auto 0 auto;
  width: 145px;
  height: 23px;
  text-indent: 3px;
  font-size: 12px;
  font-weight: bold;
  background: url(../images/bg_table_tit.gif) repeat-x top;
  color: #666;
}
.tbl_tit span {
  width: 60px;
  text-align: right;
}
#menu_favorite .tbl_kou {
  float: left;
  margin-right: 3px;
  padding: 3px 1px;
  width: 40px;
  height: 100%;
  text-align: center;
  border-right: none;
  background: #ffe6b7;
  font-size: 10px;
}
.disnon {
  display: none;
}
#madori_list,#bkn_info_list {
  z-index: 40;
}
.list_menu {
  margin: 0 auto;
  width: 100%;
  background: url(../images/bg_list_menu.gif) repeat-x;
  height: 40px;
}
#madori_list select {
  width: 120px;
}
#bkn_info_list select {
  width: 120px;
}
.list_select {
  position: absolute;
  top: 7px;
  right: 690px;
  text-align:left;
  display: inline;
  z-index: 9;
}
.listImgChange {
  position: absolute;
  top: 7px;
  right: 595px;
  text-align:left;
  display: inline;
}
.listDispChange {
  position: absolute;
  top: 7px;
  right: 395px;
  text-align:left;
  display: inline;
}
.listDispChange2 {
  position: absolute;
  top: 7px;
  right: 485px;
  text-align:left;
  display: inline;
}
.listDispImg {
  position: absolute;
  top: 7px;
  right: 360px;
  display: inline;
}
.listResult {
  position: absolute;
  top: 10px;
  right: 15px;
  text-align:left;
  display: inline;
}
.subwin {
  padding-top: 0px;
  background: #fff;
  border: solid 1px #ccc;
}
a.listdisplay {
  text-decoration : none;
  color: #333333;
}
#menu_result_page {
  border-bottom: solid 1px #ccc;
  line-height: 2em;
  text-indent: 21px;
  text-align: right;
}
#menu_result_page span {
  color: #333333;
  font-weight: solid;
  text-align: right;
}
#divImgLoading {
  position: absolute;
  top: 280px;
  right: 480px;
  z-index: 80;
}
#return_comparison {
  position: absolute;
  top: 14px;
  right: 10px;
  z-index: 20;
}
#return_comparison img {
  width: 128px;
  height: 36px;
}
#return_comparison ul {
  position: absolute;
  top: 5px;
  left: 6px;
}
#return_comparison li {
  float: left;
  margin-right: 3px;
  width: 116px;
  cursor: pointer;
}
#return_comparison li img {
  width: 116px;
  height: 26px;
}
#map_comparison {
  position: absolute;
  top: 14px;
  right: 7px;
  z-index: 20;
}
#map_back {
  position: absolute;
  top: 14px;
  right: 53px;
  z-index: 20;
}
#map_comparison img {
  width: 123px;
  height: 36px;
}
#map_back img {
  width: 84px;
  height: 36px;
}
#map_comparison span,#map_back span {
  position: absolute;
  top: 5px;
  left: 7px;
}
#map_comparison span img {
  width: 108px;
  height: 26px;
}
#map_back span img {
  width: 69px;
  height: 26px;
}
#spnResultDistance {
  position: absolute;
  top: 100px;
  left: 55px;
  width: 75px;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
  text-align: right;
}
#spnResultWalk {
  position: absolute;
  top: 124px;
  left: 55px;
  width: 75px;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
  text-align: right;
}
#clear_a {
  position: absolute;
  top: 126px;
  left: 205px;
  cursor: pointer;
}
#highway {
  position: absolute;
  top: 78px;
  _top: 74px;
  left: 315px;
}
#departure {
  position: absolute;
  top: 98px;
  left: 365px;
}
#arrival {
  position: absolute;
  top: 126px;
  left: 365px;
}
#search_route {
  position: absolute;
  top: 100px;
  left: 510px;
  cursor: pointer;
}
#clear_b {
  position: absolute;
  top: 126px;
  left: 510px;
  cursor: pointer;
}
#btn_route_help {
  position: absolute;
  top: 20px;
  left: 550px;
  cursor: pointer;
}
#route_help {
  position: absolute;
  top: 8px;
  left: 595px;
  cursor: pointer;
  z-index: 50;
}


#comparison {
  position: relative;
}
#comparison table {
  border-collapse: collapse;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
#comparison td {
  padding: 3px;
  width: 180px;
  border-top: solid 1px #ccc;
  border-right: dotted 1px #ccc;
}
#comparison .comparison_tit {
  margin: 10px auto 0 auto;
  width: 60px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  background: url(../images/bg_table_tit.gif) repeat-x top;
  color: #666;
  border-left: solid 1px #ccc;
}
#comparison .comparison_pr {
  font-weight: bold;
  border: none;
}
#comparison .comparison_pr td {
  padding: 0;
  width: auto;
  border: none;
  line-height: 1.4em;
}
#comparison .equipment {
  border: none;
}
#comparison .equipment td {
  padding: 2px;
  width: auto;
  font-size: 10px;
  border: none;
}
.comparison_pic {
  position: relative;
  width: 100%;
}
.comparison_pic img {
  margin: 0 auto;
  width: 140px;
  height: 140px;
}
#comparison {
  margin: 20px auto;
  width: 1010px;
}
#comparison_menu,.comparison_middle {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 50px;
  background: url(../images/bg_comparison_menu_left.gif) no-repeat;
}
.comparison_menu_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
}
.comparison_check {
  margin-right: 40px;
}
.comparison_check label {
  font-size: 12px;
  font-size: 10px;
  position: relative;
  top: -3px;
}
#comparison_menu ul {
  display: inline-block;
  margin: 9px 0 0 10px;
}
#comparison_menu li,.comparison_middle li {
  float: left;
  margin-right: 30px;
}
#comparison_menu li#comparison_name {
  margin-right: 180px;
}
.comparison_middle li.last {
  margin-right: 0;
}
.comparison_middle ul {
  position: absolute;
  top: 9px;
  left: 210px;
  width: 570px;
}
.report {
  margin-bottom: 20px;
  text-align: center;
  _text-align: left;
  line-height: 2em;
  border-top: solid 3px #ccc;
  border-bottom: solid 3px #ccc;
}
.report td {
  width: 176px;
}
.report span.setubi {
  display: inline-block;
  margin: 1px 0;
  padding: 2px;
  color: #fff;
  background: #ff6600;
  font-size: 10px;
  line-height: 1.4em;
}
#comparison .comparison_tit {
  width: 65px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  border-left: solid 1px #ccc;
  background: #f3f3f3;
}
.big {
  font-size: 16px;
}
.report1 {  margin-bottom: 20px;
  text-align: center;
  _text-align: left;
  line-height: 2em;
  border-top: solid 3px #ccc;
  border-bottom: solid 3px #ccc;
}
.other_info {
  height: 22px;
  border-left: solid 1px #ccc;
  cursor: pointer;
  background: url(../images/bg_other_info_close.gif) no-repeat center center;
}
.del_favorite {
  cursor: pointer;
}
.pagetop {
  position: absolute;
  bottom: 1px;
  right: 20px;
}

.bg_madori,.bg_madori_list {
  position: absolute;
  width: 100px;
  height: 18px;
  background: url(../images/bg_madori.png) no-repeat;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 1.4em;
  z-index: 10;
}
.bg_madori {
  bottom: -3px;
  left: -3px;
}
.bg_madori_list {
  bottom: 0px;
  left: 0px;
}

#bkdetail {
}
#bkdetail table {
  border-collapse: collapse;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
#bkdetail td {
  text-align: left;
  padding: 3px;
  width: 120px;
  border-top: solid 1px #ccc;
  border-right: dotted 1px #ccc;
}
#bkdetail .bkdetail_tit {
  margin: 10px auto 0 auto;
  width: 60px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  background: url(../images/bg_table_tit.gif) repeat-x top;
  color: #666666;
  border-left: solid 1px #cccccc;
}

.comparison_detail {
  text-align: center;
}

.thumb_bkn {
  position: absolute;
  width: 250px;
  height: 100px;
/*  background: url(../images/bg_bkn_mouseover.gif) no-repeat;*/
  z-index: 30;
  border: solid 1px #999;
  background: #fff;
}
.thumb_bkn_close {
  text-align: right;
  cursor: pointer;
}
.thumb_bkn table {
  width: 100%;
  height: 100%;
}
.thumb_bkn td {
  padding: 0 2px;
}
.thumb_bkn_pic img {
  width: 78px;
}
.thumb_bkn span {
  font-weight: bold;
}

.thumb_bkn_institu {
  position: absolute;
  width: 200px;
  height: 70px;
  z-index: 30;
  border: solid 1px #999;
  background: #fff;
}
.thumb_bkn_institu_close {
  text-align: right;
  cursor: pointer;
}
.thumb_bkn_institu table {
  width: 100%;
  height: 100%;
}
.thumb_bkn_institu td {
  padding: 0 2px;
}
.thumb_bkn_institu_pic img {
  width: 78px;
}

/*間取り図付一覧表示*/
#madori_list_wrap {
  overflow: hidden;
  margin: 10px auto;
  width: 950px;
  _width: 960px;
}
#madori_list_wrap hr {
  clear: left;
  margin: 0;
  height: 1px;
  border: #ccc 1px solid;
}
.madori_wrap {
  float: left;
  margin: 10px 5px;
  width: 225px;
  border: solid 1px #ccc;
}
.madori_wrap ul {
  margin: 1px auto 1px auto;
  width: 215px;
}
.madori_wrap li {
  float: left;
  width: 62px;
}
.madori_wrap .price {
  width: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #ff0000;
}
.madori_wrap .icon_type {
  width: 51px;
}

.madori_pic {
  position: relative;
  margin: 5px auto;
  width: 202px;
}
.madori_pic img {
  width: 200px;
  height: 200px;
  border: solid 1px #ccc;
}
.view_madori {
  position: absolute;
  bottom: 0;
  _bottom: 2px;
  left: 0;
  width: 100px;
  height: 18px;
  background: url(../images/bg_madori.png) no-repeat;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.6em;
  _line-height: 1.4em;
}
*:first-child+html .view_madori {
  bottom: 3px;
}
.madori_wrap .madori_list_info {
  margin: 0 auto;
  width: 205px;
}
.madori_list_info:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.madori_list_info .madori_list_kou {
  width: 60px;
  color: #fff;
  background: #ff6600;
  text-align: center;
  font-size: 10px;
  line-height: 1.3em;
}
.madori_list_info .madori_list_cont {
  padding: 1px 0 1px 5px;
  width: 130px;
}
.madori_list_info .madori_list_cont_add {
  padding: 1px 0 1px 5px;
  width: 130px;
  height: 30px;
}
.madori_list_detail {
  margin-top: 5px;
  padding: 5px;
  background: #e9eff0;
  text-align: center;
}



/*物件情報一覧表示*/
#bkn_list {
  margin: 20px auto;
  width: 880px;
}
#bkn_list table {
  width: 100%;
  border-collapse: collapse;
}
.bkn_list_block {
  margin-bottom: 20px;
  border-bottom: dotted 1px #ccc;
}
#bkn_list .tbl_kou {
  width: auto;
  border-bottom: dotted 1px #ccc;
}
#bkn_list .bkn_list_room {
  margin: 10px 0;
  text-align: center;
}
#bkn_list .bkn_list_room td {
  padding: 4px;
  border: solid 1px #ccc;
}
.bkn_list_pic {
  padding-top: 10px;
  vertical-align: top;
}
.bkn_list_pic img {
  padding: 2px;
  width: 200px;
  border: solid 1px #ccc;
}
.bkn_list_pic span {
  display: block;
  margin: 4px 0 10px 0;
  width: 206px;
  text-align: center;
}
.bkn_list_tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6em;
  padding: 5px;
  border-bottom: solid 2px #ccc;
}
.bkn_list_tit span {
  margin: 0 0 0 10px;
}
.list_sub {
  line-height: 2em;
  padding: 3px;
  background: #f6f6f6;
}
.list_sub li {
  float: left;
  margin-right: 20px;
  text-indent: 16px;
  background: url(../images/bullet_red.gif) no-repeat 0 4px;
}

/*物件吹き出し*/
#divAll {
  background: url(../images/dot_black.gif);
  position: absolute;
  z-index: 10000;
  width: 100%;
  top: 0px;
  left: 0px;
  filter: alpha(opacity=50);
  opacity: .50;
  display: none;
}

#tblAll {
  margin: 0px auto 0px auto;
}
.map_bkn {
  margin: 40px auto 10px auto;
  width: 600px;
}
.map_bkn hr {
  clear: left;
}
.thumb_left {
  float: left;
  margin: 0 10px;
  _margin-left: 5px;
  width: 130px;
}
.thumb_right {
  margin-top: 10px;
  float: left;
  width: 450px;
}
.map_bkn ul {
}
.map_bkn li {
  float: left;
}
.bkn_pic_control {
  float: left;
  margin: 3px 0 0 40px;
  _margin-left: 20px;
  width: 250px;
}
.bkn_pic_control li {
  margin: 0 4px;
  _margin-left: 2px;
  padding: 2px 4px;
  border: solid 1px #ccc;
  cursor: pointer;
}
.thumb_right table {
  border: none;
}
.thumb_right td {
  border: none;
}
.map_bkn .bkn_list_block {
  margin-bottom: 20px;
}
.map_bkn .bkn_list_tit {
  font-size: 12px;
  border-bottom: solid 2px #ccc;
}
.map_bkn .list_sub li {
  font-size: 10px;
}
.map_bkn_type {
  padding: 5px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
}
.map_bkn_type span {
  margin-left: 20px;
  width: 51px;
}
.map_bkn_stview {
  float: left;
}
.bkn_pic_list img {
  width: 130px;
}
.bkn_pic_list span {
  display: block;
  margin: 0px 0 3px 0;
  _margin: 3px 0;
  text-align: center;
}
.bkn_map_count {
  clear: left;
  margin: 0 0 0 10px;
  padding-top: 7px;
  width: 200px;
}
.bkn_map_count span {
  color: red;
  font-weight: bold;
  font-size: 14px;
}
.map_bkn table {
  border-collapse: collapse;
  width: 450px;
}
.map_bkn td {
  padding: 5px;
  width: auto;
}
.map_bkn .tbl-tit {
  border-bottom: dotted 1px #ccc;
}
.bkn_room {
  clear: left;
  width: 600px;
  margin-left: 5px;
}
.bkn_room:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.bkn_room .madori_wrap {
  float: left;
  margin: 3px 5px 10px 5px;
  _margin-left: 5px;
  width: 185px;
  border: solid 1px #ccc;
}
.bkn_room .price {
  width: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #ff0000;
}
.bkn_room .madori_list_detail {
  margin-top: 5px;
  padding: 5px 0;
  width: 185px;
  background: #e9eff0;
  text-align: center;
}
.madori_list_detail img {
  clear: left;
}
.bkn_room ul {
  margin: 10px auto 5px auto;
  width: 185px;
}
.bkn_room li {
  float: left;
  width: 62px;
}
.bkn_room .madori_pic {
  position: relative;
  margin: 5px auto;
  width: 162px;
}
.bkn_room .madori_pic img {
  width: 160px;
  height: 160px;
  border: solid 1px #ccc;
  clear: left;
}
.bkn_room .madori_list_info {
  margin: 0 auto;
  width: 160px;
}
.bkn_room .madori_list_cont {
  width: 90px;
  font-size: 10px;
}
#favorite_sub_win {
  position: absolute;
  top: 16px;
  left: 0;
  width: 320px;
  border: solid 1px #ccc;
  z-index: 40;
  overflow-y: scroll;
  background: #fff;
}
#scall {
  position: relative;
  width: 303px;
  height: 157px;
  background: url(../images/bg_scall.gif) no-repeat;
  border-bottom: dotted 2px #999;
}
#route {
  position: relative;
  width: 303px;
  height: 197px;
  background: url(../images/bg_route.gif) no-repeat;
}
#favorite_sub_win .textwidth {
  width: 125px;
}

#favorite_sub_win_close {
  position: absolute;
  top: 50px;
  left: 320px;
  z-index: 30;
  cursor: pointer;
}
#favorite_sub_win_open {
  position: absolute;
  top: 50px;
  left: 1px;
  z-index: 30;
  cursor: pointer;
}
#distance {
  position: absolute;
  top: 100px;
  left: 55px;
  width: 75px;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
  text-align: right;
}
#walk {
  position: absolute;
  top: 124px;
  left: 55px;
  width: 75px;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
  text-align: right;
}
#clear_a {
  position: absolute;
  top: 126px;
  left: 205px;
  cursor: pointer;
}
#highway {
  position: absolute;
  top: 117px;
  _top: 113px;
  left: 9px;
}
#departure {
  position: absolute;
  top: 138px;
  left: 60px;
}
#arrival {
  position: absolute;
  top: 166px;
  left: 60px;
}
#search_route {
  position: absolute;
  top: 140px;
  left: 200px;
  cursor: pointer;
}
#clear_b {
  position: absolute;
  top: 166px;
  left: 200px;
  cursor: pointer;
}
#btn_route_help {
  position: absolute;
  top: 17px;
  left: 255px;
  cursor: pointer;
}
#route_help {
  position: absolute;
  top: 0;
  left: 60px;
  cursor: pointer;
  z-index: 50;
}
#favorite_sub_win .textwidth {
  width: 125px;
  ime-mode: active;
}
#route_select { 
  position: absolute; 
  top: 80px; 
  left: 10px; 
} 
#route_select li { 
  float: left; 
  margin-right: 5px; 
  padding: 7px 0 0 10px; 
  width: 127px; 
  height: 24px; 
} 
html>/**/body #route_select li {   
    padding-top /*\**/: 10px\9;   
} 
#route_select li.walk { 
  background: url(../images/bg_select_route_walk_on.gif) no-repeat; 
} 
#route_select li.car { 
  background: url(../images/bg_select_route_car_off.gif) no-repeat; 
} 
#route_select li input { 
  margin: -3px 3px 0 0; 
  vertical-align: middle; 
}

/*物件詳細*/
#wrapper_detail,#wrapper_detail_pop {
  position: relative;
  margin: 0 auto;
  width: 820px;
}
#wrapper_detail_pop {
  z-index: 10000;
}
#detail {
  margin: 10px auto 0 auto;
  width:  800;
}
#detail li {
  float: left;
}
#detail_top_menu {
  margin: 0 auto;
  width: 804px;
  height: 51px;
  background: url(../images/bg_detail_top_menu.gif) no-repeat;
}
#detail_top_menu li {
  float: left;
}
#top_menu_first {
  margin: 10px 10px 0 10px;
}
#top_menu_seond {
  margin: 10px 10px 0 0;
}
#top_menu_third {
  margin: 16px 10px 0 380px;
  _margin-left: 330px;
}
#top_menu_third_inq {
  margin:  16px 10px 0 517px;
  _margin-left: 330px;
}
#detail table {
  clear: left;
  margin-top: 10px;
  border-collapse: collapse;
  width: 100%;
}
#detail td {
  padding: 4px;
  border: solid 1px #cccccc;
}
#detail .tbl_tit {
  width: 120px;
  border-right: dotted 1px #cccccc;
}
#detail_qr {
  margin: 15px auto;
  width: 705px;
  height: 22px;
}
#show_qr {
  position: absolute;
  top: 1170px;
  left: 260px;
  padding: 40px 10px 20px 10px;
  width: 140px;
  background: #fff;
  border: solid 3px #ccc;
  z-index: 10001;
  text-align: center;
}
#detail_qr li {
  margin-right: 10px;
}
#detail_sub {
  margin: 10px auto;
  width: 780px;
}
#detail_sub:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#detail_sub li {
  margin-right: 10px;
  text-indent: 16px;
  background: url(../images/bullet_red.gif) no-repeat;
  _background: url(../images/bullet_red.gif) no-repeat 0 -2px;
}
#detail_inquiry {
  margin: 20px auto 20px auto;
  padding: 20px 10px 10px 60px;
  width: 746px;
  border: dotted 2px #ff3333;
  background: #fef5ea;
}
#detail_inquiry:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#detail_inquiry li {
  padding: 0 5px;
  height: 30px;
}
#ssl_a {
  margin-right: 30px;
  padding-top: 10px;
  width: 510px;
}
#ssl_b {
  width: 160px;
  padding-top: 20px;
}
#detail_inquiry .pd5 {
  padding-top: 5px;
}
#telnum {
  margin-right: 30px;
  font-weight: bold;
  color: red;
  font-size: 20px;
}
#detail_company {
  margin: 10px auto;
  width: 800px;
  line-height: 1.8em;
}
#detail_company:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#detail_company .first {
  margin: 0 10px 0 0;
  _margin: 0 5px 0 0;
  text-align: right;
  width:  710px;
}

#detail #detail_pr {
  text-indent: 18px;
  font-size: 16px;
  font-weight: bold;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: solid 3px #cccccc;
  background: url(../images/icon_pr.gif) no-repeat 6px 12px;
  _background: url(../images/icon_pr.gif) no-repeat 6px 8px;
}
#detail_pr span {
  display: inline-block;
  height: 16px;
  vertical-align: top;
}
#pic_madori {
  float: left;
  position: relative;
  margin: 30px 40px 0 10px;
  width: 350px;
  height: 290px;
  text-align: center;
  z-index: 9999;
}
#pic_madori img {
  border: solid 5px #eee;
}
#wrap_pic {
  float: left;
  position: relative;
  margin: 20px 0 5px 0;
  width: 350px;
}
#detail_pic {
  margin: 10px auto;
}
#detail_pic li {
  position: relative;
  width: 350px;
  height: 290px;
  text-align: center;
}
#detail_pic img {
  border: solid 5px #eeeeee;
}
.prev {
  position: absolute;
  top: 70px;
  left: 0px;
  z-index: 9999;
  cursor: pointer;
}
.next {
  position: absolute;
  top: 70px;
  left: 335px;
  z-index: 9999;
  cursor: pointer;
}
.pictype {
  position: absolute;
  top: 5px;
  left: 125px;
  width: 102px;
  height: 25px;
  line-height: 2em;
  color: #ffffff;
  background: url(../images/bg_pictype.png) no-repeat;
}
#roll {
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 25px;
/*  background: url(../images/madori_roll.png) no-repeat;*/
  cursor: pointer;
}
.comment_pic {
  position: absolute;
  bottom: 5px;
  left: 35px;
  width: 280px;
  height: 30px;
  background: url(../images/bg_comment.png) no-repeat;
  line-height: 3em;
  color: #ffffff;
}
#pic_control {
  clear: left;
  margin: 0 auto 10px auto;
  padding: 20px 0 5px 0;
  width: 780px;
  background: url(../images/bg_pic_control.gif) no-repeat;
  border-bottom: solid 2px #ccc;
}
#pic_control ul {
  margin-left: 14px;
  _margin-left: 7px;
}
#pic_control:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#pic_control li {
  margin: 9px 6px;
}
#pic_control img {
  width: 70px;
  height: 70px;
  border: solid 1px #0000ff;
  cursor: pointer;
}

#detail .equipment {
  width: 99%;
  margin-top: 0;
  border: none;
}
#detail .equipment td {
  padding: 2px;
  width: auto;
  font-size: 10px;
  border: none;
}
.detail_bg_madori {
  position: absolute;
  bottom: -3px;
  _bottom: 3px;
  left: 30px;
  width: 300px;
  height: 18px;
  background: url(../images/bg_detail_madori.png) no-repeat;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.6em;
  z-index: 10;
}
#detail_pickup  td {
  padding: 5px;
  font-size: 14px;
  line-height: 2em;
}
#detail_pickup  span {
  display: inline-block;
}
#detail .tbl_tit_detail {
  border-bottom: dotted 1px #cccccc;
  font-size: 12px;
  font-weight: bold;
  background: url(../images/bg_table_tit.gif) repeat-x top;
  color: #666;
}
#detail_price {
  font-weight: bold;
  font-size: 16px;
  color: #ff0000;
}
#pagetop {
  margin: 30px auto 0 auto;
  width:  800px;
  text-align: right;
}
#pagetop img, .pagetop img {
  cursor: pointer;
}

#bkn_info_list_pagetop {
  margin-top: 10px;
  height: 36px;
  width: 100%;
  text-align: right;
}
#bkn_info_list_pagetop img {
  cursor: pointer;
}

/*ポップアップ*/
#facebox {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 100;
  text-align: left;
}
#facebox .popup {
  position: relative;
}
#facebox table {
  width: 100%;
  border-collapse: collapse;
}
#facebox td {
  padding: 5px;
  border: solid 1px #ccc;
}
#facebox .tbl_col_a {
  width: 70px;
}
#facebox .body {
  padding: 10px;
  background: #fff;
  width: 500px;
}
#facebox .loading {
  text-align: center;
}
#facebox .image {
  text-align: center;
}
#facebox img {
  border: 0;
  margin: 0;
}
#facebox .footer {
  border-top: 1px solid #ddd;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.facebox_hide {
  z-index:-100;
}
.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
#facebox .tbl_col_a {
  border-right: solid 1px #ccc;
}
#facebox .tbl_col_b {
  font-size: 14px;
  color: red;
  border-top: solid 2px #ccc;
  font-weight: bold;
  text-align: right;
}
#facebox .tbl_col_c {
  font-weight: bold;
  text-align: right;
}
#calculate {
  position: absolute;
  top: 720px;
  left: 90px;
  padding: 10px;
  width: 600px;
  background: #ffffff;
  border: solid 3px #cccccc;
  z-index: 10001;
}
#calculate_point {
  position: absolute;
  top: 710px;
  left: 90px;
  padding: 10px;
  width: 580px;
  background: #ffffff;
  border: solid 3px #cccccc;
  z-index: 10001;
}
#show_company {
  position: absolute;
  top: 5px;
  left: 90px;
  padding: 10px;
  width: 600px;
  background: #ffffff;
  border: solid 3px #cccccc;
  z-index: 10001;
}
#calculate .tbl_tit {
  width: auto;
  border-right: solid 1px #ccc;
}
#show_company .tbl_tit {
  width: auto;
  border-right: solid 1px #ccc;
}

#cel_first,#cel_point,#company_info {
  cursor: pointer;
}
.popup {
  position: relative;
  padding: 10px;
  width: 600px;
  background: #ffffff;
  border: solid 3px #999999;
}
.popup_close_top {
  position: absolute;
  top: 16px;
  right: 10px;
  cursor: pointer;
}
/*
.popup ul {
  margin: 10px auto;
  border: dotted 1px #ccc;
  height: 60px;
}
.popup ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.popup li {
  float: left;
  padding: 5px;
  width: 287px;
  line-height: 1.6em;
}
*/
#calculate ul {
  margin: 10px auto;
  border: dotted 1px #ccc;
  height: 60px;
}
#calculate ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#calculate li {
  float: left;
  padding: 5px;
  width: 287px;
  line-height: 1.6em;
}

#gmap_600 {
  width: 600px;
  height: 200px;
  background: #eee;
}
.popup_tit {
  margin: 5px 0 10px 0;
}
.tyuki {
  font-size: 10px;
  color: red;
}
#calculate_point {
  padding-left: 10px;
}
#point_bg {
  position: relative;
  height: 220px;
  background: url(../images/bg_point_cel.gif) no-repeat;
}
#month_point {
  position: absolute;
  top: 118px;
  left: 86px;
}
#month_point span {
  color: red;
  font-weight: bold;
  font-size: 24px;
}
#year_point {
  position: absolute;
  top: 92px;
  left: 245px;
  font-weight: bold;
}
#year_point span {
  color: red;
  font-size: 20px;
}
* html #facebox_overlay {
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#calculate table {
  width: 100%;
  border-collapse: collapse;
}
#calculate td {
  padding: 5px;
  border: solid 1px #ccc;
}
#calculate .tbl_col_a {
  width: 70px;
  border-right: solid 1px #ccc;
}
#calculate .tbl_col_b {
  font-size: 14px;
  color: red;
  border-top: solid 2px #ccc;
  font-weight: bold;
  text-align: right;
}
#calculate .tbl_col_c {
  font-weight: bold;
  text-align: right;
}
#divBknDetailGmap {
  width: 300px;
  height: 230px;
}
#divMapDisp {
  width: 300px;
  height: 230px;
}
/*お問い合わせ*/
#detail .inner_tbl {
  margin: 1px 0;
  width: 100%;
  border: none;
}
#detail .inner_tbl td {
  padding: 1px 1px 1px 3px;
  border: none;
}
.inner_kou {
  width: 60px;
  background: #ebeff1;
}
.elasetext {
  width : 180px;
  color: #999;
}
#privacy {
  margin: 10px 0;
  width: 100%;
  height: 200px;
}
.iframe_disp {
  clear: left;
  margin: 10px 0;
  width: 100%;
  height: 200px;
  border: solid 1px #ccc;
}
.iframe_none {
  clear: left;
  margin: 10px 0;
  width: 100%;
  height: 10px;
  border: none;
}
#privacy iframe:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#privacy li {
  font-size: 10px;
  line-height: 1.4em;
}
#inquiry_bkn {
  margin: 10px 0 20px 0;
}
*:first-child+html #inquiry_bkn {
  margin-top: 150px;
}
#inquiry_bkn td {
  text-align: center;
}
#inquiry_bkn .tbl_tit {
  background: #ffeba4;
  width: auto;
  border: solid 1px #ccc;
}
#inquiry_bkn .pd5 {
  background: #ebeff1;
}
#inquiry_bkn .list_price {
  font-size: 14px;
}
#inquiry_bkn textarea {
  width: 660px;
  height: 50px;
}
.inquiry_bkn_other {
 display: block;
 float: left;
 margin: 2px 0 0 0;
 padding: 5px 5px;
 width: 100px;
 height: 40px;
 background: #fdf1c8;
 vertical-align: middle;
}
#inquiry_bkn .noinq  .tbl_tit {
  background: #e4d7be;
}

#inquiry_bkn_non {
  margin: 10px 0 20px 0;
}
*:first-child+html #inquiry_bkn_non {
  margin-top: 10px;
}
#inquiry_bkn_non td {
  text-align: center;
}
#inquiry_bkn_non .tbl_tit {
  background: #ffeba4;
  width: auto;
  border: solid 1px #ccc;
}
#inquiry_bkn_non .pd5 {
  background: #ebeff1;
}
#inquiry_bkn_non .list_price {
  font-size: 14px;
}
#inquiry_bkn_non textarea {
  width: 660px;
  height: 50px;
}
.inquiry_bkn_non_other {
 display: block;
 float: left;
 margin: 2px 0 0 0;
 padding: 5px 5px;
 width: 100px;
 height: 40px;
 background: #fdf1c8;
 vertical-align: middle;
}
#inquiry_bkn_non .noinq  .tbl_tit {
  background: #e4d7be;
}

.noinq .tyuki {
  font-size: 14px;
  font-weight: bold;
}
hr {
  margin: 15px auto 5px auto;
  height: 1px;
  border: #ccc 1px solid;
}
#input li {
  margin-right: 10px;
  line-height: 1.6em;
  _line-height: 1.8em;
}
#input span {
 color: red;
}
.form_checktext {
  margin-top: -2px;
  _margin-top: 0;
}
*:first-child+html .form_checktext {
  margin-top: 2px;
}
.form_line li {
 vertical-align: middle;
}
#input .form_piece {
  margin-right: 2px;
}
*:first-child+html #input .form_piece {
  margin-right: 2px;
}
#indispensable_text {
  width: 100%;
  text-align: right;
  font-size: 10px;
}
.indispensable {
  color: red;
  font-weight: bold;
  font-size: 12px;
}
#privacy_agree {
  margin: 10px auto;
  width: 600px;
}
#privacy_text {
  margin-right: 10px;
  width: 480px;
}
#privacy_agree #agree {
  padding: 6px 10px;
  background: #ebeff1;
  font-size: 14px;
  font-weight: bold;
  border: solid 2px #ccc;
  line-height: 100%;
}
#input textarea {
  width: 560px;
  height: 100px;
}
#submit {
  margin: 20px auto 20px auto;
  padding: 15px 10px 10px 15px;
  width: 668px;
  border: solid 2px #fe9e9e;
  background: #fef5ea;
}
#submit li {
  margin-left: 30px;
  width: 170px;
}
#submit:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#detail p {
  margin: 30px auto;
  width: 600px;
  line-height: 1.8em;
}
#thank {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center;
}

/*会社情報*/
#show_company #shop_pic {
  border: none;
  text-align: center;
}
#shop_pic img {
  padding: 2px;
  width: 180px;
  border: solid 1px #ccc;
}
#show_company table {
  width: 100%;
  border-collapse: collapse;
}
#show_company td {
  padding: 5px;
  border: solid 1px #ccc;
}
#show_company .tbl_col_a {
  width: 80px;
  border-right: solid 1px #ccc;
}

a.rightclick {
  text-decoration : none;
  color: #0000ff;
}
.li_menu {
  height: 20px;
}
/*コメント*/
#staff {
  margin-top:20px;
  padding: 5px ;
  border: solid 2px #ccc;
  line-height: 1.6em;
  position: relative;
}
#staff ul {
  display: inline-block;
}
.staff_pic {
  margin-right: 10px;
}
.staff_pic img {
  width: 93px;
  height: 93px;
}
.staff_comment {
  margin-top: 5px;
  width: 680px;
}
.ul_comment {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: solid 1px #ccc;
}
/*印刷プレビュー*/
#print {
  margin: 20px auto;
  width: 800px;
}
#print table {
  width: 100%;
  border: solid 1px #999;
  border-collapse: collapse;
}
#print td {
  padding: 3px;
  border: solid 1px #666;
  width: auto;
}
#print .tbl_tit {
  width: 100px;
  background: #eee;
  color: #333;
}
#print .equipment {
  border: none;
}
#print .equipment td {
  border: none;
}
#print .print_tit {
  width: 50%;
  border: none;
}
#btn_under {
  margin-top: 20px;
  text-align: center;
}
.disinline {
  display: inline;
}

#detail_tab {
  position: relative;
  margin: 10px auto 3px -2px;
  _margin: 10px auto 3px 0;
  width: 100%;
  height: 37px;
  z-index: 5;
  border-bottom: solid 3px #5bb001;
}

#divComment_tab {
  position: relative;
  width: 143px;
  height: 33px;
}
#divComment_tab span {
  position: absolute;
  top: 10px;
  right: 35px;
  text-align: right;
  color: #f93d8f;
  width: 30px;
  font-size: 14px;
  font-weight: bold;
}
#btn_list_detail,#btn_list_around,#btn_list_comment {
  position: absolute;
  top: 4px;
  cursor: pointer;
}
#btn_list_detail {
  left: 0px;
}
#btn_list_around {
  left: 150px;
}
#btn_list_comment {
  left: 300px;
}
#hikaku_list {
  z-index: 999;
}
#panorama {
  position: relative;
  margin: 10px auto 5px auto;
  width: 780px;
  background: url(../images/bg_pano_top.gif) no-repeat;
}
#pano_etc {
  width: 780px;
  text-align: right;
}
#pano_etc iframe {
  width: 430px;
  height: 20px;
}
#panorama ul {
  display: inline-block;
  margin: 45px 0 10px 28px;/*45px 0 10px 40px;*/
  width: 740px;
  text-align: center;
}
#btn_pano li {
  float: left;
  margin-right: 4px;/* 50px;*/
  margin-bottom: 5px;
  _margin-right: 4px;/* 47px;*/
  width: 142px;/*100px*/
  cursor: pointer;
}
#btn_pano li.pano5,#btn_pano li.pano10 {
  margin-right: 0px;
}
#btn_pano li img {
  border: solid 1px #666;
  width:125px;/*追加*/
}
#btn_pano li span {
  display: inline-block;
  width: 100%;
  font-size: 10px;
  color: #0000ff;
  text-align: center;
  text-decoration: underline;
}
#bottom_pano {
  position: absolute;
  bottom: 0;
  left:0;
}

.show_shop {
  position: absolute;
  top: 5px;
  left: 90px;
  padding: 10px;
  width: 600px;
  background: #ffffff;
  border: solid 3px #cccccc;
  z-index: 10001;
}
.show_shop .tbl_tit {
  width: auto;
  border-right: solid 1px #ccc;
  text-align: left;
}
.show_shop {
  border: none;
  text-align: center;
}
.show_shop table {
  width: 100%;
  border-collapse: collapse;
}
.show_shop td {
  padding: 5px;
  border: solid 1px #ccc;
  text-align: left;
}
.show_shop .tbl_col_a {
  width: 80px;
  border-right: solid 1px #ccc;
}

