@charset "UTF-8";
/* 4=25% 5=20% 6=16.6% */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}

/*モーダルモードのウインドウ設定*/
.modal-window {
  z-index: 10000;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  border: 2px solid #666;
  background-color: #fff;
}

#modal-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.4);
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/ height: auto; overflow: hidden; /**/
}

.both {
  clear: both;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

/* □■□■□■□ PC向けおよび大型タブレット向けのレイアウトの指定：640px～ □■□■□■□ */
@media print, screen and (min-width: 640px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.none {
  display: none !important;
}

.center {
  margin: 10px auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.both {
  clear: both;
}

.gothic {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ　ProN W3", "Hiragino kaku Gothic ProN", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif !important;
}

.mincho {
  font-family: "ヒラギノ明朝　ProN W6", "HiraMinProN-W6", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif !important;
}

.f09p {
  font-size: 9px !important;
}

.f10p {
  font-size: 10px !important;
}

.f12p {
  font-size: 12px !important;
}

.f14p {
  font-size: 14px !important;
}

.f16p {
  font-size: 16px !important;
}

.f20p {
  font-size: 20px !important;
}

.f24p {
  font-size: 24px !important;
}

.f30p {
  font-size: 30px !important;
}

.f36p {
  font-size: 36px !important;
}

.f42p {
  font-size: 42px !important;
}

div#holiday {
  border-bottom: 2px;
}

p.holiday {
  margin-bottom: 20px;
}

/* □■□■□■□ スマホおよび小型タブレット向けのレイアウトの指定：～640px □■□■□■□ */
html body {
  background-attachment: fixed;
  background-position: center;
  background-size: auto 120%;
  background-repeat: no-repeat;
}
html body div.wrap {
  position: relative;
  width: 100%;
}
html body h1 {
  width: 100%;
  line-height: 16px;
  background-color: #666;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin: 0px auto;
}
html body #header {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
  background-image: url("");
  background-size: 300px;
  background-position: right;
  background-repeat: no-repeat;
  background-color: white;
}
html body #header .wrap {
  background-image: url("");
  background-size: 200px;
  background-position: center;
  background-repeat: no-repeat;
}
html body #header .logo {
  display: block;
  width: 200px;
  height: auto;
  float: left;
}
html body #header .logo img {
  display: block;
  width: 100%;
}
html body #header #product_search {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 400px;
}
html body #header #product_search input[type=text] {
  width: 330px;
  height: 30px;
}
html body #header #product_search input[type=submit] {
  height: 30px;
}
html body #header p.address {
  display: none;
}
html body #header ul.tel {
  display: none;
}
html body #header ul.tel img.yoyaku:hover {
  opacity: 0.7;
}
html body #header #contacts {
  position: absolute;
  top: 5px;
  right: 0px;
  height: 40px;
}
html body #header #contacts ul li {
  display: block;
  float: left;
  height: 25px;
  width: 25px;
  overflow: hidden;
  margin: 0px 10px;
}
html body #header #contacts ul li img {
  display: block;
  width: 100%;
}
html body #header #contacts ul li img:hover {
  opacity: 0.8;
}
html body #header #contacts ul li a {
  display: block;
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  color: #666;
  font-size: 12px;
  font-weight: 500;
  text-indent: 30px;
  margin: 0px;
  background-size: 25px;
  background-repeat: no-repeat;
}
html body #header #contacts ul li a:hover {
  opacity: 0.8;
}
html body #header #contacts ul li a.info {
  background-image: url("../images/sys_icon/icon_info.png");
}
html body #header #contacts ul li a.access {
  background-image: url("../images/sys_icon/icon_access.png");
}
html body #header #contacts ul li a.mail {
  background-image: url("../images/sys_icon/icon_mail.png");
}
html body #header #contacts ul li a.call {
  background-image: url("../images/sys_icon/icon_tel.png");
}
html body #navigation {
  display: none;
  position: relative;
  width: 100%;
  border-top: 10px solid #ffe100;
  border-bottom: 2px solid #633;
  background-color: rgba(255, 0, 0, 0.9);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
