@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* =========================================================
   Base
========================================================= */
/* elements
----------------------------------------------- */
body {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  margin: 0;
  color: #333;
  font-size: 87.5%;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Source Han Sans JP", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
video, audio {
  vertical-align: middle;
}
a img {
  vertical-align: middle;
}
.body p img {
  vertical-align: baseline;
}
.body th img {
  vertical-align: middle;
}
img.external {
  margin: 0 0.25em;
}
.maps img, #map_canvas img, #canvas img {
  max-width: none;
}
#map_canvas {
  width: 100% !important;
}
input, textarea {
  max-width: 100%;
}
input[type="text"], textarea {
  padding: 10px 5px;
}
input[type="text"] {
  width: 100%;
  height: 2.5em;
}
textarea {
  width: 100%;
}
p {
  margin: 0;
}
em {
  font-style: normal;
}
pre {
  font-family: -apple-system, BlinkMacSystemFont, "Source Han Code JP", Osaka-mono, "Noto Sans JP", monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
th {
  font-weight: 500;
}
rp, rt {
  font-size: 80%;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
}
ol {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}
li {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}
a {
  background-color: transparent;
  color: #0333a2;
  text-decoration: underline;
  word-break: break-word;
}
a:visited {
  color: #0333a2;
  background-color: transparent;
}
a:hover, a:focus {
  color: #003399;
  background-color: transparent;
  text-decoration: none;
}
a[name] {
  color: #333;
  text-decoration: none;
}
a[style*="cursor"] {
  color: #0333a2 !important;
  text-decoration: underline !important;
}
a[style*="cursor"]:hover,
a[style*="cursor"]:focus {
  text-decoration: none !important;
}
a img:hover {
  opacity: 0.9;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 120%;
  font-weight: bold;
}
address {
  font-style: normal;
}
iframe {
  width: 100%;
  border: 0;
}
ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}
label {
  vertical-align: middle;
}

/* =========================================================
   Common Classes.
========================================================= */
/* Icons.
----------------------------------------------- */
.iconFile, .iconDefault {
  min-height: 16px;
  padding-left: 22px;
  background: url("/_common/images/icons/default.png") no-repeat left center;
}
.iconBmp {
  background-image: url("/_common/images/icons/bmp.png");
}
.iconCsv, .iconTxt {
  background-image: url("/_common/images/icons/default.png");
}
.iconDoc, .iconDocx, .iconRtf {
  background-image: url("/_common/images/icons/doc.png");
}
.iconGif {
  background-image: url("/_common/images/icons/gif.png");
}
.iconJpg, .iconJpe, .iconJpeg {
  background-image: url("/_common/images/icons/jpg.png");
}
.iconJtd {
  background-image: url("/_common/images/icons/jtd.png");
}
.iconLzh {
  background-image: url("/_common/images/icons/lzh.png");
}
.iconPdf {
  background-image: url("/_common/images/icons/pdf.png");
}
.iconPng {
  background-image: url("/_common/images/icons/png.png");
}
.iconPpt, .iconPptx {
  background-image: url("/_common/images/icons/ppt.png");
}
.iconXls, .iconXlsx {
  background-image: url("/_common/images/icons/xls.png");
}
.iconZip {
  background-image: url("/_common/images/icons/zip.png");
}

/* System
----------------------------------------------- */
/* more
---------------------- */
.more {
  display: block;
  margin-top: 10px;
  padding: 0 5px;
  text-align: right;
}
.more span {
  padding-right: 10px;
}

/* pagination
---------------------- */
.pagination {
  margin-top: 20px;
  text-align: center;
}
.pagination a,
.pagination em,
.pagination span {
  display: inline-block;
  padding: 0 6px;
  vertical-align: middle;
}
.pagination .current {
  padding: 0 3px;
  font-size: 150%;
  font-weight: bold;
}

/* back
---------------------- */
.back {
  margin-top: 20px;
  text-align: center;
}
.back a {
  display: block;
  width: 95px;
  margin: 0 auto;
  padding: 5px 0;
  border: 1px solid #bbb;
  background-color: #fde7e9;
}

/* pagetop
---------------------- */
.pageTop {
  margin: 5px 0 30px;
  text-align: right;
}
.pageTop a {
  padding: 0 0 0 15px;
  background: url("../images/ic-top.gif") no-repeat left center;
}

