@charset "UTF-8";
/*
  CSS Gridを使用しています。
  IE11対応必要なうちは、AutoprefixerでIE11対応およびブラウザチェックを必ず行って下さい
*/
/*
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  background-color: #fff;
  margin: 0;
  padding: 1em
}
*/
/*
html {
  body {
    #page.ccm-page {
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 1em 0 0.5em 0;
  padding: 0;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.1em;
}

h4,
h5,
h6 {
  font-size: 1em;
}

p {
  margin: 0.5em 0 0.5em 0;
  line-height: 1.25em;
}

a {
  color: #0000a0;
  text-decoration: underline;
}

a:hover {
  color: #00f;
  text-decoration: underline;
  cursor: pointer;
}

a img {
  border: none;
}

pre,
code {
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
}

pre {
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  margin: 1em 0 1em 0;
  padding: 0.2em;
}

table {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

th,
td {
  padding: 0;
}

table.list {
  width: 100%;
  margin: 1em 0 1em 0;
}

table.list th,
table.list td {
  padding: 0.25em 0.5em 0.25em 0.5em;
  text-align: left;
  vertical-align: top;
}

table.list th {
  font-weight: bold;
  background-color: #f0f0f0;
}

table.list td {
  font-weight: normal;
}

tr.bglight {
  background-color: #fcfcfc;
}

tr.bgdark {
  background-color: #f8f8f8;
}

ul,
ol {
  padding: 0;
  margin: 0.75em 0 1em 2.5em;
}

ul ul,
ol ul {
  margin: 0.3em 0 0.5em 1.3em;
}

ul ol,
ol ol {
  margin: 0.3em 0 0.5em 1.9em;
}

ul,
ul ul {
  list-style-type: disc;
}

li {
  margin: 0 0 0.3em 0;
  padding: 0;
  line-height: 1.25em;
}

dl {
  padding: 0;
  margin: 0.25em 0 0.25em 0;
}

dt,
dd {
  font-style: normal;
  margin: 0 0 0.25em 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1em 0.5em 2.5em;
}

form {
  padding: 0;
  margin: 0;
}

label {
  font-weight: bold;
  padding-right: 0.5em;
  display: block;
}

textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

input.box,
textarea.box {
  width: 98%;
}

input.halfbox,
textarea.halfbox {
  width: 47%;
}

optgroup {
  font-weight: bold;
  font-style: normal;
}

input.button {
  font-weight: normal;
  margin: 1em 1em 0 0;
}

input.button-default {
  font-weight: bold;
}

div.block {
  margin: 0.5em 0 0.5em 0;
  padding: 0;
  clear: both;
}

div.block div.element,
div.buttonblock div.element {
  padding-right: 1em;
  float: left;
}

div.block div.left {
  width: 48%;
  text-align: left;
  float: left;
  clear: left;
}

div.block div.right {
  width: 48%;
  text-align: right;
  float: right;
  clear: right;
}

div.break {
  clear: both;
}

div.message-feedback,
div.message-warning,
div.message-error {
  padding: 0.1em 0.5em 0.5em 0.5em;
}

div.message-feedback {
  background-color: #f0fff0;
}

div.message-warning {
  background-color: #ffffe0;
}

div.message-error {
  background-color: #fff0f0;
}

div.pagenavigator {
  text-align: center;
}

div.pagenavigator span.previous {
  float: left;
}

div.pagenavigator span.next {
  float: right;
}

.small {
  font-size: 85%;
}

.hide {
  display: none;
}

div.imageleft,
div.imageright,
div.faxtboxleft,
div.faxtboxright,
div.leftobject,
div.rightobject {
  margin-top: 0.3em;
  margin-bottom: 0.1em;
  display: inline;
}

div.imagecenter,
div.factboxcenter,
div.centerobject {
  width: 100%;
  margin-top: 0.3em;
  margin-bottom: 0.1em;
  display: block;
}

div.imagecenter {
  text-align: center;
}

div.factboxcenter {
  text-align: left;
}

div.imageleft,
div.factboxleft,
div.leftobject {
  float: left;
  padding-right: 0.5em;
}

div.imageright,
div.factboxright,
div.rightobject {
  float: right;
  padding-right: 0.5em;
}

div.faxtboxleft,
div.faxtboxright {
  background-color: #f0f0f0;
}

div.imageleft p.picturetext,
div.imageright p.picturetext,
div.imagecenter p.picturetext,
p.factbox {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

div.imageleft p.picturetext,
div.imageright p.picturetext,
span.picturetext,
p.factbox {
  background-color: #f0f0f0;
}

div.oe-window {
  clear: both;
}

span.spamfilter {
  display: none;
}

td.debugheader {
  background-color: #eee;
  border-top: 1px solid #444488;
  border-bottom: 1px solid #444488;
  font-size: 0.9em;
  font-family: Arial, Helvetica, sans-serif;
}

pre.debugtransaction {
  background-color: #f8f6d8;
}

p.comment {
  background-color: #ff0;
  font-weight: bold;
  padding: 4px;
  margin: 4px;
  border: 2px dashed;
  display: block;
}

td.ezsetup_header {
  background-color: #eee;
  border-top: 1px solid #444488;
  border-bottom: 1px solid #444488;
  font-size: 120%;
  font-family: Arial, Helvetica, sans-serif;
}

td.ezsetup_req {
  font-size: 80%;
  font-family: Arial, Helvetica, sans-serif;
}

.ezsetup_critical {
  background-color: #eee;
  border-top: 1px solid #444488;
  border-bottom: 1px solid #444488;
  font-size: 120%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #F00;
}

.ezsetup_uncritical {
  background-color: #eee;
  border-top: 1px solid #444488;
  border-bottom: 1px solid #444488;
  font-size: 120%;
  font-family: Arial, Helvetica, sans-serif;
  color: #E2A31D;
}

.ezsetup_pass {
  background-color: #eee;
  border-top: 1px solid #444488;
  border-bottom: 1px solid #444488;
  font-size: 120%;
  font-family: Arial, Helvetica, sans-serif;
  color: #00B500;
}

div.debug-toolbar label {
  font-weight: normal;
}

#debug {
  text-align: left;
  border-top: 1px dashed black;
  padding: 0.3em;
  background-color: #fff;
}

#debug table {
  border-collapse: collapse;
}

#timingpoints,
#timeaccumulators,
#debug_resources,
#debug_includes,
#debug table.debug_resource_usage {
  border: 1px dashed black;
}

#debug table tr.group td {
  padding-top: 0.7em;
  font-size: 0.95em;
}

#debug table tr.group td:first-child {
  padding-left: 0.2em;
  font-size: 1em;
}

#debug table tr.data td {
  background-color: #fff;
  border-top: 1px solid #444488;
  border-bottom: 1px solid #444488;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95em;
}

#debug table tr.data:nth-child(odd) td {
  background-color: #eee;
}

#debug table + h2,
#debug table + h3 {
  margin-top: 1em;
}

#debug table.debug_resource_usage th + th,
#debug table.debug_resource_usage td + td,
table#timeaccumulators th + th,
table#timeaccumulators td + td,
table#timingpoints th + th,
table#timingpoints td + td,
table#debug_resources td,
table#debug_includes td {
  padding: 0.25em 0.5em 0.25em 0.5em;
}

#debug th {
  text-align: left;
}

#debug span.debuginfo:after {
  border: 2px solid #23a4f5;
  border-radius: 10px;
  color: #23a4f5;
  height: 10px;
  width: 10px;
  line-height: 10px;
  font-size: 10px;
  content: "i";
  margin-left: 5px;
  padding: 0 5px 0 5px;
  opacity: 0.6;
}

#debug span.debuginfo:hover:after {
  opacity: 1;
}

#templateusage tr.data td:first-child,
#templateusage tr.data td:nth-child(n+5) {
  text-align: center;
}

#debug tr.notice td.debugheader span {
  color: green;
}

#debug tr.warning td.debugheader span {
  color: orange;
}

#debug tr.error td.debugheader span {
  color: red;
}

#debug tr.debug td.debugheader span {
  color: brown;
}

#debug tr.timing td.debugheader span {
  color: blue;
}

#debug tr.strict td.debugheader span {
  color: purple;
}

div#ezwt {
  margin: 0;
  width: 100%;
  position: relative;
}

body.floating-wt div#ezwt {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

body.floating-wt div#ezwt:hover {
  opacity: 1;
}

div#ezwt-content {
  padding: 4px 70px;
  text-align: center;
  background: transparent url(../img/ezdemo_site/dark_back.png) repeat left top;
}

body.floating-wt div#ezwt-content {
  border-bottom: 1px solid #44484d;
}

div#ezwt div.ezwt-actiongroup {
  display: inline-block;
  vertical-align: top;
  padding: 1px 4px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  min-height: 28px;
}

div#ezwt div.ezwt-actiongroup:hover {
  border: 4px solid #567975;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

body.ie6 div#ezwt div.ezwt-actiongroup,
body.ie7 div#ezwt div.ezwt-actiongroup {
  display: inline;
  clear: none;
}

div#ezwt-ooaction {
  background-image: url(../img/ezdemo_site/ezwt-oo-logo.png);
  background-position: 2px 5px;
  background-repeat: no-repeat;
  padding-left: 67px !important;
}

div#ezwt-ezlogo {
  position: absolute;
  top: 10px;
  left: 10px;
}

div#ezwt-help {
  position: absolute;
  top: 14px;
  right: 15px;
}

div#ezwt-help a {
  font-weight: bold;
  color: #b7b7b7;
  padding: 0 2px 0 2px;
  text-decoration: none;
  display: block;
}

div#ezwt-help a:hover {
  color: #ffe9bd;
}

div#ezwt form {
  margin: 0 auto 0 auto;
  padding: 0;
  display: inline;
}

div#ezwt select,
div#ezwt input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85em;
}

div#ezwt select {
  color: #4a5054;
  border: 1px solid #ccd2d6;
  border-color: #abb1b5 #dbe1e5 #dbe1e5 #abb1b5;
  margin: 3px 0 0 0;
  height: 25px;
  vertical-align: top;
}

div#ezwt input {
  margin: 1px 0 0 0;
}

div#ezwt input.button,
div#ezwt input.defaultbutton,
div#ezwt input.button-disabled {
  color: #b7b7b7;
  vertical-align: top;
  margin: 2px 0 3px 0;
  border: 1px solid #3a3d41;
  -moz-box-shadow: inset 1px 1px #6f6e6b, 1px 1px #6f6e6b;
  -webkit-box-shadow: inset 1px 1px #6f6e6b, 1px 1px #6f6e6b;
  box-shadow: inset 1px 1px #6f6e6b, 1px 1px #6f6e6b;
  text-shadow: none;
  padding: 2px 7px;
  background: transparent;
}

div#ezwt input.defaultbutton[name=PublishButton] {
  background-color: #567975;
  color: #f5f3dd;
}

div#ezwt input.button:hover,
div#ezwt input.defaultbutton:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffe9bd;
}

div#ezwt input.button:active,
div#ezwt input.defaultbutton:active {
  background-color: rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px #000;
  -webkit-box-shadow: inset 0 0 3px #000;
  box-shadow: inset 0 0 3px #000;
  color: #ff8300;
}

div#ezwt input.defaultbutton[name=PublishButton]:hover {
  background-color: #425c59;
  color: #f5f3dd;
}

div#ezwt input.ezwt-input-image,
div#ezwt div.ezwt-actiongroup a img {
  margin: 2px 0 -3px 0;
  border: 1px solid #3a3d41;
  -moz-box-shadow: inset 1px 1px #6f6e6b, 1px 1px #6f6e6b;
  -webkit-box-shadow: inset 1px 1px #6f6e6b, 1px 1px #6f6e6b;
  box-shadow: inset 1px 1px #6f6e6b, 1px 1px #6f6e6b;
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

div#ezwt input.ezwt-input-image:hover,
div#ezwt div.ezwt-actiongroup a:hover img {
  background-color: rgba(0, 0, 0, 0.2);
}

div#ezwt input.ezwt-input-image:active,
div#ezwt div.ezwt-actiongroup a:active img {
  background-color: rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px #000;
  -webkit-box-shadow: inset 0 0 3px #000;
  box-shadow: inset 0 0 3px #000;
}

div#ezwt .disabled,
div#ezwt input.button-disabled,
div#ezwt input.ezwt-input-image.disabled,
div#ezwt select.disabled {
  background: transparent url(../img/ezdemo_site/diagonal_pattern.png) repeat center left;
  border-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

table#ezwt-sort-list tr.ezwt-sort-drag-handler {
  cursor: move;
}

.hide {
  display: none;
}

.float-break {
  height: 1%;
}

.float-break:after {
  content: "-";
  height: 0;
  font-size: 0;
  visibility: hidden;
  display: block;
  clear: both;
}

div.content-search.ezdemo-design h2.results-displayed,
div.content-search.ezdemo-design a.results-displayed {
  display: inline-block;
}

div.content-search.ezdemo-design fieldset div.well {
  width: 65%;
}

div.content-search.ezdemo-design div.feedback {
  margin-bottom: 20px;
}

div#search_controls {
  float: left;
  margin-right: 1%;
  width: 25%;
}

div#search_results {
  float: left;
  width: 73%;
  padding-left: 5px;
}

ul#facet-list {
  margin-left: 0;
}

ul#active-facets-list {
  margin-left: -15px;
}

ul#active-facets-list li {
  list-style-type: none;
  list-style: none;
  background-image: none;
}

div.content-search.ezdemo-design ul#active-facets-list li a span.remover {
  font-size: 1.2em;
  padding-right: 3px;
  font-weight: bold;
}

div.content-search.ezdemo-design ul#active-facets-list li a.clear-all {
  margin-top: 15px;
}

div.content-search.ezdemo-design ul#facet-list li ul span.facet-name,
div.content-search.ezdemo-design ul#facet-list li ul span.facet-count {
  color: inherit;
}

div.content-search.ezdemo-design ul#facet-list li ul span.facet-name {
  font-weight: inherit;
  text-shadow: none;
}

div.ajax-search-spellcheck {
  margin-top: 3px;
  margin-bottom: 7px;
  font-style: italic;
  padding-bottom: 3px;
  padding-left: 2px;
}

div.ajax-search-facets {
  margin-top: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border: 1px solid #F0F0F0;
  font-size: 90%;
  filter: "alpha(opacity=0)";
  opacity: 0;
}

/*
    }
  }
}
*/
html {
  min-width: 100%;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*hover*/
/*グラデーション*/
/* ------------------------------
 Concrete CMSの編集画面CSSへの干渉を防ぐための記述
------------------------------ */
html body #page.ccm-page ::after, html body #page.ccm-page ::before {
  box-sizing: content-box;
}