html body #navigation ul {
  display: block;
  width: 100%;
  margin: 0px auto;
  position: relative;
}
html body #navigation ul a {
  color: #666;
}
html body #navigation ul li.root {
  width: 100%;
  height: 50px;
}
html body #navigation ul li.root a.root {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 900;
}
html body #navigation ul li.root a.root:hover {
  background-color: #ff6666;
  text-shadow: 2px 2px 2px #000;
}
html body #navigation ul li.root:hover {
  background-repeat: no-repeat;
  background-position: 5px 5px;
}
html body #navigation ul li.root ul.category1 {
  display: none;
}
html body #navigation ul li.root ul.category1 li a {
  display: block;
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.98);
  text-decoration: none;
  text-indent: 50px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  line-height: 50px;
  color: #333;
}
html body #navigation ul li.root ul.category1 li a:hover {
  background-color: rgba(255, 238, 255, 0.98);
  background-image: url("../images/hd_icon.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 12px 12px;
}
html body #navigation ul li.root ul.category1 li ul.category2 {
  display: none;
}
html body #navigation ul li.root ul.category1 li ul.category2 li a {
  background-color: rgba(204, 153, 153, 0.98);
  color: #fff;
}
html body #navigation ul li.root ul.category1 li ul.category2 li a:hover {
  background-color: rgba(255, 204, 204, 0.98);
  color: #666;
}
html body #navigation ul li.root ul.category1 li ul.category2 li ul.category3 {
  display: none;
}
html body #navigation ul li.root ul.category1 li ul.category2 li ul.category3 a {
  background-color: rgba(255, 204, 204, 0.98);
  color: #666;
}
html body #navigation ul li.root ul.category1 li ul.category2 li ul.category3 a:hover {
  background-color: rgba(255, 255, 255, 0.98);
}
html body #contents {
  width: 100%;
}
html body #contents #holiday h4 {
  width: 95%;
  margin: 5px 0px 2px 10px;
  border-bottom: 1px solid #666;
}
html body #contents #holiday #calender_control {
  float: right;
}
html body #contents #holiday #calender_control a {
  display: block;
  float: left;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border: #333 solid 1px;
  background-color: rgb(148, 150, 236);
  border-radius: 5px;
  margin: 5px;
  text-align: center;
  font-weight: 900;
  color: #fff;
}
html body #contents #holiday #calender_control a:hover {
  opacity: 0.8;
}
html body #contents #holiday table.holiday {
  width: 95%;
  margin: 0px 0px 0px 10px;
}
html body #contents #holiday table.holiday th, html body #contents #holiday table.holiday td {
  font-size: 12px;
  font-weight: 900;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #666666;
}
@media print, screen and (min-width: 640px) {
  html body #contents #holiday table.holiday th, html body #contents #holiday table.holiday td {
    height: 40px;
  }
}
html body #contents #holiday table.holiday td p {
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}
html body #contents #holiday table.holiday th {
  width: 14.2%;
  background-color: #66FFCC;
  color: #666666;
}
@media print, screen and (min-width: 640px) {
  html body #contents #holiday table.holiday th {
    width: 100px;
  }
}
html body #contents #holiday table.holiday th.sun {
  background-color: #FF9966;
  color: #FFFFFF;
}
html body #contents #holiday table.holiday th.sta {
  background-color: #3399FF;
  color: #FFFFFF;
}
html body #contents #holiday table.holiday td.holi {
  background-color: #FF6666;
  text-align: left;
  vertical-align: top;
  color: #FFFFFF;
  font-weight: 700;
}
html body #contents #holiday table.holiday tr.none td {
  background-color: #CCCCCC;
}
html body #contents #holiday table.holiday tr.none td .sta {
  background-color: #FFFFFF;
}
html body #contents #main #gmap p {
  border: none;
  padding-top: 0px;
}
html body #contents #main {
  display: block;
  width: 100%;
  padding-top: 10px;
}
html body #contents #main img {
  display: block;
  width: 90%;
  margin: 10px auto;
}
html body #contents #main img.auto {
  width: auto;
  height: auto;
  margin: 10px;
}
html body #contents #main #gmap {
  width: 95%;
  height: 400px;
  margin: 10px auto 20px;
}
html body #contents #main #gmap p {
  width: 220px;
  font-size: 10px;
  margin: 10px 0px 0px;
}
html body #contents #main h2 {
  position: relative;
  width: 84%;
  padding-left: 3%;
  padding-right: 3%;
  line-height: 40px;
  letter-spacing: 0.3em;
  margin: 0px 10px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #f00;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
html body #contents #main h2 span {
  display: block;
  position: absolute;
  width: 90%;
  height: 30px;
  left: 15%;
  top: 30px;
  line-height: 30px;
  text-indent: 40px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.2em;
  background-color: #fff;
  color: #666;
  border-radius: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  border: solid 1px #666;
}
html body #contents #main h3 {
  clear: both;
  width: 76%;
  padding-left: 8%;
  padding-right: 8%;
  line-height: 40px;
  color: #666;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 10px auto;
  font-size: 20px;
  text-decoration: none;
  background-image: url("../images/hd_icon.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 0px 8px;
}
html body #contents #main h4 {
  clear: both;
  width: 85%;
  color: #303;
  letter-spacing: 0.08em;
  line-height: 1.4em;
  margin: 10px auto;
  font-size: 16px;
}
html body #contents #main h4 a {
  font-size: 20px;
  font-weight: 700;
  color: #00f;
}
html body #contents #main p {
  width: 85%;
  margin: 10px auto 30px;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  font-weight: 300;
  font-size: 16px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ　ProN W3", "Hiragino kaku Gothic ProN", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding-top: 20px;
  padding-bottom: 20px;
}
html body #contents #main p span {
  font-weight: 700;
}
html body #contents #main p a.link {
  display: block;
  float: right;
  width: auto;
  padding-right: 20px;
  background-image: url("../images/set/link.gif");
  background-repeat: no-repeat;
  background-position: right;
  bottom: 0px;
}
html body #contents #main p img {
  display: block;
  width: 100%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
