@charset "UTF-8";
/* 4=25% 5=20% 6=16.6% */
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, li {
  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;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.b-s {
  border: 1px solid #666;
  -webkit-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
}

.td-none {
  text-decoration: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.circle {
  border-radius: 50%;
}

.white {
  color: #fff;
}

.red {
  color: #f00;
}

.blue {
  color: #00f;
}

.black {
  color: #000;
}

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

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

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

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

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

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

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

.fw500 {
  font-weight: 500;
}

.fw900 {
  font-weight: 900;
}

.x15 {
  font-size: 150%;
}

.x20 {
  font-size: 200%;
}

@media print, screen and (min-width: 640px) {
  .w20 {
    width: 20% !important;
  }
  .w25 {
    width: 25% !important;
  }
  .w30 {
    width: 30% !important;
  }
  .w33 {
    width: 33% !important;
  }
  .w40 {
    width: 40% !important;
  }
  .w50 {
    width: 50% !important;
  }
  .w60 {
    width: 60% !important;
  }
  .w66 {
    width: 66% !important;
  }
  .w70 {
    width: 70% !important;
  }
  .w75 {
    width: 75% !important;
  }
  .w80 {
    width: 80% !important;
  }
  .w90 {
    width: 90% !important;
  }
  .w100 {
    width: 100% !important;
  }
}

.bg_fff {
  background-color: #fff !important;
}

/* □■□■□■□ ログイン画面 □■□■□■□ */
#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: 1002;
}

#admin_menu .title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #444;
  border-radius: 10px;
  opacity: 0.9;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
          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;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
          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;
  -webkit-box-shadow: 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");
}

#logoutmsg {
  width: 200px;
  height: 50px;
  margin-left: -100px;
  margin-top: -25px;
  border-radius: 10px;
}

#logoutmsg p {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 50px;
}

/* □■□■□■□ ページトップボタン □■□■□■□ */
#pagetop {
  position: fixed;
  display: block;
  border: 1px solid #666;
  border-radius: 30px;
  background-color: #666;
  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: 60px;
  height: 60px;
  bottom: 20px;
  right: 10px;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
          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: 8px;
  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;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
            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;
  -webkit-box-shadow: none;
          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: transparent !important;
}

#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;
  background-color: #fff;
}

#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;
}

#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;
  -webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

#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;
  }
}

#main table.form {
  width: 95%;
  padding: 0px;
  border: solid 1px #666666;
  margin: 10px auto 50px;
}

#main table.form th {
  width: 20%;
  background-color: #ddd;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  border: solid 1px #666666;
  border-right: double 3px #666666;
  padding: 5px;
}

#main table.form td {
  width: 30%;
  height: 40px;
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  padding: 5px;
  border: solid 1px #666666;
}

#main table.form td input {
  display: block;
  width: 95%;
  height: 15px;
  margin: 5px auto;
  padding: 5px;
}

#main table.form td input[colspan="3"] {
  width: 98%;
}

#main table.form td textarea {
  display: block;
  width: 98%;
  height: 60px;
  margin: 5px auto;
  padding: 5px;
  font-size: 12px;
}

#main table.form td[colspan="3"] {
  width: 80%;
}

#main table.form td.etc {
  text-align: left;
  padding: 10px 20px;
  line-height: 1.4em;
}

#main table.form td.zei {
  text-align: right;
  vertical-align: bottom;
  padding: 10px;
}

#main table.form img {
  display: block;
  width: 220px;
  border: solid 1px #666666;
  margin: 5px auto;
}

#main table.form a img {
  width: 100px;
  margin: 2px;
}

#main table.form tr.visible {
  background-color: #aaa;
}

#main table.list {
  width: 95%;
  padding: 0px;
  border: solid 1px #666666;
  margin: 20px auto 50px;
  background-color: #fff;
}

#main table.list th {
  background-color: #ddd;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  border: solid 1px #666666;
  border-right: double 3px #666666;
  padding: 5px;
}

#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 {
  height: 40px;
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  padding: 5px;
  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 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;
}

