html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

input, textarea {
  -webkit-appearance: none;
}

.item:after, .select:after {
  height: 0;
  clear: both;
  content: "";
  display: block;
}

body {
  line-height: 1.5;
  font-size: 14px;
  background: #fffff0;
}

h2 {
  margin: 50px 30px;
  text-align: center;
}

header {
  height: 125px;
}
header .logo {
  position: absolute;
  top: 15px;
  left: 0;
}
header ul {
  display: table;
  position: absolute;
  top: 30px;
  right: 0;
}
header ul li {
  padding-left: 28px;
  display: table-cell;
  vertical-align: middle;
}

footer {
  margin-top: 80px;
  padding: 10px 0;
  text-align: center;
  font-size: 11px;
  color: #333;
}
footer a {
  color: #333;
}
footer dt, footer dd, footer li, footer p {
  margin-top: 10px;
}
footer .wrap {
  display: table;
}
footer .wrap section {
  width: 33%;
  display: table-cell;
  table-layout: fixed;
}
footer .wrap section:first-child {
  padding-right: 10px;
}
footer .wrap section:nth-child(2) {
  padding: 0 5px;
}
footer .wrap section:last-child {
  padding-left: 10px;
}
footer .ttl {
  padding-bottom: 5px;
  border-bottom: #999 9solid 1px;
  color: #b09040;
}
footer .ttl:first-child {
  margin-top: 0;
}

.item section {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}
.item section:nth-child(4n) {
  margin-right: 0;
}
.item section ul {
  width: 235px;
  padding: 5px 5px 10px;
  border: #ccc2ac solid 1px;
  background: #fff;
}
.item section li {
  margin-top: 5px;
  font-size: 12px;
}
.item section li:first-child {
  margin-top: 0;
}
.item section li.price {
  margin-top: 10px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  border: #ccc  solid 1px;
  color: #f00;
}
.item section li.price span {
  font-size: 18px;
}
.item section li.btn {
  margin-top: 10px;
  text-align: center;
}

.wrap,
.container_section {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.wrap.mv {width: 1200px;}
.container_section {margin-top: 40px !important;}

.container_section dl{
	width:100%;
	overflow:hidden; /*floatしたので高さ確保*/
	border:1px solid #ccc;
	border-top:none; /*dt,dd設定とかぶるので*/
	background:#ddd;
}
.container_section dt{
	width:20%;
	float:left;
	padding:10px;
	border-top:1px solid #ccc;
}
.container_section dd{
	width:80%;
	float:left;
	padding:10px;
	border-left:1px solid #ccc; /*長くなる要素にあわせて*/
	border-top:1px solid #ccc;
	background:#fff;
}
.container_section dd:after{
	clear:both; /*1段ずつfloat解除する設定(いらない？)*/
}

.gnav {
  font-size: 0;
}
.gnav li {
  display: inline-block;
}

.select li {
  margin-right: 20px;
  float: left;
}
.select li:last-child {
  margin-right: 0;
}
.mv .caution {
  margin-top: 30px;
}

/* topicpath */
.topicpath_nav {
  margin: 2em 0;
  font-size: 84.615%;
}
  .topicpath_nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath_nav li a {
    margin-left: .2em;
    color: #444;
    text-decoration: none;
  }
  .topicpath_nav li a:hover {
    text-decoration: underline;
  }

/* prduct list */
.prd_lst {
  position: relative;
  clear: both;
  margin-left: -2.218%;
}
.prd_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 2.083%;
  word-break: break-all;
}
  .prd_lst_unit_s {
    width: 22.916%;
  }
  .prd_lst_unit_m {
    width: 31.25%;
  }
  .prd_lst_unit a {
    color: #000;
    text-decoration: none;
  }
  .prd_lst_unit a:hover {
    text-decoration: underline;
  }
  .prd_lst_img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: inherit;
  }
  .prd_lst_span {
    display: block;
    margin: .3em 0;
  }
  .prd_lst_name {
    margin-top: .5em;
  }
  .prd_lst_exp {
    color: #666;
    font-size: 84.615%;
  }
  .prd_lst_price,
  .prd_lst_soldout {
    font-weight: bold;
    font-size: 92.307%;
  }
  .prd_lst_regular {
    color: #666;
    text-decoration: line-through;
  }
  .prd_lst_none {
    clear: both;
    text-align: center;
    font-size: 123.076%;
    line-height: 16;
  }
.prd_lst_block .ttl_h2 {
  margin: 20px 0 0;
}
.prd_lst_sort {
  float: right;
  margin: 20px 0;
}
  .prd_lst_sort a {
    color: #444;
  }
  .prd_lst_pager {
    position: relative;
    overflow: hidden;
    margin-top: 2em;
  }
  .prd_lst_pager ul {
    position: relative;
    left: 50%;
    float: left;
  }
  .prd_lst_pager li {
    position: relative;
    left: -50%;
    float: left;
  }
  .prd_lst_pager .prd_lst_pager_prev,
  .prd_lst_pager .prd_lst_pager_next {
    padding: .5em 0;
    width: 8em;
  }
  .prd_lst_pager .prd_lst_pager_next {
    text-align: right;
  }
  .icon_prev_dis,
  .icon_next_dis {
    display: block;
    color: #aaa;
  }
  .prd_lst_pager a {
    color: #444;
    text-decoration: none;
  }
  .prd_lst_pager a:hover {
    text-decoration: underline;
  }
.prd_lst_pos b {
  font-size: 160%;
}

/* title */
.ttl_h2 {
  margin: 20px 0 !important;
  color: #444;
  font-weight: bold;
  font-size: 124%;
}
.ttl_h3 {
  margin: 20px 0 !important;
  color: #444;
  font-weight: bold;
  font-size: 92.307%;
}

.qa dt, .qa dd {
  padding-left: 30px;
  position: relative;
}
.qa dt {
  margin-top: 20px;
  font-weight: bold;
}
.qa dd {
  margin-top: 5px;
}
.qa dt:before, .qa dd:before {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.qa dt:before {
  content: "Q";
  background: #c93;
}
.qa dd:before {
  content: "A";
  background: #ca504f;
}

/* ヘッダーボタン*/
.header_btn {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  color: #D0A900;
  border: 2px solid #D0A900;
  background: #fff;
  padding: 1em 2em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}
.header_btn:hover {
  color: #fff;
  background: #D0A900;
}