@charset "utf-8";

/* ==================================================== */
/*  コンテンツページタイトル
/* ==================================================== */
/* ホルムアルデヒド放散等級表示制度 */
.formaldehyde .main_tit_box {
  background: url(../img/formaldehyde/formaldehyde_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

/* 4VOC放散表示制度 */
.four_voc .main_tit_box {
  background: url(../img/4voc/4voc_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}


/* ==================================================== */
/*  共通
/* ==================================================== */
/* intro */
section.intro {
  margin-bottom: 27px;
}
.intro .intro_box {
  max-width: 800px;
  margin: 0 auto;
}
.intro .intro_box .text_box {}
.intro .intro_box .text_box p {
  margin-bottom: 30px;
}
.intro .intro_box .text_box p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  section.intro {
    margin-bottom: 50px;
  }
  .intro .intro_box {
    max-width: 100%;
    width: 90%;
  }
}


/* member-list */
section.member-list {}
.member-list .member-list_box {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  section.member-list {}
}


/* table */
table th {
  padding: 14px;
  text-align: center;
  background-color: #F8F3EF;
  font-weight: bold;
  border: 1px solid #AA8968;
}
table td {
  border: 1px solid #AA8968;
  text-align: left;
  padding: 14px;
}
table td:first-of-type{
  white-space: nowrap;
  text-align: center;
  }
@media screen and (max-width: 767px) {
  table td {
    padding: 10px;
  }
}


/* ==================================================== */
/*  個別
/* ==================================================== */
/* ホルムアルデヒド放散等級表示制度 */
#main.formaldehyde.member table {
  width:100%;
}
#main.formaldehyde.member table colgroup .no{
  width:26%;
}
#main.formaldehyde.member table colgroup .company{
  width:74%;
}
#main.formaldehyde.member table td:nth-child(2) {
    padding-left: 4.758vw;

}
@media screen and (max-width: 767px) {
#main.formaldehyde.member table td:nth-child(2) {
    padding-left: 10px;
}
}


/* 4VOC放散表示制度 */
#main.four_voc.member table colgroup .no{
  width:19%;
}
#main.four_voc.member table colgroup .company{
  width:29%;
}
#main.four_voc.member table colgroup .name{
  width:52%;
}
#main.four_voc.member table td {
  padding: 14px 10px;
}
@media screen and (max-width: 767px) {
#main.four_voc.member table td {
    padding: 10px;
  }
}