html body #contents #main p img.none {
  box-shadow: none;
}
html body #contents #main p.edit {
  cursor: pointer;
}
html body #contents #main p.border_none {
  border: none;
}
html body #contents #main span.atention {
  display: block;
  width: 390px;
  height: 30px;
  clear: both;
  margin-left: 50px;
  background-image: url("../images/atntion.gif");
  background-repeat: no-repeat;
  text-indent: -9999px;
  border-bottom: none;
}
html body #contents #main p.atention_box {
  background-color: #F4F4F4;
  width: 86%;
  padding: 20px 2%;
  margin: 0px auto 20px;
  border: solid 1px #FF0000;
  font-size: 14px;
  line-height: 1.8em;
}
html body #contents #main p.atention_box strong {
  font-weight: 700;
}
html body #contents #main a.domain_link {
  display: block;
  height: 20px;
  line-height: 20px;
  float: right;
  font-size: 12px;
  padding-right: 20px;
  margin: 10px 10px 0px 10px;
  background-image: url("../images/link_mark.png");
  background-position: right;
  background-repeat: no-repeat;
  text-decoration: underline;
}
html body #contents #main a.yoyaku {
  display: block;
  width: 300px;
  margin: 30px auto;
}
html body #contents #main a.yoyaku:hover {
  opacity: 0.7;
}
html body #contents #main div.yoyaku_set {
  margin: 50px auto 50px;
}
html body #contents #main div.yoyaku_set a {
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  background-image: url("../images/link_mark.gif");
  background-repeat: no-repeat;
  background-position: right;
  margin-left: 20px;
}
html body #contents #main div.itembox {
  width: 100%;
  margin: 0px auto 30px;
}
html body #contents #main div.itembox div.item {
  border: 1px solid #666;
  position: relative;
  float: left;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 8px;
  width: 95%;
  margin-left: 2%;
}
@media print, screen and (min-width: 640px) {
  html body #contents #main div.itembox div.item {
    width: 47%;
  }
}
html body #contents #main div.itembox div.item h3 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  background-image: none;
  background-color: #666;
  text-indent: 10px;
  margin: 0px;
  margin-bottom: 5px;
  padding: 0px;
}
html body #contents #main div.itembox div.item h3 a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
html body #contents #main div.itembox div.item img {
  position: relative;
  display: block;
  overflow: hidden;
  float: right;
  width: 45%;
  box-shadow: none;
  margin: 0px;
}
html body #contents #main div.itembox div.item table {
  width: 50%;
}
html body #contents #main div.itembox div.item table th {
  font-size: 12px;
  text-indent: 10px;
}
html body #contents #main div.itembox div.item table td {
  font-size: 12px;
  text-indent: 10px;
}
html body #contents #main div.itembox div.item table td.price {
  text-align: right !important;
}
html body #contents #main div.itembox div.item table td.price span {
  color: #f00 !important;
  font-size: 20px !important;
  font-weight: 900;
}
html body #contents #main table#contact {
  clear: both;
  margin: 50px auto;
}
html body #contents #main table#contact td {
  display: block;
}
html body #contents #main table#contact a:hover {
  opacity: 0.7;
}
html body #contents #main.reserve_form label {
  margin-right: 50px;
}
html body #contents #main.reserve_form input, html body #contents #main.reserve_form select, html body #contents #main.reserve_form textarea {
  border: 2px solid #666;
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  font-size: 16px;
  text-indent: 10px;
}
html body #contents #main.reserve_form input[type=checkbox], html body #contents #main.reserve_form input[type=radio] {
  display: inline;
  width: auto;
  margin-right: 10px;
}
html body #contents #main.reserve_form span.case {
  color: #00f;
}
html body #contents #main.reserve_form p span.err {
  display: block;
  font-weight: 700;
  color: #f00;
}
html body #contents #main.reserve_form #zip1, html body #contents #main.reserve_form #zip2, html body #contents #main.reserve_form #kyori, html body #contents #main.reserve_form select {
  display: inline;
  width: 100px;
}
html body #contents #main.reserve_form #entery, html body #contents #main.reserve_form #fix, html body #contents #main.reserve_form #send {
  display: block;
  width: 200px;
  margin: 50px auto;
}
html body #contents #sub {
  display: block;
  width: 100%;
}
html body #contents #sub h3 {
  width: 95%;
  height: 30px;
  line-height: 30px;
  margin: 10px auto 2px;
  border-bottom: 2px dotted #933;
  font-size: 16px;
  text-indent: 30px;
  color: #933;
  background-color: #fff;
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: 10px -20px;
}
html body #contents #sub h3.topix {
  font-size: 16px;
  height: 30px;
  line-height: 35px;
  margin: 10px auto 0px;
  color: #333;
  background-color: #fff;
  background-image: url("../images/result_pencil.gif");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center left;
  box-shadow: none;
  text-indent: 40px;
}
html body #contents #sub h3.calender {
  font-size: 16px;
  height: 30px;
  line-height: 35px;
  margin: 10px auto 0px;
  color: #333;
  background-color: #fff;
  background-image: url("../images/calender.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center left;
  box-shadow: none;
  text-indent: 40px;
}
html body #contents #sub h3.favorite {
  font-size: 16px;
  height: 30px;
  line-height: 35px;
  margin: 10px auto 0px;
  color: #333;
  background-color: #fff;
  background-image: url("../images/favorite.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center left;
  box-shadow: none;
  text-indent: 40px;
}
html body #contents #sub h3.history {
  font-size: 16px;
  height: 30px;
  line-height: 35px;
  margin: 10px auto 0px;
  color: #333;
  background-color: #fff;
  background-image: url("../images/check.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center left;
  box-shadow: none;
  text-indent: 40px;
}
html body #contents #sub ul.menu {
  width: 90%;
  width: 90%;
  padding: 2%;
  margin: 0px auto 10px;
  border-top: 1px dotted #666;
}
html body #contents #sub ul.menu li {
  border-bottom: 1px dotted #666;
  height: 30px;
  line-height: 30px;
}
html body #contents #sub ul.menu li a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-indent: 10px;
  background-image: url("../images/set/link.gif");
  background-repeat: no-repeat;
  background-position: center right;
}
html body #contents #sub #topix {
  width: 90%;
  padding: 2%;
  margin: 0px auto 10px;
  border: 1px solid #666;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
html body #contents #sub #topix ul {
  border-top: 1px dotted #666;
}
html body #contents #sub #topix ul li {
  border-bottom: 1px dotted #666;
  line-height: 1.4em;
}
html body #contents #sub #topix ul li span {
  display: block;
  font-size: 12px;
}
html body #contents #sub #topix ul li a {
  display: block;
  text-indent: 0px;
  font-size: 12px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ　ProN W3", "Hiragino kaku Gothic ProN", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}
html body #contents #sub div.banner {
  width: 94%;
  margin: 10px auto 10px;
}
html body #contents #sub div.banner img {
  display: block;
  width: 100%;
  border: solid 1px #999;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
html body #contents #sub div.banner img.none {
  border: 0px;
  box-shadow: none;
}
html body #contents #sub div.banner p {
  padding: 5px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ　ProN W3", "Hiragino kaku Gothic ProN", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}