/* feed
---------------------- */
.latest {
  position: relative;
  margin-bottom: 30px;
}
.latest .feed {
  position: absolute;
  top: 12px;
  right: 10px;
  float: right;
  height: 13px;
  background-color: transparent;
}
.latest .feed li {
  padding: 0;
  background: none;
}
.feed {
  text-align: right;
}
.feed li {
  display: inline-block;
}
.feed a {
  display: inline-block;
  height: 15px;
  background-position: left top;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-indent: 50px;
  white-space: nowrap;
  overflow: hidden;
}
.feed a.feedRss {
  width: 38px;
  background-image: url("../images/ic-rss.jpg");
}
.feed a.feedAtom {
  width: 34px;
  background-image: url("../images/ic-atom.jpg");
}

/* breadCrumbs
----------------------------------------------- */
#breadCrumbs {
  margin-top: 20px;
}
#breadCrumbs .pieceBody {
  font-size: 90%;
  color: #333;
}
#breadCrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
#breadCrumbs li:not(:last-child)::after {
  content: ">";
  margin: 0 0.25em;
}

/* =========================================================
   doc
========================================================= */
/* docs ichiran
----------------------------------------------- */
.content li,
.docs li {
  margin: 0;
  padding: 2px 0 2px 10px;
  background: url("../images/ic-list01.gif") no-repeat left 0.65em;
}
p[style*="font-family"],
span[style*="font-family"],
font {
  font-family: inherit !important;
}

/* ichiran-tenkai
---------------------- */
.docs article {
  clear: both;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dotted #666;
}
.docs article header {
  margin-bottom: 5px;
}
.docs article header h3.docTitle,
.docs article header p.siteName {
  display: inline;
  margin-bottom: 10px;
}
.docs article h3.docTitle {
  padding-right: 10px;
  font-size: 100%;
}
.docs article h3.docTitle a {
  padding-left: 10px;
  background-image: url("../images/ic-list01.gif");
  background-position: 0 6px;
  background-repeat: no-repeat;
}
.docs article p.summary {
  margin-bottom: 10px;
}
.docs article div.thumb {
  float: left;
  width: 120px;
  margin-right: 10px;
  padding: 3px;
  border:1px solid #ccc;
  text-align: center;
}
.thumb + .summary {
  margin-left: 140px;
}
.docs article footer {
  zoom: 100%;
  text-align: right;
}
.docs article footer:after {
  content: "";
  clear: both;
  display: block;
}

/* midashi
----------------------------------------------- */
.body,
.summary {
  padding: 10px 0 0;
}
.body h2,
.summary h2 {
  margin: 0 0 10px;
  padding: 0 5px 5px 0;
  font-size: 120%;
  border-bottom: 2px solid #000;
}
.body h3,
.summary h3 {
  margin: 0 10px 10px 0;
  padding: 0;
  font-size: 100%;
}
.body h2:not(:first-child),
.summary h2:not(:first-child),
.body h3:not(:first-child),
.summary h3:not(:first-child) {
  margin-top: 20px;
}
.body .temp1 h2,
.body .temp1 h3,
.body .temp2 h2,
.body .temp2 h3 {
  margin-top: 0;
}
.summary .description h3 {
  display: inline-block;
}
.summary .description td {
  vertical-align: top;
}
.body h4 {
  margin: 10px;
  padding: 0 0 0 5px;
  border-left: 5px solid #008bff;
  font-size: 110%;
  font-weight: normal;
  color: #003366;
}
.summary h4 {
  font-size: 100%;
}
.body p, .summary p {
  margin: 10px 0 20px;
}
.body > p:first-child {
  margin-top: 0;
}
.body ul {
  margin: 0 0 15px 10px;
  list-style-type: none;
}
.body ul li {
  padding-left: 12px;
  background: url("../images/ic-list04.gif") no-repeat left 0.5em;
}
.body ul.chushaku li {
  margin: 0;
  background-image: none;
}
.body ol {
  margin: 0 0 15px 35px;
}
.body table,
.summary table {
  width: auto;
  margin: 0 0 15px;
  border: 1px solid #999;
}
.summary table {
  margin: 0 auto 15px;
}
.body th, .body td,
.summary th, .summary td {
  padding: 10px;
  border: 1px solid #999;
  vertical-align: middle;
}
.body #___gcse_0 table,
.body #___gcse_0 th,
.body #___gcse_0 td {
  margin: 0;
  padding: 0;
  border: 0;
}
.body th,
.summary th {
  background-color: #eee;
  text-align: center;
}
.body .warning,
.summary .warning {
  color: #ee0000;
  font-weight: bold;
}
.body table.noBorder,
.body table.noBorder th,
.body table.noBorder td {
  border: none;
}
.gray {
  background-color: #e1e1e1;
}
.body img.border {
  padding: 3px;
  border:1px solid #ccc;
}
.body div.gmap {
  margin: 0 0 2em;
}
.body div.gmap iframe {
  width: 100%;
  max-width: 100%;
}
#bike_shop_bike_purchase_customer_birthday_2i,
#bike_shop_bike_purchase_customer_birthday_3i {
  margin-left: 0.5em;
}