.ccm-area-footer-handle * + * {
  margin-top: 0 !important;
}

html.ccm-toolbar-visible:has(body.product.download_pn) #ccm-toolbar {
  display: none;
}
html.ccm-toolbar-visible:has(body.product.download_pn) .ccm-page {
  margin-top: 0;
}
html.ccm-toolbar-visible #done,
html.ccm-toolbar-visible #done_cmp,
html.ccm-toolbar-visible #done_samplebox {
  top: 48px;
}

table.ui-datepicker-calendar {
  background-color: #fff;
}

ul.ccm-edit-mode-inline-commands > li {
  background-image: none !important;
}
ul.ccm-edit-mode-inline-commands > li > a > i {
  font-style: normal;
}

html.ccm-edit-mode header.header .header_wrap .ccm-area.ccm-global-area {
  position: absolute;
  top: -27px;
  right: 0;
  width: 100px;
  height: 35px;
}
html.ccm-edit-mode header.header .header_wrap .header__language {
  position: relative;
  top: 0;
  white-space: nowrap;
}

/*------------------------------------------------------
 BASE
------------------------------------------------------*/
html.ccm-toolbar-visible :target {
  scroll-margin-top: 48px;
}

body {
  color: #333;
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  min-width: 1000px;
  text-size-adjust: none;
  overflow: visible;
  margin: 0;
  padding: 0;
}

