@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
/*
Theme Name: Kanda Farm
Author: Takahiro Seino
Author URI: https://seinolab.jp/
Description: わくわく農園
*/
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

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

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

/**
 * 1. Prevent a 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.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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 on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

#maintenance-page div.post {
	border:2px red solid;
	padding:1em;
}
#maintenance-page div.post p {
	text-align:center;
	font-weight:bold;
	color:red;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

body {
  background-color: #fff;
  background-image: url(/wp/wp-content/uploads/2017/03/bg-rice.jpeg);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #333333;
}

em {
  color: #b85f00;
  font-style: normal;
}

p, li {
  font-size: 14px;
}

.wrapper {
  margin: 0 auto;
  padding: 0;
  width: 850px;
  background-color: white;
  text-align: left;
}

@media (max-width: 767px) {
  .wrapper {
    width: 100%;
    overflow-x: hidden;
  }
}

header {
  position: relative;
  width: 850px;
}

@media (max-width: 767px) {
  header {
    position: relative;
    max-width: 767px;
    width: 100%;
  }
}

.container {
  width: 100%;
  padding: 0;
  margin: 0 0 0 -240px;
  float: right;
  background-color: white;
}

.contents {
  position: relative;
  margin: 0 0px 0 240px;
  padding: 0 0;
}

.contents-full {
  position: relative;
  margin: 0;
  padding: 0 0;
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    margin: 0 0 0 0;
    float: none;
  }
  .contents {
    margin: 0;
  }
}

aside {
  width: 224px;
  float: left;
  margin: 16px 0 0 16px;
}

@media (max-width: 767px) {
  aside {
    width: 100%;
    float: none;
    clear: both;
    margin: 0;
  }
}

nav {
  margin: 0;
  padding: 16px 0 8px 0;
  background-color: #fad335;
  width: 100%;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  border-right: 1px solid #c7b052;
  padding: 4px 12px;
}

nav li:first-child {
  border-left: 1px solid #c7b052;
}

nav li a:link, nav li a:visited {
  color: black;
  text-decoration: none;
}

nav li a:hover {
  text-decoration: underline;
}

nav li a.selected {
  font-weight: bold;
}

@media (min-width: 768px) {
  nav #showcart {
    display: none;
  }
}

@media (max-width: 767px) {
  nav #showcart {
    display: inline-block;
  }
}

/*スマホ用ヘッダー*/
img.headerimg_pc {
  display: block;
}

#menu-btn-check {
  display: none;
}

.nav-name {
  display: none;
}

@media (max-width: 767px) {
  img.headerimg_sp {
    display: none;
  }
}

@media (max-width: 480px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  /* ハンバーガーメニュー */
  .nav-name {
    display: block;
    text-align: center;
    padding-top: 5px;
  }
  .menu-btn {
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000000;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu-content {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 80;
  }
  .menu-content ul {
    padding: 20px 10px;
  }
  .menu-content ul li {
    display: block;
    border-bottom: solid 1px #ffffff;
    border-right: none;
    list-style: none;
    padding: 5px 10px;
  }
  nav #showcart {
    display: block;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  #menu-btn-check:checked ~ .menu-content {
    display: block;
  }
  /* ハンバーガーメニューここまで */
}

/*スマホ用ヘッダー

head h1 img .headerimg_pc {
  display: block;
}

head h1 img .headerimg_sp {
  display: none;
}

@media (max-width: 480px) {

  head h1 img .headerimg_pc {
    display: none !important;
  }
  
  head h1 img .headerimg_sp {
    display: block;
  }
  
}
*/
article {
  margin: 16px 48px 64px 32px;
  padding: 0;
  width: 536px;
}

article section {
  margin: 8px 32px;
  padding-bottom: 16px;
}

article section p {
  font-size: 16px;
}

@media (max-width: 767px) {
  article {
    margin: 0;
    width: 100%;
  }
  article section {
    margin: 8px 32px;
 ? ?padding-bottom: 16px;
  }
  article section p {
    font-size: 16px;
  }
}

.to {
  font-size: 14px;
  text-align: right;
}

.to:before {
  content: "→ ";
}

.to2 {
font-size: 13px;
text-align: right;
}
.to2 a,.to2 a:link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
	padding: 11px 12px 10px 12px;
    font-weight: normal;
    background: linear-gradient(#3bb639, #0b870a);
    color: #fff;
    border-radius: 5px;
    transition: 0.1s;
	margin-bottom:10px;
}
.to2 a:visited {
    color: #fff;
}
.to2 a:before {
    content: "\25B6\0020";
    display: inline-block;
    margin-right: 6px;
	font-size: 11px;
	transform: scaleX(0.7);
}
header #headline {
  position: absolute;
  left: 20px;
  top: 7px;
  font-size: 12px;
}

header h1 {
  background-color: #fff;
  padding: 0;
  margin: 0;
  height: 300px;
  overflow-y: hidden;
  font: normal normal 12px/120% 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color: #000;
}

@media (max-width: 767px) {
  header h1 {
    max-width: 100%;
    height: auto;
  }
  header h1 img {
    max-width: 100%;
    height: auto;
  }
  header #headline {
    height: 1em;
    width: 85%;
    max-width: 85%;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media (max-width: 680px) {
  header h1 {
    padding-top: 1em;
  }
}

.post-46 section ,.post-267 section {
  padding-bottom: 48px;
}

.post-46 strong ,.post-267 strong {
  color: #367614;
  font-weight: bold;
  font-style: normal;
}

.post-46 #products ul ,.post-267 #products ul {
  margin: 60px 0 0;
  padding: 0;
	text-align:center;
}

.post-46 #products .product ,.post-267 #products .product {
  position: relative;
  height: 322px;
  display: table-cell;
}

.post-46 #products .product .phrase ,.post-267 #products .product .phrase {
  position: absolute;
  left: 0;
  top: -18px;
  background-image: url(/wp/wp-content/uploads/2025/03/catch-bg2.png);
	z-index:5;
}

.post-46 #products .product .phrase span.text ,.post-267 #products .product .phrase span.text {
  display: relative;
  text-align: center;
  color: #e73223;
  font-size: 16px;
  font-weight: bold;
  width: 146px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}

.post-46 #products .product img ,.post-267 #products .product img {
  width: 146px;
  height: auto;
}

.post-46 #products .product h4 ,.post-267 #products .product h4 {
  margin: 0;
	font-size: 15px !important;
	line-height:1.5;
}
.post-46 #products li:nth-child(5) .product h4 ,.post-267 #products li:nth-child(5) .product h4 {
	font-size: 13px !important;
}
.post-46 #products li ,.post-267 #products li {
  width: 154px;
  height: 364px;
  padding: 10px 0 0;
  margin: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.post-46 #products li .product a ,.post-267 #products li .product a {
  text-decoration:none !important;
	text-align:center;
	display: inline-block;
	z-index: 2;
    position: relative;
	height:100%;
}
.post-46 #products li .product:after ,.post-267 #products li .product:after {
    content: url('/wp/wp-content/uploads/2025/03/btn_cart.png');
    position: absolute;
    bottom: 0;
    left: 50%; /* 横方向を中央に設定 */
    transform: translateX(-50%); /* 横方向の中央揃えの調整 */
}
.post-46 #products .product_sku ,.post-267 #products .product_sku {
  height: 80px;
  min-height: 8px;
  max-height: 80px;
  overflow: hidden;
}

.post-46 #products .product_sku table td ,.post-267 #products .product_sku table td {
  vertical-align: top;
}

@media (max-width: 480px) {
  .post-46 #products ,.post-267 #products {
    margin: 8px;
  }
  .post-46 #products h2 ,.post-267 #products h2 {
    width: 95%;
  }
  .post-46 #products li ,.post-267 #products li {
    /*width: 45%;*/
	 margin:0 1em;
  }
  .post-46 #products .product ,.post-267 #products .product {
    width: 100%;
  }
  .post-46 #products .product_sku ,.post-267 #products .product_sku {
    width: 100%;
  }
}

.topics h3 {
  font-size: 14px;
  font-weight: normal;
  padding: 4px 0;
  margin-bottom: 4px;
  position: relative;
}

.topics li {
  list-style: none;
  margin-bottom: 16px;
}

.topics .date {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 8px;
}

.topics .title {
  font-size: 16px;
  color: #367614;
  font-weight: bold;
}

.topics .content {
  line-height: 1.5em;
}

.topics img {
  max-width: 30%;
  height: auto;
}

#excellences {
  width: 480px;
}

#excellences h2 {
  border-top: 1px gray dotted;
  border-bottom: 1px gray dotted;
  padding: 10px 0 4px 0;
  font-size: 16px;
}

@media (max-width: 767px) {
  #excellences {
    width: 100%;
  }
  #excellences p {
    padding: 0 8px;
  }
}

