@charset "UTF-8";

body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  background: #f2f2f2;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

#asp_content {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 0;
}

#asp_content .topic_path {
  padding: 0 0 20px;
  clear: both;
}
#asp_content .topic_path ul {
  width: 100%;
  text-align: left;
}
#asp_content .topic_path li {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #1f2024/*基本色*/;
  vertical-align: top;
  display: inline-block;
}
#asp_content .topic_path li:before {
  content: ">";
  color: #000;
  font-weight: 400;
  margin-left: 5px;
  margin-right: 5px;
}
#asp_content .topic_path li:first-child:before {
  content: "";
  margin: 0;
}
#asp_content .topic_path li a {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
#asp_content .topic_path li a:hover {
  color: #1f2024/*基本色*/;
}

#asp_content .asp_pageTitle {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
  height: auto;
  margin: 0 0 20px;
  padding: 8px 0 8px 12px;
  border-left: 5px solid #1f2024/*基本色*/;
  border-bottom: 1px solid #CCC;
}

/* エリア・路線選択画面 */
#asp_content #select_area ul {
  background: none;
}
#asp_content #condition td {
  background: none;
}
#asp_content #condition_more fieldset {
  background: none;
}

/* 物件一覧 */
#asp_content .asp_side_navi .change_condition {
  background-color: #fff;
}
#asp_content .asp_side_navi .asp_side_navi_submit {
  background-color: #fff;
}
#asp_content #asp_ms_search .right dl {
  line-height: 1;
}

.u-cv-01 a {
  color: #1f2024;
  text-decoration: none;
}
.u-cv-01 a:hover {
  color: #fff;
}
