@charset "UTF-8";
/* 4=25% 5=20% 6=16.6% */
h1, h2, h3, h4, h5, h6 {
  font-family: "ヒラギノ明朝　ProN W6", "HiraMinProN-W6", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
}

p, a, td {
  font-family: "ヒラギノ明朝　ProN W6", "HiraMinProN-W6", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
}

.red {
  color: #f00;
}

.blue {
  color: #00f;
}

.x12 {
  font-size: 120%;
}

.x15 {
  font-size: 150%;
}

.x20 {
  font-size: 200%;
}

.block {
  display: block;
}

.center {
  margin: 0px auto;
}

.left {
  display: block;
  width: auto;
  float: left;
}

.right {
  display: block;
  width: auto;
  float: right;
}

@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;
  }
  .w75 {
    width: 75% !important;
  }
  .w80 {
    width: 80% !important;
  }
  .w100 {
    width: 100% !important;
  }
}

div.columns2 {
  clear: both;
  width: 100%;
  margin: 10px auto;
}

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.columns3 {
  width: 90%;
  margin: 10px auto;
}

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.columns4 {
  width: 90%;
  margin: 10px auto;
}

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

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

/* □■□■□■□ ログイン画面 □■□■□■□ */
#login ul {
  display: block;
  width: 260px !important;
  margin: 20px auto !important;
  padding: 20px;
  border: 1px solid #666;
}

#login ul li {
  display: block;
  margin: 10px 10px;
  border: none !important;
}

#login ul li label {
  display: block;
  width: 100px;
}

#login ul li input {
  width: 100%;
  height: 30px;
  font-size: 16px;
}

#login ul li a {
  margin: 0px !important;
}

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

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

/* □■□■□■□ 管理室メニュー □■□■□■□ */
#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");
}

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

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

#ad_submit {
  position: fixed;
  right: 230px;
  border: 50px;
  width: 500px;
  padding: 15px 0px 15px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #666;
  border-radius: 30px;
  margin: 10px auto;
  bottom: 20px;
  -webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

#ad_submit span.err {
  display: block;
  color: #f00;
  font-size: 12px;
  font-weight: 700;
}

#ad_submit input {
  width: 150px;
  height: 30px;
  margin: 5px;
  background-color: #aaa;
  border: 2px solid #666;
  border-top-color: #aaa;
  border-left-color: #aaa;
  border-radius: 20px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

#ad_submit input:hover {
  background-color: #eee;
}

#tag_edit {
  width: 800px;
  height: 550px;
  margin-left: -400px;
  margin-top: -275px;
  border-radius: 10px;
}

#tag_edit #tagdataset {
  width: 100%;
}

#tag_edit #tagdataset input, #tag_edit #tagdataset select {
  height: 30px;
  font-size: 18px;
}

#tag_edit #tagdataset .right {
  display: block;
  float: right;
  width: 38%;
}

#tag_edit #tagdataset .right .imgbox {
  clear: both;
  width: 280px;
  height: 210px;
  border: 1px solid #aaa;
  margin: 15px auto;
}

#tag_edit #tagdataset .right .imgbox img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

#tag_edit #tagdataset .right label {
  clear: both;
  display: block;
  width: 280px;
  margin: 5px auto;
  font-size: 12px;
  border-bottom: 1px solid #aaa;
}

#tag_edit #tagdataset .right input, #tag_edit #tagdataset .right select {
  display: block;
  width: 280px;
  margin: 5px auto 15px;
}

#tag_edit #tagdataset .right button {
  display: block;
  width: 280px;
  margin: 5px auto 15px;
}

#tag_edit #tagdataset .left {
  display: block;
  float: left;
  width: 62%;
}

#tag_edit #tagdataset .left label {
  clear: both;
  display: block;
  width: 93%;
  margin: 5px auto;
  font-size: 12px;
  border-bottom: 1px solid #aaa;
}

#tag_edit #tagdataset .left input {
  display: block;
  width: 93%;
  margin: 5px auto 15px;
}

#tag_edit #tagdataset .left textarea {
  display: block;
  width: 91%;
  height: 420px;
  padding: 1%;
  margin: 5px auto;
  line-height: 1.4em;
}

#tag_edit #tagdataset .left 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%;
}

#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: 10px auto 50px;
}

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

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

#main div.pager {
  width: 95%;
  margin: 20px auto;
}

