@charset "utf-8";
/* --- media screen START ----------------------------------------------- */
@media screen, tv {

/* --- body ----------------------------------------------- */
body {
  background: none;
}
/* --- body END ----------------------------------------------- */

/* --- Link ----------------------------------------------- */
#detail_sale a {color: #5000A8;}
#detail_sale a:hover {color: #7952A5;}

#detail_rent a {color: #0048BF;}
#detail_rent a:hover {color: #5E82BC;}

/*--------- 詳細ページ ---------*/
img {border: none;}

#detail_sale,
#detail_rent {
  width: 630px;
  padding: 10px;
  font-size: 12px;
  margin: 0 auto 0 auto;
}

#detail_sale {
  background-color: #CCCCDD;
}

#detail_rent {
  background-color: #DDCCCC;
}

h3.title-mandatory_info {
  width: 95%;
  color: #000000;
  font-weight: bold;
  padding: 2px 5px 2px 5px;
  font-size: 12px;
  margin: 10px auto 10px auto;
  clear: both;
  text-decoration: none;
}

h3.title_sale,
h3.title_rent {
  color: #000000;
  cursor: pointer;
  font-weight: bold;
  padding: 2px 5px 2px 5px;
  font-size: 12px;
  margin: 10px auto 10px auto;
  clear: both;
  text-decoration: none;
  width: 95%;
  height: 18px;
}

h3.title_sale {
  color: #7C3EFF;
  background-color: #F8F0FF;
  border-top: 1px solid #999999;
  border-left: 8px solid #999999;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  border-color: #5000A8;
}

h3.title_rent {
  color: #016CE2;
  background-color: #E8FAFF;
  border-top: 1px solid #999999;
  border-left: 8px solid #999999;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  border-color: #0048BF;
}

.acc01,
.acc02,
.acc03,
.acc04,
.acc05 {
  display: inline;
  float: left;
  vertical-align: middle;
  line-height: 16px;
  width: 75%;

}

.acc01b,
.acc02b,
.acc03b,
.acc04b,
.acc05b {
  float: right;
  vertical-align: middle;
  height: 18px;
  font-size: 12px;
  width: 50px;
}

.allbtn {
  text-align: right;
  margin: 5px;
}

#detail-head {
  width: 630px;
  height: 70px;
  margin: 0 auto 10px auto;
}

#detail-btn {
  background-color: #FFFFFF;
  text-align: center;
  width: 630px;
  margin: 0 auto 10px auto;
  padding: 5px 0;
}

#detail-btn_foot {
  background-color: #FFFFFF;
  text-align: center;
  width: 630px;
  margin: 10px auto 0 auto;
  padding: 5px 0;
}

#detail-btn a,
#detail-btn_foot a {
  display: inline;
  float: left;
  padding: 0 0 0 3px;
  text-decoration: none;
}

#detail-cont {
  width: 610px;
  background-color: #FFFFFF;
  margin: 0 auto 0 auto;
  padding: 10px;
  text-align: left;
}

.price_c {
  font-size: 12px;
  color: #FF0000;
}
strong#price_number {
  line-height: 30px;
  font-size: 24px;
  color: #FF0000;
}
strong#full_access {
  line-height: 20px;
  font-size: 14px;
}
strong.title {
  font-size: 14px;
  color: #FF0000;
}

table.comment {
  width: 530px;
  margin: 5px auto 0 auto;
  padding: 0;
}

table.hyou1_sale,
table.hyou1_rent {
  width: 600px;
  margin: 5px auto 0 auto;
  line-height: 1.4em;
  border-collapse: collapse;
}

.hyou1_sale th,
.hyou1_rent th {
  border: 1px solid #999999;
  text-align: center;
  padding: 2px 2px 2px 2px;
}

.hyou1_sale td,
.hyou1_rent td {
  border: 1px solid #999999;
  text-align: center;
  padding: 2px 2px 2px 2px;
}

.hyou1_sale td strong,
.hyou1_rent td strong {
  font-size: 15px;
  color: #FF0000;
}

#mandatory_info {
  position: relative;
  width: 600px;
  margin: 5px auto 0 auto;
}

#mandatory_info-a {
  width: 275px;
  float: left;
  position: relative;
}

#mandatory_info-b {
  width: 325px;
  float: right;
  vertical-align: top;
}

#mandatory_info-a .gaikan {
  width: 270px;
  line-height: 2.0em;
}

