@charset "UTF-8";
/* ====================================== */
/* CSS Normalize */
/* ====================================== */
/* The root element */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* Sections */
body {
  font-family: sans-serif;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

/* Grouping content */
p, blockquote, dl, dd, figure {
  margin: 0;
}

hr {
  color: inherit;
  height: auto;
  box-sizing: content-box;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

ol, ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

/* Text-level semantics */
a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

strong, b {
  font-weight: bold;
}

small {
  font-size: 0.83em;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code, samp, kbd {
  font-family: monospace, sans-serif;
}

mark {
  color: black;
  background-color: yellow;
}

sub, sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

br {
  *letter-spacing: 0;
}

/* Embedded content */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding: 0;
  text-align: left;
}

th, td {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}

/* Forms */
form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input, button, select, textarea {
  font-size: 1em;
  font-family: inherit;
  color: inherit;
  margin: 0;
}

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

select {
  background-color: inherit;
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
  *font-family: sans-serif;
}

/* ====================================== */
/* clearfix */
.clearfix:after, #header ul.role-pc:after, #navigation .role-pc:after, #navigation .role-pc ul:after, #main:after, #main #topicPath:after, #main .contents.with-side .column01:after, #main .contents.with-side .column02 > div:after,
#main .contents.with-side .column02 > ul:after, #main .side .product-search:after,
#main .side .lineup ul:after,
#main .side .lineup li a:after,
#main .side .highlight:after,
#main .side .related:after,
#main .side .related li:after, #footer .footer-sitemap > ul:after,
#footer .footer-sitemap > ul > li:after,
#footer .footer-etcLink:after, .adobe-block:after {
  content: "";
  display: table;
  clear: both;
}

/* ====================================== */
/* body */
body {
  font: normal 100% "MS PGothic", "Hiragino Kaku Gothic Pro", Arial, Helvetica, sans-serif;
  color: #333;
  line-height: 1.2;
}

body > br {
  display: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #c2c2c2;
}

a:active {
  color: #666;
}

a:active,
a:focus,
input:focus {
  outline: none;
}

li img {
  vertical-align: top;
}

/* ====================================== */
/* responsive */
.role-pc {
  display: block;
}

.role-sp {
  display: none;
}

/* ====================================== */
/* container */
#container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

/* ====================================== */
/* header, menu */
#header {
  overflow: visible;
  width: 100%;
  height: 40px;
  font-size: .75em;
  position: relative;
  behavior: url("/common/js/PIE.htc");
  background-color: #fafafa;
  background: -svg-linear-gradient(to bottom, #fafafa 0%, #d5d5d5 100%);
  background: -owg-linear-gradient(to bottom, #fafafa 0%, #d5d5d5 100%);
  -pie-background: -pie-linear-gradient(to bottom, #fafafa 0%, #d5d5d5 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #d5d5d5 100%);
  -pie-background: linear-gradient(to bottom, #fafafa 0%, #d5d5d5 100%);
  /* Google Custom Search */
}

#header ul.role-pc {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  height: 40px;
}

#header ul.role-pc > li {
  float: right;
  padding-left: 2.08333%;
}

#header ul.role-pc > li a,
#header ul.role-pc > li .fontsize {
  display: block;
  margin: 15px 0 0;
  height: 10px;
}

#header ul.role-pc > li a {
  overflow: hidden;
  height: 10px;
}

#header ul.role-pc > li .selected img,
#header ul.role-pc > li .parentsLink img {
  margin-top: -10px;
}

#header ul.role-pc .m02:before,
#header ul.role-pc .m03:before,
#header ul.role-pc .m04:before,
#header ul.role-pc .m05:before,
#header ul.role-pc .m07:before {
  position: relative;
  content: "";
  float: left;
  display: block;
  top: 15px;
  margin-left: -10px;
  width: 1px;
  height: 10px;
  background-color: #d5d5d5;
  border-right: 1px solid #fff;
}

#header ul.role-pc .m01 {
  overflow: hidden;
  margin: 9px 0 0 11px;
  padding: 0;
  width: 22.39583%;
  width: 217px\9;
  height: 20px;
  border: 1px solid #c7c7c7;
}

#header ul.role-pc .m01 input {
  float: left;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
}

#header ul.role-pc .m01 input[type=text] {
  width: 57.2093%;
  height: 18px;
  border-right: 1px solid #c7c7c7;
}

#header ul.role-pc .m01 input[type=submit] {
  float: right;
  width: 42.3255%;
  height: 20px;
  background: url("/common/images/img_header_search_btn.png") no-repeat;
}

#header ul.role-pc .m02 {
  width: 16.25%;
}

#header ul.role-pc .m02 .fontsize {
  float: left;
  width: 32.05128%;
  background-position: -293px 0;
}

#header ul.role-pc .m02 #fontChange {
  position: relative;
  float: left;
  display: inline;
  margin: 10px 0 0 7.69231%;
  width: 60.25641%;
  height: 19px;
}

#header ul.role-pc .m02 #fontChange li {
  float: left;
  padding: 0;
  height: 19px;
  cursor: pointer;
}

#header ul.role-pc .m02 #fontChange #fontS {
  width: 32.97872%;
}

#header ul.role-pc .m02 #fontChange #fontM {
  width: 32.97872%;
}

#header ul.role-pc .m02 #fontChange #fontL {
  width: 34.04255%;
}

#header ul.role-pc .m03 {
  width: 3.64583%;
}

#header ul.role-pc .m04 {
  width: 5.83333%;
}

#header ul.role-pc .m05 {
  width: 4.16667%;
}

#header ul.role-pc .m06 {
  width: 6.875%;
}

#header ul.role-pc .m07 {
  width: 9.7916%;
}

#header .role-sp {
  margin: 0 auto;
  max-width: 768px;
  width: 100%;
}