#main div.pager span {
  display: block;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 640px) {
  #main div.pager span {
    margin-top: 10px;
    float: left;
  }
}

#main div.pager a {
  display: block;
  float: left;
  width: 100px;
  background-repeat: no-repeat;
  background-size: 20px;
  font-size: 12px;
  text-decoration: none;
  color: #333;
  padding: 5px;
  margin: 5px;
  border: 1px solid #666;
  border-radius: 5px;
  -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);
}

#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.pager a.disable {
  pointer-events: none;
  opacity: 0.5;
}

/* □■□■□■□ スマホおよび小型タブレット向けのレイアウトの指定：～640px □■□■□■□ */
/********************
 * FEATURE CAROUSEL *
 ********************/
#mainfhoto {
  width: 100%;
  height: 400px;
  /*	background:   url(../images/top.jpg) no-repeat*/
}

.carousel-container {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 10px auto;
}

#carousel {
  height: auto;
  width: 100%;
  background-color: #CCC;
  position: relative;
  margin-bottom: 0.5em;
  font-size: 12px;
  font-family: Arial;
}

.carousel-image {
  border: 0;
  display: block;
  width: 100% !important;
}

.carousel-feature {
  position: absolute;
  top: -1000px;
  left: -1000px;
  border: 0px solid #5d5d5d;
  cursor: pointer;
}

.carousel-feature .carousel-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #000;
}

.carousel-feature .carousel-caption p {
  margin: 0;
  padding: 5px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: white;
}

.tracker-summation-container {
  position: absolute;
  color: white;
  right: 48px;
  top: 380px;
  padding: 3px;
  margin: 3px;
  background-color: #000;
}

.tracker-individual-container {
  position: absolute;
  color: white;
  right: 48px;
  top: 380px;
  padding: 0;
  margin: 0;
}

.tracker-individual-container li {
  list-style: none;
}

.tracker-individual-container .tracker-individual-blip {
  margin: 0 3px;
  padding: 0 3px;
  color: white;
  text-align: center;
  background-color: #DDD;
}

.tracker-individual-container .tracker-individual-blip-selected {
  color: white;
  font-weight: bold;
  background-color: #000;
}

#carousel-left {
  position: absolute;
  bottom: 33px;
  left: 30px;
  cursor: pointer;
}

#carousel-right {
  position: absolute;
  bottom: 33px;
  right: 30px;
  cursor: pointer;
}

#suzukaze {
  margin: 20px auto 50px;
}

#suzukaze h2 {
  clear: both;
  font-size: 24px;
  text-indent: 40px;
  letter-spacing: 0.2em;
  color: #333;
  width: 100%;
  margin: 40px auto;
  border-left: solid #666633 5px;
}

@media only screen and (min-width: 640px) {
  #suzukaze h2 {
    font-size: 30px;
  }
}

#suzukaze h3 {
  width: 70%;
  height: 30px;
  margin: 5px 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-weight: 500;
  text-indent: 35px;
  border-bottom: 1px solid #999;
  background-image: url("../images/ri-fu01.gif");
  background-repeat: no-repeat;
  background-size: auto 100%;
}

#suzukaze p {
  width: 80%;
  margin: 30px auto;
}

#suzukaze video {
  width: 100%;
  margin: 0px auto;
}

#contents {
  background-color: #fff;
}

#contents #main img {
  display: block;
  margin: 5px auto;
}

#contents #main img.topimg {
  width: 100%;
}

#contents #main ul {
  width: 1000px;
  border-top: dotted 2px #990;
}

#contents #main ul li {
  display: block;
  width: 100%;
  border-bottom: dotted 2px #990;
  margin: 20px 0px;
  padding: 20px 0px;
}

#contents #main ul li span {
  width: 80%;
  margin: 10px auto;
  font-size: 18px;
}

#contents #main ul li span.date {
  display: block;
  text-align: center;
}

#contents #main ul li span.sign {
  display: block;
  text-align: right;
}

#contents #main ul li p {
  width: 80%;
  margin: 10px auto;
  font-weight: 100;
  line-height: 2em;
}

#contents #main ul li p b {
  font-weight: 700;
}

#contents #main ul li table {
  width: 80%;
  margin: 10px auto;
}

#contents #main ul li table tr td {
  padding: 5px;
}

/* □■□■□■□ PC向けおよび大型タブレット向けのレイアウトの指定：640px～ □■□■□■□ */
/*# sourceMappingURL=hinoko_message.css.map */