@charset "utf-8";
/* CSS Document */
#product_text {
  font-size: 14px;
  color: #000;
  font-weight: bolder;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}
.gray_title {
  width: 720px;
  margin: 30px 0 0 0;
  padding: 5px 10px;
  background-color: #ababab;
  color: #fff;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}
.product_list {
  width: 740px;
  margin: 20px 0 0 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}
.product_list li {
  width: 175px;
  margin: 0 13.3px 0 0;
  padding: 0;
  float: left;
  list-style: none;
}
.product_list li:nth-child(4) {
  width: 175px;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.product_list li:nth-child(8) {
  width: 175px;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.product_list li:nth-child(12) {
  width: 175px;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.product_list li:nth-child(16) {
  width: 175px;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
img.product_pic {
  width: 175px;
}
img.click_product {
  width: 175px;
}
img.popup {
  width: 175px;
}
.white_back {
  width: 700px;
  border: solid #000 1px;
  background-color: #fff;
}
.popup_list_2pics {
  width: 500px;
  margin: 0 100px;
  padding: 0;
  text-align: center;
}
.popup_list_2pics li {
  width: 175px;
  margin: 20px 25px 20px 25px;
  list-style: none;
  float: left;
}
.popup_list_2pics li:first-child {
  width: 175px;
  margin: 20px 25px 20px 50px;
  list-style: none;
}
.popup_list_3pics {
  width: 550px;
  margin: 0 75px;
  padding: 0;
  text-align: center;
}
.popup_list_3pics li {
  width: 175px;
  margin: 20px 3px;
  list-style: none;
  float: left;
}
.popup_list_3pics li:last-child {
  width: 175px;
  margin: 20px 0 20px 3px;
  list-style: none;
  float: left;
}
.popup_table {
  width: 400px;
  margin: 0 0 30px 50px;
  padding: 0 0 0 0;
  border-collapse: collapse;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}
.popup_table th {
  width: 150px;
  margin: 0;
  padding: 5px;
  text-align: left;
  border: solid #000 1px;
  background-color: darkgray;
}
.popup_table td {
  width: 250px;
  margin: 0;
  padding: 5px;
  text-align: left;
  border: solid #000 1px;
}