#voices h2 {
  border-bottom: 1px gray dotted;
  padding: 10px 0 8px 0;
  font-size: 16px;
}

#voices div.voice {
  color: #b85f00;
}

#voices div.voice p:first-child img {
  float: right;
  padding-left: 16px;
}

#voices div.voice p:first-child:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#voices div.voice p:last-child {
  text-align: right;
}

#voices div.voice p:last-child:before {
  content: "【";
}

#voices div.voice p:last-child:after {
  content: "】";
}

#voices p.reply {
  background-image: url(/wp/wp-content/uploads/2017/03/chohei-reply.jpg);
  background-repeat: no-repeat;
  min-height: 104px;
  font-size: 14px;
  padding-left: 132px;
}

@media (max-width: 767px) {
  #voices h2 + p img {
    width: 100%;
    height: auto;
  }
  #voices p {
    padding: 0 8px;
  }
}

#cultivating h2 {
  font-size: 14px;
  text-align: center;
}

#cultivating figure {
  margin: 0 auto;
}

#cultivating figure p {
  text-align: center;
  font-weight: bold;
}

@media (max-width: 767px) {
  #cultivating {
    width: 100%;
    max-width: 480px;
  }
  #cultivating h1 img {
    width: 100%;
    max-width: 480px;
    height: auto;
  }
  #cultivating figure {
    margin: 0 16px;
    max-width: 512px;
  }
  #cultivating figure img {
    width: 100%;
    max-width: 480px;
    height: auto;
  }
  #cultivating p {
    padding: 0 8px;
  }
}

#farmer {
  width: 480px;
}

#farmer h2 {
  margin-top: 32px;
  border-top: 1px gray dotted;
  border-bottom: 1px gray dotted;
  padding: 10px 0 8px 0;
  font-size: 16px;
}

#farmer h2:before {
  content: "■ ";
  font-size: 16px;
}

#farmer .signature {
  position: relative;
}

#farmer .signature p {
  position: absolute;
  left: 224px;
  top: 32px;
}

@media (max-width: 767px) {
  #farmer {
    width: 100%;
  }
  #farmer p img {
    width: 100%;
    height: auto;
  }
  #farmer .signature img {
    max-width: 200px;
    width: 50%;
    height: auto;
  }
  #farmer p {
    padding: 0 8px;
  }
}

#launch-story {
  width: 480px;
}

#launch-story h2 {
  font-size: 20px;
  font-weight: bold;
}

#launch-story .signature {
  position: relative;
}

#launch-story .signature p {
  position: absolute;
  left: 260px;
  top: 104px;
}

@media (max-width: 767px) {
  #launch-story {
    width: 100%;
  }
  #launch-story p img {
    width: 100%;
    height: auto;
  }
  #launch-story p {
    padding: 0 8px;
  }
}

article.category-itemreco h1, article.category-itemrice h1 {
  color: #7a3f00;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

article.category-itemreco .summary img, article.category-itemrice .summary img {
  display: inline-block;
  width: 96%;
  height: auto;
}

article.category-itemreco .summary div:nth-child(1), article.category-itemrice .summary div:nth-child(1) {
  width: 38%;
  display: table-cell;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

article.category-itemreco .summary div:nth-child(2), article.category-itemrice .summary div:nth-child(2) {
  width: 60%;
  display: table-cell;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

article.category-itemreco .summary td:nth-child(1), article.category-itemrice .summary td:nth-child(1) {
  color: black;
  font-size: 16px;
  font-weight: bold;
}

article.category-itemreco .summary td:nth-child(2), article.category-itemrice .summary td:nth-child(2) {
  text-align: right;
  color: red;
  font-size: 16px;
  font-weight: bold;
}

article.category-itemreco .summary:after, article.category-itemrice .summary:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

article.category-itemreco .skuform, article.category-itemrice .skuform {
  padding: 8px;
}

article.category-itemreco .skuform .skurow, article.category-itemrice .skuform .skurow {
  width: 100%;
  padding-bottom: 10px;
}

article.category-itemreco .skuform .skurow .skucolumn1, article.category-itemrice .skuform .skurow .skucolumn1 {
  width: 172px;
  float: left;
}

article.category-itemreco .skuform .skurow .skucolumn2, article.category-itemrice .skuform .skurow .skucolumn2 {
  width: 300px;
}

@media (max-width: 767px) {
  article.category-itemreco .skuform .skurow .skucolumn1, article.category-itemrice .skuform .skurow .skucolumn1 {
    width: 30%;
  }
  article.category-itemreco .skuform .skurow .skucolumn1 img, article.category-itemrice .skuform .skurow .skucolumn1 img {
    width: 100%;
    height: auto;
  }
  article.category-itemreco .skuform .skurow .skucolumn2, article.category-itemrice .skuform .skurow .skucolumn2 {
    width: 70%;
  }
}

article.category-itemreco .skuform .skurow:after, article.category-itemrice .skuform .skurow:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

article.category-itemreco .skuform td, article.category-itemrice .skuform td {
  vertical-align: top;
  padding: 0 8px 16px 0;
}

article.category-itemreco .skuform h2, article.category-itemrice .skuform h2 {
  color: #7a3f00;
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
  margin: 0;
}

article.category-itemreco .skuform h4, article.category-itemrice .skuform h4 {
  color: black;
  font-size: 18px;
  font-weight: bold;
  padding-top: 6px;
  margin: 0;
}

article.category-itemreco .skuform .price, article.category-itemrice .skuform .price {
  color: red;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  width: 100%;
  padding-right: 8px;
}

@media (max-width: 767px) {
  article.category-itemreco, article.category-itemrice {
    width: 100%;
  }
  article.category-itemreco p, article.category-itemrice p {
    padding: 0 8px;
  }
}

@media (max-width: 480px) {
  article.category-itemreco .summary h1, article.category-itemrice .summary h1 {
    font-size: 16px;
  }
  article.category-itemreco .summary img, article.category-itemrice .summary img {
    width: 128px;
    height: auto;
  }
  article.category-itemreco .summary p.note, article.category-itemrice .summary p.note {
    font-size: 12px;
  }
}

article.category-itemreco div.control, article.category-itemrice div.control {
  text-align: right;
}

article.category-itemreco div.control select.quantity, article.category-itemrice div.control select.quantity {
  ???cursor: pointer;
  display: inline;
  vertical-align: middle;
  width: 3em;
  font-size: 16px;
}

article.category-itemreco div.control input.skuquantity, article.category-itemrice div.control input.skuquantity {
  font-size: 16px;
  padding-bottom: 8px;
  width: 3em !important;
}

article.category-itemreco div.control input.skubutton, article.category-itemreco div.control button.skubutton, article.category-itemrice div.control input.skubutton, article.category-itemrice div.control button.skubutton {
  font-family: dashicons;
  font-size: 16px;
  font-weight: bold;
  color: white;
  border: solid 2px #fff;
  -webkit-box-shadow: 0 0 0 3px #f9bb33;
          box-shadow: 0 0 0 3px #f9bb33;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9bb33), to(#ed7d00));
  background: linear-gradient(to bottom, #f9bb33, #ed7d00);
  letter-spacing: -1px;
  border-radius: 6px;
  width: 206px;
  height: 40px;
  display: inline;
  vertical-align: middle;
}

@media (max-width: 767px) {
  article.category-itemreco div.control input.skubutton, article.category-itemreco div.control button.skubutton, article.category-itemrice div.control input.skubutton, article.category-itemrice div.control button.skubutton {
    width: 40%;
    max-width: 206px;
  }
}

article.category-itemreco div.control input.skubutton:hover, article.category-itemrice div.control input.skubutton:hover {
  ???cursor: pointer;
  opacity: 0.75;
}

article.category-itemreco div.control input.skubutton:active, article.category-itemrice div.control input.skubutton:active {
  opacity: 1.0;
}

#itempage .skuform {
  width: auto !important;
}

#itempage .skuform .skuquantity {
  width: 2em !important;
}

#products {
  margin-bottom: 32px;
}

#products a.read-more:before {
  content: "≫ ";
}

#products h1.item_page_title {
  position: relative;
  color: #7a3f00;
  font-size: 24px;
  font-weight: bold;
}

#products .summary {
  border-top: gray dotted 1px;
  padding: 24px 0 0 0;
  margin-top: 16px;
}

#products .summary div:nth-child(1) {
  width: 38%;
  display: table-cell;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

#products .summary div:nth-child(2) {
  width: 60%;
  display: table-cell;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

#products .summary img {
  display: inline-block;
  width: 96%;
  height: auto;
}

#products .summary td:nth-child(1) {
  color: black;
  font-size: 16px;
  font-weight: bold;
}

#products .summary td:nth-child(2) {
  text-align: right;
  color: red;
  font-size: 16px;
  font-weight: bold;
}

#products .summary:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#products .loopimg {
  display: none;
}

