@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:300|Poppins:400|Poppins:500|Poppins:600|Poppins:700&subset=all");
/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, pre, form, blockquote, fieldset, input, address {
  margin: 0;
  padding: 0;
  outline: none; }

h1, h2, h3, h4, h5, h6, caption, address, em {
  font-style: normal;
  font-family: Poppins, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif; }

ul, ol, li, dl, dt, dd {
  list-style-type: none;
  list-style-position: outside; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

th {
  font-weight: 500; }

fieldset {
  border: none; }

img {
  border: 0;
  vertical-align: text-bottom; }

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto; } }
strong {
  font-weight: bold; }

br {
  letter-spacing: 0; }

input[type=text], input[type=button], input[type=submit], select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input, textarea, select {
  outline: none; }

input[type=button], input[type=submit], input[type=radio], select {
  cursor: pointer;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif; }

select::-ms-expand {
  display: none; }

/*--------------------------------------------------------------------------
	html
---------------------------------------------------------------------------*/
html {
  font-size: 62.5%; }

/*--------------------------------------------------------------------------
	body
---------------------------------------------------------------------------*/
body {
  min-width: 1200px;
  color: #222222;
  font-family: Poppins, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
  background: #ffffff;
  -webkit-text-size-adjust: 100%; }

@media screen and (max-width: 767px) {
  body {
    min-width: 0;
    font-size: 1.2rem; } }
/*--------------------------------------------------------------------------
	a
---------------------------------------------------------------------------*/
a {
  color: #222222;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none; }
  a:link, a:visited {
    color: #222222; }
  a:hover {
    color: #222222; }
  a:focus {
    overflow: hidden; }

/*--------------------------------------------------------------------------
	入荷お知らせメール
---------------------------------------------------------------------------*/
#goodsDetail #mainContents .stockmail #informationMailRegistMsg {
  background: #ededed;
  color: #222222;
  font-weight: bold;
  padding: 4px; }