#header .role-sp .nav {
  float: right;
  width: 56.77083%;
}

#header .role-sp .nav .home,
#header .role-sp .nav .menu {
  float: right;
  display: block;
  margin: 8px 8px 0;
  height: auto;
  cursor: pointer;
}

#header .role-sp .nav .home {
  margin: 8px 0 0;
  width: 21.10092%;
}

#header .role-sp .nav .menu {
  overflow: hidden;
  width: 38.30275%;
  height: 67px;
}

#header .role-sp .nav .menu-list {
  position: absolute;
  top: 58px;
  right: 9px;
  overflow: hidden;
  display: none;
  width: 61.46789%;
  z-index: 10001;
  background: #fff;
  border: 7px solid #333;
  border-radius: 6px 0 6px 6px;
  box-shadow: -1px 1px 3px #333;
}

#header .role-sp .nav .menu-list li {
  position: relative;
  float: left;
  padding: 15px 10px;
  width: 100%;
  position: relative;
  behavior: url("/common/js/PIE.htc");
  background-color: white;
  background: -svg-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
  background: -owg-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
  -pie-background: -pie-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
  background: linear-gradient(to bottom, white 0%, #f5f3f4 100%);
  -pie-background: linear-gradient(to bottom, #ffffff 0%, #f5f3f4 100%);
  border-top: 3px solid #333;
  z-index: 150;
}

#header .role-sp .nav .menu-list li a {
  display: block;
}

#header .role-sp .nav .menu-list li img {
  max-width: 238px;
  width: 88.80597%;
}

#header .role-sp .nav .menu-list li:first-child {
  border: none;
}

#header .role-sp .nav .menu-list .nav-sns {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background: #333;
  padding: 0;
  padding-top: 15px;
}

#header .role-sp .nav .menu-list .nav-sns-tit {
  font-size: 22.4px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding-bottom: 15px;
}

#header .role-sp .nav .menu-list .nav-sns .snslist-item {
  width: 32%;
  margin-right: 2%;
  float: left;
}

#header .role-sp .nav .menu-list .nav-sns .snslist-item:last-child {
  margin-right: 0;
}

#header .role-sp .nav .menu-list .nav-sns .snslist-item a img {
  width: 100%;
}

#header td.gsc-input,
#header table.gsc-search-box td {
  vertical-align: top;
}

#header .gsc-input-box {
  height: 20px;
}

#header .gsst_a {
  margin: 1px 0 0 !important;
  height: 12px !important;
}

#header .gsib_a {
  padding: 0 6px !important;
}

#header .gsib_a input {
  height: 21px !important;
  line-height: 21px;
  font-size: 90%;
  background-color: transparent !important;
}

#header input.gsc-search-button-v2 {
  padding: 2px 25px 2px 15px;
}

#header input.gsc-input, #header .gsc-input-box, #header .gsc-input-box-hover, #header .gsc-input-box-focus {
  border: none !important;
}

#header input.gsc-search-button, #header input.gsc-search-button:hover, #header input.gsc-search-button:focus {
  background: none !important;
  border: none !important;
  -webkit-filter: none !important;
          filter: none !important;
}

#navigation {
  width: 100%;
  height: 54px;
  position: relative;
  behavior: url("/common/js/PIE.htc");
  background-color: #f0f1f2;
  background: -svg-linear-gradient(to bottom, #f0f1f2 0%, white 100%);
  background: -owg-linear-gradient(to bottom, #f0f1f2 0%, white 100%);
  -pie-background: -pie-linear-gradient(to bottom, #f0f1f2 0%, white 100%);
  background: linear-gradient(to bottom, #f0f1f2 0%, white 100%);
  -pie-background: linear-gradient(to bottom, #fcdedf 0%, #ffffff 100%);
  *z-index: 5;
}

#navigation .role-pc {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  z-index: 10;
}

#navigation .role-pc h1 {
  position: absolute;
  top: -30px;
  left: -9px;
  z-index: 250;
  width: 17.91667%;
}

#navigation .role-pc h1 a {
  position: relative;
  display: block;
  z-index: 350;
}

#navigation .role-pc ul {
  position: relative;
  float: right;
  width: 83.95833%;
  height: 54px;
  z-index: 15;
}

#navigation .role-pc ul li {
  position: relative;
  float: right;
  width: 25%;
  text-align: center;
  z-index: 20;
}

#navigation .role-pc ul li a {
  position: relative;
  display: block;
  padding: 14px 0;
  margin: 0 auto;
  width: 100%;
  z-index: 101;
}

#navigation .role-pc ul li a span {
  overflow: hidden;
  margin: 0 auto;
  display: block;
  height: 26px;
  cursor: pointer;
}

#navigation .role-pc ul li a img {
  margin: 0 auto;
}

#navigation .role-pc ul li a:hover,
#navigation .role-pc ul li .selected,
#navigation .role-pc ul li .parentsLink {
  position: relative;
  /*behavior: url("/common/js/PIE.htc");*/
  background-color: #fcdedf;
  background: -svg-linear-gradient(to bottom, #fcdedf 0%, white 100%);
  background: -owg-linear-gradient(to bottom, #fcdedf 0%, white 100%);
  -pie-background: -pie-linear-gradient(to bottom, #fcdedf 0%, white 100%);
  background: linear-gradient(to bottom, #fcdedf 0%, white 100%);
  -pie-background: linear-gradient(to bottom, #f0f1f2 0%, #ffffff 100%);
}

#navigation .role-pc ul li a:before {
  position: absolute;
  content: "";
  display: block;
  top: 8px;
  right: 0;
  width: 1px;
  height: 40px;
  background: #ccc;
  border-right: 1px solid #fff;
  z-index: 150;
}

#navigation .role-pc ul .m01 a span {
  width: 54px;
}

#navigation .role-pc ul .m02 a span {
  width: 41px;
}

#navigation .role-pc ul .m03 a span {
  width: 99px;
}

