@charset "UTF-8";
/* reset css */
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; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, section {
  display: block; }

ul, ol {
  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;
  text-decoration: none;
  color: #0F70B1; }
  a:hover {
    transition: 0.5s;
    color: #0058DC; }
  a:hover img {
    opacity: .75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
    -khtml-opacity: .75;
    -moz-opacity: .75;
    transition: 0.5s; }

img {
  vertical-align: top; }

/* 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;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc; }

input, select {
  vertical-align: middle; }

/* reset css */
/* /css/usrfiles/default/984_DEFAULT_/css/usrfiles/default/1367_TOPPAGE_base.css */
html {
  overflow: auto;
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','sans-serif' ;
  font-size: 62.5%; }

pre,label,imput{
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','sans-serif' !important; }

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

BODY {
  font-size: 1.6rem;
  overflow: hidden;
  position: relative; }

.spnone {
  display: block; }
  @media (max-width: 768px) {
    .spnone {
      display: none; } }

.pcnone {
  display: none; }
  @media (max-width: 768px) {
    .pcnone {
      display: block; } }

/*header*/
.site_header {
  display: flex;
  display: -ms-flex;
  top: 0;
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .site_header {
      display: block;
	  height: 72px;
      border: none;
      padding: 0; } }

.header_innner {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 72px;
  margin: 0 auto; 
  padding: 16px 20px;
  box-sizing: border-box;}
  @media (max-width: 768px) {
    .header_innner {
      position: fixed;
      z-index: 10000;
	  padding: 8px 0 8px 8px;
	  box-sizing: border-box;
      background: #fff; } }

#SITELOGO img {
  display: block;
  width: 100%;
  max-width: 290px;
  height: auto; }

@media (max-width: 768px) {
	#SITELOGO img{
		max-width: 221px;
	}
}

.menu_area {
  display: flex;
  display: -ms-flex;
  white-space: nowrap;
}
  @media (max-width: 768px) {
    .menu_area {
      flex-direction: row-reverse; } }

@media (max-width: 768px) {
  #SITETLOGO {
    width: 50%; }

  .reserv_area {
    max-width: 50%; } }
/*header end*/
#BODY {
  width: calc(100% - 20px);
  max-width: 1280px;
  margin: 0 auto 60px;
  box-sizing: border-box;
  line-height: 180%; }
  @media (max-width: 768px) {
    #BODY {
	  width: calc(100% - 16px);
      margin: 0 auto 40px; } }

#PATH {
  margin-bottom: 40px;
  padding: 0 20px;
  background: #EFEFEF;
}
  @media (max-width: 768px) {
    #PATH {
      margin-bottom: 24px;
      padding: 0 8px; } }

.path {
  display: flex;
  max-width: 1280px;
  align-items: center;
  height: 35px;
  margin: 0 auto 40px;
  font-weight: bold; }
  @media (max-width: 768px) {
    .path {
      display: none; } }

#ITEMCATEGORYLINKS {
  padding: 0 20px;
  border-bottom: 1px solid #C7C7C7;
  background: #EFEFEF; }
  @media (max-width: 768px) {
    #ITEMCATEGORYLINKS {
      padding: 0 8px;
      border: none; } }

.item {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (max-width: 768px) {
    .item {
      padding: 0; } }

.links {
  margin: 0 auto;
  max-width: 1280px;
}

/* footer css */
#FOOT1 {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 20px;
  text-align: center; }
  @media (max-width: 768px) {
    #FOOT1 {
      display: none; } }

#FOOT2 {
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7; }

.foot2 {
  max-width: 1280px;
  padding: 40px 20px;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 768px) {
    .foot2 {
      padding: 24px 32px;
      border: none; } }

.foot3 {
  padding: 40px 20px;
  border-top: 1px solid #C7C7C7; }
  @media (max-width: 768px) {
    .foot3 {
      padding: 0 8px; } }

#FOOT3 {
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    #FOOT3 {
      border: none; } }

#COPY {
  padding: 0 8px;
  border-top: 1px #DC000C solid; }

.copy {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center; }

#LINKS {
  padding: 0 10px;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    #LINKS {
      padding: 0 8px; } }

#PTOP {
  position: fixed;
  right: 5%;
  z-index: 10000; }
  @media (max-width: 768px) {
    #PTOP {
      position: static !important; } }

#systempreview {
  z-index: 100001 !important; }

.plupload_buttons a,
.plupload_wrapper *,
.plupload_add,
.plupload_disabled, a.plupload_disabled:hover,
li.plupload_droptext {
  font-size: 16px; }

.plupload_container {
  background: #EFEFEF !important; }

.plupload_scroll .plupload_filelist {
  height: 200px !important; }

.plupload_filelist_footer {
  height: 30px; }

.plupload_file_name {
  overflow: inherit; }

@media (max-width: 768px) {
  .plupload_scroll .plupload_filelist {
    height: 90px !important; }

  .plupload_file_size, .plupload_file_status, .plupload_progress {
    width: auto; }

  .plupload_filelist_footer {
    display: flex; }

  .plupload_filelist_footer {
    height: 80px; }

  .plupload_buttons a:first-child {
    margin-bottom: 8px; }

  li.plupload_droptext {
    line-height: 80px !important; }

  #imgupload0118 {
    margin-bottom: 90px; } }