#mandatory_info-a .madori {
  width: 270px;
  line-height: 2.0em;
}

#mandatory_info-a .photo {
  overflow: hidden;
}

#mandatory_info-a .photo img {
  max-width: 240px;
  max-height: 240px;
}
* html #mandatory_info-a .photo img {
  behavior: url(/css/resizeToMax.htc);
}

#mandatory_info-a img.alpha-icon {
  border: 0;
  position: absolute;
  top: -6px;
  left: -6px;
}
/* for IE<7 */
#mandatory_info-a span.alpha-icon {
  position: absolute;
  top: -6px;
  left: -6px;
}

#other_pic,
#other_pic_p {
  width: 600px;
  padding: 0;
  margin: 5px auto 0 auto;
}

#other_pic ul,
#other_pic_p ul {
  font-size: 0;
  padding: 0;
  margin: 10px 0 0 10px;
  list-style: none;
}

#other_pic li,
#other_pic_p li {
  text-align: center;
  background-color: #E6E6E6;
  font-size: 12px;
  float: left; /* フロートで横に並べる */
  margin-right: 10px; /* メニュー間の余白（一括指定の場合） */
  margin-bottom: 10px;
  padding: 3px 0 5px 0;
  width: 180px;
}

#other_pic li span,
#other_pic_p li span {
  font-size: 12px;
  padding: 5px 0 0 5px;
}

#other_pic li img,
#other_pic_p li img {
  display: block;
  max-width: 180px;
  max-height: 180px;
  margin: 0 auto;
}
* html #other_pic li img,
* html #other_pic_p li img {
  behavior: url(/css/resizeToMax.htc);
}

table.hyou2_sale,
table.hyou2_rent {
  width: 325px;
  margin: 0 auto 0 auto;
  border-collapse: collapse;
}

.hyou2_sale th,
.hyou2_rent th {
  width: 30%;
  border: 1px solid #999999;
  text-align: center;
  padding: 2px 2px 2px 2px;
}

.hyou2_sale td,
.hyou2_rent td {
  width: 70%;
  border: 1px solid #999999;
  text-align: left;
  padding: 2px 2px 2px 2px;
}

#button {
  display: none;
  width: 550px;
  text-align: center;
  margin: 10px auto 10px auto;
}

#button .bt {
  margin: 10px;
}

.adr {
  margin: 0 auto 10px auto;
}

.kukaku {
  text-align: center;
}

.detail-top {
  width:610px;
  position: relative;
}

.detail-top-l {
  float: left;
  width:330px;
}
.detail-top-l span.price_c,
.detail-top-l strong.title {
  color: #CC0000;
}

.detail-top-r {
  float: right;
  width: 270px;
  text-align: right;
}

.detail-top-r strong {
  font-size: 18px;
  color: #FF0000;
}

#detail_map,
#detail_map_p {
  width: 600px;
  padding: 0;
  margin: 5px auto 0 auto;
}

#map_area {
  width:97%;
  height:400px;
  margin: 0 auto 0 auto;
}

#street_area {
  width:97%;
  height:300px;
  margin: 10px auto 0 auto;
  display: none;
}

#detail_info,
#detail_info2 {
  width: 600px;
  padding: 0;
  margin: 5px auto 0 auto;
}

table.hyou3_sale,
table.hyou3_rent {
  width: 600px;
  margin: 0 auto 0 auto;
  border-collapse: collapse;
}

.hyou3_sale th,
.hyou3_rent th {
  width: 15%;
  border: 1px solid #999999;
  text-align: center;
  padding: 2px 2px 2px 2px;
}

.hyou3_sale td,
.hyou3_rent td {
  width: 35%;
  border: 1px solid #999999;
  text-align: left;
  padding: 2px 2px 2px 2px;
}

table.hyou4_sale,
table.hyou4_rent {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
  padding: 2px;
}
.hyou4_sale th,
.hyou4_rent th {
  width: 17%;
  border: 1px solid #999999;
  text-align: center;
  padding: 2px 2px 2px 2px;
}
.hyou4_sale td,
.hyou4_rent td {
  border: 1px solid #999999;
  text-align: left;
  padding: 2px 5px 2px 5px;
}