#products div.control {
  padding: 1em;
  text-align: right;
}

#products div.control button.skubutton {
  font-family: dashicons;
  font-size: 16px;
  font-weight: bold;
  color: white;
  border: solid 2px #fff;
  -webkit-box-shadow: 0 0 0 3px #f9bb33;
          box-shadow: 0 0 0 3px #f9bb33;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9bb33), to(#ed7d00));
  background: linear-gradient(to bottom, #f9bb33, #ed7d00);
  letter-spacing: -1px;
  border-radius: 6px;
  width: 206px;
  height: 40px;
  display: inline;
  vertical-align: middle;
}

@media (max-width: 767px) {
  #products div.control button.skubutton {
    width: 40%;
    max-width: 206px;
  }
}

#products div.control button.skubutton:hover {
  ???cursor: pointer;
  opacity: 0.75;
}

#products div.control button.skubutton:active {
  opacity: 1.0;
}

#products div.control a {
  text-decoration: none;
}

@media (max-width: 767px) {
  #products {
    width: 100%;
  }
  #products p {
    padding: 0 8px;
  }
}

@media (max-width: 480px) {
  #products .summary h1 {
    font-size: 16px;
  }
  #products .summary table tr td {
    font-size: 12px;
  }
  #products .summary img {
    width: 128px;
    height: auto;
  }
  #products .summary p.note {
    font-size: 12px;
  }
}

#year-round .greeting {
  color: red;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

#year-round h1 {
  color: #7a3f00;
  font-size: 32px;
  text-align: center;
}

#year-round h2 {
  color: #7a3f00;
  font-size: 16px;
  margin: 12px 0 0 0;
}

#year-round h2:before {
  content: "【";
}

#year-round h2:after {
  content: "】";
}

#year-round h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding-left: 2em;
}

#year-round ul {
  color: #367614;
}

#year-round ul li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
}

#year-round table {
  margin-bottom: 48px;
}

#year-round table caption {
  color: red;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 10px;
}

#year-round table th:nth-child(2) {
  color: #7a3f00;
  text-align: center;
}

#year-round table td {
  padding-bottom: 0.2em;
}

#year-round table th:nth-child(4) {
  color: red;
  text-align: center;
}

#year-round table td:nth-child(2) {
  text-align: right;
}

#year-round table td:nth-child(2) em {
  font-style: normal;
  font-weight: bold;
}

#year-round table td:nth-child(3) {
  color: red;
  text-align: center;
}

#year-round table td:nth-child(4) {
  text-align: right;
}

#year-round table td:nth-child(4) em {
  font-style: normal;
  font-weight: bold;
  color: red;
}

#year-round .present {
  margin-top: 40px;
  font-size: 14px;
  font-weight: bold;
}

/* 新しい年間契約 */
#year-round-new {
  background-color: #F0DC55;
  font-family: Noto Sans JP;
}

#year-round-new .price{
  padding: 30px 0 0;
  text-align: center;
}

#year-round-new .price .year{
  width: 230px;
  margin: 0 auto;
  margin-bottom: 25px;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.6;
  color: white;
  background-color: #E60012;
  border-radius: 25px;
}

#year-round-new .price img{
  width: 100%;
}

#year-round-new .price .pricelist{
  background-color: white;
  padding: 20px 10px 10px;
  width: 82%;
  margin: 0 auto;
  margin-top: -13%
}

#year-round-new .price .pricelist ul.variety{
  list-style: none;
  padding: 0;
}

#year-round-new .price .pricelist ul.variety li h1{
  background-color: #009844;
  color: white;
  font-size: 18px;
  line-height: 2;
  margin: 0;
  margin-bottom: 10px;
}

#year-round-new .price .pricelist ul.variety li p{
  text-align: left;
  margin: 0;
  margin-bottom: 10px;
}

#year-round-new .price .pricelist ul.variety table,
#year-round-new .price .pricelist ul.variety table th,
#year-round-new .price .pricelist ul.variety table td{
  border-collapse: collapse;
  border:1px solid #000;
  padding: 3px 0;
}

#year-round-new .price .pricelist ul.variety table th:first-child,
#year-round-new .price .pricelist ul.variety table td:first-child{
  width: 30%;
}

#year-round-new .price .pricelist ul.variety table{
  width: 100%;
  margin-bottom: 10px;
}

#year-round-new .price .pricelist ul.variety table th{
  background-color: #F0DC55;
  font-weight: 500;
}

#year-round-new .price .pricelist ul.variety table td.normal{
  color: red;
  text-decoration: line-through;
}

#year-round-new .price .pricelist ul.variety table td.special{
  font-weight: 500;
  font-size: 16px;
}

#year-round-new .price .contact{
  background-color: #ffffdd;
  text-align: center;
  margin-top: -3px;
  padding: 10px 20px 20px;
}

#year-round-new .price .contact h1{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 10px;
}

#year-round-new .price .contact .tel{
  width: 70%;
  margin: 0 auto;
  margin-bottom: 10px;
}

#year-round-new .price .contact .tel a{
  display: block;
  pointer-events: auto!important;
}

#year-round-new .price .contact .tel img{
  width: 100%;
  margin: 0;
  display: block;
} 

#year-round-new .price .contact p{
  margin: 0;
  text-align: center;
  line-height: 1.1;
}

@media (max-width: 500px) {
  #year-round-new .price .contact h1{
    font-size: 16px;
    letter-spacing: -1px;
  }
  #year-round-new .price .contact .tel{
    width: 90%;
  }
  #year-round-new .price .contact p{
    font-size: 11px;
    letter-spacing: -1px;
    text-align: left;
  }
}


#thankyou {
  background-image: url(/wp/wp-content/uploads/2017/03/thankyou.jpg);
  background-size: contain;
  height: 358px;
  max-height: 358px;
  position: relative;
}

#thankyou h1 {
  position: absolute;
  color: #7a3f00;
  left: 5%;
  top: 5%;
}

#thankyou .message {
  position: absolute;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  right: 5%;
  bottom: 5%;
}

#faq h2 {
  border-top: 1px gray dotted;
  border-bottom: 1px gray dotted;
  padding: 10px 0 8px 0;
  font-size: 16px;
}

#faq h2:before {
  content: "■ ";
  font-size: 16px;
}

#faq dt {
  font-size: 14px;
  font-weight: bold;
  color: #b85f00;
}

#faq dd {
  font-size: 14px;
  margin: 1em 0 1em 2em;
}

#faq dd:before {
  font-size: 14px;
  content: "Ａ：";
  margin-left: -2em;
}

#faq ul {
  padding-left: 0;
}

@media (max-width: 767px) {
  #faq dd img {
    width: 100%;
    height: auto;
  }
  #faq p, #faq dl {
    padding: 0 8px;
  }
}

#inspection {
  width: 480px;
}

#inspection h2 {
  border-top: 1px gray dotted;
  border-bottom: 1px gray dotted;
  padding: 10px 0 8px 0;
  font-size: 16px;
}

#inspection h2:before {
  content: "■ ";
  font-size: 16px;
}

#inspection em {
  color: red;
  font-style: normal;
  font-weight: bold;
}

#inspection p {
  margin: 0.4em 0;
}

#inspection .greeting {
  color: #7a3f00;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 767px) {
  #inspection {
    width: 100%;
  }
  #inspection .result img {
    width: 100%;
    height: auto;
  }
  #inspection p {
    padding: 0 8px;
  }
}

#statement {
  width: 480px;
}

#statement dl {
  width: 480px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted gray;
  background: #fff3ca;
}

#statement dt {
  border-top: 1px dotted gray;
  clear: left;
  float: left;
  width: 120px;
  padding: 8px 16px 4px 4px;
  text-align: right;
  min-height: 1.5em;
}

#statement dd {
  background: #fff;
  margin-left: 132px;
  width: 352px;
  padding: 8px 8px 4px 8px;
  min-height: 1.5em;
}

#statement dt + dd {
  border-top: 1px dotted gray;
}

@media (max-width: 767px) {
  #statement {
    width: 100%;
    max-width: 480px;
  }
  #statement h1 img {
    width: 100%;
    max-width: 480px;
    height: auto;
  }
  #statement dl {
    width: 100%;
  }
  #statement dd {
    width: auto;
    max-width: 352px;
  }
}

#privacy-policy {
  width: 480px;
}

#privacy-policy h2 {
  border-top: 1px gray dotted;
  border-bottom: 1px gray dotted;
  padding: 10px 0 8px 0;
  font-size: 16px;
}

#privacy-policy h2:before {
  content: "■ ";
  font-size: 16px;
}

#privacy-policy h3, #privacy-policy h4 {
  font-size: 14px;
  margin: 0;
}

#privacy-policy h4:before {
  content: "● ";
  font-size: 16px;
}