#navigation .role-pc ul .m04 a span {
  width: 54px;
}

#navigation .role-pc ul li a:hover span img {
  margin-top: -26px;
}

/* ====================================== */
/* main */
#main {
  font-size: 81.25%;
}

#main {
  clear: both;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

#main #topicPath {
  margin: 0 0 15px;
  padding: 0 1.04167%;
  width: 100%;
  height: 30px;
  background: #f5f5f5;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
}

#main #topicPath li {
  float: left;
  line-height: 30px;
}

#main #topicPath li a {
  color: #e5121b;
}

#main #topicPath li a:hover {
  text-decoration: underline;
}

#main #topicPath li:before {
  float: left;
  margin: 0 5px;
  content: ">";
}

#main #topicPath li:first-child:before {
  position: relative;
  content: "";
  float: left;
  display: block;
  top: 8px;
  margin: 0 4px 0 0;
  width: 13px;
  height: 12px;
  background: url("/common/images/icon-sprite.png") no-repeat -150px -150px;
}

#main .contents {
  width: 100%;
}

#main .contents.with-side {
  float: left;
  width: 76.25%;
}

#main .contents.with-side .column01 {
  margin: 0 0 20px;
  width: 100%;
}

#main .contents.with-side .column02 > div,
#main .contents.with-side .column02 > ul {
  float: right;
  margin: 0 0 20px;
  width: 47.95082%;
}

#main .contents.with-side .column02 > div:first-child,
#main .contents.with-side .column02 > ul:first-child {
  float: left;
}

#main .contents.with-menu {
  float: right;
  width: 60.41667%;
}

#main .contents.with-side.with-menu {
  float: left;
  margin: 0 0 0 1.97917%;
  width: 57.29167%;
}

#main .side {
  float: right;
  width: 20.9375%;
}

/* ====================================== */
/* side */

/* ====================================== */
/* footer */
#footer {
  position: relative;
  clear: both;
  width: 100%;
  font-size: .75em;
}

/* ====================================== */
/* common */
.mt0 {
  margin-top: 0 !important;
}

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

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

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

.m5 {
  margin: 5px !important;
}

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

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

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

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

.p5 {
  padding: 5px !important;
}

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

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

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

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

.m10 {
  margin: 10px !important;
}

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

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

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

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

.p10 {
  padding: 10px !important;
}

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

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

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

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

.m15 {
  margin: 15px !important;
}

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

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

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

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

.p15 {
  padding: 15px !important;
}

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

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

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

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

.m20 {
  margin: 20px !important;
}

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

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

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

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

.p20 {
  padding: 20px !important;
}

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

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

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

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

.m25 {
  margin: 25px !important;
}

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

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

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

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

.p25 {
  padding: 25px !important;
}

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

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

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

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

.m30 {
  margin: 30px !important;
}

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

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

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

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

.p30 {
  padding: 30px !important;
}

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

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

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

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

.m35 {
  margin: 35px !important;
}

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

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

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

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

.p35 {
  padding: 35px !important;
}

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

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

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

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

.m40 {
  margin: 40px !important;
}

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

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

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

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

.p40 {
  padding: 40px !important;
}

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

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

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

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

.m45 {
  margin: 45px !important;
}

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

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

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

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

.p45 {
  padding: 45px !important;
}

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

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

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

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

.m50 {
  margin: 50px !important;
}

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

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

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

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

.p50 {
  padding: 50px !important;
}

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

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

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

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

.mr1per {
  margin-right: 1% !important;
}

.ml1per {
  margin-left: 1% !important;
}

.mr2per {
  margin-right: 2% !important;
}

.ml2per {
  margin-left: 2% !important;
}

.mr3per {
  margin-right: 3% !important;
}

.ml3per {
  margin-left: 3% !important;
}

.mr4per {
  margin-right: 4% !important;
}

.ml4per {
  margin-left: 4% !important;
}

.mr5per {
  margin-right: 5% !important;
}

.ml5per {
  margin-left: 5% !important;
}

.mr6per {
  margin-right: 6% !important;
}

.ml6per {
  margin-left: 6% !important;
}

.mr7per {
  margin-right: 7% !important;
}

.ml7per {
  margin-left: 7% !important;
}

.mr8per {
  margin-right: 8% !important;
}

.ml8per {
  margin-left: 8% !important;
}

.mr9per {
  margin-right: 9% !important;
}

.ml9per {
  margin-left: 9% !important;
}

.mr10per {
  margin-right: 10% !important;
}

.ml10per {
  margin-left: 10% !important;
}

.width5per {
  width: 5% !important;
}

.width10per {
  width: 10% !important;
}

.width15per {
  width: 15% !important;
}

.width20per {
  width: 20% !important;
}

.width25per {
  width: 25% !important;
}

.width30per {
  width: 30% !important;
}

.width35per {
  width: 35% !important;
}

.width40per {
  width: 40% !important;
}

.width45per {
  width: 45% !important;
}

.width50per {
  width: 50% !important;
}

.width55per {
  width: 55% !important;
}

.width60per {
  width: 60% !important;
}

.width65per {
  width: 65% !important;
}

.width70per {
  width: 70% !important;
}

.width75per {
  width: 75% !important;
}

.width80per {
  width: 80% !important;
}

.width85per {
  width: 85% !important;
}

.width90per {
  width: 90% !important;
}

.width95per {
  width: 95% !important;
}

.width100per {
  width: 100% !important;
}

.font14 {
  font-size: 107.69231%;
}

.font15 {
  font-size: 115.38462%;
}

.font16 {
  font-size: 123.07692%;
}

.font17 {
  font-size: 130.76923%;
}

.font18 {
  font-size: 138.46154%;
}

.font19 {
  font-size: 146.15385%;
}