table.hyou1_sale,
table.hyou2_sale,
table.hyou3_sale,
table.hyou4_sale,
.hyou1_sale th,
.hyou1_sale td,
.hyou2_sale th,
.hyou2_sale td,
.hyou3_sale th,
.hyou3_sale td,
.hyou4_sale th,
.hyou4_sale td {
  border-color: #5000A8;}
table.hyou1_rent,
table.hyou2_rent,
table.hyou3_rent,
table.hyou4_rent,
.hyou1_rent th,
.hyou1_rent td,
.hyou2_rent th,
.hyou2_rent td,
.hyou3_rent th,
.hyou3_rent td,
.hyou4_rent th,
.hyou4_rent td {
  border-color: #0048BF;}

.hyou1_sale th,
.hyou2_sale th,
.hyou3_sale th,
.hyou4_sale th {
  background-color: #F8F0FF;
}
.hyou1_rent th,
.hyou2_rent th,
.hyou3_rent th,
.hyou4_rent th {
  background-color: #E8FAFF;
}

/*--------- 詳細ページ END ---------*/

}
/* --- media screen END ----------------------------------------------- */



/* --- media print START ----------------------------------------------- */

@media print {

img {border: none;}

.niftycorners {
  display: none!important;
}

#detail {
  width: 630px;
  background-color: #FFFFFF!important;
  padding: 10px;
  font-size: 12px;
  margin: 0 auto 0 auto;
}

h3.title_sale,
h3.title_rent {
  width: 100%;
  color: #000000;
  font-weight: bold;
  padding: 2px 0px 2px 5px;
  font-size: 12px;
  margin: 2px auto 2px auto;
  clear: both;
  text-decoration: none;
}

h3.title_sale {
  border-top: 0px solid #2A4469;
  border-left: 8px solid #2A4469;
  border-bottom: 1px solid #2A4469;
  border-right: 0px solid #2A4469;
}

h3.title_rent {
  border-top: 0px solid #378B1B;
  border-left: 8px solid #378B1B;
  border-bottom: 1px solid #378B1B;
  border-right: 0px solid #378B1B;
}

h3.title-other_pic {
  page-break-before: avoid;
  display: block;
}

h3.title-other_pic2 {
  display: none;
}

h3.title-detail_map {
  page-break-before: always;
  display: block;
}

h3.title-detail_map2 {
  page-break-before: avoid;
  display: block;
}

h3.title-detail_map3 {
  display: none;
}

h3.title-detail_info {
  page-break-before: avoid;
  display: block;
}

h3.title-detail_info2 {
  page-break-before: always;
  display: block;
}

h3.title-detail_info3 {
  display: none;
}

.acc01,
.acc02,
.acc03,
.acc04,
.acc05 {
  vertical-align: middle;
  line-height: 14px;
}

#detail-head {
  width: 630px;
  height: 70px;
  margin: 0 auto 0 auto;
}

#detail-cont {
  width: 610px;
  background-color: #FFFFFF;
  margin: 0 auto 0 auto;
  padding: 10px;
  text-align: left;
}

strong.title {
  font-size: 15px;
}

table.hyou1_sale,
table.hyou1_rent {
  width: 630px;
  margin: 0px auto 10px auto;
  line-height: 1.4em;
  border-collapse: collapse;
  clear: both;
}

.hyou1_rent th,
.hyou1_sale th {
  border: 1px solid #999999;
  text-align: center;
  padding: 0;
}

.hyou1_rent td,
.hyou1_sale td {
  border: 1px solid #999999;
  text-align: center;
  padding: 0;
}

.hyou1_rent td strong,
.hyou1_sale td strong {
  font-size: 15px;
  color: #FF0000;
}

#mandatory_info {
  width: 630px;
  margin: 5px auto 0 auto;
}

#mandatory_info-a {
  width: 275px;
  float: left;
}

#mandatory_info-b {
  width: 345px;
  float: right;
  vertical-align: top;
}

#mandatory_info-a .gaikan {
  width: 270px;
  line-height: 2.0em;
}

#mandatory_info-a .madori {
  width: 270px;
  line-height: 2.0em;
}

#mandatory_info-a .photo {
  overflow: hidden;
}

#other_pic {
  width: 630px;
  padding: 0;
  margin: 5px auto 0 auto;
}

#other_pic_p {
  display: none;
}

#other_pic ul {
  font-size: 0;
  padding: 0;
  margin: 10px 0 0 10px;
  list-style: none;
}

#other_pic li {
  font-size: 12px;
  float: left; /* フロートで横に並べる */
  margin-right: 0; /* メニュー間の余白（一括指定の場合） */
  width: 200px;
}