@media (max-width: 767px) {
  #privacy-policy {
    width: 100%;
    max-width: 480px;
  }
  #privacy-policy h1 img {
    width: 100%;
    max-width: 480px;
    height: auto;
  }
  #privacy-policy p {
    padding: 0 8px;
  }
}

#inquiry {
  width: 480px;
}

#inquiry input {
  font-size: 16px;
}

#inquiry textarea {
  font-size: 16px;
}

#inquiry dt {
  font-size: 14px;
  font-weight: bold;
  color: #b85f00;
}

#inquiry dt.required:after {
  content: " *";
}

#inquiry dd {
  font-size: 16px;
  margin: 0.2em 0 1em 0em;
}

@media (max-width: 767px) {
  #inquiry {
    width: 100%;
  }
  #inquiry p, #inquiry dt, #inquiry dd {
    padding: 0 8px;
  }
  #inquiry input, #inquiry textarea {
    max-width: 96%;
  }
}

input.hidden {
  display: none;
}

div.loopimg {
  float: left;
  width: 105px;
  padding-right: 10px;
  padding-bottom: 10px;
}

div.loopexp {
  /*float: left;*/
}

div.header_explanation {
  padding-top: 15px;
  padding-bottom: 15px;
}

div.footer_explanation {
  padding-top: 15px;
  padding-bottom: 15px;
}

/*******************************************************/
#cart {
  width: 100%;
}

#cart div.error_message {
  font-weight: bold;
  color: #FF0000;
  margin-top: 10px;
}

#cart .upbutton {
  text-align: right;
  padding-right: 20px;
}

#cart table {
  border: 1px solid #CCCCCC;
}

#cart table#cart_table {
  margin-bottom: 10px;
}

#cart th,
#cart td {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #FFFFFF;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  border-left-color: #FFFFFF;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  vertical-align: middle;
  text-align: center;
  white-space: normal;
  word-break: break-all;
}

#cart td.signal_red {
  font-weight: bold;
  color: #FF0000;
}

#cart th {
  color: #FFFFFF;
  background-color: #999999;
  white-space: nowrap;
  font-weight: normal;
  font-size: 0.9em;
}

#cart th.aright,
#cart td.aright {
  text-align: right;
  white-space: nowrap;
}

#cart th.aleft,
#cart td.aleft {
  text-align: left;
}

#cart td.productname {
  text-align: left;
}

#cart input.quantity {
  width: 40px;
  text-align: right;
  font-size: 13px;
}

#cart th.num,
#cart th.thumbnail,
#cart th.price,
#cart th.unitprice,
#cart th.quantity,
#cart th.subtotal {
  text-align: right;
  vartical-align: middle;
}

#cart .num {
  white-space: nowrap;
  width: 40px;
  text-align: center;
}

#cart .thumbnail {
  white-space: nowrap;
  width: 70px;
  text-align: center;
}

#cart .price,
#cart .unitprice {
  white-space: nowrap;
  width: 80px;
  text-align: right;
}

#cart .quantity {
  white-space: nowrap;
  width: 65px;
  text-align: center;
}

#cart .subtotal {
  white-space: nowrap;
  width: 100px;
  text-align: right;
}

#cart .stoc {
  white-space: nowrap;
  width: 90px;
  text-align: center;
}

#cart .action {
  white-space: nowrap;
  width: 60px;
  text-align: center;
}

#cart #point_table {
  width: 350px;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}

#cart #point_table td {
  height: 30px;
}

#cart #point_table .point {
  font-size: 1.5em;
  font-weight: bold;
}

#cart #point_table input.used_point {
  width: 100px;
  text-align: right;
  padding-right: 5px;
}

#cart input.delButton {
  padding: 5px 5px;
  font-weight: normal;
}

#content #wc_cart img,
#content #wc_confirm img {
  max-width: none;
}

/*********************************************************************/
/* USCES Item single page style */
span.price {
  font-size: 140%;
  font-weight: bold;
  color: #ED5B14;
  margin: 0px;
  padding: 0px;
}

span.cprice {
  font-size: 12px;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
}

em.tax {
  font-size: 0.7em;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  color: inherit;
  letter-spacing: 0em;
  white-space: nowrap;
}

dl.itemGpExp {
  margin: 0px;
  padding: 0px;
}

dl.itemGpExp dt {
  padding: 3px;
  font-weight: bold;
  color: #FF3333;
}

dl.itemGpExp dd {
  margin: 0px;
  padding: 0px;
}

dl.itemGpExp ul {
  margin: 0px;
  padding: 0px;
}

dl.itemGpExp li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 13px;
}

#itempage {
  width: 100%;
}

#itempage .field {
  height: auto;
  width: auto;
  margin: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
}

#itempage .field ul.item_custom_field {
  list-style: none;
}

#itempage .field .field_name {
  text-align: left;
}

#itempage .field .field_price {
  font-size: 140%;
  font-weight: bold;
  color: #ED5B14;
  margin: 0px;
  padding: 0px;
  text-align: right;
  width: auto;
}

#itempage .field .field_cprice {
  font-size: 100%;
  color: #333333;
  margin: 0px;
  padding: 0px;
  text-align: right;
  width: auto;
}

#itempage h3 {
  color: #FFFFFF;
  background-color: #999999;
  padding: 3px 5px;
}

#itempage .exp {
  margin-bottom: 10px;
}

*:first-child + html #itempage .exp {
  display: inline;
}

#itempage form {
  margin: 0px;
  padding: 0px;
  height: auto;
  width: auto;
}

/*
#itempage .itemimg {
	float: left;
	margin-right: 10px;
	width: 200px;
}
*/
#itempage .itemimg img {
  margin: 0 auto;
  padding: 0px;
}

#itempage .itemsubimg {
  margin-bottom: 10px;
}

#itempage .skuform {
  width: 100%;
}

#itempage .skuform .skuquantity {
  text-align: right;
  width: 5em;
  margin: 0 5px;
}

#itempage table.skusingle {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

#itempage table.skusingle td {
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 0px;
  margin: 0px;
}

#itempage table.skumulti {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  width: 100%;
  border: 2px solid #CCCCCC;
  border-collapse: collapse;
}

#itempage table.skumulti th {
  background-color: #E6E6E6;
  text-align: center;
  padding: 3px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  margin: 0px;
  font-weight: normal;
  vertical-align: middle;
}

#itempage table.skumulti th.thborder {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
}

#itempage table.skumulti td {
  padding: 3px;
  border-right-width: 1px;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #D9D9D9;
  border-bottom-color: #CCCCCC;
  margin: 0px;
  vertical-align: middle;
  text-align: center;
}

#itempage table.skumulti td.subborder {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D9D9D9;
}

#itempage table.skumulti td.price {
  text-align: right;
}

#itempage table.skumulti td.quant {
  text-align: right;
}

#itempage table.skumulti td.unit {
  text-align: center;
}

#itempage table.skumulti td.button {
  text-align: center;
}

#itempage table.skumulti td.skudisp {
  font-weight: bold;
}

#itempage .assistance_item {
  width: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#itempage .assistance_item h3 {
  font-size: 14px;
  color: #FFFFFF;
  background-color: #999999;
  line-height: 18px;
  margin-bottom: 10px;
  height: 18px;
  margin-left: 0px;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
}

#itempage .assistance_item ul {
  margin: 0px;
  list-style-image: none;
  list-style-type: none;
  padding: 0px;
}

#itempage .assistance_item li {
  margin: 0px;
  float: left;
  width: 312px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

#itempage .assistance_item .listbox {
  background-color: #f9f9f9;
  width: auto;
  margin-right: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
}

#itempage .assistance_item .slit {
  height: 100px;
  width: 100px;
  overflow: hidden;
  background-image: url(image/no_img.gif);
  background-repeat: no-repeat;
  float: left;
}

#itempage .assistance_item .detail {
  width: auto;
  padding-top: 5px;
  margin-left: 0px;
  padding-left: 115px;
}

#itempage .assistance_item h4 {
  font-size: 12px;
  line-height: 150%;
  font-weight: bold;
  color: #660000;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

#itempage .assistance_item .detail p {
  font-size: 11px;
  line-height: 150%;
  color: #333333;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin: 0px;
}

#itempage table.item_option {
  border: 1px solid #CCCCCC;
}

#itempage table.item_option caption {
  font-weight: normal;
  text-align: left;
  margin: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 0.7em;
}

#itempage table.item_option th {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  text-align: left;
  background-color: #F0F0F0;
  padding-right: 10px;
  padding-left: 10px;
}

#itempage table.item_option td {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  text-align: left;
}

#itempage .iopt_radio_label {
  display: block;
}

/* End USCES Item single page style */
/*********************************************************************/
/* USCES cart page style */
#inside-cart .post {
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 10px;
}

#inside-cart h2 {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ffcc00;
  height: 32px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffe679;
}