body.inline-page {
  min-width: inherit;
}

body * {
  background-repeat: no-repeat;
  max-height: 999999px;
  box-sizing: border-box;
}

p, li {
  line-height: 1.5;
}

p + p {
  margin-top: 15px;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:focus {
  outline: none;
}

input[type=button],
button {
  color: unset;
}

img {
  vertical-align: bottom;
}

ul ul,
ol ul {
  margin: 0;
}

ul li {
  list-style-type: none;
}

.warap-inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.warap-inner:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
body.inline-page .warap-inner {
  width: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table.no-border-fff, table.no-border-fff th, table.no-border-fff td {
  border: none !important;
}

a:hover img,
input.btn:hover,
button:hover {
  opacity: 0.7;
  -moz-box-opacity: 0.7;
  -webkit-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

form input, form textarea, form select {
  border-radius: 0;
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
form input, form textarea {
  padding: 3px 2px;
}
form select:not(.form-select) {
  height: 31px;
  padding: 2px 5px;
}

/*------------------------------------------------------
 HADER
------------------------------------------------------*/
.header {
  border-top: 2px solid #009acf;
  padding-top: 10px;
}
.header * {
  line-height: 1;
}
.header .warap-inner {
  z-index: inherit;
}
.header h1 {
  font-size: 12px;
  color: #999999;
  font-weight: normal;
  line-height: 1.4;
  margin-right: 90px;
}
.header .header_wrap {
  display: table;
  width: 100%;
  margin-top: 15px;
  position: relative;
}
.header .header_wrap:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.header .header_wrap > * {
  display: table-cell;
}
.header .header_wrap .header_logo {
  width: 1px;
  white-space: nowrap;
}
.header .header_wrap .header_sitelabel {
  padding-left: 34px;
}
.header .header_wrap .header_sitemap {
  float: right;
}

.header_sitemap {
  display: table;
}
.header_sitemap ul {
  display: table-cell;
  vertical-align: middle;
}
.header_sitemap ul:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.header_sitemap ul li {
  padding: 0 10px;
  float: left;
}
.header_sitemap ul li + li {
  border-left: 1px solid #666;
}
.header_sitemap ul li a:hover {
  text-decoration: underline;
}
.header_sitemap p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

.header_wrap .btn-language {
  position: absolute;
  top: -27px;
  right: 0;
}
.header_wrap .btn-language a {
  display: block;
  line-height: 16px;
  font-size: 12px;
  background: #f2f2f2;
  text-align: center;
  color: #007aa5;
  border: 1px solid #d0d0d0;
  padding: 2px 6px;
  margin: 0;
  box-sizing: border-box;
}
.header_wrap .btn-language a:hover {
  opacity: 0.7;
  -moz-box-opacity: 0.7;
  -webkit-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.header_wrap .btn-language a::after {
  content: url(../img/icon_blank02.png);
  margin-left: 6px;
}

.header_wrap .close-btn-box {
  vertical-align: bottom;
  overflow: hidden;
}
.header_wrap .close-btn-box input {
  float: right;
}

/*------------------------------------------------------
 GNAV
------------------------------------------------------*/
.global {
  line-height: 1;
  margin-top: 14px;
  position: relative;
}
.global ul:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.global ul li {
  width: 166.6666666667px;
  height: 35px;
  text-align: center;
  float: left;
}
.global ul li a {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 35px;
  background-image: url(../img/bg_glonav.png?v=220406);
}
.global ul li.global01 a {
  background-position: 0 0;
}
.global ul li.global01.current a, .global ul li.global01 a:hover {
  background-position: 0 -35px;
}
.global ul li.global02 a {
  background-position: -166.6666666667px 0;
}
.global ul li.global02.current a, .global ul li.global02 a:hover {
  background-position: -166.6666666667px -35px;
}
.global ul li.global03 a {
  background-position: -333.3333333333px 0;
}
.global ul li.global03.current a, .global ul li.global03 a:hover {
  background-position: -333.3333333333px -35px;
}
.global ul li.global04 a {
  background-position: -500px 0;
}
.global ul li.global04.current a, .global ul li.global04 a:hover {
  background-position: -500px -35px;
}
.global ul li.global05 a {
  background-position: -666.6666666667px 0;
}
.global ul li.global05.current a, .global ul li.global05 a:hover {
  background-position: -666.6666666667px -35px;
}
.global ul li.global06 a {
  background-position: -833.3333333333px 0;
}
.global ul li.global06.current a, .global ul li.global06 a:hover {
  background-position: -833.3333333333px -35px;
}

.secondary_global {
  padding: 0;
  background-color: #f2f2f2;
  box-shadow: 0px 10px 10px -8px #cccccc inset;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.secondary_global .global_search {
  padding: 7px;
  display: table;
}
.secondary_global .global_search .global_search_item {
  display: table-cell;
  vertical-align: middle;
}
.secondary_global .global_search .global_search_item:last-of-type {
  padding-left: 8px;
}
.secondary_global .global_search input[type=search], .secondary_global .global_search input[type=submit] {
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  line-height: 13px;
  height: 23px;
  border-radius: 0;
  border: 1px solid #c1c1c1;
}
.secondary_global .global_search input[type=search] {
  width: 180px;
}
.secondary_global .global_search input[type=radio] {
  display: none;
  margin-left: 20px;
}
.secondary_global .global_search input[type=radio]:checked + .radio::before {
  border-color: #666;
}
.secondary_global .global_search input[type=radio]:checked + .radio::after {
  opacity: 1;
}
.secondary_global .global_search label {
  display: inline-block;
}
.secondary_global .global_search .radio {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 3px 5px 22px;
  position: relative;
  width: auto;
  font-size: 12px;
}
.secondary_global .global_search .radio::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: "";
  display: block;
  height: 14px;
  left: 2px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 14px;
}
.secondary_global .global_search .radio::after {
  background: #009acf;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  left: 6px;
  margin-top: -3px;
  opacity: 0;
  position: absolute;
  top: 46%;
  width: 8px;
}
.secondary_global .global_login {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.global_login_personal {
  position: relative;
  display: flex;
  align-items: center;
}
.global_login_personal:before {
  content: url(../img/icon_my01.png);
  position: absolute;
  left: 0px;
  top: 7px;
}
.global_login_personal .personal_name {
  position: relative;
  float: left;
  padding: 10px 0 10px 25px;
}
.global_login_personal ul {
  padding: 10px 10px 10px 20px;
}
.global_login_personal ul li {
  line-height: 1;
  display: inline-block;
}
.global_login_personal ul li a {
  border: none;
  padding: 0;
  max-width: 357px;
}
.global_login_personal ul li a:hover {
  text-decoration: underline;
}
.global_login_personal ul li + li {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #999;
}

.global_login_cart {
  padding: 0;
  border-left: 1px solid #999;
  position: relative;
  display: flex;
}
.global_login_cart a {
  position: relative;
  display: block;
  padding: 12px 20px 12px 41px;
}
.global_login_cart a:hover {
  background-color: #cecece;
}
.global_login_cart a:before {
  content: url(../img/icon_cart01.png);
  position: absolute;
  left: 13px;
  top: 6px;
}

.global > ul > li .product-menu {
  position: relative;
}
.global > ul > li .product-menu .product-menu-first {
  position: relative;
}
.global > ul > li .product-menu .product-menu-first .product-menu-second {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  visibility: hidden;
  opacity: 0;
  z-index: 480;
  position: absolute;
  background: #ccc;
  transition: all 0.2s ease;
  top: 35px;
  width: 240px;
}
.global > ul > li .product-menu .product-menu-first .product-menu-second li {
  height: auto;
  width: 100%;
}
.global > ul > li .product-menu .product-menu-first .product-menu-second a {
  border-top: 1px solid #ccc;
  background: #f8f8f8;
  text-indent: inherit;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
  padding: 10px 5px;
  height: auto;
  line-height: 1.3;
}
.global > ul > li .product-menu .product-menu-first .product-menu-second a:hover {
  text-decoration: underline;
}

.global > ul > li .product-menu .product-menu-first:hover .product-menu-second {
  top: 35px;
  visibility: visible;
  opacity: 1;
}

.global06 .product-menu-second {
  right: 0;
}

/*------------------------------------------------------
 PATH
------------------------------------------------------*/
.path {
  font-size: 12px;
  color: #484848;
  line-height: 1;
  padding: 12px 0;
}
.path ol:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.path ol li {
  list-style-type: none;
  float: left;
}
.path ol li a:hover {
  text-decoration: underline;
}
.path ol li + li:before {
  content: ">";
  padding: 0 5px;
}
.path ol li > span a:hover {
  text-decoration: underline;
}
.path ol li.current:after {
  content: "";
  padding-left: 0;
}

/*------------------------------------------------------
 MAIN
------------------------------------------------------*/
#content {
  margin-bottom: 50px;
  position: relative;
}
#content:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
body.inline-page #content {
  margin-bottom: 0;
}

#main {
  float: right;
  width: 740px;
}
body.inline-page #main {
  float: none;
  width: auto;
}

body.none #content {
  z-index: inherit;
}