/* img float
---------------------- */
.body .img-right {
  margin-bottom: 30px;
}
.body .img-right img {
  float: right;
  margin-left: 30px;
}
.body .img-left {
  clear: both;
  margin-bottom: 30px;
}
.body .img-left img {
  float: left;
  margin-right: 30px;
}
.body .img-left h2 {
  margin-left: 260px;
}
.body .img-right:after,
.body .img-left:after {
  content: "";
  clear: both;
  display: block;
}

/* search
---------------------- */
.cse input.gsc-search-button,
input.gsc-search-button,
.cse input.gsc-search-button:hover,
input.gsc-search-button:hover {
  margin: 0 !important;
  padding: 5px 7px !important;
  border-color: #999 !important;
  background: #ccc !important;
}
.gsib_a, .gsib_a {
  padding-top: 0 !important;
}
.gsc-results .gsc-cursor-box {
  text-align: center;
}

/* =========================================================
   recentBikes
================================= ======================== */
#shop_refinement {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 10px 0 !important;
}
#shop_refinement > span {
  margin-right: 0.5em;
}
.contentItemList section,
#recentBikes section {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 1.5em;
  border: 1px solid #aaa;
  border-top: 0;
}
.mark {
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}
.new,
.shop {
  padding: 2px 5px;
  border: 1px solid transparent;
  font-weight: bold;
}
#recentBikes section .new,
#recentBikes section .shop,
.contentItemList section .new,
.contentItemList section .shop {
  display: none;
}
.new {
  margin-right: 10px;
  border-color: #ea1e21;
  background-color: #ea1e21;
  color: #ffff01;
  text-transform: uppercase;
}
.shop {
  border-color: #ccc;
  background-color: #fff;
}
section header {
  flex-basis: 100%;
  border-top: 2px solid #000;
}
section header h2 {
  padding: 10px 80px 10px 10px;
  background: url("../images/bg-itemtitle-repeat.gif");
  font-size: 120%;
}
section header p {
  padding: 10px;
}
section header p:empty {
  display: none;
}
section .thumb,
.itemInfo {
  margin: 10px;
}
section .thumb {
  flex-basis: 157px;
}
section .thumb img {
  border: 1px solid #ccc;
}
.itemInfo {
  margin: 10px 0 0;
  flex-basis: calc(100% - 187px);
}
.itemInfo table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 1.5em;
  border: 1px solid #ccc;
}
.itemInfo th,
.itemInfo td {
  padding: 5px;
  border: 1px solid #ccc;
  text-align: center;
}
.itemInfo th {
  background-color: #eee;
}
.itemInfo td.itemNumber,
.itemInfo td.price {
  width: 30%;
}
.itemInfo td.price em {
  color: #fd0100;
  font-size: 110%;
  font-weight: bold;
}
.itemInfo p.itemNumber {
  float: left;
  width: 50%;
  font-size: 90%;
  text-align: right;
}
.itemInfo p.price {
  float: left;
  width: 50%;
  text-align: right;
}
.itemInfo p.price em {
  margin-left: 1em;
  color: #fd0100;
  font-size: 110%;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  section .thumb {
    flex-basis: 100%;
  }
  .itemInfo {
    flex-basis: 100%;
    margin: 0 10px;
  }
}

/* =========================================================
   recentBikes index
================================= ======================== */
.contentItemList form table {
  margin-bottom: 1.5em;
}
.contentItemList form tr:first-child {
  border-top: 1px solid #aaa;
}
.contentItemList form tr:not(:last-child) {
  border-bottom: 1px solid #aaa;
}
.contentItemList form th {
  padding-top: 1em;
  padding-right: 1em;
  white-space: nowrap;
}
.contentItemList form td {
  padding-top: 1em;
  vertical-align: middle;
}
.contentItemList form td input:first-child,
.contentItemList form td input:first-child + label {
  margin-bottom: 1em;
}
.contentItemList form td span {
  margin-right: 1em;
}
.contentItemList form tr:last-child td {
  padding: 20px 40px;
  text-align: center;
}
.contentItemList form tr:last-child input[type="submit"] {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 20px 40px;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(to bottom, #767676 0%, #333333 50%, #101010 51%, #303030 100%);
  color: #fff;
  font-size: 130%;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-shadow: black 2px 2px 0, black -2px 2px 0, black 2px -2px 0, black -2px -2px 0;
  vertical-align: middle;
  cursor: pointer;
}
.contentItemList form tr:last-child input[type="submit"]:hover,
.contentItemList form tr:last-child input[type="submit"]:focus {
  opacity: 0.9;
}

/* =========================================================
   smartSwitch
================================= ======================== */
#pageHeader #smartSwitch .switch {
  flex-basis: 100%;
}
#pageHeader #smartSwitch a.sp {
  margin: 0;
}
#pageHeader #smartSwitch {
  padding: 0;
}

