@charset "UTF-8";

/* --- ニューカレドニア ショップページ --- */

.shop_photo {
  overflow: hidden;
  clear: both;
  width: 560px;
}

.shop_photo li {
  float: left;
  width: 180px;
  padding: 3px;
  line-height: 1.4;
  font-size: 11px;
  text-align: center;
}

.shop_text {
  margin-top: 3px;
  margin-bottom: 8px;
  margin-left: 3px;
  margin-right: 3px;
  line-height: 1.3;
}

.shop_table {
  overflow: hidden;
  clear: both;
  width: 99%;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 1px;
  margin-right: 0px;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

.shop_table_category {
  background-color: #cccccc;
  color: #000000;
}

.shop_table tr td {
  padding: 5px;
  border: 1px solid #00a0e9;
  font-size: 12px;
}

.shop_qa dt {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
  margin-right: 3px;
  font-weight: bold;
}

.shop_qa dd {
  margin-top: 3px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 3px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #cccccc;
  line-height: 1.3;
}