html body #contents #sub div.banner p span {
  display: block;
  font-weight: 900;
  color: #00f;
  margin: 10px 0px 5px;
  width: 98%;
  border-bottom: dotted 1px #666;
}
html body #contents #sub div.mypage {
  width: 90%;
  padding: 2%;
  margin: 0px auto 10px;
  border: 1px solid #666;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
html body #contents #sub div.mypage label {
  display: block;
  font-size: 12px;
  width: 100%;
  border-bottom: 1px dotted #666;
}
html body #contents #sub div.mypage p strong {
  font-size: 16px;
  font-weight: 700;
}
html body #contents #sub div.mypage a.login, html body #contents #sub div.mypage a.logout {
  display: block;
  width: 120px;
  padding: 5px;
  margin: 5px auto;
  text-align: center;
  text-indent: 20px;
  border-radius: 10px;
  background-color: #933;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: 10px 6px;
}
html body #contents #sub div.mypage a.login:hover, html body #contents #sub div.mypage a.logout:hover {
  background-color: #c99;
}
html body #contents #sub div.mypage a.logout {
  background-image: url("../images/set/logout.png");
}
html body #contents #sub div.mypage a.login {
  background-image: url("../images/set/login.png");
}
html body #contents #sub div.link {
  float: left;
  width: 48%;
  margin: 1%;
}
html body #contents #sub div.itembox {
  width: 94%;
  margin: 0px auto 30px;
}
html body #contents #sub div.item {
  border: 1px solid #666;
  position: relative;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 8px;
}
html body #contents #sub div.item div.wrap {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  width: 80px;
  height: 80px;
  box-shadow: none;
  margin-right: 3px;
}
html body #contents #sub div.item div.wrap img {
  position: absolute;
  height: 80px;
  top: 50%;
  /* または200px(heightの半分) */
  left: 50%;
  /* この値を変更すると左右に位置をずらせる */
  transform: translate(-50%, -50%);
}
html body #contents #sub div.item a, html body #contents #sub div.item p {
  font-size: 12px;
}
html body #contents #sub div.item span {
  line-height: 1.2em;
}
html body #contents #sub div.item span.price {
  display: block;
  position: absolute;
  font-size: 12px;
  bottom: 0px;
  right: 5px;
}
html body #contents #sub div.item span.price em {
  font-size: 18px;
  font-weight: 700;
  color: #f00;
}
html body #footer {
  width: 100%;
  background-image: url("../images/bg_tatsu.png");
  background-size: 900px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: red;
  border-top: solid 1px #555;
}
html body #footer .wrap {
  background-image: url("");
  background-size: 200px;
  background-color: rgba(255, 0, 0, 0.8);
  background-repeat: no-repeat;
  background-position: 500px;
}
html body #footer ul {
  display: block;
  padding-top: 20px;
  margin-left: 45px;
}
html body #footer ul li {
  display: block;
}
html body #footer ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
html body #footer ul li a:hover {
  color: #ff9;
}
html body #footer a.logo {
  display: block;
  float: left;
  width: 300px;
  padding-top: 10px;
  margin-left: 25px;
}
html body #footer a.logo img {
  display: block;
  width: 100%;
}
html body #footer address {
  clear: both;
  width: 100%;
  height: 30px;
  color: #fff;
  background-color: rgba(17, 17, 17, 0.8);
  text-align: center;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ　ProN W3", "Hiragino kaku Gothic ProN", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  line-height: 30px;
  vertical-align: middle;
}
html body #footer p.address {
  float: left;
  color: #fff;
  margin: 10px;
  line-height: 1.8em;
}
html body .purchase span {
  display: block;
}

/* □■□■□■□ スマートフォン向けのレイアウトの指定 □■□■□■□ */
@media print, screen and (min-width: 640px) {
  html body div.wrap {
    width: 1200px;
    margin: 0px auto;
  }
  html body div.h1 {
    width: 100%;
    background-color: #666;
  }
  html body h1 {
    width: 1200px;
    height: 16px;
  }
  html body #header {
    height: 80px;
    margin: 0px auto;
  }
  html body #header .logo {
    width: 400px;
  }
  html body #header p.address {
    display: block;
    padding-top: 30px;
    font-size: 14px;
    float: left;
    color: #333;
  }
  html body #header ul.tel {
    display: block;
    width: 500px;
    padding-top: 18px;
    float: right;
  }
  html body #header ul.tel li {
    padding-top: 7px;
    float: left;
    width: 250px;
    margin-left: 0px;
  }
  html body #header ul.tel li img {
    display: block;
    width: 100%;
  }
  html body #header #contacts {
    top: 0px;
  }
  html body #header #contacts ul li {
    width: auto;
  }
  html body #navigation {
    display: block;
    height: 50px;
  }
  html body #navigation ul {
    width: 1200px;
    height: 50px;
  }
  html body #navigation ul li.root {
    width: 20%;
    float: left;
  }
  html body #navigation ul li.root ul.category1 {
    display: none;
  }
  html body #navigation ul li.root ul.category1 li {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
  }
  html body #navigation ul li.root ul.category1 li a {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #666;
    text-decoration: none;
    font-weight: 900;
    text-align: left;
    line-height: 50px;
  }
  html body #navigation ul li.root ul.category1 li ul.category2 {
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
  }
  html body #navigation ul li.root ul.category1 li ul.category2 ul.category3 {
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
  }
  html body #navigation ul li.root ul {
    width: 100%;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
  html body #contents #main {
    float: right;
    width: 75%;
  }
  html body #contents #main #gmap {
    width: 85%;
  }
  html body #contents #main h2 {
    width: 90%;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-indent: 60px;
    margin: 0px 20px 20px;
  }
  html body #contents #main h2 span {
    width: 60%;
    height: 30px;
    left: 95%;
    top: 4px;
  }
  html body #contents #main p img {
    width: 40%;
    float: left;
    margin-right: 15px;
  }
  html body #contents #main p.right img {
    float: right;
    margin-left: 10px;
  }
  html body #contents #main table#contact td {
    display: table-cell;
  }
  html body #contents #main table#contact td img {
    display: inline;
  }
  html body #contents #sub {
    float: left;
    width: 25%;
  }
  html body #contents #sub div.link {
    float: none;
    width: 94%;
    margin: 10px;
  }
  html body #groupsite {
    width: 100%;
    border-top: 2px dotted #933;
    padding-bottom: 70px;
    background-color: #ffe100;
  }
  html body #groupsite ul {
    width: 1200px;
    display: block;
    margin: 30px auto 0px;
  }
  html body #groupsite ul li {
    display: block;
    float: left;
    width: 23%;
    border: 1px solid #666;
    margin-left: 0.8%;
    margin-right: 0.8%;
    background-color: #fff;
  }
  html body #groupsite ul li img {
    width: 100%;
  }
  html body #footer #footer_nemu ul {
    width: 1200px;
  }
  html body #footer #footer_nemu ul li.root {
    width: 20%;
    height: auto;
    float: left;
  }
  html body #footer #footer_nemu ul li.root a {
    font-weight: 900;
  }
  html body #footer #footer_nemu ul li.root ul.category1 li {
    position: relative;
    display: block;
    width: 100%;
    height: 25px;
    list-style: disc;
  }
  html body #footer #footer_nemu ul li.root ul.category1 li a {
    display: block;
    width: 100%;
    font-size: 12px;
    height: 25px;
    text-decoration: none;
    font-weight: 500;
    line-height: 20px;
  }
  html body #footer ul li {
    height: 30px;
  }
  html body #footer a.logo {
    padding-top: 90px;
    margin-left: 25px;
  }
  html body #footer address {
    font-size: 14px;
  }
  html body #footer p.address {
    padding-top: 90px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
