@charset "UTF-8";


/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "sans-serif";
  /* 3 */
  line-height: 1.75;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}


/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/* baseset
   ========================================================================== */
/* setting 初期設定 */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ol,
ul,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  color: #232c65;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

:root {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-size: 10px;
}

body {
  /* 基本設定 */
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
    font-weight: 500;
	line-height: 1.75;
  color: #666;
}

/* For modern browsers */
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.cf:after,
.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf,
.clearfix {
  zoom: 1;
}

/* height setting */
.minHgtNT {
  min-height: inherit !important;
}

.HgtNT {
  height: inherit !important;
}

/* float setting */
.clear {
  overflow: hidden;
  _zoom: 1;
  /* hack for ie6 */
}

.floatL {
  float: left !important;
}

.floatR {
  float: right !important;
}

.floatNT {
  float: none !important;
}

.ovflowHid {
  overflow: hidden;
}

/* text-align setting */
.txtL {
  text-align: left !important;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

/* line-height setting*/
.lh03 {
  line-height: 0.3;
}

.lh05 {
  line-height: 0.5;
}

.lh08 {
  line-height: 0.8;
}

.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh14 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh18 {
  line-height: 1.8;
}

.lh20 {
  line-height: 2;
}

.lh25 {
  line-height: 2.5;
}

/* fontsize setting */
.fsz010px {
  font-size: 10px !important;
}

.fsz011px {
  font-size: 11px !important;
}

.fsz012px {
  font-size: 12px !important;
}

.fsz014px {
  font-size: 14px !important;
}

.fsz016px {
  font-size: 16px !important;
}

.fsz018px {
  font-size: 18px !important;
}

.fsz020px {
  font-size: 20px !important;
}

.fsz022px {
  font-size: 22px !important;
}

.fsz024px {
  font-size: 24px !important;
}

.fsz026px {
  font-size: 26px !important;
}

.fsz028px {
  font-size: 28px !important;
}

.fsz032px {
  font-size: 32px !important;
}

.fsz036px {
  font-size: 36px !important;
}

.fsz040px {
  font-size: 40px !important;
}

.fsz050px {
  font-size: 50px !important;
}

.fsz060px {
  font-size: 60px !important;
}

.fsz070px {
  font-size: 70px !important;
}

.fsz080px {
  font-size: 80px !important;
}

.fsz090px {
  font-size: 90px !important;
}

.fsz100px {
  font-size: 100px !important;
}

.fsz120px {
  font-size: 120px !important;
}

.fsz150px {
  font-size: 150px !important;
}

.fsz175px {
  font-size: 175px !important;
}

.fsz200px {
  font-size: 200px !important;
}

.fsz250px {
  font-size: 250px !important;
}

.fsz300px {
  font-size: 300px !important;
}

.fsz010 {
  font-size: 10% !important;
}

.fsz020 {
  font-size: 20% !important;
}

.fsz030 {
  font-size: 30% !important;
}

.fsz040 {
  font-size: 40% !important;
}

.fsz050 {
  font-size: 50% !important;
}

.fsz060 {
  font-size: 60% !important;
}

.fsz070 {
  font-size: 70% !important;
}

.fsz080 {
  font-size: 80% !important;
}

.fsz090 {
  font-size: 90% !important;
}

.fsz100 {
  font-size: 100% !important;
}

.fsz110 {
  font-size: 110% !important;
}

.fsz120 {
  font-size: 120% !important;
}

.fsz130 {
  font-size: 130% !important;
}

.fsz140 {
  font-size: 140% !important;
}

.fsz150 {
  font-size: 150% !important;
}

.fsz160 {
  font-size: 160% !important;
}

.fsz170 {
  font-size: 170% !important;
}

.fsz180 {
  font-size: 180% !important;
}

.fsz190 {
  font-size: 190% !important;
}

.fsz200 {
  font-size: 200% !important;
}

.fsz250 {
  font-size: 250% !important;
}

.fsz300 {
  font-size: 300% !important;
}

/* fontweight-style setting */
.fwBold {
  font-weight: bold !important;
}

.fwNml {
  font-weight: normal !important;
}

.fwItl {
  font-style: italic !important;
}

/* others setting */
.bgNone {
  background-image: none !important;
}

.lineNone {
  border: none !important;
}

span.oneword {
  white-space: nowrap;
  /*謾ｹ陦御ｽ咲ｽｮ繧偵さ繝ｳ繝医Ο繝ｼ繝ｫ*/
}

/* margint & padding setting */
.mt00 {
  margin-top: 0 !important;
}

.mt01 {
  margin-top: 1px !important;
}

.mt02 {
  margin-top: 2px !important;
}

.mt03 {
  margin-top: 3px !important;
}

.mt04 {
  margin-top: 4px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt06 {
  margin-top: 6px !important;
}

.mt07 {
  margin-top: 7px !important;
}

.mt08 {
  margin-top: 8px !important;
}

.mt09 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt11 {
  margin-top: 11px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt13 {
  margin-top: 13px !important;
}

.mt14 {
  margin-top: 14px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr00 {
  margin-right: 0 !important;
}

.mr01 {
  margin-right: 1px !important;
}

.mr02 {
  margin-right: 2px !important;
}

.mr03 {
  margin-right: 3px !important;
}

.mr04 {
  margin-right: 4px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr06 {
  margin-right: 6px !important;
}

.mr07 {
  margin-right: 7px !important;
}

.mr08 {
  margin-right: 8px !important;
}

.mr09 {
  margin-right: 9px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr11 {
  margin-right: 11px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mr13 {
  margin-right: 13px !important;
}

.mr14 {
  margin-right: 14px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb01 {
  margin-bottom: 1px !important;
}

.mb02 {
  margin-bottom: 2px !important;
}

.mb03 {
  margin-bottom: 3px !important;
}

.mb04 {
  margin-bottom: 4px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb06 {
  margin-bottom: 6px !important;
}

.mb07 {
  margin-bottom: 7px !important;
}

.mb08 {
  margin-bottom: 8px !important;
}

.mb09 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb11 {
  margin-bottom: 11px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb13 {
  margin-bottom: 13px !important;
}

.mb14 {
  margin-bottom: 14px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb03em {
  margin-bottom: 0.3em !important;
}

.mb04em {
  margin-bottom: 0.4em !important;
}

.mb05em {
  margin-bottom: 0.5em !important;
}

.mb06em {
  margin-bottom: 0.6em !important;
}

.mb07em {
  margin-bottom: 0.7em !important;
}

.mb08em {
  margin-bottom: 0.8em !important;
}

.mb09em {
  margin-bottom: 0.9em !important;
}

.mb10em {
  margin-bottom: 1em !important;
}

.mb11em {
  margin-bottom: 1.1em !important;
}

.mb12em {
  margin-bottom: 1.2em !important;
}

.mb13em {
  margin-bottom: 1.3em !important;
}

.mb14em {
  margin-bottom: 1.4em !important;
}

.mb15em {
  margin-bottom: 1.5em !important;
}

.mb16em {
  margin-bottom: 1.6em !important;
}

.mb17em {
  margin-bottom: 1.7em !important;
}

.mb18em {
  margin-bottom: 1.8em !important;
}

.mb19em {
  margin-bottom: 1.9em !important;
}

.mb20em {
  margin-bottom: 2em !important;
}

.mb25em {
  margin-bottom: 2.5em !important;
}

.mb30em {
  margin-bottom: 3em !important;
}

.ml00 {
  margin-left: 0 !important;
}

.ml01 {
  margin-left: 1px !important;
}

.ml02 {
  margin-left: 2px !important;
}

.ml03 {
  margin-left: 3px !important;
}

.ml04 {
  margin-left: 4px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml07 {
  margin-left: 7px !important;
}

.ml08 {
  margin-left: 8px !important;
}

.ml09 {
  margin-left: 9px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml11 {
  margin-left: 11px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml13 {
  margin-left: 13px !important;
}

.ml14 {
  margin-left: 14px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mg00 {
  margin: 0 !important;
}

.mg05 {
  margin: 5px !important;
}

.mg10 {
  margin: 10px !important;
}

.mg15 {
  margin: 15px !important;
}

.mg20 {
  margin: 20px !important;
}

.mg25 {
  margin: 25px !important;
}

.mg30 {
  margin: 30px !important;
}

.mg40 {
  margin: 40px !important;
}

.mg50 {
  margin: 50px !important;
}

.mg60 {
  margin: 60px !important;
}

.mg70 {
  margin: 70px !important;
}

.pt00 {
  padding-top: 0 !important;
}

.pt01 {
  padding-top: 1px !important;
}

.pt02 {
  padding-top: 2px !important;
}

.pt03 {
  padding-top: 3px !important;
}

.pt04 {
  padding-top: 4px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt06 {
  padding-top: 6px !important;
}

.pt07 {
  padding-top: 7px !important;
}

.pt08 {
  padding-top: 8px !important;
}

.pt09 {
  padding-top: 9px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt11 {
  padding-top: 11px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt13 {
  padding-top: 13px !important;
}

.pt14 {
  padding-top: 14px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr00 {
  padding-right: 0 !important;
}

.pr01 {
  padding-right: 1px !important;
}

.pr02 {
  padding-right: 2px !important;
}

.pr03 {
  padding-right: 3px !important;
}

.pr04 {
  padding-right: 4px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr06 {
  padding-right: 6px !important;
}

.pr07 {
  padding-right: 7px !important;
}

.pr08 {
  padding-right: 8px !important;
}

.pr09 {
  padding-right: 9px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr11 {
  padding-right: 11px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pr13 {
  padding-right: 13px !important;
}

.pr14 {
  padding-right: 14px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb01 {
  padding-bottom: 1px !important;
}

.pb02 {
  padding-bottom: 2px !important;
}

.pb03 {
  padding-bottom: 3px !important;
}

.pb04 {
  padding-bottom: 4px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb06 {
  padding-bottom: 6px !important;
}

.pb07 {
  padding-bottom: 7px !important;
}

.pb08 {
  padding-bottom: 8px !important;
}

.pb09 {
  padding-bottom: 9px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb11 {
  padding-bottom: 11px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb13 {
  padding-bottom: 13px !important;
}

.pb14 {
  padding-bottom: 14px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl00 {
  padding-left: 0 !important;
}

.pl01 {
  padding-left: 1px !important;
}

.pl02 {
  padding-left: 2px !important;
}

.pl03 {
  padding-left: 3px !important;
}

.pl04 {
  padding-left: 4px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl06 {
  padding-left: 6px !important;
}

.pl07 {
  padding-left: 7px !important;
}

.pl08 {
  padding-left: 8px !important;
}

.pl09 {
  padding-left: 9px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl11 {
  padding-left: 11px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pl13 {
  padding-left: 13px !important;
}

.pl14 {
  padding-left: 14px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pd00 {
  padding: 0 !important;
}

.pd05 {
  padding: 5px !important;
}

.pd10 {
  padding: 10px !important;
}

.pd15 {
  padding: 15px !important;
}

.pd20 {
  padding: 20px !important;
}

.pd25 {
  padding: 25px !important;
}

.pd30 {
  padding: 30px !important;
}

.pd40 {
  padding: 40px !important;
}

.pd50 {
  padding: 50px !important;
}

.pd60 {
  padding: 60px !important;
}

.pd70 {
  padding: 70px !important;
}

/* border-radius setting */
.radius002 {
  border-radius: 2px;
}

.radius003 {
  border-radius: 3px;
}

.radius004 {
  border-radius: 4px;
}

.radius006 {
  border-radius: 6px;
}

.radius008 {
  border-radius: 8px;
}

.radius010 {
  border-radius: 10px;
}

.radius012 {
  border-radius: 12px;
}

.radius014 {
  border-radius: 14px;
}

.radius016 {
  border-radius: 16px;
}

.radius018 {
  border-radius: 18px;
}

.radius020 {
  border-radius: 20px;
}

.radius024 {
  border-radius: 24px;
}

.radius032 {
  border-radius: 32px;
}

.radius036 {
  border-radius: 36px;
}

.radius040 {
  border-radius: 40px;
}

.radius050 {
  border-radius: 50px;
}

.radius060 {
  border-radius: 60px;
}

.radius070 {
  border-radius: 70px;
}

.radius080 {
  border-radius: 80px;
}

.radius090 {
  border-radius: 90px;
}

.radius100 {
  border-radius: 100px;
}

/* width setting */
.width100pr {
  width: 100% !important;
}

.width095pr {
  width: 95% !important;
}

.width090pr {
  width: 90% !important;
}

.width085pr {
  width: 85% !important;
}

.width080pr {
  width: 80% !important;
}

.width075pr {
  width: 75% !important;
}

.width070pr {
  width: 70% !important;
}

.width065pr {
  width: 65% !important;
}

.width060pr {
  width: 60% !important;
}

.width055pr {
  width: 55% !important;
}

.width050pr {
  width: 50% !important;
}

.width045pr {
  width: 45% !important;
}

.width040pr {
  width: 40% !important;
}

.width035pr {
  width: 35% !important;
}

.width030pr {
  width: 30% !important;
}

.width025pr {
  width: 25% !important;
}

.width020pr {
  width: 20% !important;
}

.width015pr {
  width: 15% !important;
}

.width010pr {
  width: 10% !important;
}

.width005pr {
  width: 5% !important;
}

/* fontcolor setting*/
.red {
  color: #FF0000 !important;
}

.pastelblue {
  color: #1A85D3 !important;
}

.linkblue {
  color: #0033CC !important;
}

.orange {
  color: #FF6C3C !important;
}

.darkorange {
  color: #FD6602 !important;
}

.brightred {
  color: #e83e3e !important;
}

.darkred {
  color: #CC0000 !important;
}

.yellow {
  color: #FFCC00 !important;
}

.green {
  color: #1D7425 !important;
}

.brown {
  color: #993300 !important;
}

.white {
  color: #FFFFFF !important;
}

.black {
  color: #000000 !important;
}

/* ==========================================================================
   menu
   ========================================================================== */
#menu{
  /*padding-bottom: 30px;
  background:url(https://www.wachaclub.com/ssl/images/renewal/bg_line.png) 0 100% repeat-x;
  margin-bottom: 40px;*/
}
.menu_table{
  width:1000px;
  margin: 0 auto;
}
.menu_table tr th{
  padding-bottom:20px;
}

.menu_table tr td{
  padding: 0 20px 30px 20px;
  font-size: 12px;
  line-height: 1.5em;
}
.menu_table tr td p{
  max-width:280px;
  margin:0 auto;
}

.menu_table tr:nth-child(3n+1) a {
	display: block;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.menu_table tr:nth-child(1) a {
	width: 284px;
	height: 170px;
}
.menu_table tr:nth-child(4) a {
	width: 449px;
	height: 200px;
}
.menu_table tr:nth-child(3n+1) a:hover img {
	-webkit-transform: scale( 1.2 );
    -moz-transform: scale( 1.2 );
	transform: scale( 1.2 );
}
.menu_table tr:nth-child(3n+1) a:before,
.menu_table tr:nth-child(3n+1) a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
.menu_table tr:nth-child(3n+1) a:hover:before {
	background: rgba(0,0,0,1.0);
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.menu_table tr:nth-child(3n+1) a:after {
	content: url(https://www.wachaclub.com/ssl/images/renewal/viewmore.png);
	width: 138px;
	height: 60px;
}
.menu_table tr:nth-child(3n+1) a:hover:after {
	opacity: 1.0 !important;
	filter: alpha(opacity=100) !important;
}

.menu-btn{
		width: 850px;
    	margin: auto;
	}	

/* ==========================================================================
   layout
   ========================================================================== */
/* contents
   ========================================================================== */
.layout_table {
  margin: 0 auto;
  width: 1000px;
  margin-top: 80px;
  margin-bottom: 90px;
}
.layout_menu {
    padding:0 40px 0 0 !important;
    box-sizing: content-box;
}
.layout_table td {
  vertical-align: top;
}

.container {
  margin: 0 auto;
  width: 1000px;
}

.layout_content {
  overflow: hidden;
  width: 740px;
}

.main_content_section {
  padding-bottom:60px;
}
body.layout_body {
    padding-bottom: 0px;
    background: none;
}


/* header
   ========================================================================== */
.layout_header {
  height:86px;
}
.header {
  /*position:fixed;*/
  z-index: 110;
  background:#fff;
  width:100%;
  height: 85px;

  top: 0;
  left: 0;
  right: 0;
}
body.header {
  height: 86px;
  padding-bottom: 0px;
  background: #fff;
}
.header_col2 {
	width:1000px;
	margin: 0 auto;
}

/* logo_area */
.logo_area {
  width: 30%;
  float: left;
}
.logo_area .lead_txt {
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 8px;
}
.logo_area .header_logo {
  padding: 0 0 14px;
  width: 400px;
}

/* header_link_area */
.header_link_area {
  width: 70%;
  float: right;
}
.header_link_area .header_utility_list {
  letter-spacing: -.40em;
  text-align: right;
}
.header_link_area .header_utility_list li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
  display: inline-block;
  padding: 0 0 0 16px;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
  margin-left: 20px;
}
.header_link_area .header_utility_list li:before {
  font-size: 15px;
  font-size: 1.5rem;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 4px;
  height: 4px;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #29316f;
  border-right: 2px solid #29316f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header_link_area .header_link_bottom {
}
.header_link_area .header_link_bottom .header_item {
  float: left;
  text-align: right;
  padding: 0 0px 0 110px;
  width: 55%;
}
.header_link_area .header_link_bottom .header_item li{
  margin-left: 20px;
	margin-top: 5px;
}
.header_link_area .header_link_bottom .header_item li:first-child{
  margin-left: 0px;
}
.header_link_area .header_link_bottom .header_item li a{
  color:#333;
  font-size: 90%;
  margin-top: 5px;
}

.header_link_area .header_link_bottom .header_local_link li.menu_area{
  height: 86px;
}

.header_link_area .header_link_bottom .header_local_link {
  letter-spacing: -.40em;
  float: right;
  text-align: right;
  width: 45%;
}
.header_link_area .header_link_bottom .header_local_link li {
  display: inline-block;
  margin-left: 15px;
  height: 93px;
  vertical-align: top;
  position: relative;
}
.header_link_area .header_link_bottom .header_local_link li span{
  display: inline-block;
  width: 55px;
  margin-left: -5px;
  text-align:center;
  position:absolute;
  bottom: 12px;
  left:0%;
  letter-spacing:0em;
  font-size:11px;
  font-weight:bold;
  color:#000;
}
.header_link_area .header_link_bottom .header_local_link li a:after{
  content:"";
  display:block;
  width:44px;
  height:44px;
  position:absolute;
  top:15px;
  left:0px;
  z-index:-1;
  background:#ede2c4;
  border-radius:100px;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
}
.header_link_area .header_link_bottom .header_local_link li img {
  margin: 15px 0 0;
  width: 44px;
}
.header_link_area .header_link_bottom .header_local_link li.menu_area{
  background: url("https://www.wachaclub.com/ssl/images/renewal/btn_menu_back.png");
  padding:0 5px;
}

.header_link_area .header_link_bottom .header_local_link li.search_area{
  position:relative;
}
.header_link_area .header_link_bottom .header_local_link li.search_area a,
.header_link_area .header_link_bottom .header_local_link li.search_area button{
  padding: 0;
  position:relative;
  z-index:2;
  border: none;
  outline: none;
  cursor: pointer;
}
.header_link_area .header_link_bottom .header_local_link li.search_area p{
	width:44px;
  position:absolute;
  right:0px;
  top:15px;
  background:#ede2c4;
  padding:6px 0px 6px 0px;
border-radius:100px;
-moz-border-radius:100px;
-webkit-border-radius:100px;
  overflow:hidden;
}
.header_link_area .header_link_bottom .header_local_link li.search_area p input{border:none;outline: none;background:#ede2c4;}

/* gnavi */
.gnavi_wrap {
  background: #f9f7f6;
  margin-top: 20px;
}
.gnavi_wrap .gnavi {
  display: table;
  width: 100%;
}
.gnavi_wrap .gnavi li {
  display: table-cell;
  text-align: center;
  position: relative;
  vertical-align: middle;
}
.gnavi_wrap .gnavi li a {
  display: block;
}


/* login_menu */
.login_menu{
  position: absolute;
  z-index: 90;
  width: 100%;
  height: 30px;
  /* padding:50px 0; */
  background:url(https://www.wachaclub.com/ssl/images/renewal/bg_line3.jpg) 0 100% repeat;
  color:#333;
  top: 86px;
  text-align:center;
  display:none;
}
.login_menu p{
  line-height:30px;
  font-size: 85%;
}
.login_menu p span.name{
  color:#242a64;
}
.login_menu p span.point{
  color:#e30220;
}
.login_menu p span.point span{
  color:#e30220;
  font-size:150%;
}


/* dropdown_area */
.dropdown_area{
    position: absolute;
    z-index: 100;
    width: 100%;
    display:none;
    padding:80px 0;
    background:#417113;
    color:#fff;
    top: 10;
    left: 0;
    right: 0;
}
.dropdown_area .inner-area{
  overflow:hidden;
  width:1000px;
  margin:0 auto;
}
.dropdown_area .inner-area div{
  float:left;
  width:500px;
  padding:0 30px;
}
.dropdown_area a{
  color:#fff;
}
.dropdown_area dl{
  padding: 15px 0;
}
.dropdown_area dl dt{
	margin:0 45px;
  padding:1px 15px;
	background: url("https://www.wachaclub.com/ssl/images/renewal/btn_menu_back.png");
	font-size: 18px;
	color: #ede2c4;
}
.dropdown_area dl dd {
  margin:0 45px;
  padding:1px 15px;
  border-bottom:1px dashed #ffffff;
}
.dropdown_area dl dt{
  padding:10px 15px;
}
.dropdown_area dl dd{
  padding: 4px 15px;
  position: relative;
  vertical-align: middle;
}
.dropdown_area dl dd:after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropdown_area ul li a,
.dropdown_area dl dd a{
  display:block;
}
.dropdown_area div p a{
  padding:25px 0px 25px;
}
.dropdown_area div p{
  padding:0 0 0 45px;
  position: relative;
  vertical-align: middle;
}
.dropdown_area div p:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  width: 25px;
  height: 25px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown_area div p.top{
  padding:25px 0px 25px 5px;
}
.dropdown_area div p.top img{
  margin-right:50px
}

.dropdown_area div p.top a,
.dropdown_area div p.line a{
  border-bottom:1px dashed #f1a5b2;
  display:block;
}
.dropdown_area div p.top2{
  margin-top:94px;
  border-top:1px dashed #f1a5b2;
}
.dropdown_area p.close{
  margin-top: 20px;
  text-align:center;
}
.dropdown_area ul {
  padding:10px 0px 10px 45px;

}
.dropdown_area ul li{
  padding:3px 0px 3px 0px;
}


/* header
   ========================================================================== */
#RightBanner {
  position:fixed;
  right:0px;
  top:200px;
  z-index:50;
}


/* footer
   ========================================================================== */
.footer {
}
.footer .card_icons img{
	height:35px;
	width:auto;
}

/* footer_upside */
.footer_upside {
  padding: 70px 0 70px;
  background: url(https://www.wachaclub.com/ssl/images/renewal/bg_line.png) 0 0 repeat-x;
}
.footer_upside .footer_col3 {
  margin-left: -40px;
}
.footer_upside .footer_col3 > li {
  width: 29.4%;
  float: left;
  margin-left: 40px;
  position: relative;
}
.footer_upside .footer_col3 li h4 {
  position:relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 21px;
  padding-bottom:15px;
  color: #232b63;
}
.footer_upside .footer_col3 li h4:after {
  content:"";
  width:1em;
  position:absolute;
  left:0px;
  bottom:0px;
  border-bottom:1px solid #232b63;
}
.footer_upside .footer_col3 ul.list li {
  width: 100%;
  display: inline-block;
  position: relative;
}
.footer_upside .footer_col3 ul.list li a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
  display: inline-block;
  padding: 0 0 0 16px;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
  color: #666;
  text-decoration: none;
}
.footer_upside .footer_col3 ul.list li a:before {
  font-size: 15px;
  font-size: 1.5rem;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 4px;
  height: 4px;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #29316f;
  border-right: 2px solid #29316f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer_upside .footer_info_body {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.footer_upside .footer_info_body h5 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #666;
  padding-bottom: 0.4em;
}
.footer_upside .footer_info_body p {
  padding-bottom: 2.0em;
}
.footer_upside .footer_info_body p img {
  padding-bottom: 0.75em;
}
.footer_upside .footer_notes {
  color: #CE2C00;
}

.footer_upside .footer_info_body table{
  width:100%;
  border-left:1px solid #eeeae7;
  border-top:1px solid #eeeae7;
  table-layout: auto;
}
.footer_upside .footer_info_body table tr th ,
.footer_upside .footer_info_body table tr td {
  padding:8px;
  border-bottom:1px solid #eeeae7;
  border-right:1px solid #eeeae7;
}
.footer_upside .footer_info_body table tr th {
	background:#fbf5e7;
}
.footer_upside .footer_info_body table tr td {
  text-align:center;
}


/* footer_downside */
.footer_downside {
  color: #000;
  text-align: center;
  padding: 25px 0 0px;
  background: url(https://www.wachaclub.com/ssl/images/renewal/bg_line.png) 0 0 repeat-x;
}
.footer_downside small {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.29;
}
.footer_downside .footer_logo {
  padding-bottom: 30px;
}
.footer_downside .footer_info {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.25;
  padding-bottom: 20px;
}
.footer_downside .footer_tel_box {
  padding-bottom: 20px;
}
.footer_downside .footer_tel_box img{
  padding:0 10px 5px 0;
}
.footer_downside .footer_tel,
.footer_downside .footer_fax_txt,
.footer_downside .footer_fax {
}
.footer_downside .footer_tel {
  padding: 0 12px 0 0px;
  vertical-align: middle;
  background: url(../../img/common/icon_tel_footer.png) no-repeat left 12px center;
  color: #232c65;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.footer_downside .footer_fax {
  padding: 0 12px;
  vertical-align: middle;
  color: #232c65;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.footer_downside .footer_links {
  padding-top: 30px;
}
.footer_downside .footer_links li {
  display: inline-block;
  padding: 0 7px 0 10px;
  margin-bottom: 15px;
  line-height: 1.2;
  border-left: 1px  solid  #000;
}
.footer_downside .footer_links .footer_inner_links2 li a{
  font-size:90%;
}


.footer_downside .footer_links li:first-child {
  border-left: none;
}
.footer_downside .footer_links li:last-child {
  padding-right: 10px;
}
.footer_downside .footer_links li a {
  color: #000;
  text-decoration: none;
}
.footer_downside .footer_local_links li {
  display: inline-block;
  padding: 0 7px 0 10px;
  margin-bottom: 15px;
  line-height: 1.2;
  border-left: 1px  solid  #000;
}
.footer_downside .footer_local_links li:first-child {
  border-left: none;
}
.footer_downside .footer_local_links li:last-child {
  padding-right: 10px;
}
.footer_downside .footer_local_links li a {
  color: #fff;
  text-decoration: none;
}

/* copyright */
.copyright_area {
  font-size: 14px;
  font-size: 1.4rem;
  background: #fff;
  text-align: center;
  color: #666;
  padding: 16px 0 140px 0;
}

/* side
   ========================================================================== */
.side_area {
  width: 220px;
  margin-top: 5px;
}
.side_area p{
  padding-bottom: 20px;
  text-align:center;
  border-bottom: 2px solid #232b62;
}

.side_bnr_list {
  margin-bottom: 30px;
}
.side_bnr_list li {
  margin-bottom: 10px;
}
.side_bnr_list li a img {
	border: 1px solid #DFE1EA;
}

/* SearchBox */
#SearchBox .searchboxinner {
  position: relative;
}
#SearchBox .searchboxinner input[type="text"],
#SearchBox .searchboxinner .icon-search {
  height: 38px;
}
#SearchBox .searchboxinner .search_txt {
  padding: 10px 14px 10px;
  border: 1px solid #bcb8ae;
  line-height: 1.2;
  width: 100%;
  margin-bottom: 9px;
  background: #fff;
}
#SearchBox .searchboxinner .search_txt:-webkit-input-placeholder, #SearchBox .searchboxinner .search_txt:-ms-input-placeholder, #SearchBox .searchboxinner .search_txt:placeholder-shown {
  color: #555;
}
#SearchBox .searchboxinner .search_txt:-moz-placeholder, #SearchBox .searchboxinner .search_txt:-moz-placeholder {
  color: #555;
  opacity: 1;
}
#SearchBox .searchboxinner .icon-search {
  font-size: 21px;
  font-size: 2.1rem;
  background: #29316f;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -24px;
  display: block;
  z-index: 2;
  width: 38px;
}
#SearchBox .searchboxinner .icon-search:before {
  position: absolute;
  color: #5DC1F9;
}
#SearchBox .searchboxinner .icon-search #SearchButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  position: absolute;
  top: 7px;
  right: 8px;
  width: 22px;
  height: 22px;
  z-index: 10;
  background: url(../../img/common/icon_search.png) no-repeat center center;
}




/* hoverアクション */
a img,
a:after,
.dropdown_area a,
.rank1,
.rank2,
.rank3,
.rank4,
.rank5,
.box_news li a span,
.box_news li a h3,
.box_news li a p,
.header_link_area .header_link_bottom .header_item li a,
.header_link_area .header_link_bottom .header_local_link li.search_area button,
.main_content_section div.download p a,
.totop a,
.menu_table tr:nth-child(3n+1) a:before,
.menu_table tr:nth-child(3n+1) a:after,
.fadeover a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
/*   opacity: 1;
  filter: alpha(opacity=100); */
}
a:hover img,
a:hover:after,
.dropdown_area a:hover,
.rank1:hover,
.rank2:hover,
.rank3:hover,
.rank4:hover,
.rank5:hover,
.box_news li a:hover span,
.box_news li a:hover h3,
.box_news li a:hover p,
.header_link_area .header_link_bottom .header_item li a:hover,
.header_link_area .header_link_bottom .header_local_link li.search_area button:hover,
.main_content_section div.download p a:hover,
.totop a:hover,
.fadeover a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* table内リンク */
.userTable_02 a {
  text-decoration: underline;
}
.userTable_02 a:hover {
  text-decoration: none;
}

/* 共通ボタン */
.cmn_btn a {
  font-size: 18px;
  font-size: 1.8rem;
  background: #29316f;
  color: #fff;
  display: block;
  font-weight: bold;
  max-width: 400px;
  text-align: center;
  padding: 10px;
  margin: 35px auto 0;
}

/* table
   ========================================================================== */
/* FScssのreset*/
.userTable_01,
.userTable_02,
.cartTable {
  border: none;
}
.userTable_01 th,
.userTable_01 td,
.userTable_02 th,
.userTable_02 td,
.cartTable th,
.cartTable td {
  border: none;
}

/* 追加style*/
.userTable_01,
.userTable_02,
.cartTable {
  border-top: 1px solid #d7d1c9;
  border-right: 1px solid #d7d1c9;
}
.userTable_01 th,
.userTable_01 td,
.userTable_02 th,
.userTable_02 td,
.cartTable th,
.cartTable td {
  border-left: 1px solid #d7d1c9;
  border-bottom: 1px solid #d7d1c9;
}

.system_content table td table {
  margin-top: 30px;
}

.userTable_01 th, .userTable_01 td,
.userTable_02 th,
.userTable_02 td,
.FS2_body_Goods_GoodsDetail .FS2_itemlayout_td_Right .itemSpec .mainInfo th,
.FS2_body_Goods_GoodsDetail .FS2_itemlayout_td_Right .itemSpec .mainInfo td,
.FS2_body_Goods_GoodsDetail .FS2_itemlayout_td_Right .GoodsSelectionTable th,
.FS2_body_Goods_GoodsDetail .FS2_itemlayout_td_Right .GoodsSelectionTable td {
  padding: 15px;
}
.userTable_01 th,
.userTable_02 th,
.FS2_body_Goods_GoodsDetail .FS2_itemlayout_td_Right .itemSpec .mainInfo th,
.FS2_body_Goods_GoodsDetail .FS2_itemlayout_td_Right .GoodsSelectionTable th {
  background-color: #f1f1f1;
}

.userTable_02 {
  width: 100%;
}

.FS2_PostageSettleList_table {
  margin: 0 0 60px;
}

.userTable_01 th {
  text-align: left;
}

.userTable_01,
.userTable_02,
.cartTable {
  margin: 0 0 15px;
}

table caption {
  background-color: #000 !important;
  color: #fff;
  font-weight: bold;
}

.userTable_01 tr th,
.userTable_01 tr td,
.userTable_02 tr th,
.userTable_02 tr td,
.FS2_PostageSettleList_table tr th,
.FS2_PostageSettleList_table tr td,
.cartTable tr th,
.cartTable tr td {
  padding: 10px 15px;
  vertical-align: middle !important;
}
.userTable_01 tr th img {
float:right;
margin:5px 0;
}

.FS2_PostageSettleList_table > tbody > tr > td {
  width: 100%;
}

.cmn_table th, .cmn_table td,
.FS2_body_Goods_GoodsDetail .FS2_itemlayout_td_Right .itemSpec .mainInfo th,
.FS2_body_Goods_GoodsDetail .FS2_itemlayout_td_Right .itemSpec .mainInfo td {
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  padding: 15px;
}
.cmn_table th,
.FS2_body_Goods_GoodsDetail .FS2_itemlayout_td_Right .itemSpec .mainInfo th {
  background-color: #f9f7f6;
  color: #fff;
}

.line_table {
  border-top: 1px solid #ccc;
  width: 100%;
}
.line_table th, .line_table td {
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 1px solid #ddd;
  padding: 5px 15px;
}
.line_table th {
  font-weight: normal;
  text-align: left;
}

.cartTable {
  table-layout: auto;
}
.cartTable th {
  background-color: #eee;
  text-align: center;
}

.inputTableArea {
  margin-top: 30px;
}
.inputTableArea * {
  box-sizing: content-box;
}

/* pager
   ========================================================================== */
/* 商品リスト：並び替え */
.FS2_sort_menu_bg li.FS2_sort_menu_title {
  border-right: none;
}
.FS2_sort_menu_bg li:last-child {
  border-right: none;
}
.FS2_sort_menu_bg .FS2_sort_menu_title:after {
  content: "：";
}

/* pager */
.pager {
  border-bottom: 1px dotted #d7d1c9;
  padding-top: 30px;
  padding-bottom: 15px;
  margin-top: 0 !important;
  text-align: right;
  padding-right: 0px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
  /* 矢印の画像を消す */
}
.pager.pager_center {
  border-bottom: none;
  text-align: center;
}
.pager a img {
  display: none;
}

.FS2_pager_link,
.FS2_pager_stay,
.page-numbers {
  border: 1px solid #29316f;
  color: #29316f;
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  padding: 3px 5px 3px;
  line-height: 1;
  /* width: 24px; */
}

.page-numbers.current,
.FS2_pager_stay {
  text-decoration: none;
  background-color: #29316f;
  color: #fff;
}

/* ▼ WP */
.pagination {
  display: inline-block;
}

.page-numbers.next, .page-numbers.prev {
  position: relative;
  display: inline-block;
  padding: 0;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  border: none;
  margin: 0 5px 2px;
  font-size: 20px;
}
.page-numbers.next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-numbers.prev:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.FS2_pager_link_first.nolink:before, .FS2_pager_link_first.nolink:after,
.page-numbers.nolink:before,
.page-numbers.nolink:after {
  border-color: #fff !important;
}
.nav-links .prev,
.nav-links .next,
.pager .FS2_pager_link_first,
.pager .FS2_pager_link_prev,
.pager .FS2_pager_link_next,
.pager .FS2_pager_link_last {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  padding-left: 30px;
  vertical-align: super;
}
.nav-links .prev{
  padding:0px;
  margin-right:20px;
}
.nav-links .next{
  padding:0px;
  margin-left:10px;
}

.nav-links .prev:before,
.nav-links .prev:after,
.nav-links .next:before,
.nav-links .next:after,
.pager .FS2_pager_link_first:before, .pager .FS2_pager_link_first:after,
.pager .FS2_pager_link_prev:before,
.pager .FS2_pager_link_prev:after,
.pager .FS2_pager_link_next:before,
.pager .FS2_pager_link_next:after,
.pager .FS2_pager_link_last:before,
.pager .FS2_pager_link_last:after {
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.nav-links .prev:before,
.nav-links .prev:after,
.nav-links .next:before,
.nav-links .next:after,
.pager .FS2_pager_link_first:before, .pager .FS2_pager_link_first:after,
.pager .FS2_pager_link_prev:before,
.pager .FS2_pager_link_prev:after,
.pager .FS2_pager_link_next:before,
.pager .FS2_pager_link_next:after,
.pager .FS2_pager_link_last:before,
.pager .FS2_pager_link_last:after {
  width: 10px;
  height: 10px;
}
.nav-links .prev:before,
.nav-links .next:before,
.pager .FS2_pager_link_first:before,
.pager .FS2_pager_link_prev:before,
.pager .FS2_pager_link_next:before,
.pager .FS2_pager_link_last:before {
  border-top: 1px solid #29316f;
  border-right: 1px solid #29316f;
}
.nav-links .prev:before,
.nav-links .prev:after,
.pager .FS2_pager_link_first:before, .pager .FS2_pager_link_first:after {
  border-top: 1px solid #29316f;
  border-right: 1px solid #29316f;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.nav-links .prev:before,
.pager .FS2_pager_link_first:before {
  left: 10px !important;
}
.nav-links .prev:after,
.pager .FS2_pager_link_first:after {
  left: 0 !important;
}
.pager .FS2_pager_link_prev:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.nav-links .next:before,
.pager .FS2_pager_link_next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-links .next:before,
.nav-links .next:after,
.pager .FS2_pager_link_last:before, .pager .FS2_pager_link_last:after {
  border-top: 1px solid #29316f;
  border-right: 1px solid #29316f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-links .next:before,
.pager .FS2_pager_link_last:before {
  left: -10px !important;
}
.nav-links .next:after,
.pager .FS2_pager_link_last:after {
  left: 0 !important;
}

.detail_peger {
  border-top: 1px solid #d7d1c9;
  margin-top: 60px;
  padding-top: 30px;
}
.detail_peger li.detail_peger_back {
  float: left;
}
.detail_peger li.detail_peger_next {
  float: right;
}
.detail_peger li.detail_peger_next a {
  padding: 0 16px 0 0;
}
.detail_peger li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}
.detail_peger li a:before, .detail_peger li a:after {
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.detail_peger li.detail_peger_back a::before, .detail_peger li.detail_peger_next a::after {
  width: 10px;
  height: 10px;
  border-top: 1px solid #29316f;
  border-right: 1px solid #29316f;
}
.detail_peger li.detail_peger_back a::before {
  left: 5px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.detail_peger li.detail_peger_next a::after {
  left: inherit;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* font
   ========================================================================== */
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

/* form
   ========================================================================== */
.form_table {
  border-top: 1px solid #ccc;
  margin-top: 45px;
  width: 100%;
}

/* table th,td の基本 style */
.form_table th,
.form_table td {
  border-bottom: 1px solid #ccc;
  padding: 18px 21px;
}

.form_table th {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #f9f7f6;
  color: #fff;
  vertical-align: top;
  font-weight: normal;
  padding-top: 24px;
  text-align: left;
  width: 30%;
}

.form_table td {
  width: 70%;
}

/* table th,td の中身 style */
.form_table_th {
  position: relative;
}

.icon_required {
  color: #e5dd49;
  background: #f9f7f6;
  padding: 3px;
}

.form_table td li:not(:first-child) {
  margin-top: 13px;
}

input[type="text"],
textarea {
  background-color: #fff;
}

/* 入力補助 */
.form_table_note {
  color: #9f9f9f;
}

.form_table_note,
.form_table_attention {
  display: block;

  font-size: 1.2rem;
  margin-top: 5px;
  padding-left: 13px;
}

.form_table_attention {
  color: #555;
}

/* input */
input[type="text"],
form .userTable_01 td input[type="email"],
form .userTable_01 td input[type="password"],
form .userTable_01 td input[type="tel"],
form .userTable_01 td input[type="email"],
textarea {
  background-color: #f7f7f7;
  padding: 8px 13px;d
}
input[type="text"]:focus,
form .userTable_01 td input[type="email"]:focus,
form .userTable_01 td input[type="password"]:focus,
form .userTable_01 td input[type="tel"]:focus,
form .userTable_01 td input[type="email"]:focus,
textarea:focus {
  background-color: #fbfbee;
}

#form .userTable_01 td input[type="text"],
#form .userTable_01 td input[type="email"],
#form .userTable_01 td input[type="password"],
#form .userTable_01 td input[type="tel"],
#form .userTable_01 td select,
#form .userTable_01 td .FS2_birthdayOnceMessage {
  margin: 5px;
  box-sizing: border-box;
    padding: 5px 3px;
    margin: 0;
}

#form table td input[type="radio"] {
  margin: 0px 5px 0px 5px;
}

/* 入力エリア width */
.edit_s {
  width: 20%;
}

.edit_l {
  width: 100%;
}

.system_content select {
  height: auto;
  width: auto;
  padding:5px;
}
/* ボタン系 */
.btnbox {
  margin-top: 55px;
  text-align: center;
}
.btnbox .submit,
.btnbox .backpage {
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
  position: relative;
  width: 250px;
}
.btnbox .submit {
  background-color: #29316f;
}
.btnbox .backpage {
  background-color: #9e9e9e;
}


/* アコーディオン */
.acc_wrap {
  border-bottom: 1px solid #d7d1c9;
}
.acc_wrap .acc_btn,
.acc_wrap .acc_body {
  padding: 5px 20px 20px 45px;
}
.acc_wrap .acc_btn {
  font-weight: bold;
  position: relative;
  font-size: 17px;
}
.acc_wrap .acc_body {
  padding-bottom: 40px;
  padding-top: 0px;
  position: relative;
}
.acc_wrap .icon_q,
.acc_wrap .icon_a {
  position: absolute;
  top: 0px;
  left: 0px;
}
.acc_wrap .icon_q {
  color: #424242;
  background: #ede2c3;
  display:inline-block;
  width:1.4em;
  height:1.4em;
  margin-right:12px;
  text-align:center;
  line-height:1.4em;
  font-weight:bold;
  font-size:24px;
  border-radius:30px;
  -moz-border-radius:30px;
  -webkit-border-radius:30px;
}
.acc_wrap .icon_a {
  color: #FFF;
  background: #2b3269;
  display:inline-block;
  width:1.4em;
  height:1.4em;
  margin-right:12px;
  text-align:center;
  line-height:1.4em;
  font-weight:bold;
  font-size:24px;
  border-radius:30px;
  -moz-border-radius:30px;
  -webkit-border-radius:30px;
}

/* ==========================================================================
   pages
   ========================================================================== */
/* index
   ========================================================================== */

#slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom:10px;
  margin-top: -10px;
}
#slider #sliderInner {
  position: relative;
  left: 50%;
  width: 3040px;
  margin-left: -1515px;
}
#slider #sliderInner .bx-wrapper {
  margin: 0 auto;
  position: relative;
}
#slider #sliderInner .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
}
#slider #sliderInner .bx-wrapper .bx-viewport ul li a img{
width:1000px;
 margin:0px;
}

#slider #sliderInner .bx-wrapper .bx-pager {
  position: inherit;
}
#slider #sliderInner .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #ccc;
}
#slider #sliderInner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #29316f;
}
#slider #sliderInner  a {
  margin-top: -26px !important;
  width: 56px !important;
  height: 56px !important;
}
#slider #sliderInner  a.bx-prev {
  left: 925px !important;
  background: url(https://www.wachaclub.com/ssl/images/renewal/slide_arrow_l.png) no-repeat !important;
}
#slider #sliderInner  a.bx-next {
  right: 935px !important;
  background: url(https://www.wachaclub.com/ssl/images/renewal/slide_arrow_r.png) no-repeat !important;
}
#slider #sliderInner  a.bx-prev:hover, #slider #sliderInner  a.bx-next:hover {
  background-position: inherit !important;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#footer_navi{
  background:#efe6c9;
  opacity:0.9;
  height: 115px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  display:none;
}
.FS2_body_Goods_gift_set #footer_navi{
  display: none !important;
}
#footer_navi ul{
  overflow:hidden;
  width:1000px;
  margin:0 auto;
  border-left:1px solid #e0d7ba;
}
#footer_navi ul li{
  float:left;
  padding:5px 10px 20px 10px;
}
#footer_navi ul li{
  float:left;
  height: 115px;
  padding: 5px 10px 0px 10px;
  box-sizing:border-box;
}
#footer_navi ul li.navi{
  border-right:1px solid #e0d7ba;
}
#footer_navi ul li.sns{
  padding: 0px 40px 20px 70px;
}
#footer_navi ul li.sns a{
  display:inline-block;
  padding:20px 15px;
}
#footer_navi ul li.sns span{
  padding:0 0 0 20px; ;
}
#footer_navi ul li.totop{
  padding: 30px 0px 0px;
  float: right;
}

.mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

div.bx-pager{
  display:none;
}


/* 商品ページの説明部分画像最大幅指定 */
.FS2_SeniorDesign_comment img{
	max-width: 100%;
}

.FS2_itemlayout_td_Left .FS2_thumbnail_container{
	padding-right: 30px;	
}

.FS2_itemlayout_td_Right .itemTitle{
	font-size: 24px;
	
}
.FS2_itemlayout_td_Right .itemCatchCopy{
	font-size: 20px;
}
.FS2_original_icons{
	padding: 10px;
}

.FS2_figure_table td.FS2_figure_table_td_input_cnt input{
  padding:5px;
}
.FS2_figure_table td:last-child{
  padding-left:30px;
}

/*ツイートボタン*/
.FS2_TweetButton_area iframe{
  margin-right:15px;
}
/*SNS*/
.fb_iframe_widget iframe {
    width: 400px !important;
}
.FS2_TweetButton_area{
	margin:20px 0;
}

/*商品数・カートボタン*/
.gl_Item .itemPrice{
  font-size:24px;
  color:#e00024;
}
.groupLayout .gl_Item .FS2_itemPrice_text{
	text-align:right;
}
.groupLayout .gl_Item .FS2_s pecial_price{
  display:none;
}

#FS2_ReccomendGoods .itemTitle{
	font-size: 14px;
}

#pc-nav{
	 margin-bottom: 25px;
	}
	#pc-nav nav{
	 border-bottom: 0px solid #3c6d0c;
	}
	#pc-nav nav ul{
	 display: table;
	 margin: 0 auto;
	 padding: 0;
	 width: 100%;
	 text-align: center;
	}
	#pc-nav nav ul li{
	 display: table-cell;
	 min-width: 100px;
	 border-right: 2px dotted #3c6d0c;
	}
	#pc-nav nav ul li:first-child{
	 border-left: 2px dotted #3c6d0c;
	}
	#pc-nav nav ul li a{
	 display: block;
	 width: 100%;
	 padding: 5px 0;
	 text-decoration: none;
	 color: #3c6d0c;
	font-size: 120%;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	}
	#pc-nav nav ul li a:hover{
	 background-color:#ede2c4;
	}
	#pc-nav nav ul li.current{
	 font-weight: bold;
	}

	#pc-nav nav #nav1 a:before{
		 position : relative ;
		 bottom : -5px ;
		right: 5px;
		margin-top: 5px;
		content: url("https://www.wachaclub.com/ssl/images/renewal/nav1.png")
	}
	#pc-nav nav #nav2 a:before{
		 position : relative ;
		 bottom : -5px ;
		right: 5px;
		margin-top: 5px;
		content: url("https://www.wachaclub.com/ssl/images/renewal/nav2.png")
	}
	#pc-nav nav #nav3 a:before{
		 position : relative ;
		 bottom : -5px ;
		right: 5px;
		margin-top: 5px;
		content: url("https://www.wachaclub.com/ssl/images/renewal/nav3.png")
	}
	#pc-nav nav #nav4 a:before{
		 position : relative ;
		 bottom : -5px ;
		right: 5px;
		margin-top: 5px;
		content: url("https://www.wachaclub.com/ssl/images/renewal/nav4.png")
	}
	#pc-nav nav #nav5 a:before{
		 position : relative ;
		 bottom : -5px ;
		right: 5px;
		margin-top: 5px;
		content: url("https://www.wachaclub.com/ssl/images/renewal/nav5.png")
	}