#other_pic li a {
  display: block; /* リンク領域を確保する */
}

#other_pic li img {
  width: 180px;
}
  
table.hyou2_sale,
table.hyou2_rent {
  width: 325px;
  margin: 0 auto 0 auto;
  border-collapse: collapse;
}

.hyou2_sale th,
.hyou2_rent th {
  width: 30%;
  border: 1px solid #999999;
  text-align: center;
  padding: 2px 2px 2px 2px;
}

.hyou2_sale td,
.hyou2_rent td {
  width: 70%;
  border: 1px solid #999999;
  text-align: left;
  padding: 2px 2px 2px 2px;
}

table.hyou3_sale,
table.hyou3_rent {
  width: 630px;
  margin: 5px auto 0 auto;
  border-collapse: collapse;
}

.hyou3_sale th,
.hyou3_rent th {
  border: 1px solid #999999;
  text-align: center;
  padding: 2px 2px 2px 2px;
  background-color: #DEEFFF;
}

.hyou3_sale td,
.hyou3_rent td {
  border: 1px solid #999999;
  text-align: left;
  padding: 2px 2px 2px 2px;
}

table.hyou4_sale,
table.hyou4_rent {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
  padding: 2px;
}
.hyou4_sale th,
.hyou4_rent th {
  width: 17%;
  border: 1px solid #999999;
  text-align: center;
  padding: 2px 2px 2px 2px;
}
.hyou4_sale td,
.hyou4_rent td {
  border: 1px solid #999999;
  text-align: left;
  padding: 2px 5px 2px 5px;
}

#detail_map {
  width: 600px;
  padding: 0;
  margin: 5px auto 5px auto;
}

#detail_map_p {
  display: none;
}

#map_area {
  width:97%;
  height:400px;
  margin: 0 auto 0 auto;
}

#street_area {
  display: none;
}

#detail_info {
  width: 600px;
  padding: 0;
  margin: 5px auto 0 auto;
}

#detail_info_p {
  display: none;
}
  
#button {
  width: 550px;
  text-align: center;
  margin: 10px auto 10px auto;
}

#button .bt {
  margin: 10px;
}

.adr {
  margin: 0 auto 10px auto;
}

.kukaku {
  text-align: center;
}

.detail-top {
  width:610px;
  position: relative;
}

.detail-top-l {
  float: left;
  width:400px;
}

.detail-top-r {
  float: right;
  width: 200px;
  text-align: right;
}

.detail-top-r strong {
  font-size: 18px;
  color: #FF0000;
}

.allbtn,
.accAllOpen,
.accAllClose,
.acc01b,
.acc02b,
.acc03b,
.acc04b,
.acc05b,
#button,
#detail-btn,
#detail-btn_foot {
  display: none!important;
}

}

/* --- media print END ----------------------------------------------- */

#facilities_detail{
  margin: 10px 0;
}
#point {
  letter-spacing: 0;
}
.point_outer {
  margin: 5px 1px 7px;
  background: #FFF9DD;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.point_inner {
  margin: 0px -1px;
  padding: 5px 2px 2px 2px;
  background: #FFF9DD;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

.facilities_base {
  float: left;
}
.facilities_outer_1 {
  margin: 1px 3px 2px 1px;
  background: #668CD9;
  border-top: 1px solid #2952A3;
  border-bottom: 1px solid #2952A3;
}
.facilities_inner_1 {
  margin: 0px -1px;
  padding: 1px 2px 0 2px;
  background: #668CD9;
  border-left: 1px solid #2952A3;
  border-right: 1px solid #2952A3;
  white-space: nowrap;
  line-height: 16px;
  color: #FFFFFF;
}
.facilities_outer_2 {
  margin: 1px 3px 2px 1px;
  background: #4CB052;
  border-top: 1px solid #0D7813;
  border-bottom: 1px solid #0D7813;
}
.facilities_inner_2 {
  margin: 0px -1px;
  padding: 1px 2px 0 2px;
  background: #4CB052;
  border-left: 1px solid #0D7813;
  border-right: 1px solid #0D7813;
  white-space: nowrap;
  line-height: 16px;
  color: #FFFFFF;
}
#qr_img {
  border: 1px solid #CCCCCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0;
  padding: 0 1px 1px;
  width: 80px;
}
#qr_img dt {
  border-bottom: 1px solid #CCCCCC;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
}
#qr_img dd {
  margin: 0;
}