/* □■□■□■□ スマホおよび小型タブレット向けのレイアウトの指定：～640px □■□■□■□ */
html body {
  background-attachment: fixed;
  background-position: top center;
  background-image: url("../images/bg.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 640px) {
  html body {
    background-size: 100% auto;
  }
}

html body div.wrap {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

html body div.inner {
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 640px) {
  html body div.inner {
    width: 1200px;
    margin: 0px auto;
  }
}

html body h1 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background-color: #666;
}

html body #header {
  position: fixed;
  width: 100%;
  height: 75px;
  overflow: hidden;
  background-image: url("");
  background-size: 300px;
  background-position: right;
  background-repeat: no-repeat;
  z-index: 1000;
}

@media print, screen and (min-width: 640px) {
  html body #header {
    height: 120px;
    border-bottom: 4px solid #cc3366;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  }
}

@media print {
  html body #header {
    position: relative;
  }
}

html body #header .logo {
  display: block;
  width: 230px;
  height: auto;
  float: left;
}

@media print, screen and (min-width: 640px) {
  html body #header .logo {
    margin-top: 10px;
    width: 450px;
  }
}

html body #header .logo img {
  display: block;
  width: 100%;
}

html body #header p.address {
  padding-top: 45px;
  margin-left: 20px;
  font-size: 12px;
  float: left;
  color: #333;
}

html body #header p.address.num {
  padding-top: 62px;
}

html body #header ul.contacts {
  position: absolute;
  top: 0px;
  right: 0px;
}

@media print, screen and (min-width: 640px) {
  html body #header ul.contacts {
    top: 10px;
  }
}

html body #header ul.contacts li {
  display: block;
  float: left;
  width: 45px;
  overflow: hidden;
  margin: 0px 0px;
}

@media print, screen and (min-width: 640px) {
  html body #header ul.contacts li {
    width: 250px;
  }
}

html body #header ul.contacts li img {
  display: block;
  width: 100%;
}

html body #header ul.contacts li a {
  display: block;
  width: 100%;
  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 ul.contacts li a:hover {
  opacity: 0.8;
}

html body #header ul.contacts li a.info {
  background-image: url("../images/icon_info.png");
}

html body #header ul.contacts li a.access {
  background-image: url("../images/icon_access.png");
}

html body #header ul.contacts li a.mail {
  background-image: url("../images/icon_mail.png");
}

html body #index_slide {
  padding-top: 75px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background-image: url("");
  background-size: 100% auto;
  z-index: 100;
}

@media print, screen and (min-width: 640px) {
  html body #index_slide {
    width: 1200px;
    padding-top: 120px;
    margin: 0px auto;
  }
}

@media print {
  html body #index_slide {
    width: 1200px;
    margin: 0px auto;
    background-image: url("../images/bg.jpg");
    padding-top: 0px;
  }
}

html body #index_slide ul {
  width: 100%;
  margin: 0px auto;
}

@media print, screen and (min-width: 640px) {
  html body #index_slide ul {
    width: 1200px;
  }
}

html body #index_slide .bx-controls {
  position: relative;
  margin-top: -37.5px;
  z-index: 999;
}

html body #page_title {
  padding-top: 75px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background-image: url("");
  background-size: 100% auto;
  background-color: rgba(255, 255, 255, 0.6);
  background-position: center center;
  z-index: 100;
}

@media print, screen and (min-width: 640px) {
  html body #page_title {
    padding-top: 120px;
  }
}

html body #page_title h2 {
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin: 0px auto;
  background-size: 100% auto;
  font-size: 25px;
  color: #933;
  text-indent: 2em;
  letter-spacing: 0.2em;
  text-shadow: #ffffff 1px 1px 2px, #ffffff -1px -1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px, #ffffff 0px 1px 2px, #ffffff 0 -1px 2px, #ffffff -1px 0 2px, #ffffff 1px 0 2px;
  /*上、下*/
}

@media print, screen and (min-width: 640px) {
  html body #page_title h2 {
    width: 1200px;
    height: 200px;
    line-height: 200px;
    font-size: 40px;
    font-weight: 900;
  }
}

html body #navigation {
  display: none;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1001;
  position: fixed;
  top: 75px;
}