form#YOYAKU_FORM.success span.case {
  display: none;
}

div.calender {
  width: 300px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 4px #666666;
  -webkit-box-shadow: 0px 0px 4px #666666;
  box-shadow: 0px 0px 4px #666666;
}

div.calender td {
  display: table-cell !important;
  width: 40px !important;
  border: none;
}

div.calender tr {
  height: 40px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 800;
  border: none;
}

div.calender table.head {
  width: 100%;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  background-color: #FF0000;
  color: #FFFFFF;
  border: none;
}

div.calender table.head td.back:hover, div.calender table.head td.next:hover, div.calender table.head td.close:hover {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #FF9900;
  color: #FFFFFF;
  border: none;
}

div.calender table.week {
  width: 100%;
  background-color: #FFFFCC;
  border: none;
}

div.calender table.main {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: separate;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  border: none;
}

div.calender table.main td {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
}

div.calender table.main td:hover {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 4px #666666;
  -webkit-box-shadow: 0px 0px 4px #666666;
  box-shadow: 0px 0px 4px #666666;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ　ProN W3", "Hiragino kaku Gothic ProN", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}

p, a, td {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ　ProN W3", "Hiragino kaku Gothic ProN", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}

.block {
  display: block;
}

.b-none {
  border: none !important;
  box-shadow: none !important;
}

.red {
  color: #f00;
}

.blue {
  color: #00f;
}

.black {
  color: #000;
}

.f12p {
  font-size: 12px !important;
}

.f14p {
  font-size: 14px !important;
}

.f16p {
  font-size: 16px !important;
}

.fw500 {
  font-weight: 500;
}

.fw900 {
  font-weight: 900;
}

.x15 {
  font-size: 150%;
}

.x20 {
  font-size: 200%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

/* □■□■□■□ ログイン画面 □■□■□■□ */
#login ul {
  display: block;
  width: 260px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #666;
}
#login ul li {
  display: block;
  margin: 10px 10px;
}
#login ul li label {
  display: block;
}
#login ul li input {
  width: 100%;
  height: 30px;
  font-size: 16px;
}

/* □■□■□■□ 管理室メニュー □■□■□■□ */
#admin_menu {
  position: fixed;
  display: block;
  width: 200px;
  top: 20px;
  left: 10px;
  z-index: 1000;
}
#admin_menu .title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #444;
  border-radius: 10px;
  opacity: 0.9;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-indent: 20px;
  cursor: pointer;
}
#admin_menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ　ProN W3", "Hiragino kaku Gothic ProN", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  background-repeat: no-repeat;
  background-position: 8px 8px;
  background-size: 15px 15px;
  cursor: pointer;
}
#admin_menu a:hover {
  color: #fff;
  text-decoration: none;
}
#admin_menu ul.base {
  display: none;
  width: 100%;
  background-color: #777;
  border-radius: 10px;
  opacity: 0.9;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-indent: 30px;
  border: 1px solid #666;
}
#admin_menu ul.base li {
  min-height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #666;
  font-size: 10px;
  font-weight: 900;
}
#admin_menu ul.base li:last-child {
  border-bottom: none;
}
#admin_menu ul.base li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#admin_menu ul.base li ul.link {
  display: none;
  box-shadow: none;
  border-radius: none;
  border: none;
}
#admin_menu ul.base li ul.link li {
  background-color: rgba(255, 255, 255, 0.9);
  color: #666;
}
#admin_menu ul.base li ul.link li a {
  background-color: rgba(255, 255, 255, 0.9);
  color: #666;
  font-weight: 500;
}
#admin_menu ul.base li ul.link li a:hover {
  color: #333;
  text-decoration: none;
}
#admin_menu a.logout {
  background-image: url("../images/set/logout.png");
}