.nosidemenu #main {
  width: auto;
  float: none;
}
.nosidemenu #main:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}

/*------------------------------------------------------
 SIDE
------------------------------------------------------*/
#sidemenu {
  width: 225px;
  float: left;
}

.tit-side {
  font-size: 18px;
  color: #ffffff;
  padding: 7px 8px 7px 30px;
  background-color: #358700;
  background-image: url(../img/icon_headline-side01.png);
  background-repeat: no-repeat;
  background-position: 8px 12px;
}

.sidemenu_title {
  font-size: 19px;
  color: #ffffff;
  padding: 8px 8px 8px 18px;
  background-color: #009acf;
}

.sidenav {
  margin-bottom: 28px;
}
.sidenav li {
  font-size: 15px;
}
.sidenav li + li {
  border-top: 2px solid #fff;
}
.sidenav li a {
  display: block;
  padding: 10px 8px 10px 18px;
  background-color: #ededed;
  position: relative;
}
.sidenav-first > li > a:before {
  content: "";
  display: block;
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #ccc;
}
.sidenav-first > li.current > a {
  color: #009acf;
  font-weight: bold;
}
.sidenav-first > li.current > a:before {
  content: "";
  display: block;
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #009acf;
}

.sidenav-scond {
  margin-top: 1px;
}
.sidenav-scond li {
  font-size: 15px;
}
.sidenav-scond li a {
  padding: 5px 5px 5px 30px;
  background-color: #f8f8f8;
  background-image: url(../img/icon01.png);
  background-position: 10px 10px;
}
.sidenav-scond li.current a {
  font-weight: bold;
}