/* =========================================================
   Enquete
================================= ======================== */
.required,
.note {
  color: #ee0000;
  font-weight: 500;
}
.dir-saiyo .surveyForms .form h2.name {
  display: none;
}
.submitters,
.surveyForms .form .summary .obo,
.surveyForm .submit {
  margin: 30px 0 0;
  text-align: center;
}
.submitters input,
.submitters a,
.surveyForms .form .summary .obo a,
.submit input,
.submit a {
  margin: 0 10px;
}
.submitters input,
.submitters a,
.surveyForms .form .summary .obo a,
.submit input {
  display: inline-block;
  width: 11em;
  height: 3.4em;
  line-height: 3.4;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(to bottom, #767676 0%, #333333 50%, #101010 51%, #303030 100%);
  color: #fff;
  font-size: 150%;
  text-shadow: black 2px 2px 0, black -2px 2px 0, black 2px -2px 0, black -2px -2px 0;
  text-decoration: none;
  cursor: pointer;
}
.submitters input:hover,
.submitters a:hover,
.submitters input:focus,
.submitters a:focus,
.surveyForms .form .summary .obo a:hover,
.submit input:hover,
.surveyForms .form .summary .obo a:focus,
.submit input:focus {
  opacity: 0.9;
}
.errorExplanation {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ee0000;
}
.errorExplanation h2 {
  color: #ee0000;
}
.errorExplanation ul {
  margin-left: 20px;
}
.errorExplanation li {
  padding-left: 10px;
  background: url("../images/ic-list01.gif") no-repeat left center;
  color: #ee0000;
}

/* CKEditor templates
----------------------------------------------- */
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}
.temp1,
.temp2,
.temp3,
.temp4 {
  margin-bottom: 1rem;
}
.body table p {
  text-indent: 0;
  word-break: break-all;
}
.temp1 .thumb {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
.temp1 ul,
.temp1 ol {
  display: inline-block;
  vertical-align: top;
}
.temp2 .thumb {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}
.temp3,
.temp4 {
  display: flex;
  align-items: flex-start;
  margin: 0 0 1em;
  text-align: center;
}
.temp3 dl,
.temp4 dl {
  margin: 0 1em 0 0;
  padding: 0;
}
.temp3 dl {
  flex-basis: calc(50% - 0.5em);
}
.temp4 dl {
  flex-basis: calc((100% - 2em) / 3);
}
.temp3 dl:nth-child(even),
.temp4 dl:nth-child(3n) {
  margin-right: 0;
}
.temp3 dl dt,
.temp4 dl dt {
  margin-bottom: 1rem;
}
.temp3 dl dd,
.temp4 dl dd {
  margin: 0;
}
/* IE11 */
_:lang(x)::-ms-backdrop, .temp3 img:not(.external):not([src$="-182135.gif"]) {
  width: 100%;
}
_:lang(x)::-ms-backdrop, .temp4 img:not(.external):not([src$="-182135.gif"]) {
  width: 100%;
}
.temp5 th,
.temp6 th,
.temp5 td,
.temp6 td {
  text-align: center;
}
.adobeReader, .temp7 {
  padding: 10px 20px 10px 196px;
  border: 1px solid #faa;
  background: #fff3f3 url("../images/adobe_bn.png") no-repeat 20px center;
}
.temp7 {
  margin: 0 0 1rem;
}
.adobeReader p, .temp7 p {
  margin: 0;
  padding: 0;
}
.body ul.line-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 0 2em;
}
.body ul.line-list li {
  padding: 0;
  background: none;
}
@media only screen and (max-width: 960px) {
  .temp1 .thumb,
  .temp2 .thumb {
    float: none;
    margin: 0 0 1rem;
    text-align: center;
  }
  .temp3, .temp4 {
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
  }
  .temp3 dl, .temp4 dl {
    flex-basis: auto;
    margin: 0 0.5em 1em !important;
  }
  .adobeReader, .temp7 {
    padding: 55px 20px 10px;
    background-position: center 10px;
  }
}