#modal-window {
  border-radius: 10px;
  padding: 20px 10px 10px;
}
#modal-window textarea {
  display: block;
  width: 90%;
  border: 1px solid #00f;
  padding: 10px;
}
@media print, screen and (min-width: 640px) {
  #modal-window textarea {
    width: 800px;
    height: 500px;
  }
}
#modal-window a#modal-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -15px;
  right: -15px;
}
#modal-window a#modal-close img {
  display: block;
  width: 100%;
  opacity: 0.8;
}
#modal-window a#modal-close img:hover {
  opacity: 0.5;
}
#modal-window div.imgSelect {
  width: 600px;
}
#modal-window div.imgSelect img {
  display: block;
  width: 24%;
  margin-top: 4px;
  margin-left: 1%;
  float: left;
}

/* □■□■□■□ ページトップボタン □■□■□■□ */
#pagetop {
  position: fixed;
  display: block;
  border: 1px solid #666;
  background-color: #444;
  border-radius: 10px;
  background-image: url("../images/set/pagetop.png");
  background-repeat: no-repeat;
  background-position: center 30px;
  background-size: 50%;
  opacity: 0.7;
  line-height: 30px;
  text-align: center;
  width: 80px;
  height: 60px;
  bottom: 20px;
  right: 10px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
#pagetop a {
  color: #fff !important;
  text-decoration: none;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ　ProN W3", "Hiragino kaku Gothic ProN", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
}
#pagetop a:hover {
  color: #000;
  text-decoration: none;
}

table.info {
  display: block;
  table-layout: auto;
  width: 90%;
  margin: 0px auto 20px;
  border-collapse: separate;
  border-spacing: 2px;
  border: 1px solid #666;
}
table.info tbody {
  display: block;
  width: 100%;
}
table.info tbody tr {
  display: block;
  width: 100%;
}
table.info tbody tr th {
  display: block;
  padding: 10px;
  border: 1px solid #666;
  margin-bottom: 2px;
  background-color: #fce1c7;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ　ProN W3", "Hiragino kaku Gothic ProN", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}
table.info tbody tr td {
  display: block;
  padding: 10px;
  border: 1px solid #666;
  background-color: #fff;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ　ProN W3", "Hiragino kaku Gothic ProN", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.8em;
}
@media only screen and (min-width: 640px) {
  table.info tbody tr th {
    display: table-cell;
    width: 30%;
  }
  table.info tbody tr td {
    display: table-cell;
    width: 500px;
  }
}

#zoomPanel {
  width: 100%;
  height: 100%;
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
  top: 0px;
  left: 0px;
}
#zoomPanel img.modal-close {
  position: fixed;
  display: block;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
}

@media print, screen and (min-width: 640px) {
  #zoomPanel {
    width: 1000px;
    height: 750px;
    top: 50%;
    left: 50%;
    padding: 10px;
    margin-left: -505px;
    margin-top: -380px;
    background-color: #333;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  }
  #zoomPanel img.modal-close {
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
  }
}
#imgSelect {
  width: 1000px;
  height: 750px;
  margin-left: -500px;
  margin-top: -375px;
  overflow: scroll;
}
#imgSelect img {
  display: block;
  width: 16%;
  margin-top: 4px;
  margin-left: 0.6%;
  float: left;
}

#tag_edit {
  width: 800px;
  height: 550px;
  margin-left: -400px;
  margin-top: -275px;
  border-radius: 10px;
}
#tag_edit #tagdataset {
  width: 100%;
}
#tag_edit #tagdataset .left {
  display: block;
  float: left;
  width: 38%;
}
#tag_edit #tagdataset .left .imgbox {
  clear: both;
  width: 280px;
  height: 210px;
  border: 1px solid #aaa;
  margin: 15px auto;
}
#tag_edit #tagdataset .left .imgbox img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
#tag_edit #tagdataset .left label {
  clear: both;
  display: block;
  width: 280px;
  margin: 5px auto;
  font-size: 12px;
  border-bottom: 1px solid #aaa;
}
#tag_edit #tagdataset .left input {
  display: block;
  width: 280px;
  margin: 5px auto 15px;
}
#tag_edit #tagdataset .left button {
  display: block;
  width: 280px;
  margin: 5px auto 15px;
}
#tag_edit #tagdataset .right {
  display: block;
  float: right;
  width: 62%;
}
#tag_edit #tagdataset .right label {
  clear: both;
  display: block;
  width: 93%;
  margin: 5px auto;
  font-size: 12px;
  border-bottom: 1px solid #aaa;
}
#tag_edit #tagdataset .right input {
  display: block;
  width: 93%;
  margin: 5px auto 15px;
}
#tag_edit #tagdataset .right textarea {
  display: block;
  width: 91%;
  height: 420px;
  padding: 1%;
  margin: 5px auto;
  line-height: 1.4em;
}
#tag_edit #tagdataset .right button {
  display: block;
  width: 100px;
  margin: 0px 5px;
  float: right;
}

#new_img {
  width: 280px;
  margin: -150px 0px 0px -150px;
  padding: 10px;
  border-radius: 10px;
}
#new_img p {
  text-decoration: underline;
  box-shadow: none;
  border: none;
  font-size: 16px;
  color: #00f;
}
#new_img input {
  height: 30px;
  font-size: 16px;
  margin: 5px 0px 5px 0px;
}
#new_img .upload {
  padding: 10px;
}
#new_img #progressbar {
  position: absolute;
  margin: 10px;
  width: 500px;
}
#new_img #loading {
  position: absolute;
  left: 50%;
}