@media print, screen and (min-width: 640px) {
  html body #navigation {
    display: block;
    top: 90px;
    background-color: rgba(255, 255, 255, 0);
  }
}

@media print {
  html body #navigation {
    position: relative;
  }
}

html body #navigation .inner {
  width: 100%;
  margin: 0px auto;
}

@media print, screen and (min-width: 640px) {
  html body #navigation .inner {
    width: 1200px;
  }
}

html body #navigation ul {
  display: block;
  margin: 0px auto;
  border-top: 1px solid #fff;
}

@media print, screen and (min-width: 640px) {
  html body #navigation ul {
    float: right;
    border-top: none;
    border-left: 1px solid #fff;
    margin-bottom: 10px;
  }
}

html body #navigation ul > li {
  display: block;
  height: 40px;
  border-bottom: 1px dotted #fff;
}

@media print, screen and (min-width: 640px) {
  html body #navigation ul > li {
    padding: 0px 30px;
    float: left;
    border-bottom: none;
    border-right: 1px solid #fff;
    height: 20px;
  }
}

html body #navigation ul > li a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  text-shadow: #0000ff 1px 1px 0, #0000ff -1px -1px 0, #0000ff -1px 1px 0, #0000ff 1px -1px 0, #0000ff 0px 1px 0, #0000ff 0 -1px 0, #0000ff -1px 0 0, #0000ff 1px 0 0;
  /*上、下*/
}

@media print, screen and (min-width: 640px) {
  html body #navigation ul > li a {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }
}

html body #navigation ul > li a:hover {
  font-weight: 900;
}

html body #navigation ul > li:hover {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: 5px center;
}

@media print, screen and (min-width: 640px) {
  html body #navigation ul > li:hover {
    background-size: auto 100%;
  }
}

html body #navigation ul > li ul {
  display: none;
}

html body #navigation ul > li ul li {
  display: block;
  float: none;
  background-color: #fff;
  border: solid 1px #666;
  border-top: none;
}

html body #navigation ul > li ul li a {
  color: #666;
  font-size: 80%;
}

html body #navigation ul > li ul li:hover {
  background-image: url("../images/hand.gif");
  background-repeat: no-repeat;
  background-position: 5px 5px;
}

html body #contents {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

html body #contents.index {
  padding-top: 0px;
}

@media print, screen and (min-width: 640px) {
  html body #contents {
    width: 1200px;
    margin: 0px auto;
  }
}

html body #contents .inner {
  width: 100%;
}

@media print, screen and (min-width: 640px) {
  html body #contents .inner {
    width: 1200px;
    margin: 10px auto;
  }
}

html body #contents #main {
  display: block;
  width: 100%;
  padding-top: 10px;
}

@media print, screen and (min-width: 640px) {
  html body #contents #main {
    float: right;
    width: 100%;
  }
}

html body #contents #main ul.pdf li {
  width: 95%;
  height: 40px;
  margin: 10px auto;
  border: 1px solid #666;
  border-radius: 10px;
  background-color: #fff;
  background-image: url("../images/pdf.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 100%;
}

html body #contents #main ul.pdf li:hover {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

@media print, screen and (min-width: 640px) {
  html body #contents #main ul.pdf li {
    float: left;
    width: 31%;
    margin: 10px 1%;
  }
}

html body #contents #main ul.pdf li a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 45px;
  text-decoration: none;
}

html body #contents #main p.message {
  width: 90%;
  margin: 20px auto;
  line-height: 1.8em;
}

html body #contents #main img {
  display: block;
  margin: 0px auto;
}

html body #contents #main h2.title 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;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  border: solid 1px #666;
}

html body #contents #main h3 {
  clear: both;
  width: 95%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin: 50px auto 50px;
  color: #000;
  text-decoration: none;
  text-align: center;
  border-bottom: 8px solid #f66;
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff 0 -1px 0, #fff -1px 0 0, #fff 1px 0 0;
  /*上、下*/
}

@media print, screen and (min-width: 640px) {
  html body #contents #main h3 {
    width: 90%;
    font-size: 35px;
  }
}

