.category.cat1 {
color:#bd9c46;
background-color: #ffffff;
border-color:#bd9c46;
}
a.category.cat1:hover,
a.category.cat1:active,
a.category.cat1:focus {
color:#ffffff;
background-color:#bd9c46;
}
.category.cat2 {
color:#bd9c46;
background-color: #ffffff;
border-color:#bd9c46;
}
a.category.cat2:hover,
a.category.cat2:active,
a.category.cat2:focus {
color:#ffffff;
background-color:#bd9c46;
}
.w800container .container-fluid{
max-width:800px;
}







.table-color-mobile th {
  line-height: 30px;
}


.table-color tr:nth-child(2n+1) {
  background-color: rgb(247, 247, 247);
}

.table-color th {
  background-color: #BD9C46;
  font-weight: bold;
}

.table-color {
  vertical-align: middle;
}

.question strong {
  font-size: 19px;
}

.member-list strong {
  line-height: 40px;
}


.table-design-mobile th {
  background-color: #BD9C46;
  line-height: 30px;
  font-weight: bold;
}


.table-design-PC th {
  background-color: #BD9C46;
  line-height: 8px;
  font-size: 80px;
  color: #fff;
}