﻿@charset "UTF-8";

@font-face {
  font-family: 'qs_font';
  src: url('../../font/QanelasSoftDEMO-ExtraBold.otf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'qs_font';
  src: url('../../font/QanelasSoftDEMO-UltraLight.otf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* ----全体設定---- */

body {
  margin: 0;
  font-family:  'メイリオ', 'ＭＳ Ｐゴシック','源ノ角ゴシック Regular','源ノ角ゴシック',"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  min-width: 320px;
  color: #000;
  background-color: #fff;
}

/* ----ヘッドライン---- */

h1,
.h1 {
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
  line-height: 1.2;
}



h2 {
  height: 100%;
}

.block-filter--header h2,
.block-goods-list--display-style-items h2,
.block-sort--header h2,
.block-category-list--goods h2 {
  padding: 10px;
}
#mypagenav h2 {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  background-color: #dcdcdc;
}

h3 {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}

/* ----リンク---- */

a {
  text-decoration: none;
  color: #000;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* ----タグ---- */

img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}

address {
  font-style: normal;
}


/* ----スタイル調整---- */
h1.block-questionnaire--header,h1.block-questionnaire-completed--header{
	font-size: 1.4em;
	font-weight: 600;
	/*font-family: 'qs_font','源ノ角ゴシック Regular','源ノ角ゴシック',"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	text-align: center;
	padding-top: 70px;
	word-break: keep-all;
}

.block-questionnaire--form .action-buttons{
	margin-bottom: 50px;
}

::placeholder{
	color:#a9a9a9;
}