@charset "UTF-8";
.sp {
  display: none !important; }

.pc_br {
  display: none; }

/* -----------------------------------------------
	リセット/エレメント　ここから
----------------------------------------------- */
div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
th, td, form, fieldset {
  padding: 0;
  margin: 0;
  font-size: 15px;
  /*----------------------------------------------------変   更---------------------------------------------------*/
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.05em; }

ul li, ol li {
  list-style-type: none; }

img {
  border: 0; }

img, input, select, textarea {
  vertical-align: middle;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic",YuGothic,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  /*----------------------------------------------------変   更---------------------------------------------------*/ }

select {
  background: #fff; }

address, em {
  font-style: normal; }

hr {
  display: none; }

body {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic",YuGothic,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  /*----------------------------------------------------変   更---------------------------------------------------*/
  padding-right: 0 !important; }

button, input, select, textarea {
  font-family: inherit; }

/* basic link colours
----------------------------------------------- */
a:link, a:visited {
  color: #73803b;
  text-decoration: none;
  overflow: hidden; }

a:hover, a:active {
  color: #adbc71;
  text-decoration: underline;
  overflow: hidden; }

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70); }

/* -----------------------------------------------
	リセット/エレメント　ここまで
----------------------------------------------- */
/* -----------------------------------------------
	オブジェクト　ここから
----------------------------------------------- */
/* １．位置情報系
----------------------------------------------- */
.float-L {
  float: left; }

.float-R {
  float: right; }

.overflow_auto {
  overflow: visible; }

.indent12 {
  margin-left: 12px;
  text-indent: -12px; }

.clear {
  clear: both; }

/* IE7,MacIE5 */
.clearfix {
  display: inline-block; }
  .clearfix::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.clearfix {
  display: block; }

/* 見出しフォーマット
----------------------------------------------- */
.h1-ttl {
  padding: 11px;
  background: #99ab4e;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 15px;
  clear: both; }

.h2-ttl {
  position: relative;
  margin: 40px 0px 15px 0px;
  border-bottom: solid 2px #99ab4e;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  clear: both; }

.h3-ttl {
  padding: 0px 10px;
  margin: 15px 0px 10px 15px;
  font-size: 100%;
  font-weight: bold;
  color: #333;
  border-left: 7px solid #99ab4e;
  line-height: 1.8; }

.h3_2-ttl {
  padding: 0px 10px;
  margin: 30px 0px 10px 15px;
  font-size: 100%;
  font-weight: bold;
  color: #333;
  border-left: 7px solid #99ab4e;
  line-height: 1.8; }

.h4-ttl {
  padding: 0px 10px;
  margin: 15px 0px 10px 30px;
  font-size: 100%;
  font-weight: bold;
  border-left: 5px solid #333333; }

.h4_2-ttl {
  padding: 0px 10px;
  margin: 20px 0px 10px 30px;
  font-size: 100%;
  font-weight: bold;
  border-left: 5px solid #333333; }

.breadcrumbs {
  width: 100%; }
  .breadcrumbs li {
    float: left;
    font-size: 80%; }

/* トップに戻る */
#pageTop {
  bottom: 50px;
  right: 20px;
  display: block;
  width: 60px;
  height: 60px;
  margin-left: 890px;
  position: fixed;
  z-index: 999; }

#contents {
  width: 100%;
  margin: 0 auto 0 auto;
  /*----------------------------------------------------変   更---------------------------------------------------*/
  padding-bottom: 30px;
  display: block;
  box-sizing: border-box; }

body {
  overflow: auto; }

#main_stock {
  max-width: 934px;
  margin: 0 auto;
  text-align: left;
  position: relative; }

#wrapper {
  padding: 0 1% 10px 1%; }

.highlight {
  font-weight: bold;
  background-color: Yellow; }

form {
  position: absolute;
  width: 100%;
  max-width: 934px; }