.font20 {
  font-size: 153.84615%;
}

.fw_bold {
  font-weight: bold;
}

.lh_10 {
  line-height: 1;
}

.lh_11 {
  line-height: 1.1;
}

.lh_12 {
  line-height: 1.2;
}

.lh_13 {
  line-height: 1.3;
}

.lh_14 {
  line-height: 1.4;
}

.lh_15 {
  line-height: 1.5;
}

.lh_16 {
  line-height: 1.6;
}

.lh_17 {
  line-height: 1.7;
}

.lh_18 {
  line-height: 1.8;
}

.lh_19 {
  line-height: 1.9;
}

.lh_20 {
  line-height: 2;
}

.indent01 {
  text-indent: 1em;
}

.indent02 {
  text-indent: 2em;
}

.indent03 {
  text-indent: 3em;
}

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

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

.t-left {
  text-align: left !important;
}

.v-top {
  vertical-align: top;
}

.v-mid {
  vertical-align: middle;
}

.v-btm {
  vertical-align: bottom;
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

.f-none {
  float: none !important;
}

.clear {
  clear: both;
}

.display-block {
  display: block;
}

.display-inlineB {
  display: inline-block;
}

.display-none {
  display: none;
}

.border-none {
  border: none;
}

.red {
  color: #e51319;
}

.pdf,
.news_list a[href$=pdf] {
  margin-right: 5px;
  padding: 2px 23px 3px 0;
  background: url("/common/images/bg_icon_pdf.png") no-repeat right;
}

.blank,
.news_list a[target=_blank] {
  margin-right: 5px;
  padding-right: 14px;
  background: url("/common/images/bg_icon_blank.png") no-repeat right;
}

.nobg {
  background: none !important;
}

.noicon {
  padding: 0 !important;
  background: none !important;
}

.noOpacity a:hover img,
a.noOpacity:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.opacity a:hover img,
a.opacity:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#video_flash,
#video_notFlash,
#current_year,
#target_year,
#current_month {
  display: none;
}

.noSelect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.adobe-block {
  clear: both;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  background: #f2f0f1;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
}

.adobe-block a {
  display: inline-block;
}

.adobe-block a img {
  margin: 0 0 -3px;
}

.adobe-block p {
  display: inline-block;
  margin: 0 0 0 10px;
  line-height: 1.2;
  text-align: left;
}

.responsive img,
.responsive iframe,
.responsive object,
.responsive embed {
  max-width: 100%;
}

.responsive img,
.responsive iframe,
.responsive object,
.responsive embed {
  width: auto\9;
  *width: 100%;
}

/* ====================================== */
/* print */

/* ====================================== */