form.info_input_css {
  width: 95%;
  margin: 10px auto 50px;
}
form.info_input_css label {
  display: block;
  width: 100%;
  border-bottom: solid 1px #666666;
  margin: 20px 0px 5px;
  font-size: 16px;
  text-indent: 10px;
}
form.info_input_css label.editdate {
  border-bottom: solid 2px #00f;
  font-size: 20px;
}
form.info_input_css input {
  width: 100%;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-indent: 5px;
}
form.info_input_css input[type=checkbox] {
  height: 10px;
}
form.info_input_css input.visible {
  display: inline;
  width: 20px;
  height: 15px;
  margin-left: 400px;
  font-size: 11px;
}
form.info_input_css select {
  width: 100%;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-indent: 5px;
}
form.info_input_css video {
  width: 100%;
}
form.info_input_css textarea {
  width: 98%;
  height: 100px;
  padding: 1%;
  font-size: 16px;
}

#searchbox {
  width: 95%;
  height: auto;
  padding: 20px 5px 20px 15px;
  margin: 0px auto;
}
#searchbox #input_year, #searchbox #year {
  display: inline;
  margin-top: 15px;
  margin-left: 0px;
}
#searchbox #input_month, #searchbox #month {
  display: inline;
  margin-top: 15px;
}
#searchbox #input_day, #searchbox #day {
  width: 100%;
  height: auto;
  padding: 1px;
  background-color: #FFFFFF;
}
#searchbox table {
  margin-top: 0px;
  margin-left: 3px;
  padding: 0px;
  border: none;
}
#searchbox table td {
  display: block;
  float: left;
  font-size: 10px;
  width: 30px;
  height: 30px;
  padding: 0px;
  border: solid 1px #CCCCCC;
  margin: 1px;
}
#searchbox table td:hover {
  background-color: #DDDDDD;
}
#searchbox table td.saturday label {
  color: #0000FF;
}
#searchbox table td.sunday label {
  color: #FF0000;
}
#searchbox table label.exists {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 17px;
  text-decoration: underline;
  cursor: hand;
}
#searchbox table td label.exists {
  background-color: #00FFFF;
}
#searchbox table td.saturday label.exists {
  background-color: #0000FF;
  color: #FFFFFF;
}
#searchbox table td.sunday label.exists {
  background-color: #FF0000;
  color: #FFFFFF;
}

label#uploadLabel {
  clear: both;
  display: block;
  float: left;
  width: auto;
  height: 30px;
  padding: 10px;
  padding-left: 50px;
  background-image: url("../images/sys_icon/icon_img_video.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin: 30px auto 0px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 900;
  border: none;
  text-indent: 0px;
}

#upload {
  clear: both;
  width: 95%;
  height: 100%;
  padding: 5px;
  padding-left: 8px;
  background-color: #EEEEEE;
  border: solid 1px #000000;
  margin: 10px auto;
}
#upload span#uploadCount {
  display: block;
  float: left;
  width: 95%;
  height: 30px;
  padding: 0px;
  padding-left: 40px;
  background-image: url("../images/sys_icon/icon_img.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  line-height: 30px;
  font-size: 12px;
  margin: 30px auto;
}
#upload span#uploadCount_video {
  display: block;
  float: left;
  width: 95%;
  height: 30px;
  padding: 0px;
  padding-left: 40px;
  background-image: url("../images/sys_icon/icon_video.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  line-height: 30px;
  font-size: 12px;
  margin: 30px auto;
}
#upload button {
  padding: 5px;
  margin: 3px;
  text-indent: 0px;
  width: 130px;
  height: 44px;
}
#upload span {
  clear: both;
  display: block;
  width: 100%;
  margin: 20px auto 10px;
  border-bottom: solid 1px #666;
  font-size: 12px;
}
#upload div.box {
  display: block;
  position: relative;
  float: left;
  padding: 0px;
  margin: 4px;
  text-indent: 0px;
  text-align: center;
  width: 80px;
  height: 80px;
  border: 1px solid #666666;
  background-color: #fff;
}
#upload div.box img {
  clear: both;
  display: block;
  width: 100%;
  height: auto;
  padding: 0px;
  margin: auto auto;
}
#upload div.box img.y {
  width: auto;
  height: 100%;
}
#upload div.box video {
  clear: both;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: auto auto;
  object-fit: cover;
  object-position: center;
}
#upload div.box input {
  display: block;
  position: absolute;
  bottom: 0px;
  padding: 0px;
}

#submit {
  position: fixed;
  left: 0px;
  border: 1px;
  width: 100%;
  padding: 2px;
  background-color: rgba(68, 68, 68, 0.9);
  border-top: 2px solid #666;
  margin: 10px auto 0px;
  bottom: 0px;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
#submit.infomation {
  width: 300px;
}
#submit.pageproperty {
  width: 173px;
}
#submit span.err {
  display: block;
  color: #f00;
  font-size: 12px;
  font-weight: 700;
}
#submit input {
  width: 44px;
  height: 44px;
  margin: 5px;
  border-radius: 10px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  background-color: #999;
  background-size: 100% 100%;
  text-indent: -9999px;
}
#submit input.add_img {
  background-image: url("../images/sys_icon/icon_add_img.png");
}
#submit input.add_video {
  background-image: url("../images/sys_icon/icon_add_video.png");
}
#submit input.add_comment {
  background-image: url("../images/sys_icon/icon_comment.png");
}
#submit input.add_title {
  background-image: url("../images/sys_icon/icon_add_title.png");
}
#submit input.add_short {
  background-image: url("../images/sys_icon/icon_add_short.png");
}
#submit input.save {
  background-image: url("../images/sys_icon/icon_save.png");
}
#submit input.save_return {
  background-image: url("../images/sys_icon/icon_save_return.png");
}
#submit input.return {
  background-image: url("../images/sys_icon/icon_return.png");
}
#submit input.reload {
  background-image: url("../images/sys_icon/icon_reload.png");
}
#submit input.delete {
  background-image: url("../images/sys_icon/icon_delete.png");
}
#submit input:hover {
  background-color: #eee;
}