#inside-cart p {
  font-size: 12px;
  line-height: 24px;
  color: #333333;
  margin: 0px;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#inside-cart .send {
  text-align: center;
  width: auto;
  margin-top: 15px;
  padding-top: 15px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ffcc00;
}

#inside-cart .no_cart {
  text-align: center;
  width: auto;
  margin-top: 60px;
  font-size: 1.4em;
  font-weight: bold;
  color: #FF9900;
  margin-bottom: 60px;
}

#customer-info h5 {
  color: #FFFFFF;
  background-color: #669999;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
}

#customer-info .post {
  width: auto;
  margin-top: 10px;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
}

#customer-info .error_message {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  color: #ff0000;
}

#customer-info h2 {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff9900;
  height: 32px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffc56a;
}

#customer-info form {
  margin: 0px;
  padding: 0px;
}

#customer-info table {
  margin-top: 10px;
  border-collapse: collapse;
}

#customer-info th {
  font-size: 12px;
  line-height: 150%;
  font-weight: bold;
  color: #4c4d25;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #e6e6e6;
  background-color: #f3f3f3;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  width: 25%;
}

#customer-info td {
  font-size: 11px;
  line-height: 150%;
  color: #4c4c4c;
  border: 1px solid #e6e6e6;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

#customer-info .customer_form input {
  width: 50%;
  margin-right: 3px;
}

#customer-info .customer_form input[type="checkbox"],
#customer-info .customer_form input[type="radio"] {
  width: auto;
  margin-right: 3px;
}

#customer-info .customer_form label.iopt_label {
  display: block;
}

#customer-info .customer_form tr.inp1 input {
  width: 82%;
  margin-left: 3px;
}

#customer-info .customer_form tr.inp2 input {
  width: 75%;
  margin-left: 0px;
  margin-right: 3px;
}

#delivery-info .customer_form em,
#customer-info .customer_form em {
  font-style: normal;
  color: #ff0000;
}

@media(max-width:767px){
  #delivery-info .customer_form em,
  #customer-info .customer_form em {
    display: block;
  }
}

#customer-info .send {
  text-align: center;
  width: auto;
  margin-top: 15px;
  padding-top: 15px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ff9900;
}

#delivery-info .post {
  width: auto;
  margin-top: 10px;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
}

#delivery-info h2 {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff6600;
  height: 32px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffaa68;
}

#delivery-info form {
  margin: 0px;
  padding: 0px;
}

#delivery-info table.customer_form {
  margin-bottom: 10px;
  border-collapse: collapse;
  width: 100%;
}

#delivery-info th {
  font-size: 12px;
  line-height: 150%;
  font-weight: bold;
  color: #4c4d25;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #e6e6e6;
  background-color: #f3f3f3;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  width: 25%;
}

#delivery-info td {
  font-size: 11px;
  line-height: 150%;
  color: #4c4c4c;
  border: 1px solid #e6e6e6;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

#delivery-info .error_message {
  font-size: 13px;
  line-height: 26px;
  font-weight: bold;
  color: #ff0000;
}

#delivery-info .customer_form dl {
  margin: 0px;
  padding: 0px;
  width: auto;
}

#delivery-info .customer_form dt {
  font-size: 12px;
  line-height: 150%;
  color: #333333;
  width: auto;
  padding-top: 5px;
}

#delivery-info .customer_form dd {
  font-size: 12px;
  line-height: 150%;
  color: #333333;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 20px;
}

#delivery-info #delivery_table input {
  width: 50%;
  margin-right: 3px;
}

#delivery-info #delivery_table tr.inp1 input {
  width: 83%;
  margin-right: 0px;
  margin-left: 3px;
}

#delivery-info #delivery_table tr.inp2 input {
  width: 76%;
  margin-right: 3px;
  margin-left: 0px;
}

#delivery-info .customer_form .btn {
  width: 24px;
}

#delivery-info #time {
  margin-top: 10px;
}

#delivery-info #time textarea,
#delivery-info .notes {
  height: 100px;
  width: 94%;
}

#delivery-info .send {
  text-align: center;
  width: auto;
  margin-top: 15px;
  padding-top: 15px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ff6600;
}

#info-confirm .error_message {
  font-size: 13px;
  line-height: 26px;
  font-weight: bold;
  color: #ff0000;
}

#info-confirm .post {
  background-color: #ffffff;
  width: auto;
  margin-top: 10px;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
}

#info-confirm h2 {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff3300;
  height: 32px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ff8f71;
}

#info-confirm form {
  margin: 0px;
  padding: 0px;
}

#info-confirm #confirm_table {
  width: 100%;
  margin-top: 15px;
  border-collapse: collapse;
}

#confirm_table h3 {
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
  color: #ff3300;
  margin: 0px;
  padding: 0px;
}

#confirm_table th {
  font-size: 12px;
  line-height: normal;
  font-weight: bold;
  color: #50511d;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px solid #e6e6e6;
  width: 25%;
}

#confirm_table td {
  font-size: 12px;
  line-height: normal;
  color: #333333;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px solid #e6e6e6;
}

#confirm_table .ttl {
  background-color: #ffffef;
}

#confirm_table .bdc {
  background-color: #FFFFFF;
}

#info-confirm .send {
  text-align: center;
  width: auto;
  margin-top: 15px;
  padding-top: 15px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FF3300;
}

#coml-page h2, #error-page h2 {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
  background-color: #666600;
  height: 32px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #b2b165;
}

#coml-page p, #error-page p {
  font-size: 12px;
  line-height: 150%;
  color: #333333;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#coml-page form, #error-page form {
  margin: 0px;
  padding: 0px;
}

#coml-page .send, #error-page .send {
  text-align: center;
  width: auto;
  margin-top: 15px;
  padding-top: 15px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #b2b165;
}

#coml-page .post, #error-page .post {
  background-color: #ffffff;
  padding: 15px;
  width: auto;
  margin-top: 10px;
}

#status_table table {
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: solid;
  border-top-color: #CCCCCC;
  border-left-color: #CCCCCC;
}

#status_table th {
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: none;
  background-color: #CCCCCC;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
}

#status_table td {
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: none;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
}

/* End USCES cart page style */
/*********************************************************************/
/* USCES Member page style */
#memberpages #memberinfo ul {
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 20px;
  list-style-position: outside;
}

#memberpages #memberinfo li {
  font-size: 12px;
  line-height: 24px;
  color: #333333;
  margin: 0px;
  padding: 0px;
}

#memberpages #memberinfo li strong {
  color: #cc0000;
}

#memberpages div.loginbox {
  margin-top: 50px;
  width: 220px;
  background-color: #F6F6F6;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #CCCCCC;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

#memberpages input.loginmail {
  line-height: 20px;
  width: 200px;
  padding-right: 5px;
  padding-left: 5px;
}

#memberpages input.loginpass {
  line-height: 20px;
  width: 200px;
  padding-right: 5px;
  padding-left: 5px;
}

#memberpages form {
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
}

#memberpages .loginbox p {
  font-size: 12px;
  line-height: 24px;
  color: #333333;
  margin: 0px;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#memberpages .loginbox p#nav {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 12px;
}

#memberinfo .history-area {
  overflow: auto;
  height: 700px;
}

#memberinfo table {
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-collapse: collapse;
  width: 100%;
}

#memberinfo table .num {
  font-size: 14px;
}

#memberinfo table .date {
  white-space: nowrap;
}

#memberinfo table .rightnum {
  font-size: 14px;
  text-align: right;
  padding-right: 5px;
  white-space: nowrap;
}

#memberinfo th {
  text-align: center;
  border: 1px solid #e6e6e6;
  background-color: #f8f8f8;
  font-size: 0.6em;
  line-height: 150%;
  font-weight: normal;
  color: #4e5020;
}

#memberinfo th.historyrow {
  color: #FFFFFF;
  background-color: #999999;
  vertical-align: middle;
}

#memberinfo th.cartrownum {
  font-size: 0.8em;
  vertical-align: middle;
  width: 38px;
}

#memberinfo th.thumbnail {
  font-size: 0.8em;
  vertical-align: middle;
  width: 60px;
}

#memberinfo th.productname {
  font-size: 0.8em;
  vertical-align: middle;
}

#memberinfo th.price {
  font-size: 0.8em;
  vertical-align: middle;
  width: 100px;
}

#memberinfo th.quantity {
  font-size: 0.8em;
  vertical-align: middle;
  width: 60px;
}

#memberinfo th.subtotal {
  font-size: 0.8em;
  vertical-align: middle;
  width: 100px;
}

#memberinfo td.cartrownum {
  font-size: 0.8em;
  vertical-align: middle;
}

#memberinfo td.thumbnail {
  font-size: 0.8em;
  vertical-align: middle;
}

#memberinfo td.productname {
  font-size: 0.8em;
  vertical-align: middle;
}

#memberinfo td.price {
  font-size: 0.8em;
  vertical-align: middle;
}