html body #contents #main h3.top {
  margin-top: 0px;
}

html body #contents #main h3 a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  font-weight: 900;
  text-align: left;
  text-indent: 2em;
  text-decoration: none;
}

html body #contents #main h4 {
  width: 100%;
  font-size: 25px;
  font-weight: 900;
  border-bottom: dotted 2px #666;
  text-indent: 1em;
  margin-bottom: 25px;
}

html body #contents #main p {
  font-size: 16px;
}

html body #contents #main div.index_flow {
  clear: both;
  width: 90%;
  height: 300px;
  margin: 50px auto;
  position: relative;
}

@media print, screen and (min-width: 640px) {
  html body #contents #main div.index_flow {
    width: 90%;
  }
}

html body #contents #main div.index_flow div {
  position: relative;
}

html body #contents #main div.index_flow div h4 {
  position: absolute;
  top: 0px;
  width: 90%;
  color: #900;
  font-size: 30px;
  text-align: center;
  padding-left: 0px;
  text-shadow: #ffffff 1px 1px 2px, #ffffff -1px -1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px, #ffffff 0px 1px 2px, #ffffff 0 -1px 2px, #ffffff -1px 0 2px, #ffffff 1px 0 2px;
  /*上、下*/
}

@media print, screen and (min-width: 640px) {
  html body #contents #main div.index_flow div h4 {
    font-size: 35px;
  }
}

html body #contents #main div.index_flow div img {
  width: 90%;
  height: auto;
  margin: 10px auto;
  border-radius: 50%;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

html body #contents #main div.index_flow div P {
  text-align: center;
  margin-bottom: 50px;
}

html body #contents #main div.index_flow div a.linkbox {
  display: block;
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  font-weight: 900;
  text-align: center;
  margin-left: -100px;
  background-image: url("../images/link.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 15px;
  border: 1px solid #fff;
  color: #fff;
}

html body #contents #main div.index_flow div a.linkbox:hover {
  background-color: #c00;
}

html body #contents #main div.index_flow div a.linkbox.style_gray {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("../images/link_blue.png");
  border: 1px solid #666;
  color: #333;
}

html body #contents #main div.index_flow div a.linkbox.style_gray:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

html body #contents #main div.comment {
  clear: both;
  width: 90%;
  margin: 50px auto 50px;
  position: relative;
}

@media print, screen and (min-width: 640px) {
  html body #contents #main div.comment {
    width: 70%;
  }
}

html body #contents #main div.comment div {
  width: 100%;
  position: relative;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 200px 200px;
}

html body #contents #main div.comment div img {
  width: 100%;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
  margin: 10px;
}

html body #contents #main div.comment div p {
  width: 95%;
  margin: 0px auto;
  padding-bottom: 0px;
}

@media print, screen and (min-width: 640px) {
  html body #contents #main div.comment div p {
    width: 85%;
    padding-bottom: 0px;
  }
}

html body #contents #main div.comment div p span {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 900;
  text-indent: 1em;
}

html body #contents #main div.comment div ul {
  margin-left: 50px;
}

html body #contents #main div.comment div ul li {
  font-size: 14px;
}

html body #contents #main div.comment div .price {
  font-family: "ヒラギノ明朝　ProN W6", "HiraMinProN-W6", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 35px;
  font-weight: 900;
  text-indent: -1em;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

html body #contents #main div.comment div a.linkbox {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  font-weight: 900;
  text-align: center;
  margin-left: -100px;
  background-image: url("../images/link.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 15px;
  border: 1px solid #fff;
  color: #fff;
}

html body #contents #main div.comment div a.linkbox:hover {
  background-color: #c00;
}

html body #contents #main div.comment div a.linkbox.style_gray {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("../images/link_blue.png");
  border: 1px solid #666;
  color: #333;
}

html body #contents #main div.comment div a.linkbox.style_gray:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

@media print, screen and (min-width: 640px) {
  html body #contents #main div.comment div {
    height: 302px;
  }
}

html body #contents #main div.comment div img {
  overflow: hidden;
}

html body #contents #main div.comment div.extend {
  padding-bottom: 80px;
}