@media screen and (max-width: 768px){
  .responsive .role-pc{
    display: none;
  }
  .responsive .role-sp{
    display: block;
  }
  .responsive .box{
    margin: 0 auto;
    width: 85.9375%;
    border-radius: 6px;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
  }
  #header{
    height: 80px;
  }
  #header .role-sp .logo{
    float: left;
    display: block;
    margin: 20px 0 0 3.51563%;
    width: 39.71354%;
    height: 38px;
  }
  #main{
    max-width: 768px;
    background: #fff;
  }
  #main #topicPath{
    padding: 1.95313% 2.60417%;
    height: auto;
    background: #fff;
    border: none;
    border-bottom: 2px solid #e5121b;
  }
  #main #topicPath li{
    line-height: 1.6;
  }
  #main #topicPath li a{
    text-decoration: underline;
  }
  #main #topicPath li:after{
    margin: -1px 10px 0;
    content: "|";
  }
  #main #topicPath li:before,
  #main #topicPath li:first-child:before,
  #main #topicPath li:last-child:after{
    display: none;
  }
  #main .toggle{
    display: none;
  }
  #main .contents.with-side{
    float: none;
    width: 100%;
  }
  #main .contents.with-menu{
    float: none;
    width: 100%;
  }
  #main .contents.with-side.with-menu{
    float: none;
    margin: 0;
    width: 100%;
  }
  #main .side{
    float: none;
    width: 100%;
  }
  #main .menu h3{
    margin-bottom: 10px;
    font-size: 153.84615%;
  }
  #main .menu li{
    font-size: 123.07692%;
  }
  #main .side{
    padding: 25px 0;
    background: #ebebeb;
    border-top: 4px solid #d7333a;
  }
  #main .side h3{
    margin: 0 auto 5px;
    max-width: 768px;
    width: 85.9375%;
    font-size: 153.84615%;
  }
  #main .side .product-search{
    margin: 0 0 25px;
  }
  #main .side .product-search form{
    padding: 15px 3.0303%;
    width: 85.9375%;
    background: #fff;
  }
  #main .side .product-search .request-params{
    float: left;
    margin: 5px 0 15px;
    width: 75%;
  }
  #main .side .product-search .request-params .search{
    display: block;
    padding: 0 5%;
    width: 90%;
    height: 50px;
    font-size: 184.61538%;
    line-height: 50px;
    background: url("/common/images/img_icon_lupe_L.png") no-repeat 10px 10px;
    background-size: 27px 29px;
    border-radius: 3px 0 0 3px;
    box-shadow: 1px 1px 2px #999 inset;
    border: 1px solid #576e8a;
  }
  #main .side .product-search .request-params .search:focus, #main .side .product-search .request-params .search:active{
    background: none;
  }
  #main .side .product-search .submit,
  #main .side .product-search input[type=submit]{
    position: relative;
    top: 5px;
    float: right;
    display: block;
    padding: 0;
    width: 25%;
    height: 52px;
    color: #515a68;
    font-weight: bold;
    font-size: 21px;
    text-indent: 0;
    position: relative;
    behavior: url("/common/js/PIE.htc");
    background-color: #dddee1;
    background: -svg-linear-gradient(to bottom, #dddee1 1%, #b4b8bf 100%);
    background: -owg-linear-gradient(to bottom, #dddee1 1%, #b4b8bf 100%);
    -pie-background: -pie-linear-gradient(to bottom, #dddee1 1%, #b4b8bf 100%);
    background: linear-gradient(to bottom, #dddee1 1%, #b4b8bf 100%);
    -pie-background: linear-gradient(to bottom, #dddee1 1%, #b4b8bf 100%);
    border-radius: 0 3px 3px 0;
    border: 1px solid #576e8a;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 #fff inset;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  #main .side .product-search .submit:active,
  #main .side .product-search input[type=submit]:active{
    line-height: 65px;
    box-shadow: 1px 2px 3px #bfbfbf inset, -1px 0 3px #bfbfbf inset;
  }
  #main .side .product-search .search-detail{
    clear: both;
    display: block;
    margin: 0 auto 5px;
    width: 100%;
    text-align: center;
    font-size: 161.53846%;
  }
  #main .side .product-search .search-detail a{
    display: block;
  }
  #main .side .product-search .search-detail a:before{
    position: relative;
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 21px;
    height: 15px;
    background: url("/common/images/dot-arrow-red-2x.png") no-repeat;
  }
  #main .side .lineup{
    margin-bottom: 20px;
  }
  #main .side .lineup ul{
    overflow: hidden;
    background: #fff;
  }
  #main .side .lineup li{
    position: relative;
    margin-top: -1px;
    height: 40px;
    line-height: 40px;
    font-size: 107.69231%;
    border-top: 1px solid #bbb;
  }
  #main .side .lineup li a{
    display: block;
    width: 100%;
    height: 100%;
  }
  #main .side .lineup li a span{
    display: block;
    width: 100%;
    height: 100%;
  }
  #main .side .lineup li .role-sp{
    float: left;
    margin-left: 35px;
  }
  #main .side .lineup li .role-sp:before{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 0;
    margin-top: -2px;
    margin-right: 10px;
    width: 25px;
    height: 4px;
    background: #f0151d;
  }
  #main .side .lineup .p01{
    background: url("/common/images/bg_side_lineup_ballpen.png") no-repeat right top;
  }
  #main .side .lineup .p02{
    background: url("/common/images/bg_side_lineup_sharp.png") no-repeat right top;
  }
  #main .side .lineup .p03{
    background: url("/common/images/bg_side_lineup_signpen.png") no-repeat right top;
  }
  #main .side .lineup .p04{
    background: url("/common/images/bg_side_lineup_pencil.png") no-repeat right top;
  }
  #main .side .lineup .p05{
    background: url("/common/images/bg_side_lineup_seal.png") no-repeat right top;
  }
  #main .side .lineup .p06{
    background: url("/common/images/bg_side_lineup_school.png") no-repeat right top;
  }
  #main .side .lineup .p07{
    background: url("/common/images/bg_side_lineup_oa.png") no-repeat right top;
  }
  #main .side .lineup .p08{
    background: url("/common/images/bg_side_lineup_eco.png") no-repeat right top;
  }
  #main .side .lineup .p09{
    background: url("/common/images/bg_side_lineup_brand.png") no-repeat right top;
  }
  #main .side .lineup .p01,
  #main .side .lineup .p02,
  #main .side .lineup .p03,
  #main .side .lineup .p04,
  #main .side .lineup .p05,
  #main .side .lineup .p06,
  #main .side .lineup .p07,
  #main .side .lineup .p08,
  #main .side .lineup .p09{
    background-size: auto 37px;
  }
  #main .side .lineup .p06 .role-sp:before{
    background: #6ec7f5;
  }
  #main .side .lineup .p08 .role-sp:before{
    background: #7fbd06;
  }
  #main .side .lineup .p09 .role-sp:before{
    background: #000;
  }
  #footer .footer-etcLink{
    padding: 5px 3.90625% 15px;
    background: #f0141c;
  }
  #footer .footer-etcLink li{
    position: relative;
    float: right;
    margin: 10px 0 0;
    width: 48.17708%;
    height: 64px;
    position: relative;
    behavior: url("/common/js/PIE.htc");
    background-color: white;
    background: -svg-linear-gradient(to bottom, #ffffff 0%, #f0f0f0 50%, #cccccc 100%);
    background: -owg-linear-gradient(to bottom, #ffffff 0%, #f0f0f0 50%, #cccccc 100%);
    -pie-background: -pie-linear-gradient(to bottom, #ffffff 0%, #f0f0f0 50%, #cccccc 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 50%, #cccccc 100%);
    -pie-background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 50%, #cccccc 100%);
    border-radius: 6px;
  }
  #footer .footer-etcLink li a{
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    width: 114px;
    text-align: center;
  }
  #footer .footer-etcLink li:nth-child(odd){
    float: left;
  }
  #footer .footer-etcLink li.wideBtn{
    width: 100%;
  }
  #footer .footer-etcLink li.wideBtn a{
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    width: 327px;
    text-align: center;
  }
  #footer .footer-pagetop{
    padding: 20px 3.90625% 10px;
    background: #ebebeb;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #d0d0d0;
  }
  #footer .footer-pagetop a{
    position: relative;
    display: block;
    margin: 0 auto 15px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #515a68;
    font-weight: bold;
    font-size: 200%;
    position: relative;
    behavior: url("/common/js/PIE.htc");
    background-color: #dddee1;
    background: -svg-linear-gradient(to bottom, #dddee1 1%, #b4b8bf 100%);
    background: -owg-linear-gradient(to bottom, #dddee1 1%, #b4b8bf 100%);
    -pie-background: -pie-linear-gradient(to bottom, #dddee1 1%, #b4b8bf 100%);
    background: linear-gradient(to bottom, #dddee1 1%, #b4b8bf 100%);
    -pie-background: linear-gradient(to bottom, #dddee1 1%, #b4b8bf 100%);
    border-radius: 3px;
    border: 1px solid #9a9b9d;
    box-shadow: 1px 2px 3px #bfbfbf, -1px 0 3px #bfbfbf;
    behavior: url("/common/js/PIE.htc");
  }
  #footer .footer-pagetop a:active{
    line-height: 65px;
    box-shadow: 1px 2px 3px #bfbfbf inset, -1px 0 3px #bfbfbf inset;
  }
  #footer .footer-pagetop a:before{
    position: relative;
    content: "";
    display: inline-block;
    top: 3px;
    margin-right: 10px;
    width: 21px;
    height: 23px;
    background: url("/common/images/icon-sprite-sp.png") no-repeat 0 -300px;
    background-size: 30px 500px;
  }
  #footer .footer-sitemap{
    display: none;
  }
  #footer .footer-logo{
    display: none;
  }
  #footer .footer-menu{
    margin: 0 auto;
    max-width: 768px;
    width: 100%;
  }
  #footer .footer-menu ul{
    padding: 15px 3.90625%;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
  }
  #footer .footer-menu ul:before{
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
    height: 0;
  }
  #footer .footer-menu li{
    display: inline-block;
    font-size: 92.30769%;
  }
  #footer .footer-menu li .footer-menu-a {
    display: inline-block;
    width: 10em;
  }
  #footer .footer-menu li.footer-menu_sp_boNone:before {
    display: none;
  }
  #footer .footer-menu li:before{
    margin: 0 5px;
    content: "|";
  }
  #footer .footer-menu li:first-child:before{
    display: none;
  }
  #footer .footer-menu .copyright{
    display: block;
    padding: 15px 3.90625%;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    font-size: 107.69231%;
  }
  #footer .footer-menu .copyright img{
    display: block;
    margin: 0 auto 10px;
    width: 52.99479%;
  }
  .pdf,
  .news_list a[href$=pdf]{
    background-image: url("/common/images/bg_icon_pdf_2x.png");
    background-size: 13px 13px;
  }
  a[href^=tel]{
    text-decoration: underline;
  }
  #topcontrol{
    display: none;
  }
}