#memberinfo td.quantity {
  font-size: 0.8em;
  vertical-align: middle;
}

#memberinfo td.subtotal {
  font-size: 0.8em;
  vertical-align: middle;
}

#memberinfo td {
  line-height: 150%;
  color: #333333;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px solid #e6e6e6;
}

#memberinfo td.order_number {
  padding: 0;
  white-space: nowrap;
  font-size: 0.8em;
  text-align: center;
}

#memberinfo td.purchase_date {
  padding: 0;
  white-space: nowrap;
  font-size: 0.8em;
  text-align: center;
}

#memberinfo td.purchase_price {
  padding: 0;
  white-space: nowrap;
  font-size: 0.8em;
}

#memberinfo td.used_point {
  padding: 0;
  white-space: nowrap;
  font-size: 0.8em;
}

#memberinfo td.discount {
  padding: 0;
  white-space: nowrap;
  font-size: 0.8em;
}

#memberinfo td.shipping {
  padding: 0;
  white-space: nowrap;
  font-size: 0.8em;
}

#memberinfo td.cod {
  padding: 0;
  white-space: nowrap;
  font-size: 0.8em;
}

#memberinfo td.tax {
  padding: 0;
  white-space: nowrap;
  font-size: 0.8em;
}

#memberinfo td.get_point {
  padding: 0;
  white-space: nowrap;
  font-size: 0.8em;
}

#memberinfo td.retail {
  margin: 0px;
  padding: 0px;
}

#memberinfo .blank_cell {
  width: 3px;
  padding: 0;
}

#memberinfo h3 {
  font-size: 13px;
  line-height: 26px;
  font-weight: bold;
  color: #ffffff;
  background-color: #990000;
  text-indent: 10px;
  padding: 0px;
  height: 26px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #660000;
  float: none;
}

#memberinfo .send {
  text-align: center;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}

#memberinfo .customer_form input {
  width: 150px;
}

#memberinfo .customer_form input#zipcode {
  width: 100px;
}

#memberinfo .customer_form input#address1, #memberinfo .customer_form input#address2, #memberinfo .customer_form input#address3 {
  width: 250px;
}

#memberinfo .customer_form em {
  font-style: normal;
  color: #ff0000;
}

#newmember table {
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-collapse: collapse;
  width: 100%;
}

#newmember table .num {
  font-size: 14px;
}

#newmember table .rightnum {
  font-size: 14px;
  text-align: right;
  padding-right: 5px;
}

#newmember th {
  text-align: left;
  padding: 5px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #e6e6e6;
  background-color: #f8f8f8;
  font-size: 12px;
  line-height: 150%;
  font-weight: bold;
  color: #4e5020;
  width: 100px;
}

#newmember td {
  font-size: 12px;
  line-height: 150%;
  color: #333333;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px solid #e6e6e6;
}

#newmember .send {
  text-align: center;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}

#newmember .customer_form input {
  width: 120px;
}

#newmember .customer_form input#zipcode {
  width: 100px;
}

#newmember .customer_form input#mailaddress1,
#newmember .customer_form input#mailaddress2,
#newmember .customer_form input#address1,
#newmember .customer_form input#address2,
#newmember .customer_form input#address3 {
  width: 200px;
}

#newmember .customer_form em {
  font-style: normal;
  color: #ff0000;
}

table.retail td,
#retail_table td {
  white-space: normal;
  word-break: break-all;
}

#newmember .agree_member_area,
#customer-info .agree_member_area {
  margin: 20px;
}

#newmember .at_exp_text,
#customer-info .at_exp_text {
  text-align: left;
  width: 90%;
  margin: auto;
}

#newmember .at_cont_text,
#customer-info .at_cont_text {
  height: 200px;
  width: 80%;
  display: block;
  margin: 10px auto;
}

#newmember .at_check_area,
#customer-info .at_check_area {
  text-align: center;
  font-size: 1.5em;
}

/* End USCES Member page style */
/*********************************************************************/
/* USCES Search page style */
#searchbox {
  margin: 0px;
  padding: 0px;
}

#searchbox div.field {
  padding: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

#searchbox label.outlabel {
  padding: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-weight: bold;
}

#searchbox fieldset {
  padding: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  clear: both;
}

#searchbox legend {
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 12px;
  color: #333333;
}

#searchbox fieldset ul {
  margin: 0px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

#searchbox fieldset li {
  margin: 0px;
  float: left;
  height: 40px;
  width: 200px;
  list-style-type: none;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

#searchbox .title {
  font-size: 1.2em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: bold;
  color: #666666;
  line-height: 26px;
  display: block;
  height: 26px;
  border-bottom-width: 1px;
  border-left-width: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #999999;
  border-left-color: #999999;
  margin-top: 40px;
}

#searchbox .itemtitle {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0px;
}

#searchbox .itemlist {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
}

/* End USCES Search page style */
/************************************************************************************/
/* widget */
ul.ucart_featured_body li,
ul.ucart_calendar_body li,
ul.ucart_search_body li,
.widget_ucart_calendar ul.ucart_widget_body li,
.sidebar .widget_ucart_calendar ul.ucart_widget_body li,
#sidebar .widget_ucart_calendar ul.ucart_widget_body li,
.widget_ucart_search ul.ucart_widget_body li,
.sidebar .widget_ucart_search ul.ucart_widget_body li,
#sidebar .widget_ucart_search ul.ucart_widget_body li,
.widget_ucart_featured ul.ucart_widget_body li,
.sidebar .widget_ucart_featured ul.ucart_widget_body li,
#sidebar .widget_ucart_featured ul.ucart_widget_body li {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  margin-left: 0px;
  list-style-image: none;
  background-image: none;
  text-indent: 0px;
  padding-left: 0px;
  margin-bottom: 10px;
}

ul.ucart_featured_body,
.widget_ucart_featured ul.ucart_widget_body,
.sidebar .widget_ucart_featured ul.ucart_widget_body,
#sidebar .widget_ucart_featured ul.ucart_widget_body {
  padding: 18px 10px 10px 10px;
  text-align: center;
}

ul.ucart_featured_body .thumimg,
.widget_ucart_featured .thumimg,
.sidebar .widget_ucart_featured .thumimg,
#sidebar .widget_ucart_featured .thumimg {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}

ul.ucart_featured_body .thumtitle a,
.widget_ucart_featured .thumtitle a,
.sidebar .widget_ucart_featured .thumtitle a,
#sidebar .widget_ucart_featured .thumtitle a {
  white-space: normal;
  word-break: break-all;
}

.widget_ucart_calendar ul.ucart_widget_body table,
.sidebar .widget_ucart_calendar ul.ucart_widget_body table,
#sidebar .widget_ucart_calendar ul.ucart_widget_body table {
  width: 100%;
}

.widget_welcart_post p {
  margin-top: 0px;
  margin-bottom: 3px;
  line-height: 1.1em;
}

/* End widget style */
/************************************************************************************/
/* catbox */
.catbox .post .itemlist {
  border-bottom: 1px dashed #CCCCCC;
  padding-top: 10px;
  padding-bottom: 10px;
}

.catbox .post .entry {
  border-bottom: 1px dashed #CCCCCC;
  padding-top: 10px;
  padding-bottom: 10px;
}

.businessday {
  background-color: #FFECCE;
  color: #ff0000;
}

.businesstoday {
  color: #000000;
  font-weight: bold;
}

/************************************************************************************/
/* liwpp */
.liwpp_area {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

/************************************************************************************/
/* postal code address search */
#newmember .customer_form input#search_zipcode,
#memberinfo .customer_form input#search_zipcode {
  margin-left: 3px;
  width: auto;
}

#customer-info .customer_form input#search_zipcode,
#delivery-info #delivery_table input#search_zipcode {
  width: auto;
}

#cart h3 {
  margin: 0.5em 0 0 0;
}

#cart .upbutton {
  text-align: right;
  padding-right: 20px;
  padding-bottom: 16px;
  font-size: 13px;
}

#cart .upbutton .upbutton_text{
  margin-bottom: 10px;
}


#cart table {
  width: 100%;
  border: 0 !important;
  border-collapse: collapse !important;
}

#cart td {
  border: 0 !important;
}

#cart th {
  background: white !important;
  color: black !important;
  font-weight: bold !important;
  border: 0 !important;
}

#cart thead tr {
  border-top: 2px gray solid;
  border-bottom: 1px gray solid;
}

#cart tbody tr:nth-child(2n) {
  border-bottom: 1px gray dotted;
}

#cart tfoot tr {
  border-top: 1px gray solid;
  border-bottom: 2px gray solid;
}

#cart .to_customerinfo_button, #cart .continue_shopping_button {
  display: inline-block;
  width: 8em;
}

#inside-cart .send {
  border: 0 !important;
}

.usccart_navi ol.ucart {
  position: relative;
  list-style: none;
  margin: 1em 0;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}

