.reg-catalog {
}
.reg-catalog .lay-screen {
  position: relative;
  min-height: calc(100vh - 180px);
}
.are-catalog {
  display: flex;
  padding-bottom: 70px;
}
.blk-catalog {
  padding: 40px 5px 20px;
}
.blk-catalog h3 {
  margin-bottom: 15px;
}
.blk-catalog.search {
  width: 35%;
}
.blk-catalog.search p {
  margin-top: 15px;
  color: #CC0000;
}
.blk-catalog.search input {
  margin-top: 15px;
}
.blk-catalog.search input[type="text"] {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 10px;
}
.blk-catalog.search input[type="submit"],
.blk-catalog.search input[type="reset"] {
  width: 33%;
  height: 35px;
  color: #ffffff;
  font-size: 16px;
  background-color: #00a5de;
  border: 1px solid #00a5de;
  cursor: pointer;
}
.blk-catalog.result {
  width: 60%;
  margin-left: 5%;
}
.catalog-noResult {
  margin: 10px 0;
  padding: 3px 10px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #999999;
}
.catalog-noResult-info {
  color: #CC0000;
}
.table-catalog,
.table-catalog th,
.table-catalog td {
  border: 1px solid #999999;
  text-align: center;
}
.table-catalog {
  width: 100%;
  margin-top: 15px;
  border-collapse: collapse;
}
.table-catalog thead th {
  width: 33%;
  padding: 8px 0;
  font-size: 18px;
}
.table-catalog tbody tr {
  background-color: rgba(255, 255, 255, 0.5);
}
.table-catalog tbody tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 1);
}
.table-catalog tbody tr:hover {
  color: #ffffff;
  background-color: #33b7e5;
}
.table-catalog tbody td {
  padding: 3px 0;
}
.table-catalog a {
  color: #ff0000;
  text-decoration: underline;
}
.are-catalog-notice {
  position: absolute;
  bottom: 0;
  color: #555555;
  padding-bottom: 20px;
  font-size: 18px;
}
.reg-part-info {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: auto;
  z-index: 1000;
}
.reg-part-info .black-scene {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.are-part-info {
  color: #333333;
  position: relative;
}
.are-part-info h4 {
  font-size: 48px;
  text-align: center;
  margin: 80px 0;
}

.blk-part-info img {
  max-height: 400px;
  max-width : 640px;
  width: auto;
  height: auto;
  vertical-align: top;
}
.table-part-info {
  width: auto;
  margin-left: 30px;
  margin-top: -20px;
  display: inline-block;
  vertical-align: top;
}
.table-part-info th,
.table-part-info td {
  padding: 8px 0;
  border-bottom: 1px solid #333333;
}
.table-part-info > tbody > tr > th,
.table-part-info > tbody > tr > td {
  border: 0;
}
.table-part-info th {
  text-align: left;
}
.table-part-info thead th {
  color: #cc0000;
  font-size: 24px;
}
.table-part-info tbody th {
  color: #00a5de;
  font-size: 18px;
}
.close-part-info {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url(../img/cross.png) no-repeat center;
  background-size: cover;
}
.table-part-info table {
  width: 100% !important;
}