@media print, screen and (min-width: 640px) {
  html body #contents #main div.comment div.extend {
    padding-bottom: 0px;
  }
}

html body #contents #main h4.num {
  width: 95%;
  height: 60px;
  padding-left: 65px;
  margin-left: 0px;
  text-indent: 0px;
  font-size: 25px;
  line-height: 80px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

html body #contents #main h4.num.no1 {
  background-image: url("../images/sys_icon/num/num_01.png");
}

html body #contents #main h4.num.no2 {
  background-image: url("../images/sys_icon/num/num_02.png");
}

html body #contents #main h4.num.no3 {
  background-image: url("../images/sys_icon/num/num_03.png");
}

html body #contents #main h4.num.no4 {
  background-image: url("../images/sys_icon/num/num_04.png");
}

html body #contents #main h4.num.no5 {
  background-image: url("../images/sys_icon/num/num_05.png");
}

html body #contents #main h4.num.no6 {
  background-image: url("../images/sys_icon/num/num_06.png");
}

html body #contents #main h4.num.no7 {
  background-image: url("../images/sys_icon/num/num_07.png");
}

html body #contents #main h4.num.no8 {
  background-image: url("../images/sys_icon/num/num_08.png");
}

html body #contents #main h4.num.no9 {
  background-image: url("../images/sys_icon/num/num_09.png");
}

html body #contents #main h4.num.no10 {
  background-image: url("../images/sys_icon/num/num_10.png");
}

@media print, screen and (min-width: 640px) {
  html body #contents #main h4.num {
    width: 80%;
    font-size: 30px;
    padding-left: 65px;
    margin-left: 20px;
  }
}

html body #contents #main #gmap {
  width: 95%;
  height: 500px;
  margin: 20px auto;
  border: 1px solid #333;
}

@media print, screen and (min-width: 640px) {
  html body #contents #main #gmap {
    height: 678px;
    width: 90%;
  }
}

html body #contents #main #gmap p {
  width: 220px;
  font-size: 10px;
  margin: 10px 0px 0px;
}

html body #contents #main .map {
  margin: 10px 0px 0px;
  border: #666 1px solid;
}

html body #contents .gm-style .gm-style-iw-c {
  -webkit-transform: translate(-50%, -135%);
          transform: translate(-50%, -135%);
}

html body #contents .gm-style .gm-style-iw-t::after {
  background: none;
}

html body #contents #sub {
  display: block;
  width: 100%;
}

@media print, screen and (min-width: 640px) {
  html body #contents #sub {
    float: left;
    width: 0%;
  }
}

html body #contents #sub h3 {
  width: 94%;
  height: 30px;
  line-height: 30px;
  margin: 10px auto 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-indent: 30px;
  text-shadow: #000000 1px 1px 0, #000000 -1px -1px 0, #000000 -1px 1px 0, #000000 1px -1px 0, #000000 0px 1px 0, #000000 0 -1px 0, #000000 -1px 0 0, #000000 1px 0 0;
  /*上、下*/
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feccb1+0,f17432+50,ea5507+51,fb955e+100;Red+Gloss+%232 */
  background: #feccb1;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#feccb1), color-stop(50%, #f17432), color-stop(51%, #ea5507), to(#fb955e));
  background: linear-gradient(to bottom, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #222;
}

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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
          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;
}

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;
}

html body #contents #sub div.banner img {
  display: block;
  width: 100%;
  border: solid 1px #333;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

html body #contents #sub div.banner img.none {
  border: none;
  -webkit-box-shadow: none;
          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.imgwrap {
  width: 94%;
  margin: 10px auto;
  border: solid 1px #333;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

html body #contents #sub div.imgwrap img {
  display: block;
  width: 90%;
  margin: 10px auto;
}

html body #contents #sub p {
  width: 90%;
  margin: 10px auto;
  border-bottom: dotted 1px #666;
  font-size: 12px;
}

html body #footer_sub {
  background-color: rgba(170, 170, 170, 0.8);
  border-top: solid 1px #555;
  background-image: url("../images/footerbg.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
}