.sidenav-third {
  display: none;
  padding-left: 22px;
  background: #f8f8f8;
}
.sidenav-third.current {
  display: block;
}
.sidenav-third li a {
  background-color: #f1f1f1;
}
.sidenav-third li.current a, .sidenav-third li:hover a {
  color: #009acf;
}

.side-block + .side-block {
  margin-top: 25px;
}

.side-block_bottom {
  text-align: center;
}
.side-block_bottom a {
  font-size: 13px;
  color: #009acf;
  font-weight: bold;
  background-image: url(../img/icon03.png);
  background-position: right center;
  padding-right: 15px;
}

.side-block-bnr ul li {
  line-height: 0;
}
.side-block-bnr ul li + li {
  margin-top: 10px;
}

/*------------------------------------------------------
 UTILITY
---------------------------------------------------*/
#utility {
  position: fixed;
  bottom: 15px;
  right: 113px;
  text-align: right;
  line-height: 1;
}
#utility p {
  margin-right: -90px;
  line-height: 1;
}

#utility.foot {
  position: absolute;
  bottom: auto;
  top: -89px;
}

/*------------------------------------------------------
 FOOTER UTLITILY
------------------------------------------------------*/
.footer-utility {
  margin-bottom: 15px;
}
.footer-utility .path {
  padding: 0;
}

