@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; }

.right {
  display: block;
  width: auto;
  float: right; }

/* □■□■□■□ ログイン画面 □■□■□■□ */
#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;
      width: 100px; }
    #login ul li input {
      width: 100%;
      height: 30px;
      font-size: 16px; }

#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;
    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; }

#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;
    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;
  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;
    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;
  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;
    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 □■□■□■□ */
#contents #main p {
  line-height: 1.8em; }
#contents #main #mm-content-list {
  width: 95%;
  margin: 0px auto; }
  @media only screen and (min-width: 640px) {
    #contents #main #mm-content-list {
      width: 700px;
      float: left;
      margin: 0px; } }
  #contents #main #mm-content-list ul {
    width: 100%; }
    #contents #main #mm-content-list ul li {
      display: block;
      border: 1px solid #666;
      margin: 20px 0px;
      background-image: url("../images/mitiyama.jpg");
      background-repeat: no-repeat;
      background-size: 100% auto; }
#contents #main #mm-backnumber-list {
  display: none;
  width: 60%;
  height: 100%;
  margin: 0px auto;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #fff;
  overflow: scroll; }
  @media only screen and (min-width: 640px) {
    #contents #main #mm-backnumber-list {
      display: block;
      width: 280px;
      float: right;
      margin: 0px;
      position: relative;
      top: auto;
      left: auto;
      overflow: auto; } }
  #contents #main #mm-backnumber-list ul {
    border-right: 1px solid #666;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    margin-top: 10px; }
    @media only screen and (min-width: 640px) {
      #contents #main #mm-backnumber-list ul {
        border-right: none;
        box-shadow: none; } }
    #contents #main #mm-backnumber-list ul li {
      width: 95%;
      display: block;
      padding: 5px;
      margin: 0px 0px;
      text-indent: 30px; }
      #contents #main #mm-backnumber-list ul li a.title {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        text-indent: 50px;
        color: #333;
        text-decoration: none;
        border: 1px solid #666;
        border-radius: 5px;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
        background-color: #cccc99;
        margin: 0px; }
      #contents #main #mm-backnumber-list ul li ul {
        border: none;
        box-shadow: none; }
        #contents #main #mm-backnumber-list ul li ul li {
          border-bottom: 1px dotted #666;
          height: 30px; }
          #contents #main #mm-backnumber-list ul li ul li a {
            margin: 0px;
            height: 30px;
            line-height: 30px;
            text-align: center; }

/* □■□■□■□ PC向けおよび大型タブレット向けのレイアウトの指定：640px～ □■□■□■□ */

/*# sourceMappingURL=backnumber1.css.map */