.search_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px 20px 10px;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box; }
  .search_area .search_box {
    position: relative;
    width: 65%; }
    .search_area .search_box label {
      position: absolute;
      top: 0;
      font-size: 15px;
      margin: 12px;
      padding: 0 10px;
      color: #999;
      background-color: #fff;
      -webkit-transition: top .2s ease-in-out,           font-size .2s ease-in-out;
      transition: top .2s ease-in-out,    font-size .2s ease-in-out; }
    .search_area .search_box .active {
      top: -14px;
      font-size: 12px;
      color: #555;
      line-height: 1; }
    .search_area .search_box input[type=text] {
      width: 100%;
      padding: 12px 20px;
      border: 2px solid #999;
      border-radius: 5px;
      font-size: 15px;
      box-sizing: border-box; }
    .search_area .search_box input[type=text]:focus {
      outline: none; }
  .search_area .search_btn_area {
    width: 30%;
    text-align: right; }
    .search_area .search_btn_area input[type="button"] {
      border: 1px solid #696969;
      border-radius: 5px;
      font-size: 15px;
      padding: 12px 5px;
      width: 48%;
      background: #696969;
      color: #fff;
      box-sizing: border-box; }
      .search_area .search_btn_area input[type="button"]:focus {
        outline: none; }
      .search_area .search_btn_area input[type="button"]:hover {
        background: #999;
        border: 1px solid #999;
        cursor: pointer; }
    .search_area .search_btn_area input[type="submit"] {
      border: 1px solid #999;
      border-radius: 5px;
      font-size: 15px;
      padding: 12px 5px;
      width: 48%;
      background: #fff;
      box-sizing: border-box; }
      .search_area .search_btn_area input[type="submit"]:focus {
        outline: none; }
      .search_area .search_btn_area input[type="submit"]:hover {
        background: #f1f1f1;
        cursor: pointer; }

.fixed {
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  z-index: 1000; }