.usccart_navi ol.ucart li.ucart {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.usccart_navi ol.ucart li.ucart span{
  position: relative;
  left: -12px;
  z-index: 1;
}

@media (max-width: 767px) {
  .usccart_navi ol.ucart li.ucart {
    width: 50%;
  }

  .usccart_navi ol.ucart li.ucart:before, .usccart_navi ol.ucart li.ucart:after {
    position: absolute;
    right: -15px;
    display: block;
    content: '';
    background-color: #fff;
    border-left: 4px solid #FFF;
    width: 20px;
    height: 20px;
  }

  .usccart_navi ol.ucart li.ucart:after {
    top: 0;
    -webkit-transform: skew(30deg);
            transform: skew(30deg);
  }

  .usccart_navi ol.ucart li.ucart:before {
    bottom: 0;
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);
  }

  .usccart_navi ol.ucart li.ucart span{
    left: 0;
  }
}

@media (min-width: 768px){
  .usccart_navi ol.ucart li.ucart:before, .usccart_navi ol.ucart li.ucart:after {
    position: absolute;
    left: -15px;
    display: block;
    content: '';
    background-color: #eee;
    border-left: 4px solid #FFF;
    width: 20px;
    height: 20px;
  }

  .usccart_navi ol.ucart li.ucart:after {
    top: 0;
    -webkit-transform: skew(30deg);
            transform: skew(30deg);
  }

  .usccart_navi ol.ucart li.ucart:before {
    bottom: 0;
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);
  }

  .usccart_navi ol.ucart li.ucart:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .usccart_navi ol.ucart li.ucart:first-child:before, .usccart_navi ol.ucart li.ucart:first-child:after {
    content: none;
  }
  .usccart_navi ol.ucart li.ucart.usccart_cart:before,
  .usccart_navi ol.ucart li.ucart.usccart_cart:after,
  .usccart_navi ol.ucart li.ucart.usccart_customer:before,
  .usccart_navi ol.ucart li.ucart.usccart_customer:after,
  .usccart_navi ol.ucart li.ucart.usccart_delivery:before,
  .usccart_navi ol.ucart li.ucart.usccart_delivery:after,
  .usccart_navi ol.ucart li.ucart.usccart_confirm:before,
  .usccart_navi ol.ucart li.ucart.usccart_confirm:after {
    background-color: #fad335;
  }
}

.usccart_navi ol.ucart li.ucart:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.usccart_navi ol.ucart li.ucart.usccart_cart,
.usccart_navi ol.ucart li.ucart.usccart_customer,
.usccart_navi ol.ucart li.ucart.usccart_delivery,
.usccart_navi ol.ucart li.ucart.usccart_confirm {
  color: #000;
  background-color: #fad335;
}



/* 買い物を続ける&決済へ進むボタンの調整 */
input.to_customerinfo_button {
  padding: 10px 20px;
  background-color: #08A100;
  border: none;
  color: white;
  font-size: 16px;
  border-radius: 5px;
}

input.to_customerinfo_button:hover {
  background-color: #FAD335;
}

input#previouscart {
  padding: 10px 20px;
  background-color: #08A100;
  border: none;
  color: white;
  font-size: 16px;
  border-radius: 5px;
}

input#previouscart:hover {
  background-color: #FAD335;
}

aside {
  font-size: 14px;
}

aside .btn {
  width: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9bb33), to(#ed7d00));
  background: linear-gradient(to bottom, #f9bb33, #ed7d00);
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: -1px;
  display: block;
  text-align: center;
  padding: 4px 0;
  margin: 8px auto 8px auto;
  color: #fff;
  ???border: solid #FFAE00 1px;
  border-radius: 6px;
  -webkit-box-shadow: 3px 3px 2px #999;
          box-shadow: 3px 3px 2px #999;
  ???cursor: pointer;
}

aside .btn:hover {
  opacity: 0.75;
}

aside ul.ucart_featured_body .thumimg {
  position: relative;
}

aside ul.ucart_featured_body .thumimg .phrase {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/wp/wp-content/uploads/2017/09/catch-red.png);
}

aside ul.ucart_featured_body .thumimg .phrase span.text {
  display: relative;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
  width: 146px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}

aside ul.ucart_featured_body .thumimg img {
  width: 146px;
  height: auto;
}

@media (max-width: 767px) {
  aside ul.ucart_featured_body li {
    height: 288px;
    display: table-cell;
    vertical-align: top;
  }
  aside ul.ucart_featured_body .alert {
    font-size: 12px;
    padding: 2px 4px;
  }
}

@media (max-width: 767px) {
  aside .btn {
    max-width: 90%;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

aside a.farm {
  text-decoration: none;
}

aside a.farm p {
  text-align: center;
  text-decoration: none;
  letter-spacing: -1px;
  color: black;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", serif;
}

aside a.farm p em {
  font-style: normal;
  font-weight: 500;
}

aside a.farm p small {
  font-size: 13px;
}

aside > ul > li {
  border-bottom: 1px gray dotted;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

aside > ul > li:last-child {
  border-bottom: 0;
}

li.widget_farm_legaldocs_banner_widget {
  padding-bottom: 0;
}
aside ul#legaldocs {
  margin: 0 12px;
}

aside ul#legaldocs > li {
  list-style: none;
}
aside ul#legaldocs > li a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: 0 0 10px;
	padding: 8px 0 6px;
	font-weight: bold;
	border: 0px solid #f39b18;
	background: #f39b18;
	color: #fff;
	border-radius: 5px;
	transition: 0.1s;
}
aside ul#legaldocs > li:last-child  a{
	margin: 0 0 0;
}
aside ul#legaldocs > li a:hover {
	opacity: 0.7;
}
aside p {
  margin: 0;
}

aside table.usces_calendar {
  width: 100%;
  margin-bottom: 16px;
}

aside table.usces_calendar th {
  text-align: center;
}

aside table.usces_calendar td {
  padding: 0 4px;
  text-align: right;
}

aside table.usces_calendar caption {
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0;
}

aside .alert {
  background: red;
  padding: 2px 8px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  margin: 4px auto;
}

@media (max-width: 767px) {
  #sidebar_sm_bottom {
    display: block;
  }
  #sidebar_pc {
    display: none;
  }
  article.post-46 + aside li.widget_farm_product_list_widget, article.post-267 + aside li.widget_farm_product_list_widget {
    display: none;
  }
  aside ul {
    font-size: 0;
  }
  aside ul li {
    width: 50%;
    display: inline-block;
    font-size: 14px;
  }
  aside ul li.widget_custom_html {
    width: 100%;
	text-align:center;
  }
  aside ul li.widget_custom_html a img {
    width: 70%;
  }
  aside ul li.widget_farm_welcome_banner_widget, aside ul li.widget_farm_product_list_widget, aside ul li.widget_welcart_calendar {
    width: 100%;
  }
  aside ul.ucart_featured_body, aside ul.ucart_calendar_body {
    font-size: 0;
  }
  aside ul.ucart_featured_body li, aside ul.ucart_calendar_body li {
    width: 50%;
    font-size: 14px;
    display: inline-block;
  }
  aside ul.ucart_calendar_body {
    font-size: 0;
  }
  aside ul.ucart_calendar_body li {
    width: 100%;
    font-size: 0px;
  }
  aside ul.ucart_calendar_body li div.this-month,
  aside ul.ucart_calendar_body li div.next-month {
    width: 50%;
    display: inline-block;
	vertical-align: top;
  }
  aside ul.ucart_calendar_body li table.usces_calendar {
    font-size: 14px;
    width: 100%;
    display: inline-block;
  }
  aside .widget_farm_legaldocs_banner_widget li {
    display: list-item;
    list-style: disc;
    width: 100%;
    margin-top: 6px;
  }
  aside .widget_farm_welcome_banner_widget {
    position: relative;
  }
  aside .widget_farm_welcome_banner_widget img {
    width: 50%;
    height: auto;
  }
  aside .widget_farm_welcome_banner_widget p {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 8px;
  }
}

@media (min-width: 768px) {
  #sidebar_sm_bottom {
    display: none;
  }
  #sidebar_pc {
    display: block;
  }
}

footer {
  margin: 16px 48px 16px 32px;
  padding: 0;
  width: 536px;
}

footer section {
  font-family: "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-size: 12px;
  background: #fdedaf;
  border-radius: 8px;
  padding: 16px 16px;
  margin: 12px 0;
  width: 480px;
  display: block;
  position: relative;
}

footer section p {
  margin: 4px 4px 4px 16px;
}

footer section p.note {
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 1em;
}

footer section p.small {
  font-size: 10px;
}

footer section em {
  color: #7b3f01;
  font-style: normal;
  font-weight: bold;
}

footer section h3 {
  margin: 4px 8px 2px 8px;
  padding: 0;
}

