@charset "utf-8";

/* ------------------------------------------------------------------------ */
/* --- Base ----------------------------------------------------- */
/* ------------------------------------------------------------------------ */

/* --- detail_main ----------------------------------------------- */
#detail_main {
 font-size: 13px;
}

/* ------------------------------------------------------------------------ */
/* --- Header, Footer ----------------------------------------------------- */
/* ------------------------------------------------------------------------ */

/* --- detail_menu ----------------------------------------------- */
.detail_menu a {
  background-color: #252526;
  font-weight: normal;
}
.detail_menu a:hover {
  background-color: #A19276;
  opacity: 100;
}

#detail_header_menu {
  margin-bottom: 0;
}

/* ------------------------------------------------------------------------ */
/* --- Content Base ------------------------------------------------------- */
/* ------------------------------------------------------------------------ */

/* --- headline ----------------------------------------------- */
body.sale h2#detail_top_title {
  background-color: #A19276;
}
body.eldercare h2#detail_top_title,
body.rental h2#detail_top_title {
  background-color: #BEAF87;
}

body.sale h2.detail_content_title {
  background-color: #252526;
}
body.eldercare h2.detail_content_title,
body.rental h2.detail_content_title {
  background-color: #252526;
}

/* ------------------------------------------------------------------------ */
/* --- Content Each ------------------------------------------------------- */
/* ------------------------------------------------------------------------ */

/* --- selling_point --- */
#selling_point_outer {
  border: 0 none;
  background: none;
}

#selling_point {
  border: 0 none;
  border-radius: 2px;
  padding: 6px 10px;
}

body.sale #selling_point {
  background-color: #E6E7E8
}
body.eldercare #selling_point,
body.rental #selling_point {
  background-color: #E6E7E8;
}

/* --- facility --- */
.facility2 .facility_outer,
.facility2 .facility_inner {
  border-color: #6F6F6F;
  background-color: #6F6F6F;
}

/* --- contact_info_s ----------------------------------------------- */
#contact_info_s .normal_tel span.phone_number,
#contact_info_s .freedial span.phone_number {
  color: #252526;
}

#contact_info_s .from_ktai span {
  color: #252526;
}

#contact_info_s .normal_tel span.tel {
  color: #333333;
}

/* --- contact_info ----------------------------------------------- */
#contact_info {
  border: 0px none;
}

#contact_info .introduction {
  height: 28px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: normal;
  line-height: 28px;
}
body.sale #contact_info .introduction {
  background-color: #BEAF87;
}
body.eldercare #contact_info .introduction,
body.rental #contact_info .introduction {
  background-color: #BEAF87;
}

#contact_info {
  background-color: #FFFFFF;
}

#contact_info .normal_tel span.phone_number,
#contact_info .freedial span.phone_number {
  color: #252526;
}

#contact_info .from_ktai span {
  color: #252526;
}

#contact_info .normal_tel span.tel {
  color: #252526;
}

/* ------------------------------------------------------------------------ */
/* --- Side ----------------------------------------------------- */
/* ------------------------------------------------------------------------ */

/* --- detail_side ----------------------------------------------- */
.detail_personal_outer {
  border-radius: 0;
}

.detail_side_list_outer {
  border-radius: 0;
}