.mainTTL2 {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  background-color: #555; }

.itemTable {
  width: 100%;
  border: 1px solid #cccccc;
  border-collapse: collapse; }
  .itemTable thead th {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1; }
  .itemTable tbody tr:nth-of-type(2n) td {
    background: #f9f9f9; }

.itemTable th {
  border: 1px solid #cccccc;
  padding: 5px;
  background: #696969;
  text-align: center;
  vertical-align: middle;
  color: #fff; }

.itemTable td {
  padding: 5px 5px;
  text-align: center;
  border: 1px solid #cccccc;
  font-size: 13px; }

#pageTop {
  bottom: 50px;
  right: 20px;
  display: block;
  margin-left: 890px;
  position: fixed;
  z-index: 999; }

#pageTop a {
  text-indent: -9999px;
  width: 60px;
  height: 60px;
  display: block;
  background: url(/img/00common/pagetop.gif); }

/* -----------------------------------------------------------------
   レスポンシブ
----------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  .pc_br {
    display: block; }

  .sp_br {
    display: none; }

  /* -----------------------------------------------
  	リセット/エレメント　ここから
  ----------------------------------------------- */
  html, body, 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; }

  body {
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic",YuGothic,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    background: #ffffff;
    text-align: center;
    line-height: 1.4;
    color: #333;
    position: relative;
    overflow-x: hidden;
    right: 0;
    font-size: 14px;
    width: 100%; }

  * {
    webkit-appearance: none;
    -webkit-appearance: none; }

  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
    display: block; }

  ul li, ol li {
    list-style-type: none; }

  blockquote, q {
    quotes: none; }

  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none; }

  div, p {
    word-break: break-all;
    text-align: left; }

  table {
    border-collapse: collapse;
    border-spacing: 0; }

  input, select, textarea {
    vertical-align: middle;
    border: none; }

  input[type="button"] {
    -webkit-appearance: none;
    vertical-align: middle;
    padding: 5px;
    font-size: 13px;
    box-sizing: border-box;
    background: #dcdcdc;
    border: 1px solid #d2d2d2; }

  .clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

  /* １．位置情報系
  ----------------------------------------------- */
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

  .clearfix {
    display: inline-block; }

  /* Hides from IE-mac \*/
  * html .clearfix {
    height: 1%; }

  .clearfix {
    display: block; }

  /* End hide from IE-mac */
  /* 見出しフォーマット
  ----------------------------------------------- */
  .h1-ttl {
    width: 102%;
    margin-left: -1%;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
    background: #555;
    padding: 10px 0;
    text-align: center; }

  .h2-ttl {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 8px;
    margin-top: 40px;
    margin-bottom: 15px;
    background-color: #555;
    border-bottom: none; }

  .h2_2-ttl {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 15px;
    background-color: #555; }

  .h3-ttl {
    color: #333;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 0 0 2px 5px;
    border-bottom: 2px solid #555; }

  .mainTTL2 {
    margin: 0 0 15px;
    padding: 10px 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    background-color: #555; }

  .titleGray {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 8px;
    margin-top: 40px;
    margin-bottom: 15px;
    background-color: #555; }

  .titleGray_fast {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 15px;
    background-color: #555; }

  .titleGrayline {
    color: #333;
    background: #fff;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 0 0 2px 5px;
    border-bottom: 2px solid #555; }

  .titleGraylineNext {
    color: #333;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 0 0 2px 5px;
    border-bottom: 2px solid #555;
    background-color: #fff; }

  .titleGraybox {
    color: #333;
    text-align: left;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 10px; }
    .titleGraybox::before {
      background: #555;
      content: "";
      height: 15px;
      width: 15px;
      left: 0px;
      position: absolute;
      top: 2px; }

  .titleGrayboxNext {
    color: #333;
    text-align: left;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px; }
    .titleGrayboxNext::before {
      background: #555;
      content: "";
      height: 15px;
      width: 15px;
      left: 0px;
      position: absolute;
      top: 2px; }

  .titleCoolGray {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 5px;
    background-color: #eee; }

  /* heder
  ----------------------------------------------- */
  .scroll-prevent {
    z-index: -1;
    width: 100%;
    height: 100vh;
    overflow: hidden; }
    .scroll-prevent::before {
      content: "";
      width: 100%;
      height: 3000%;
      background: rgba(0, 0, 0, 0.7);
      z-index: 300;
      position: absolute;
      top: 0;
      left: 0; }

  /* 03＿中央部共通 */
  .breadcrumbs {
    overflow-x: scroll;
    overflow-y: hidden;
    background-color: #FFF;
    white-space: nowrap; }
    .breadcrumbs li {
      display: inline-block;
      padding: 0px 0.5em 8px;
      font-size: 80%; }

  #contents {
    padding: 0px 1% 20px 1%; }

  #wrapper {
    overflow: hidden; }

  .commonBox {
    padding: 0 1% 20px 1%; }

  /*在庫表*/
  .itemTable {
    width: 100%;
    border: 1px solid #cccccc; }

  /*在庫表*/
  #main_stock {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    position: relative; }

  #wrapper {
    padding: 0 1% 10px 1%; }

  .mainTTL2 {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    background-color: #555; }

  form {
    position: absolute;
    width: 100%; }

  .search_area {
    display: block;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box; }
    .search_area .search_box {
      position: relative;
      width: 100%;
      margin-bottom: 10px; }
      .search_area .search_box label {
        position: absolute;
        top: 0;
        font-size: 13px;
        margin: 10px;
        padding: 0 10px;
        color: #999;
        background-color: #fff;
        -webkit-transition: top .2s ease-in-out,           font-size .2s ease-in-out;
        transition: top .2s ease-in-out,    font-size .2s ease-in-out; }
      .search_area .search_box .active {
        top: -16px;
        font-size: 11px;
        color: #555;
        line-height: 1; }
      .search_area .search_box input[type=text] {
        width: 100%;
        padding: 10px 20px;
        border: 1px solid #999;
        font-size: 13px;
        box-sizing: border-box; }
      .search_area .search_box input[type=text]:focus {
        outline: none; }
    .search_area .search_btn_area {
      width: 100%;
      text-align: center; }
      .search_area .search_btn_area input[type="button"] {
        border: 1px solid #696969;
        border-radius: 5px;
        font-size: 14px;
        padding: 5px;
        width: 45%;
        background: #696969;
        color: #fff;
        box-sizing: border-box; }
        .search_area .search_btn_area input[type="button"]:focus {
          outline: none; }
        .search_area .search_btn_area input[type="button"]:hover {
          background: #999;
          border: 1px solid #999;
          cursor: pointer; }
      .search_area .search_btn_area input[type="submit"] {
        border: 1px solid #999;
        border-radius: 5px;
        font-size: 14px;
        padding: 5px;
        width: 45%;
        background: #fff;
        box-sizing: border-box; }
        .search_area .search_btn_area input[type="submit"]:focus {
          outline: none; }
        .search_area .search_btn_area input[type="submit"]:hover {
          background: #f1f1f1;
          cursor: pointer; }

  .fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 98%;
    z-index: 1000; }

  .itemTable thead th {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1; }
  .itemTable tbody tr:nth-of-type(2n) td {
    background: #f9f9f9; } }
@media screen and (max-width: 420px) {
  /*在庫表*/
  .itemTable {
    width: 100%;
    border: 1px solid #cccccc; }

  #pageTop {
    bottom: 20px;
    right: 20px;
    position: fixed;
    z-index: 999; }

  #pageTop a {
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    display: block;
    background: url(/img/00common/pagetop_sp.gif); } }