footer section ul {
  margin: 0 12px;
  padding: 0 16px;
}

footer section li {
  line-height: 1.3em;
}

footer #order-banner .banner {
  margin: 0 16px;
}

footer #order-banner p {
  width: 448px;
  font-size: 12px;
  margin: 0px 12px 8px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 480px) {
  footer #order-banner p {
    width: 100%;
  }
}

footer #order-banner p.announce {
  font-size: 16px;
  color: #e9932a;
  text-align: center;
  font-weight: bold;
  margin: 16px 32px 4px 32px;
}

footer section#shipping .badge {
  position: absolute;
  right: 22px;
  top: 18px;
}

footer section#shipping p.small + table {
  margin-top: 12px;
}

footer section#order-steps {
  background-image: url("/wp/wp-content/uploads/2017/03/order-steps0.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-bottom: 96px;
}

footer section#order-steps .badge {
  position: absolute;
  right: 22px;
  top: 14px;
}

footer h2:before {
  font-size: 16px;
  color: white;
  content: "●";
}

footer h2 {
  background: #7b3f01;
  padding: 4px 10px 2px 10px;
  margin: 8px 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1px;
  color: white;
}

@media (max-width: 767px) {
  footer {
    width: 100%;
    max-width: 536px;
    margin: 32px 0px;
  }
  footer .banner img {
    width: 100%;
    max-width: 480px;
    height: auto;
  }
  footer section {
    width: 100%;
    padding: 0;
  }
  footer section .box {
    padding: 16px 16px;
  }
}

@media (max-width: 767px) {
  footer #order-banner {
    width: 100%;
  }
  footer #order-banner p, footer #order-banner p.announce {
    width: 100%;
    margin: 0 auto;
    padding: 0 8px;
  }
  footer #sitemap ul {
    width: 100%;
    max-width: 480px;
  }
}

#backToTop:before {
  content: "▲ ";
}

#backToTop {
  font-size: 14px;
  text-align: right;
  padding: 0 16px 12px 0;
  border-bottom: dotted gray 1px;
  margin: 48px 0 8px 0;
}

#sitemap {
  border-bottom: dotted gray 1px;
}

#sitemap ul {
  width: 480px;
}

#sitemap li {
  display: inline-block;
  width: 224px;
  min-width: 224px;
  font-size: 12px;
  margin: 1px 0;
  padding: 0;
}

#sitemap li:before {
  content: "・";
}

#copyright {
  margin-top: 16px;
  padding-bottom: 32px;
  font-size: 12px;
}

table.shipping {
  table-layout: fixed;
  width: 448px;
  margin: 8px 16px;
}

table.shipping tbody tr {
  width: 448px;
  padding: 0;
  margin: 0;
}

table.shipping tbody tr td {
  padding: 0;
  margin: 0;
  line-height: 1.2em;
}

table.shipping tbody tr td:nth-of-type(1) {
  width: 388px;
  overflow: hidden;
  white-space: nowrap;
}

table.shipping tbody tr td:nth-of-type(1):after {
  overflow: hidden;
  white-space: nowrap;
  content: "………………………………………………………………………………………………………………";
}

table.shipping tbody tr td:nth-of-type(2) {
  width: 60px;
  text-align: right;
}

@media (max-width: 767px) {
  table.shipping {
    width: 100%;
    margin: 0;
  }
  table.shipping tbody tr {
    width: 100%;
  }
  table.shipping tbody tr td:nth-of-type(1) {
    width: 84%;
  }
}

@media (max-width: 767px) and (max-width: 480px) {
  table.shipping tbody tr td:nth-of-type(1) {
    font-size: 9px;
  }
  table.shipping tbody tr td:nth-of-type(1) .area {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  table.shipping tbody tr td:nth-of-type(2) {
    width: 16%;
    vertical-align: bottom;
  }
}

@media (max-width: 767px) {
  img.responsive {
    width: 100%;
    height: auto;
  }
  img.max-480 {
    max-width: 480px;
  }
  img.sp70 {
    max-width: 70%;
  }
}

a {
  border: 0;
  text-decoration: none;
  cursor: pointer;
}

a:link, a:visited {
  color: #08a100;
  text-decoration: underline;
}

a:hover {
  opacity: 0.75;
}

aside figure {
  margin: 0;
}

aside li {
  list-style: none;
}

aside ul {
  padding: 0;
}

hr {
  border: 0;
  border-bottom: 1px gray dotted;
  margin: 2em 0;
}

p {
  line-height: 1.6em;
}

p.catch {
  text-align: center;
  font-size: 16px;
  color: #367614;
  font-weight: bold;
}

p.note {
  padding-left: 1.5em;
}

p.note + p.note {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

p.note:before {
  content: "※ ";
}

.image-left img {
  float: left;
  padding-right: 16px;
}

.image-left:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.image-right img {
  float: right;
  padding-left: 16px;
}

.image-right:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.send input.kuroneko_button {
  width: 400px;
  height: 80px;
  background: url(images/web-collect-button.png) left top no-repeat;
  border: 1px solid black;
  border-radius: 8px;
  margin: 64px 0;
}

.send input.kuroneko_pay_button {
  width: 400px;
  height: 80px;
  background: url(images/kuroneko-pay-button.png) left top no-repeat;
  border: 1px solid black;
  border-radius: 8px;
  margin: 64px 0;
}
.send input.kuroneko_convini_button {
width:402px;
height:181px;
background: url(images/convini-online-button_new.png) left top no-repeat;
border: 0px solid black;
border-radius: 0px;
margin: 20px 0 60px;
cursor: pointer;
}

.send input.kuroneko_button:hover {
  opacity: 0.75;
}

.fresh {
  display: inline-block;
  position: absolute;
  top: -4px;
  border: 1px #7a3f00 solid;
  padding: 4px;
  font-weight: bold;
  font-size: 14px;
}

@media (max-width: 480px) {
  .fresh {
    font-size: 12px;
    padding: 2px 4px;
  }
}
/*# sourceMappingURL=style.css.map */



/*TOPページスライドアクション*/
  .flex {
    width: 460px;
    margin: 0 auto;
	position: relative;
  }
  .voice_box {
    width: 388px;
	height:274px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
  }
  .voice_midashi {
    font-size: 18px;
	line-height: 1.6;
    font-weight: bold;
    color: #b75f01;
    border-bottom: 2px solid #ddd;
    position: relative;
    padding-bottom: 10px;
    text-align: left;
    overflow: hidden;
    padding-right: 100px;
    margin-top: 0;
    min-height:80px;
  }
  .voice_midashi img {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
  }
  .voice_txt {
    font-size: 15px;
    color: black;
    line-height: 1.6;
    text-align: justify;
    margin:1rem 0 0;
  }
  .voice_name {
    font-size: 14px;
    color: black;
    line-height: 1.6;
    text-align: right;
    margin:0.5rem 0 0;
  }
.flex-direction-nav a:before {
 ? ?display:none !important;
}
.flex-direction-nav a.flex-prev {
    background: url(/wp/wp-content/themes/kanda-farm/voice_slide/prev.png) no-repeat;
    background-size:20px;
}
.flex-direction-nav a.flex-next {
    background: url(/wp/wp-content/themes/kanda-farm/voice_slide/next.png) no-repeat;
    background-size:20px;
}
.flex-direction-nav {
    position: absolute;
    top: 50%;
    width: 580px;
    margin: 0 0 0 -50px !important;
}
.flex-viewport {
	padding:10px 0;
}

@media (max-width: 767px) {
  .flex {
    width: 94%;
    margin: 0 auto;
	position: relative;
  }
  .voice_box {
    width: 90%;
	height:auto;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
  }
  .voice_midashi {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #b75f01;
    border-bottom: 2px solid #ddd;
    position: relative;
    padding-bottom: 10px;
    text-align: left;
    overflow: hidden;
    padding-right:60px;
    margin-top: 0;
    min-height:60px;
  }
  .voice_midashi img {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
  }
  .voice_txt {
    font-size: 14px;
    color: black;
    line-height: 1.5;
    text-align: justify;
    margin:1rem 0 0;
  }
  .voice_name {
    font-size: 12px;
    color: black;
    line-height: 1.5;
    text-align: right;
    margin:0.5rem 0 0;
  }

.flex-direction-nav a.flex-prev {
    background: url(/wp/wp-content/themes/kanda-farm/voice_slide/prev.png) no-repeat;
    background-size:20px;
}
.flex-direction-nav a.flex-next {
    background: url(/wp/wp-content/themes/kanda-farm/voice_slide/next.png) no-repeat;
    background-size:20px;
}
.flex-direction-nav {
    top: 50%;
	width:100vw;
 ? ?margin: 0 auto !important;
}
.flex-direction-nav .flex-prev {
    left: 25px !important;
}
.flex-direction-nav .flex-next {
    right: -10px !important;
}
}