@media print, screen and (min-width: 640px) {
  #submit {
    width: 325px;
    left: 10px;
    bottom: 10px;
    border: 2px solid #666;
    border-radius: 10px;
  }
}
#contents #main table.category {
  width: auto;
  margin-left: 20px;
}
#contents #main table.category span {
  font-size: 10px;
  font-weight: 600;
}
#contents #main table.category select {
  width: 200px;
  height: 30px;
  font-size: 14px;
  line-height: 14px;
}
#contents #main table.category span.err {
  color: #00f;
}
#contents #main table.form {
  width: 90%;
  padding: 0px;
  margin: 10px auto 50px;
}
#contents #main table.form span.err {
  color: #00f;
  font-weight: 600;
}
#contents #main table.form th, #contents #main table.form td {
  display: block;
  width: 96%;
}
#contents #main table.form th {
  background-color: #ddd;
  font-size: 12px;
  font-weight: 700;
  border: solid 1px #666666;
  padding: 10px 2%;
}
#contents #main table.form td {
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  padding: 2%;
  border: solid 1px #666666;
}
#contents #main table.form td input {
  display: block;
  width: 95%;
  height: 15px;
  margin: 5px auto;
  padding: 5px;
}
#contents #main table.form td input[colspan="3"] {
  width: 98%;
}
#contents #main table.form td textarea {
  display: block;
  width: 98%;
  height: 60px;
  margin: 5px auto;
  padding: 5px;
  font-size: 12px;
}
#contents #main table.form td[colspan="3"] {
  width: 80%;
}
#contents #main table.form td.setSelectImg div.box {
  position: relative;
  float: left;
  width: 23.5%;
  margin-left: 1%;
  margin-top: 5px;
  border: 1px solid #666;
}
#contents #main table.form td.setSelectImg div.box img {
  display: block;
  width: 100%;
  margin: 0px;
  border: none;
}
#contents #main table.form td.setSelectImg div.box img.delete {
  display: block;
  float: none;
  border: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7px;
  right: -7px;
  opacity: 0.8;
}
#contents #main table.form td.setSelectImg div.box img.delete:hover {
  opacity: 0.6;
}
@media print, screen and (min-width: 640px) {
  #contents #main table.form th {
    display: table-cell;
    width: 40%;
  }
  #contents #main table.form td {
    display: table-cell;
    width: 60%;
  }
}
#contents #main table.form a img {
  width: 100px;
  margin: 2px;
}
#contents #main table.form tr.visible {
  background-color: #aaa;
}

#main div.pager {
  width: 95%;
  margin: 20px auto;
}
#main div.pager a {
  width: 100px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 0px 5px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  color: #333;
  padding: 10px;
  margin: 5px;
  border: 1px solid #666;
  border-radius: 5px;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#main div.pager a.back {
  padding-left: 30px;
  background-image: url("../images/slide_back.png");
}
#main div.pager a.next {
  padding-right: 30px;
  background-image: url("../images/slide_next.png");
  background-position: right;
}
#main div.list_control {
  width: 95%;
  margin: 10px auto;
}
#main div.list_control a {
  font-size: 14px;
  background-repeat: no-repeat;
  padding-left: 20px;
  margin: 5px;
}
#main table.list {
  width: 90%;
  padding: 0px;
  border: solid 1px #666666;
  margin: 10px auto 50px;
}
#main table.list th {
  display: block;
  width: 96%;
  background-color: #ddd;
  font-size: 14px;
  font-weight: 700;
  border: solid 1px #666666;
  padding: 2%;
}
#main table.list th.sn {
  width: 10%;
}
#main table.list th.edit {
  width: 10%;
}
#main table.list th.del {
  width: 10%;
}
#main table.list td {
  display: block;
  width: 96%;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  padding: 2%;
  border: solid 1px #666666;
}
#main table.list td[colspan="3"] {
  width: 80%;
}
#main table.list td.etc {
  text-align: left;
  padding: 10px 20px;
  line-height: 1.4em;
}
#main table.list td.zei {
  text-align: right;
  vertical-align: bottom;
  padding: 10px;
}
#main table.list td.thum img {
  margin: none;
  padding: none;
  border: none;
}
#main table.list td.edit a {
  display: block;
  background-repeat: no-repeat;
  padding-left: 20px;
  margin: 5px;
}
#main table.list td.edit a.edit {
  background-image: url("../images/set/chr_edit.gif");
}
#main table.list td.edit a.copy {
  background-image: url("../images/set/chr_copy.gif");
}
#main table.list td.edit a.delete {
  background-image: url("../images/set/chr_delete.gif");
}
@media print, screen and (min-width: 640px) {
  #main table.list th {
    display: table-cell;
    width: 40%;
    height: 40px;
  }
  #main table.list td {
    display: table-cell;
    width: 60%;
    height: 40px;
  }
}
#main table.list img {
  display: block;
  width: 220px;
  border: solid 1px #666666;
  margin: 5px auto;
}
#main table.list a img {
  width: 100px;
  margin: 2px;
}
#main table.list tr.visible {
  background-color: #aaa;
}

#contents #main div.panlist {
  width: auto;
  margin: 10px 20px;
}
#contents #main div.panlist span {
  font-size: 10px;
  font-weight: 600;
}
#contents #main div.panlist select {
  width: 200px;
  height: 30px;
  font-size: 14px;
  line-height: 14px;
}

html body #main .result #product_data #panel img.panel {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0 !important;
  line-height: 1.75;
}

.top-stripe {
  height: 6px;
}

.h1 {
  display: none !important;
}

@media (min-width: 641px) {
  .site-header .logo img {
    height: 66px !important;
  }
}

/*# sourceMappingURL=bone.css.map */
