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

.right {
  float: right;
}

.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: 1000;
}

#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 h2 {
  background-image: url("../images/page_title/page_title_07.jpg");
}

html body #contents #main #infomation .date {
  display: block;
  width: 90%;
  margin: 20px auto;
}

html body #contents #main #infomation img {
  display: block;
  width: 90%;
  margin: 20px auto;
}

/* □■□■□■□ スマートフォン向けのレイアウトの指定 □■□■□■□ */
/*# sourceMappingURL=infomation.css.map */