@media print, screen and (min-width: 769px){
  #header{
    overflow: hidden;
  }
  #main.fontS{
    font-size: 62.5%;
  }
  #main.fontM{
    font-size: 81.25%;
  }
  #main.fontL{
    font-size: 100%;
  }
  #main a:hover img{
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  #main .menu{
    float: left;
    width: 17.70833%;
  }
  #main .menu h3{
    margin-bottom: 3px;
    width: 100%;
    height: 53px;
    border: 1px solid #e1dcde;
    position: relative;
    behavior: url("/common/js/PIE.htc");
    background-color: white;
    background: -svg-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    background: -owg-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    -pie-background: -pie-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    background: linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    -pie-background: linear-gradient(to bottom, #ffffff 0%, #f5f3f4 100%);
    box-sizing: border-box;
  }
  #main .menu h3 .role-pc{
    display: block;
    padding: 13px 0 0;
    width: 170px;
    height: 40px;
  }
  #main .menu h3 .role-pc span{
    overflow: hidden;
    display: block;
    margin-left: 10px;
    width: 54px;
    height: 26px;
  }
  #main .menu h3 .role-pc span.customer{
    width: 99px;
  }
  #main .menu h3 .role-pc span.pressroom{
    width: 79px;
  }
  #main .menu h3 .role-pc span.pressrelease{
    width: 85px;
  }
  #main .menu h3 .role-pc:hover span img{
    margin: -26px 0 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #main .menu .box > li{
    margin-bottom: 2px;
    background: #f2f0f1;
  }
  #main .menu .box > li a,
  #main .menu .box > li span{
    position: relative;
    display: block;
    line-height: 1.2;
  }
  #main .menu .box > li a:hover,
  #main .menu .box > li span:hover{
    color: #c2c2c2;
  }
  #main .menu .box > li > a,
  #main .menu .box > li > span{
    padding: 12px 0 12px 20px;
    cursor: pointer;
  }
  #main .menu .box > li > a:before,
  #main .menu .box > li > span:before{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 10px;
    margin-top: -3px;
    width: 3px;
    height: 6px;
    background: url("/common/images/icon-sprite.png") no-repeat 0 -170px;
  }
  #main .menu .box > li > .parentsLink,
  #main .menu .box > li .selected,
  #main .menu .box > li .open{
    color: #e51319;
    font-weight: bold;
    background: #fde5e6;
  }
  #main .menu .box > li > .parentsLink:hover,
  #main .menu .box > li .selected:hover,
  #main .menu .box > li .open:hover{
    color: #e51319;
  }
  #main .menu .box > li > .parentsLink:before,
  #main .menu .box > li .selected:before,
  #main .menu .box > li .open:before{
    width: 3px;
    height: 6px;
    background: url("/common/images/icon-sprite.png") no-repeat -10px -170px;
  }
  #main .menu .box > li .blank{
    background-position: 95% 50%;
  }
  #main .menu .box > li > ul{
    padding: 5px 0;
    background: #fef0f0;
    border-top: 2px solid #fff;
  }
  #main .menu .box > li > ul > li{
    margin: 0;
  }
  #main .menu .box > li > ul > li a{
    position: relative;
    padding: 4px 0 4px 40px;
    background: #fef0f0;
    color: #e51319;
    text-decoration: underline;
  }
  #main .menu .box > li > ul > li a:hover{
    color: #333;
  }
  #main .menu .box > li > ul > li a:before{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 23px;
    margin-top: -4px;
    width: 9px;
    height: 9px;
    background: url("/common/images/icon-sprite.png") no-repeat -150px -13px;
  }
  #main .menu .box > li > ul > li .selected{
    color: #333;
    text-decoration: none;
    background: #fef0f0;
  }
  #main .menu .box > li > ul > li .selected:before{
    margin-top: -5px;
    width: 9px;
    height: 9px;
    background: url("/common/images/icon-sprite.png") no-repeat -150px -32px;
  }
  #main .menu .box > li > ul > li > ul > li a.selected{
    color: #333 !important;
  }
  #main .menu .box > li > ul > li > ul > li a.selected:hover{
    color: #e51319 !important;
  }
  #main .side .product-search{
    margin-bottom: 14px;
    padding-bottom: 13px;
    width: 99.00498%;
    position: relative;
    behavior: url("/common/js/PIE.htc");
    background-color: white;
    background: -svg-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    background: -owg-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    -pie-background: -pie-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    background: linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    -pie-background: linear-gradient(to bottom, #ffffff 0%, #f5f3f4 100%);
    border: 1px solid #e1dcde;
  }
  #main .side .product-search h3{
    margin: 0 0 18px;
    padding: 16px 0 0;
    width: 100%;
    background: url("/common/images/bg_product_search.png") repeat-x top left;
  }
  #main .side .product-search h3 img{
    margin: 0 0 0 15px;
  }
  #main .side .product-search h3 + p{
    margin: 0 auto;
    width: 83.9196%;
  }
  #main .side .product-search .search{
    display: block;
    margin: 5px auto 10px;
    width: 83.9196%;
    height: 18px;
    line-height: 18px;
    text-indent: .5em;
    border: 1px solid #809eba;
  }
  #main .side .product-search .search.nobg{
    background: #fff !important;
  }
  #main .side .product-search .submit{
    display: block;
    margin: 0 auto 15px;
    width: 81px;
    height: 24px;
    padding: 7px 15px;
    color: #020167;
    font-weight: bold;
    position: relative;
    behavior: url("/common/js/PIE.htc");
    background-color: #fcfcfa;
    background: -svg-linear-gradient(to bottom, #fcfcfa 0%, #ecebe6 100%);
    background: -owg-linear-gradient(to bottom, #fcfcfa 0%, #ecebe6 100%);
    -pie-background: -pie-linear-gradient(to bottom, #fcfcfa 0%, #ecebe6 100%);
    background: linear-gradient(to bottom, #fcfcfa 0%, #ecebe6 100%);
    -pie-background: linear-gradient(to bottom, #fcfcfa 0%, #ecebe6 100%);
    border-radius: 3px;
    border: 1px solid #003c73;
    box-shadow: 2px 0 0 #e6e1db, 0 -2px 0 #e6e1db, -2px 0 0 #e6e1db, 0 2px 0 #e6e1db, 2px 0 0 #bcd4f6 inset, 0 1px 0 #bcd4f6 inset, -2px 0 0 #bcd4f6 inset, 0 -1px 0 #bcd4f6 inset;
    padding: 0;
    font-weight: normal;
  }
  #main .side .product-search .submit:active{
    position: relative;
    behavior: url("/common/js/PIE.htc");
    background-color: #ecebe6;
    background: -svg-linear-gradient(to bottom, #ecebe6 0%, #fcfcfa 100%);
    background: -owg-linear-gradient(to bottom, #ecebe6 0%, #fcfcfa 100%);
    -pie-background: -pie-linear-gradient(to bottom, #ecebe6 0%, #fcfcfa 100%);
    background: linear-gradient(to bottom, #ecebe6 0%, #fcfcfa 100%);
    -pie-background: linear-gradient(to bottom, #ecebe6 0%, #fcfcfa 100%);
  }
  #main .side .product-search .search-detail{
    position: relative;
    float: right;
    display: inline;
    margin-right: 15px;
    padding-left: 10px;
  }
  #main .side .product-search .search-detail a:before{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 0;
    margin: -4px 0 0;
    width: 3px;
    height: 6px;
    background: url("/common/images/icon-sprite.png") no-repeat -10px -170px;
  }
  #main .side .banner-area{
    margin-bottom: 20px;
    width: 100%;
  }
  #main .side .lineup,
  #main .side .related{
    margin-bottom: 20px;
  }
  #main .side .lineup h3,
  #main .side .related h3{
    margin-bottom: 10px;
  }
  #main .side .lineup li a{
    float: left;
  }
  #main .side .related{
    margin: 0 0 30px;
  }
  #main .side .related ul li{
    margin-bottom: 10px;
    text-align: center;
  }
  #main .side .related .goods-detail{
    float: right;
  }

  #footer .footer-pagetop{
    display: none;
  }
  #footer .footer-sitemap{
    width: 100%;
    min-height: 185px;
    height: auto !important;
    height: 185px;
    position: relative;
    behavior: url("/common/js/PIE.htc");
    background-color: white;
    background: -svg-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    background: -owg-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    -pie-background: -pie-linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    background: linear-gradient(to bottom, white 0%, #f5f3f4 100%);
    -pie-background: linear-gradient(to bottom, #ffffff 0%, #f5f3f4 100%);
    border: 1px solid #d0d0d0;
    border-width: 1px 0;
  }
  #footer .footer-sitemap > ul{
    margin: 8px auto 18px;
    padding: 10px 0 0;
    max-width: 960px;
    width: 100%;
  }
  #footer .footer-sitemap > ul > li{
    position: relative;
    float: left;
    width: 24.47917%;
  }
  #footer .footer-sitemap > ul > li h3,
  #footer .footer-sitemap > ul > li h4{
    font-weight: normal;
  }
  #footer .footer-sitemap > ul > li h3{
    margin: 0 0 10px 28px;
  }
  #footer .footer-sitemap > ul > li h3 a{
    display: block;
    color: #000064;
  }
  #footer .footer-sitemap > ul > li h3 a:hover{
    color: #c2c2c2;
  }
  #footer .footer-sitemap > ul > li h3 a:after{
    position: relative;
    content: "";
    float: right;
    display: block;
    float: none;
    display: inline-block;
    top: -2px;
    margin-left: 5px;
    width: 7px;
    height: 5px;
    background: url("/common/images/icon-sprite.png") no-repeat 0 -160px;
  }
  #footer .footer-sitemap > ul > li h4 span:before{
    margin-right: 5px;
    content: "・";
  }
  #footer .footer-sitemap > ul > li ul{
    margin: -5px 0 0 26px;
  }
  #footer .footer-sitemap > ul > li ul li{
    margin-bottom: 2px;
  }
  #footer .footer-sitemap > ul > li:before{
    position: absolute;
    content: "";
    display: block;
    top: -10px;
    left: 0;
    width: 1px;
    margin-right: 14px;
    height: 197px;
    background: #e4e4e4;
    border-right: 1px solid #fbfbfb;
  }
  #footer .footer-sitemap > ul > li:first-child{
    padding-left: 20px;
  }
  #footer .footer-sitemap > ul > li:first-child h3{
    margin: 0 0 10px 12px;
  }
  #footer .footer-sitemap > ul > li:first-child ul{
    margin-left: 10px;
  }
  #footer .footer-sitemap > ul > li:first-child:before{
    display: none;
  }
  #footer .footer-sitemap > ul > li li span:before{
    margin-right: 5px;
    content: "├";
  }
  #footer .footer-sitemap > ul > li li.last span:before{
    content: "└";
  }
  #footer .footer-sitemap > ul > li.products{
    width: 20.10417%;
  }
  #footer .footer-sitemap > ul > li.support{
    width: 20.10417%;
  }
  #footer .footer-sitemap > ul > li.ir{
    width: 20.72917%;
  }
  #footer .footer-sitemap > ul > li.company{
    width: 21.875%;
  }
  #footer .footer-sitemap li .column01,
  #footer .footer-sitemap li .column02{
    position: relative;
    line-height: 1.4;
  }
  #footer .footer-sitemap li .column02{
    float: left;
    display: inline;
    margin-left: 20px;
  }
  #footer .footer-sitemap li .column02.left{
    margin: 0;
  }
  #footer .footer-logo{
    width: 100%;
    min-height: 32px;
    height: auto !important;
    height: 32px;
    position: relative;
    behavior: url("/common/js/PIE.htc");
    background-color: #fafafa;
    background: -svg-linear-gradient(to bottom, #fafafa 0%, #d5d5d5 100%);
    background: -owg-linear-gradient(to bottom, #fafafa 0%, #d5d5d5 100%);
    -pie-background: -pie-linear-gradient(to bottom, #fafafa 0%, #d5d5d5 100%);
    background: linear-gradient(to bottom, #fafafa 0%, #d5d5d5 100%);
    -pie-background: linear-gradient(to bottom, #fafafa 0%, #d5d5d5 100%);
    border-bottom: 1px solid #797979;
  }
  #footer .footer-logo > div{
    margin: 0 auto;
    padding-top: 8px;
    max-width: 960px;
    width: 100%;
  }
  #footer .footer-logo > div img{
    margin-left: 2.08333%;
    width: 16.875%;
  }
  #footer .footer-menu{
    width: 100%;
    min-height: 33px;
    height: auto !important;
    height: 33px;
    color: #fff;
    font-size: .85em;
    line-height: 33px;
    position: relative;
    behavior: url("/common/js/PIE.htc");
    background-color: #363636;
    background: -svg-linear-gradient(to bottom, #363636 1%, #0f0f0f 100%);
    background: -owg-linear-gradient(to bottom, #363636 1%, #0f0f0f 100%);
    -pie-background: -pie-linear-gradient(to bottom, #363636 1%, #0f0f0f 100%);
    background: linear-gradient(to bottom, #363636 1%, #0f0f0f 100%);
    -pie-background: linear-gradient(to bottom, #363636 0%, #0f0f0f 100%);
    border-bottom: 1px solid #797979;
  }
  #footer .footer-menu > div{
    position: relative;
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    letter-spacing: 1px;
  }
  #footer .footer-menu > div a{
    color: #fff;
  }
  #footer .footer-menu > div a:hover{
    color: #c2c2c2;
    text-decoration: underline;
  }
  #footer .footer-menu > div ul{
    float: left;
    display: inline;
    margin-left: 2.08333%;
  }
  #footer .footer-menu > div li{
    float: left;
  }
  #footer .footer-menu > div li:before{
    margin: 0 5px;
    content: "|";
  }
  #footer .footer-menu > div li:first-child:before{
    display: none;
  }
  #footer .footer-menu > div > span{
    float: right;
    width: 350px;
    text-align: right;
  }
}

@media only screen and (max-width: 480px){
  #header{
    height: 60px;
  }
  #header .role-sp .logo{
    margin-top: 10px;
    height: 38px;
  }
  #header .role-sp .nav .menu{
    height: 40px;
  }
}

@media only screen and (max-width: 320px){
  #header{
    height: 40px;
  }
  #header .role-sp .logo{
    margin-top: 12px;
    height: 16px;
  }
  #header .role-sp .nav .menu{
    height: 30px;
  }
}

@media print{
  #topcontrol{
    display: none !important;
  }

  /*----- お客様相談室 ----------*/
  .customer #main #topicPath,
  .customer #main .side.inc_side,
  .customer #main .contents .customer-recommend,
  .customer #main .contents .customer-recommend-list {
    display: none;
  }
  .customer #main .contents.with-side {
    width: 100%;
  }
  .customer #main ul.type-disc-red li:before,
  .customer #container ul.type-disc-red li:before,
  .customer #main p.type-disc-red:before {
    left: -10px;
  }
  /*----- お客様相談室 ----------*/
}