/*------------------------------------------------------
 FOOTER
------------------------------------------------------*/
footer {
  font-size: 13px;
  border-top: 3px solid #cccccc;
  padding-top: 22px;
  background-color: #f8f8f8;
  position: relative;
}

.footer-description {
  color: #484848;
  font-size: 13px;
  text-align: center;
}

.footer_sitemap {
  color: #333;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.footer_sitemap .footer_sitemap_product {
  display: flex;
  width: 58%;
}
.footer_sitemap .footer_sitemap_product .footer_sitemap-second {
  margin: -3px -5px 5px 10px;
}
.footer_sitemap .footer_sitemap_product .footer_sitemap-second li {
  display: inline-block;
  margin: 3px 5px;
}
.footer_sitemap > .footer_sitemap_group {
  width: 20%;
}
.footer_sitemap .footer_sitemap_group a {
  display: inline-block;
}
.footer_sitemap .footer_sitemap_group.-product1 {
  margin-right: 20px;
  width: 50%;
}
.footer_sitemap .footer_sitemap_group.-product1 + .footer_sitemap_group {
  width: 50%;
}
.footer_sitemap .footer_sitemap-first > li + li {
  margin-top: 12px;
}
.footer_sitemap .footer_sitemap-first > li > a {
  background-image: url(../img/icon01.png);
  background-position: 0 3px;
  padding-left: 15px;
}
.footer_sitemap .footer_sitemap-second {
  padding-top: 7px;
  margin-left: 15px;
}
.footer_sitemap .footer_sitemap-second > li + li {
  margin-top: 7px;
}
.footer_sitemap .footer_sitemap-second > li > a {
  background-image: url(../img/icon02.png);
  background-position: 0 center;
  padding-left: 12px;
}
.footer_sitemap .footer_sitemap-third {
  margin-top: 3px;
  margin-left: 12px;
}
.footer_sitemap .footer_sitemap-third li {
  display: inline-block;
}

.footer_sitemap a:hover {
  text-decoration: underline;
}

.footer_bottom {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.footer_bottom .footer_bottom_links {
  color: #666;
}
.footer_bottom ul {
  border-right: 1px solid #666;
}
.footer_bottom ul li {
  display: inline-block;
  padding-right: 7px;
  border-left: 1px solid #666;
  padding-left: 9px;
}
.footer_bottom ul li a:hover {
  text-decoration: underline;
}
.footer_bottom .footer_face {
  align-items: flex-end;
  display: flex;
}
.footer_bottom .footer_btn {
  margin-left: 15px;
}

.footer_copy {
  background: #fff;
  color: #6a6a6a;
  font-size: 12px;
  margin-top: 30px;
  padding: 5px 0;
  text-align: center;
}

.clearfix:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}/*# sourceMappingURL=base.css.map */