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

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

#detail_sale {
  background-color: #FEAD18;
}

#detail_rent {
  background-color: #AA69EB;
}

h3.title_sale,
h3.title_rent {
  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 {
  background-color: #FFF9DD;
  border-top: 1px solid #999999;
  border-left: 8px solid #999999;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  border-color: #DB8E00;
}

h3.title_rent {
  background-color: #E4D7EC;
  border-top: 1px solid #999999;
  border-left: 8px solid #999999;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  border-color: #661C8A;
}

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: #E9BC7E;}
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: #B6A4BB;}

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

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

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



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

@media print {

}

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