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

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

#detail_sale {
  background-color: #2A4469;
}
#detail_rent {
  background-color: #378B1B;
}
/* #detail_sale .point_outer,
#detail_sale .point_inner {
  color: #000063;
  border-color: #5997C6;
  background-color: #DEEFFF;
}
#detail_rent .point_outer,
#detail_rent .point_inner {
  color: #00432A;
  border-color: #DFC09D;
  background-color: #D5EADA;
} */
#detail_sale .company_info {
  border-color: #2A4469;
}
#detail_rent .company_info {
  border-color: #378B1B;
}
#detail_sale .company_info .introduction {
  background-color: #2A4469;
}
#detail_rent .company_info .introduction {
  background-color: #378B1B;
}

h3.title_sale {
  background-color: #DEEFFF;
  border-color: #2A4469;
}

h3.title_rent {
  background-color: #D5EADA;
  border-color: #378B1B;
}

.hyou_sale th,
.hyou_sale td {
  border-color: #2A4469;
}
.hyou_rent th,
.hyou_rent td {
  border-color: #378B1B;
}
.hyou_sale th {
  background-color: #DEEFFF;
}
.hyou_rent th {
  background-color: #D5EADA;
}

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

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



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

@media print {

}

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

