@charset "utf-8";
.x-no-select {
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
}
table.category-select-table {
  margin-bottom: 40px;
  width: 100%;
  border: 1px solid #E4DED7;
  border-width: 1px 0 0 1px;
}
table.category-select-table td {
  padding: 15px;
  border: 1px solid #E4DED7;
  border-width: 0 1px 1px 0;
}
table.category-select-table td a {
  background: #efefef;
  background: #EEE6DD;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  transition: .3s;
}
table.category-select-table td a:hover {
  position: relative;
  background: #fff;
}
table.category-select-table td a:hover:link,
table.category-select-table td a:hover:visited {
  color: #444;
}
table.category-select-table td.space-td {
  background: #E4DED7;
  height: 30px;
  border-left: none;
}
table.category-select-table .cat-lv1 {
  background: #252524;
  text-align: center;
  color: #fff;
  width: 85px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
table.category-select-table .cat-lv2 {
  background: #C8BBAF;
  color: #2B2A29;
  width: 200px;
}
table.category-select-table .cat-lv3 {
  background: #fff;
  color: #1A1311;
}
table.category-select-table .cat-lv3 a {
  color: #333;
  padding: 4px 8px;
  display: inline-block;
}
table.category-select-table .cat-lv3 a:hover {
  color: #cd1824;
  text-decoration: none;
}
