@charset "utf-8";
/*見出し緑*/
div#mainimg_off {
  background: #319b03;
  text-shadow: #2e8e05 2px 2px 2px;
}
/*浴室乾燥機 設置タイプ一覧　テーブル*/
table.installation-type-list {
  border-collapse: collapse;
  border: #CCC 4px solid;
  text-align: center;
  width: 711px;
}
table.installation-type-list tbody tr th {
  border: #CCC 2px solid;
  padding: 8px;
}
table.installation-type-list tbody tr td {
  border: #CCC 2px solid;
  padding: 8px;
}
.box_width_235 {
  width: 23.5%;
}
.box_width_23 {
  width: 23%;
}
.box_width_245 {
  width: 24.5%;
}
.exe_title_1 {
  background: #d8e6f5;
}
.exe_title_3 {
  background: #f5d8d8;
}
.exe_title_2 {
  background: #ddf5d8;
}
.pa8 {
  padding: 8px !important;
}
.mt24{
margin-top:24px !important;
}
td.type-link a:link, td.type-link a:visited, td.type-link a:active, td.type-link a:hover {
  color: #222 !important;
  text-decoration: none !important;
}
td.type-link a:hover div.exe_title_1 {
  background: #e9f0f7;
}
/*天井埋込タイプ 電気式浴室乾燥機*/
.box_width_411 {
  width: 411px;
}
.box-logo-grey {
  border: 1px solid #ccc;
  padding: 8px 0;
  width: 112px;
}
.box-logo-grey_img {
  height: 25px;
}
div.m-link a:link p, div.m-link a:visited p, div.m-link a:hover p, div.m-link a:active p {
  color: #222;
  text-decoration: underline;
}
/*天井埋込タイプ ガス温水式浴室乾燥機*/
.un_bathDryChoiceType_makerLink_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.un_bathDryChoiceType_makerLink {
  border: 1px solid #ccc;
  padding: 8px;
  min-width: 115px;
  text-align: center;
  margin-right: 10px;
}
.un_bathDryChoiceType_makerLink:nth-child(2) {
  margin-right: 0;
}
/*設置タイプ以外の給湯器の選び方*/
.type_select ul {
  display: flex;
  /* width: 531px; →｢機能から選ぶ｣ページができたら、widthをこちらにする*/
  width: 384px;
  margin-right: auto;
  margin-left: auto;
}
.type_select ul li {
  border: solid 1px #ddd;
  padding: 20px;
  border-radius: 4px;
  background: #DBF5D7;
  margin-left: 20px;
}
.type_select ul li:hover {
  background: #fff;
}

/* 設置タイプ・種類以外の浴室乾燥機の選び方 */
.un_bathDryChoiceType_chiceBtn_wrapper {
  display: flex;
  justify-content: center;
}
.un_bathDryChoiceType_chiceBtn {
  border: solid 1px #ddd;
  padding: 20px;
  border-radius: 4px;
  background: #DBF5D7;
  text-align: center;
}
.un_bathDryChoiceType_chiceBtn:nth-child(2) {
  margin-left: 10px;
}
.un_bathDryChoiceType_choiceHdg {
  font-size: 16px;
  font-weight: bold;
}
.un_bathDryChoiceType_banner + .el_hdg3{
margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .un_bathDryChoiceType_choiceHdg {
    font-size: 15px;
  }
  .un_bathDryChoiceType_chiceBtn_wrapper {
    display: block;
  }
  .un_bathDryChoiceType_chiceBtn:nth-child(2) {
    margin-left: 0;
  }
  .un_bathDryChoiceType_chiceBtn + .un_bathDryChoiceType_chiceBtn {
    margin-top: 10px;
  }
}
