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

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

#detail_sale {
  background-color: #378B1B;
}
#detail_rent {
  background-color: #CC9900;
}
/* #detail_sale .point_outer,
#detail_sale .point_inner {
  color: #378B1B;
  border-color: #DFC09D;
  background-color: #C5ECD8;
}
#detail_rent .point_outer,
#detail_rent .point_inner {
  color: #CC9900;
  border-color: #E6C667;
  background-color: #F9EECF;
} */
#detail_sale .company_info {
  border-color: #378B1B;
}
#detail_rent .company_info {
  border-color: #CC9900;
}
#detail_sale .company_info .introduction {
  background-color: #378B1B;
}
#detail_rent .company_info .introduction {
  background-color: #CC9900;
}

h3.title_sale {
  background-color: #C5ECD8;
  border-color: #378B1B;
}

h3.title_rent {
  background-color: #F9EECF;
  border-color: #CC9900;
}

.hyou_sale th,
.hyou_sale td {
  border-color: #378B1B;
}
.hyou_rent th,
.hyou_rent td {
  border-color: #CC9900;
}
.hyou_sale th {
  background-color: #C5ECD8;
}
.hyou_rent th {
  background-color: #F9EECF;
}

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

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



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

@media print {

}

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