html body #footer_sub ul.contacts {
  margin: 40px auto;
}

@media print, screen and (min-width: 640px) {
  html body #footer_sub ul.contacts {
    width: 1000px;
  }
}

html body #footer_sub ul.contacts li {
  display: block;
  width: 100%;
  float: left;
}

@media print, screen and (min-width: 640px) {
  html body #footer_sub ul.contacts li {
    width: 33%;
  }
}

html body #footer_sub ul.contacts li img {
  display: block;
  width: 90%;
  margin: 10px auto;
}

html body #footer {
  width: 100%;
  background-color: #000099;
  border-top: solid 1px #555;
}

html body #footer ul.menu {
  clear: both;
  display: block;
  padding-top: 20px;
}

@media print, screen and (min-width: 640px) {
  html body #footer ul.menu {
    padding-top: 0px;
    float: left;
    width: 90%;
    margin: 20px auto;
    border-left: 1px #fff solid;
  }
}

html body #footer ul.menu li {
  display: block;
  margin: 10px auto;
}

@media print, screen and (min-width: 640px) {
  html body #footer ul.menu li {
    margin: 0px;
    width: 16.4%;
    height: 30px;
    float: left;
    border-right: 1px #fff solid;
  }
}

html body #footer ul.menu li a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  width: 100%;
  font-weight: 500;
  height: 30px;
}

html body #footer ul.menu li a:hover {
  color: #ff9;
}

@media print, screen and (min-width: 640px) {
  html body #footer ul.contacts {
    width: 700px;
    float: right;
  }
}

html body #footer ul.contacts li {
  width: 100%;
  display: block;
}

@media print, screen and (min-width: 640px) {
  html body #footer ul.contacts li {
    width: 20%;
    float: left;
  }
}

html body #footer ul.contacts li img {
  display: block;
  width: 100%;
}

html body #footer a.logo {
  display: block;
  float: left;
  width: 100%;
  padding-top: 10px;
}

@media print, screen and (min-width: 640px) {
  html body #footer a.logo {
    margin-left: 25px;
    width: 400px;
  }
}

html body #footer a.logo img {
  display: block;
  width: 100%;
}

html body #footer p.address {
  clear: both;
  float: left;
  color: #fff;
  margin: 20px;
  line-height: 1.8em;
}

@media print, screen and (min-width: 640px) {
  html body #footer p.address {
    margin: 10px;
    margin-left: 80px;
  }
}

html body #footer p.left {
  float: left;
  color: #fff;
  margin-left: 20px;
  margin-top: 25px;
}

@media print, screen and (min-width: 640px) {
  html body #footer p.left {
    margin-left: 50px;
    margin-top: 45px;
  }
}

html body #footer address {
  clear: both;
  width: 100%;
  height: 30px;
  color: #fff;
  background-color: black;
  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;
}

/* □■□■□■□ スマートフォン向けのレイアウトの指定 □■□■□■□ */
div.columns2 {
  width: 90%;
  margin: 10px auto;
}

@media print, screen and (min-width: 640px) {
  div.columns2 {
    width: 90%;
  }
}

div.columns2 .column {
  display: block;
  width: 100%;
  margin: 10px auto;
}

@media print, screen and (min-width: 640px) {
  div.columns2 .column {
    width: 47%;
    float: left;
    margin: 10px 1%;
  }
}

div.columns2 .column img {
  display: block;
  width: 100%;
}

div.columns3 {
  width: 90%;
  margin: 10px auto 50px;
}

@media print, screen and (min-width: 640px) {
  div.columns3 {
    width: 90%;
  }
}

div.columns3 .column {
  display: block;
  width: 100%;
  margin: 10px auto;
}

@media print, screen and (min-width: 640px) {
  div.columns3 .column {
    width: 31%;
    float: left;
    margin: 10px 1%;
  }
}

div.columns3 .column img {
  display: block;
  width: 100%;
}

h2.dotted, h3.dotted, h4.dotted, h5.dotted, h6.dotted {
  font-weight: 900;
  border-bottom: 2px #666 dotted;
}
/*# sourceMappingURL=bone.css.map */