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

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

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

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/* 4=25% 5=20% 6=16.6% 7=14.5%*/
.sp {
  display: block !important;
}
@media print, screen and (min-width: 640px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none !important;
}
@media print, screen and (min-width: 640px) {
  .pc {
    display: block !important;
  }
}

.wrap {
  width: 100%;
}

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

h1 {
  width: 100%;
}

h2 {
  position: relative;
  width: calc(95% - 11px);
  height: auto;
  min-height: 60px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 900;
  color: #666;
  text-indent: 20px;
  padding: 10px 20px;
  margin: 40px auto;
  border: 1px solid white;
  border-left: 10px solid #9999ff;
}
@media print, screen and (min-width: 640px) {
  h2 {
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    text-indent: 60px;
  }
}
h2 span {
  display: block;
  font-size: 15px;
  float: right;
  margin-right: 20px;
}

h3 {
  clear: both;
  width: 95%;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  font-weight: 900;
  color: #333;
  text-indent: 20px;
  margin: 30px auto 20px;
  background-color: white;
  border-bottom: 2px solid #9999ff;
}
@media print, screen and (min-width: 640px) {
  h3 {
    text-indent: 50px;
  }
}
h3.sub {
  border-radius: 10px 10px 10px 10px;
  border: solid 1px #ccc;
  background-color: #9999ff;
  color: #fff;
}
h3.sub.tab {
  border-radius: 10px 10px 0px 0px;
  border-bottom: none;
}

h4 {
  width: 95%;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  font-weight: 900;
  text-indent: 20px;
  margin-top: 50px;
  border-bottom: 2px dotted #9999ff;
}
@media print, screen and (min-width: 640px) {
  h4 {
    text-indent: 50px;
  }
}

p.comment {
  font-size: 20px;
  line-height: 1.4em;
  width: 90%;
  margin: 20px auto;
}

p.send_mail, p.success {
  font-size: 20px;
  line-height: 1.4em;
  width: 90%;
  margin: 50px auto;
  padding: 20px;
  border: 1px solid #666;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
@media print, screen and (min-width: 640px) {
  p.send_mail, p.success {
    width: calc(80% - 80px);
    padding: 40px;
  }
}
p.send_mail .err, p.success .err {
  color: #f00;
}

#infomation span.date {
  display: block;
  float: right;
}
#infomation div.p {
  width: 95%;
  margin: 20px auto;
}
@media print, screen and (min-width: 640px) {
  #infomation div.p {
    width: 80%;
  }
}
#infomation img {
  display: block;
  width: 100%;
  margin: 20px auto;
}
@media print, screen and (min-width: 640px) {
  #infomation img {
    width: 80%;
  }
}

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

.clearfix {
  min-height: 1px;
}

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

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.none {
  display: none !important;
}

.center {
  margin: 10px auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.both {
  clear: both;
}

.w15, .w20, .w25, .w30, .w33, .w35, .w40, .w45, .w50, .w55, .w60, .w65, .w66, .w70, .w75, .w80, .w85, .w90, .w95, .w100 {
  width: 100%;
  display: block;
}

@media print, screen and (min-width: 640px) {
  .w15 {
    width: 15% !important;
  }
  .w20 {
    width: 20% !important;
  }
  .w25 {
    width: 25% !important;
  }
  .w30 {
    width: 30% !important;
  }
  .w33 {
    width: 33% !important;
  }
  .w35 {
    width: 35% !important;
  }
  .w40 {
    width: 40% !important;
  }
  .w45 {
    width: 45% !important;
  }
  .w50 {
    width: 50% !important;
  }
  .w55 {
    width: 55% !important;
  }
  .w60 {
    width: 60% !important;
  }
  .w65 {
    width: 65% !important;
  }
  .w66 {
    width: 66% !important;
  }
  .w70 {
    width: 70% !important;
  }
  .w75 {
    width: 75% !important;
  }
  .w80 {
    width: 80% !important;
  }
  .w85 {
    width: 85% !important;
  }
  .w90 {
    width: 90% !important;
  }
  .w95 {
    width: 95% !important;
  }
  .w100 {
    width: 100% !important;
  }
  .w-auto {
    width: auto;
  }
}
.bg_fff {
  background-color: #fff !important;
}

.bg_ccc {
  background-color: #ccc !important;
}

.bg_999 {
  background-color: #999 !important;
}

.bg_666 {
  background-color: #666 !important;
}

.bg_333 {
  background-color: #333 !important;
}

.bg_000 {
  background-color: #000 !important;
}

.bg_tp {
  background-color: transparent !important;
}

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

.circle {
  border-radius: 50%;
}

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, th, td, li, span {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ　ProN W3", "Hiragino kaku Gothic ProN", "MS Pゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x12 {
  font-size: 120% !important;
}

.x15 {
  font-size: 150% !important;
}

.x18 {
  font-size: 180% !important;
}

.x20 {
  font-size: 200% !important;
}

.x25 {
  font-size: 250% !important;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw7 {
  font-weight: 700;
}

.fw9 {
  font-weight: 900;
}

.white {
  color: #fff;
}

.red {
  color: #f00;
}

.blue {
  color: #00f;
}

.black {
  color: #000;
}

.al-center {
  text-align: center;
}

.al-left {
  text-align: left;
}

.al-right {
  text-align: right;
}

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

.through {
  text-decoration: line-through;
}

.italic {
  -webkit-text-decoration: italic;
          text-decoration: italic;
}

.underline {
  text-decoration: underline;
}

.wavy {
  font-weight: 400;
  background-image: url("../../images/wavy.gif");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto 50%;
}

.column p {
  width: 95%;
  margin: 0px auto;
}
@media print, screen and (min-width: 640px) {
  .column p {
    width: calc(100% - 10px);
  }
}
.column > img {
  width: 95%;
  margin: 0px auto;
}
@media print, screen and (min-width: 640px) {
  .column > img {
    width: 100%;
  }
}

#main .columns2 {
  clear: both;
  width: 100%;
  margin: 0px auto 50px;
}
#main .columns2 > .column {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px auto 10px;
}
@media print, screen and (min-width: 640px) {
  #main .columns2 > .column {
    width: calc((100% - 10px) / 2);
    float: left;
    margin-right: 10px;
  }
  #main .columns2 > .column:nth-child(2n) {
    margin-right: 0px;
  }
}
#main .columns3 {
  clear: both;
  width: 100%;
  margin: 0px auto 50px;
}
#main .columns3 > .column {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px auto 10px;
}
@media print, screen and (min-width: 640px) {
  #main .columns3 > .column {
    width: calc((100% - 20px) / 3);
    float: left;
    margin-right: 10px;
  }
  #main .columns3 > .column:nth-child(3n) {
    margin-right: 0px;
  }
}
#main .columns4 {
  clear: both;
  width: 100%;
  margin: 0px auto 50px;
}
#main .columns4 > .column {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px auto 10px;
}
@media print, screen and (min-width: 640px) {
  #main .columns4 > .column {
    width: calc((100% - 30px) / 4);
    float: left;
    margin-right: 10px;
  }
  #main .columns4 > .column:nth-child(4n) {
    margin-right: 0px;
  }
}
#main .columns5 {
  clear: both;
  width: 100%;
  margin: 0px auto 50px;
}
#main .columns5 > .column {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px auto 10px;
}
@media print, screen and (min-width: 640px) {
  #main .columns5 > .column {
    width: calc((100% - 40px) / 5);
    float: left;
    margin-right: 10px;
  }
  #main .columns5 > .column:nth-child(5n) {
    margin-right: 0px;
  }
}
#main .columns6 {
  clear: both;
  width: 100%;
  margin: 0px auto 50px;
}
#main .columns6 > .column {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px auto 10px;
}
@media print, screen and (min-width: 640px) {
  #main .columns6 > .column {
    width: calc((100% - 50px) / 6);
    float: left;
    margin-right: 10px;
  }
  #main .columns6 > .column:nth-child(6n) {
    margin-right: 0px;
  }
}

#modal-window {
  border-radius: 10px;
  padding: 20px 10px 10px;
}
#modal-window textarea {
  display: block;
  width: 90%;
  border: 1px solid #00f;
  padding: 10px;
}
#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;
}

#accesscounter {
  width: 95%;
  margin: 0 auto 20px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e0e0f0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  background: #fff;
}
#accesscounter .ac_header {
  background: linear-gradient(135deg, #9999ff, #7777ee);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 14px;
  letter-spacing: 0.06em;
}
#accesscounter .result {
  padding: 6px 0 2px;
}
#accesscounter .ac_group {
  margin: 0;
  padding: 8px 12px;
  border-bottom: 1px solid #f0f0f8;
}
#accesscounter .ac_group:last-child {
  border-bottom: none;
}
#accesscounter .ac_group dt {
  font-size: 10px;
  font-weight: 700;
  color: #9999ff;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding-left: 2px;
}
#accesscounter .ac_group dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 0;
  margin: 0;
  border-bottom: 1px dotted #ededf8;
}
#accesscounter .ac_group dd:last-child {
  border-bottom: none;
}
#accesscounter .ac_group dd span:first-child {
  font-size: 12px;
  color: #888;
}
#accesscounter .ac_group dd span:last-child {
  font-size: 14px;
  font-weight: 700;
  color: #444;
  font-family: "Courier New", "Consolas", monospace;
  letter-spacing: 0.04em;
  background: #f4f4ff;
  border-radius: 4px;
  padding: 1px 6px;
}

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

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  width: 100%;
  margin: 0px auto 30px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*-moz-box-shadow: 0 0 5px #666;
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
  border:  5px solid #fff;
  left: -5px;*/
  background: transparent;
  /*fix other elements on the page moving (on Chrome)*/
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9 ;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

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

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

div.thumb {
  width: 100%;
  background: no-repeat;
  background-position: center center;
  background-size: contain;
}

div.imageEditor {
  width: 300px;
  height: 300px;
}
div.imageEditor img {
  position: relative;
}
div.imageEditor img.left {
  width: 50px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
div.imageEditor img.right {
  width: 50px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.pager {
  width: 95%;
  margin: 10px auto;
}
.pager span {
  display: block;
  float: left;
}
.pager .control {
  float: right;
}
.pager .control a {
  display: block;
  float: left;
  width: 100px;
  background-color: #fff;
  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);
}
.pager .control a.back {
  padding-left: 30px;
  background-image: url("../../images/slide_back.png");
}
.pager .control a.next {
  padding-right: 30px;
  background-image: url("../../images/slide_next.png");
  background-position: right;
}
.pager .control a.disable {
  pointer-events: none;
  opacity: 0.5;
}

#company_data, #person_data {
  width: 100%;
}
@media print, screen and (min-width: 640px) {
  #company_data, #person_data {
    float: left;
    width: 60%;
  }
}

#person_list, #project_list, #service_list, #candidate {
  width: 100%;
}
@media print, screen and (min-width: 640px) {
  #person_list, #project_list, #service_list, #candidate {
    float: right;
    width: 40%;
  }
}

.person_list, .project_list, .service_list {
  width: 93%;
  padding: 3%;
  border: 1px solid #666;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  margin-top: 10px;
}
.person_list div.edit img, .project_list div.edit img, .service_list div.edit img {
  display: block;
  float: left !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0px 5px 0px 0px !important;
}
.person_list ul, .project_list ul, .service_list ul {
  margin-top: 3px;
  border-top: 1px solid #666;
}
.person_list ul li, .project_list ul li, .service_list ul li {
  display: block;
  width: 100%;
  line-height: 35px;
  font-size: 16px;
  color: #666;
  font-weight: 500;
  border-bottom: 1px solid #666;
}
.person_list ul li span, .project_list ul li span, .service_list ul li span {
  font-size: 14px;
  font-weight: 500;
}
.person_list ul li.name, .project_list ul li.name, .service_list ul li.name {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  border-bottom: 3px double #666;
  margin-bottom: 5px;
}

#holiday {
  position: relative;
  width: 95%;
  margin: 10px auto;
}
#holiday h4 {
  width: 95%;
  margin: 5px 0px 2px 10px;
  border-bottom: 1px solid #666;
  font-weight: 900;
  font-size: 18px;
}
#holiday #calender_control {
  float: right;
}
#holiday #calender_control a {
  display: block;
  float: left;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border: #333 solid 1px;
  background-color: rgb(148, 150, 236);
  border-radius: 5px;
  margin: 5px;
  text-align: center;
  font-weight: 900;
  color: #fff;
}
#holiday #calender_control a:hover {
  opacity: 0.8;
}
#holiday table.holiday {
  width: 95%;
  margin: 0px 0px 0px 10px;
}
#holiday table.holiday th, #holiday table.holiday td {
  font-size: 12px;
  font-weight: 900;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #666666;
}
@media print, screen and (min-width: 640px) {
  #holiday table.holiday th, #holiday table.holiday td {
    height: 60px;
  }
}
#holiday table.holiday td p {
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}
#holiday table.holiday th {
  width: 14.2%;
  background-color: #66FFCC;
  color: #666666;
}
@media print, screen and (min-width: 640px) {
  #holiday table.holiday th {
    width: 100px;
  }
}
#holiday table.holiday th.sun {
  background-color: #FF9966;
  color: #FFFFFF;
}
#holiday table.holiday th.sta {
  background-color: #3399FF;
  color: #FFFFFF;
}
#holiday table.holiday td.holi {
  background-color: #FF6666;
  text-align: left;
  vertical-align: top;
  color: #FFFFFF;
  font-weight: 700;
}
#holiday table.holiday tr.blank td {
  background-color: #CCCCCC;
}
#holiday table.holiday tr.blank td .sta {
  background-color: #FFFFFF;
}

.instagram-media {
  margin: 0px auto 12px !important;
}

/*メールフォーム*/
p.success span {
  display: block;
  color: #00f;
  font-weight: 900;
}

#form_contact {
  width: 90%;
  overflow: hidden;
  background-repeat: no-repeat;
  margin: 10px auto 10px;
}
#form_contact ul {
  width: 100%;
  padding: 0px;
}
#form_contact ul li {
  display: block;
  padding-top: 20px;
}
#form_contact ul li label {
  clear: both;
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background-image: url("../../images/hand_icon_ss.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-indent: 50px;
  font-weight: 700;
}
#form_contact ul li select, #form_contact ul li input {
  display: block;
  width: 80%;
  float: right;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin-bottom: 20px;
}
#form_contact ul li input.submit {
  float: none;
  width: 300px;
  margin: 20px auto;
}
#form_contact ul li textarea {
  width: 80%;
  float: right;
  height: 200px;
  line-height: 40px;
  font-size: 16px;
}
#form_contact ul li p {
  width: 80%;
  float: right;
  color: #00f;
}
#form_contact input.submit {
  display: block;
  width: 300px;
  height: 40px;
  margin: 50px auto;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  background: linear-gradient(#5555ff, #0000ff);
}

/* □■□■□■□ ログイン画面 □■□■□■□ */
h2.login_title {
  margin: 5px auto;
}

#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: 160px;
  top: 10px;
  left: 5px;
  z-index: 1000;
}
@media print, screen and (min-width: 640px) {
  #admin_menu {
    width: 200px;
    top: 20px;
    left: 10px;
  }
}
#admin_menu .title {
  display: block;
  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;
  text-indent: 40px;
  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: 40px;
  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(204, 204, 204, 0.1);
  color: #333;
  font-weight: 500;
}
#admin_menu ul.base li ul.link li a:hover {
  color: #333;
  text-decoration: none;
}
#admin_menu ul.base li {
  background-repeat: no-repeat;
  background-size: auto 25px;
  background-position: 5px 2px;
}
#admin_menu ul.base li.customer {
  background-image: url("../../images/system/icon/white/customer.png");
}
#admin_menu ul.base li.company {
  background-image: url("../../images/system/icon/darkgray/company.png");
}
#admin_menu ul.base li.client {
  background-image: url("../../images/system/icon/darkgray/client.png");
}
#admin_menu ul.base li.infomation {
  background-image: url("../../images/system/icon/white/info.png");
}
#admin_menu ul.base li.mailmagazine {
  background-image: url("../../images/system/icon/white/mailmagazine.png");
}
#admin_menu ul.base li.mailinglist {
  background-image: url("../../images/system/icon/white/mail.png");
}
#admin_menu ul.base li.password {
  background-image: url("../../images/system/icon/white/password.png");
}
#admin_menu ul.base li.design {
  background-image: url("../../images/system/icon/white/property.png");
}
#admin_menu ul.base li.management {
  background-image: url("../../images/system/icon/white/setting.png");
}
#admin_menu ul.base li.logout {
  background-image: url("../../images/system/icon/white/logout.png");
}
#admin_menu ul.base li.event {
  background-image: url("../../images/system/icon/white/event.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;
}

.form_input {
  width: 95%;
  margin: 10px auto 20px;
}
.form_input label {
  display: block;
  width: 95%;
  margin: 15px auto 1px;
  border-bottom: 1px solid #00f;
  font-size: 14px;
  text-indent: 10px;
  font-weight: 700;
}
.form_input input[type=text], .form_input input[type=date], .form_input input[type=password], .form_input input.dataList, .form_input select, .form_input textarea {
  display: block;
  width: 90%;
  height: 25px;
  line-height: 25px;
  border: 2px solid #999;
  margin: 5px auto 5px;
  text-indent: 5px;
}
.form_input input[type=text]:focus, .form_input input[type=date]:focus, .form_input input[type=password]:focus, .form_input input.dataList:focus, .form_input select:focus, .form_input textarea:focus {
  border: 2px solid #00f;
}
.form_input select {
  height: 29px;
}
.form_input textarea {
  height: 120px;
}

ul.sub_listmanu {
  width: 95%;
  margin: 20px auto;
  border-top: 1px solid #666;
}
ul.sub_listmanu li {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #666;
  font-weight: 500;
  border-bottom: 1px solid #666;
}
ul.sub_listmanu li a {
  display: block;
  width: 100%;
  text-indent: 20px;
}
ul.sub_listmanu li a:hover {
  font-weight: 700;
}

/* □■□■□■□ サブミットパネル □■□■□■□ */
.submit_panel {
  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_panel span.err {
  display: block;
  color: #f00;
  font-size: 12px;
  font-weight: 700;
}
.submit_panel input, .submit_panel button {
  width: 44px;
  height: 44px;
  margin: 5px;
  border-radius: 10px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  padding: 0px;
  background-color: #999;
  background-size: 100% 100%;
  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; /*上、下*/
}
.submit_panel input span, .submit_panel button span {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #000;
  opacity: 0;
  margin: 0px auto;
}
.submit_panel input span:hover, .submit_panel button span:hover {
  opacity: 1;
}
.submit_panel input.add_img, .submit_panel button.add_img {
  background-image: url("../../images/system/icon/darkgray/add_img.png");
}
.submit_panel input.add_video, .submit_panel button.add_video {
  background-image: url("../../images/system/icon/darkgray/add_video.png");
}
.submit_panel input.comment, .submit_panel button.comment {
  background-image: url("../../images/system/icon/darkgray/comment.png");
}
.submit_panel input.save, .submit_panel button.save {
  background-image: url("../../images/system/icon/darkgray/save.png");
}
.submit_panel input.reload, .submit_panel button.reload {
  background-image: url("../../images/system/icon/darkgray/reload.png");
}
.submit_panel input.delete, .submit_panel button.delete {
  background-image: url("../../images/system/icon/darkgray/delete.png");
}
.submit_panel input.return, .submit_panel button.return {
  background-image: url("../../images/system/icon/darkgray/return.png");
}
.submit_panel input.save_return, .submit_panel button.save_return {
  background-image: url("../../images/system/icon/darkgray/save_return.png");
}
.submit_panel input:hover, .submit_panel button:hover {
  background-color: #eee;
}

#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: 640px;
    height: 750px;
    top: 50%;
    left: 50%;
    padding: 10px;
    margin-left: -320px;
    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: 640px;
  height: 750px;
  margin-left: -500px;
  margin-top: -375px;
  overflow: scroll;
}
#imgSelect img {
  display: block;
  width: 16%;
  margin-top: 4px;
  margin-left: 0.6%;
  float: left;
}

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

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

.infomation_board {
  clear: both;
  width: 90%;
  margin: 0px auto 40px;
  border: solid 1px #666666;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.2);
}
.infomation_board span {
  display: block;
  font-size: 12px;
}
.infomation_board ul {
  width: 90%;
  border-top: solid 1px #333333;
  margin: 15px auto 0px;
  padding: 0px 0px 15px;
}
.infomation_board ul li {
  list-style-type: none;
  width: 100%;
  line-height: 40px;
  border-bottom: solid 1px #333333;
  margin: 3px auto;
  padding: 10px 0px;
}
.infomation_board ul li span.new {
  float: left;
  background-color: #f00;
  border-radius: 3px;
  color: #fff;
  line-height: 20px;
  width: 65px;
  height: 20px;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 3px;
}
.infomation_board ul li span.update {
  float: left;
  border-radius: 3px;
  line-height: 20px;
  height: 20px;
  color: #666;
  text-align: center;
  font-size: 16px;
  margin-right: 20px;
  font-weight: 600;
}
.infomation_board ul li span.short {
  clear: both;
  display: block;
  width: 100%;
  border-top: dotted 1px #333;
  line-height: 20px;
  text-align: left;
  font-size: 12px;
  margin-top: 3px;
  padding-top: 3px;
  text-indent: 10px;
}
.infomation_board ul li a {
  clear: both;
  display: block;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
  padding-right: 5%;
  padding-top: 10px;
  background-image: url("../../images/r_link.gif");
  background-repeat: no-repeat;
  background-position: right;
  text-decoration: none;
}
.infomation_side {
  width: 90%;
  padding: 2%;
  margin: 0px auto 10px;
  border: 1px solid #666;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.infomation_side ul {
  border-top: 1px dotted #666;
}
.infomation_side ul li {
  border-bottom: 1px dotted #666;
  line-height: 1.4em;
}
.infomation_side ul li span {
  display: block;
}
.infomation_side ul li span.short {
  font-size: 12px;
}
.infomation_side ul li span.new {
  font-size: 14px;
  font-weight: 900;
  color: #f00;
}
.infomation_side 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;
}

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

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: 20px;
  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;
}

label#uploadLabel {
  clear: both;
  display: block;
  float: left;
  width: auto;
  height: 30px;
  padding: 10px;
  padding-left: 50px;
  background-image: url("../../images/system/icon/darkgray/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%;
  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/system/icon/darkgray/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/system/icon/darkgray/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;
}

.checkall, .uncheckall {
  display: block;
  float: right;
  text-indent: 20px;
  cursor: pointer;
  margin-right: 20px;
  background-image: url("../../images/system/icon/darkgray/check.png");
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: 0px 5px;
}

.uncheckall {
  background-image: url("../../images/system/icon/darkgray/noncheck.png");
}

#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 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/system/icon/darkgray/add_img.png");
}
#submit input.add_video {
  background-image: url("../../images/system/icon/darkgray/add_video.png");
}
#submit input.add_comment {
  background-image: url("../../images/system/icon/darkgray/comment.png");
}
#submit input.add_title {
  background-image: url("../../images/system/icon/darkgray/add_title.png");
}
#submit input.add_short {
  background-image: url("../../images/system/icon/darkgray/add_short.png");
}
#submit input.save {
  background-image: url("../../images/system/icon/darkgray/save.png");
}
#submit input.save_return {
  background-image: url("../../images/system/icon/darkgray/save_return.png");
}
#submit input.return {
  background-image: url("../../images/system/icon/darkgray/return.png");
}
#submit input.reload {
  background-image: url("../../images/system/icon/darkgray/reload.png");
}
#submit input.delete {
  background-image: url("../../images/system/icon/darkgray/delete.png");
}
#submit input:hover {
  background-color: #eee;
}

@media print, screen and (min-width: 640px) {
  #submit {
    width: auto;
    height: 53px;
    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, #main table.form td {
  width: auto;
  display: block;
  font-size: 12px;
  font-weight: 700;
  border: solid 1px #666666;
  padding: 5px;
}
@media print, screen and (min-width: 640px) {
  #main table.form th, #main table.form td {
    display: table-cell;
    width: 25%;
    height: 40px;
    border-right: double 3px #666666;
  }
}
#main table.form th input, #main table.form td input {
  display: block;
  width: 90%;
  height: 20px;
  margin: 5px auto;
  padding: 5px;
}
#main table.form th input[colspan="3"], #main table.form td input[colspan="3"] {
  width: 98%;
}
#main table.form th input[type=color], #main table.form td input[type=color] {
  display: block;
  float: left;
  width: 50%;
  height: 35px;
  padding: 0px;
}
#main table.form th input.alpha, #main table.form td input.alpha {
  display: block;
  float: left;
  width: 45%;
  height: 30px;
  padding: 0px;
  text-indent: 10px;
}
#main table.form th textarea, #main table.form td textarea {
  display: block;
  width: 98%;
  height: 60px;
  margin: 5px auto;
  padding: 5px;
  font-size: 12px;
}
#main table.form th[colspan="3"], #main table.form td[colspan="3"] {
  width: 80%;
}
#main table.form th.etc, #main table.form td.etc {
  text-align: left;
  padding: 10px 20px;
  line-height: 1.4em;
}
#main table.form th.zei, #main table.form td.zei {
  text-align: right;
  vertical-align: bottom;
  padding: 10px;
}
#main table.form th {
  background-color: #ddd;
}
#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;
}

html body .wrap {
  width: 100%;
}
html body .inner {
  position: relative;
  width: 100%;
  margin: 0px auto 0px;
}
@media print, screen and (min-width: 640px) {
  html body .inner {
    width: 1200px;
  }
}
html body h1 {
  width: 100%;
  margin: 0px auto 0px;
}
@media print, screen and (min-width: 640px) {
  html body h1 {
    width: 1200px;
  }
}
html body #header {
  width: 100%;
  position: relative;
  z-index: 103;
  height: 80px;
  overflow: hidden;
}
@media print, screen and (min-width: 640px) {
  html body #header {
    height: 80px;
  }
}
html body #header .lang-switch {
  position: absolute;
  top: 10px;
  right: 10px;
}
html body #header .lang-switch #lang_toggle_btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.2s;
}
html body #header .lang-switch #lang_toggle_btn:hover {
  background: rgba(255, 255, 255, 0.3);
}
html body #header .lang-switch #lang_toggle_btn .icon {
  font-size: 15px;
}
html body #header .logo {
  margin-top: 10px;
  display: block;
  float: left;
  width: 200px;
}
html body #header .logo img {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 640px) {
  html body #header .logo {
    width: 300px;
  }
}
html body #header .address {
  display: block;
  float: left;
  font-size: 12px;
  padding-top: 22px;
  margin-left: 20px;
}
html body #header .contacts {
  margin-top: 15px;
  float: right;
}
@media print, screen and (min-width: 640px) {
  html body #header .contacts {
    width: 400px;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
}
html body #header .contacts li {
  display: block;
  float: left;
  width: 40px;
}
@media print, screen and (min-width: 640px) {
  html body #header .contacts li {
    width: 50%;
  }
}
html body #header .contacts li img {
  display: block;
  width: 100%;
}
html body #header .login, html body #header .logout {
  display: block;
  position: absolute;
  top: -20px;
  right: 20px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background-color: #00f;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  border: 1px solid #666;
  box-shadow: 0px 0px 2px 1px rgb(255, 255, 255) inset;
}
html body #header .login:hover, html body #header .logout:hover {
  opacity: 0.5;
  cursor: pointer;
}
html body #header .logout {
  background-color: #f00;
}
html body #contacts {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
}
html body #contacts ul li {
  display: block;
  float: left;
  height: 25px;
  width: 25px;
  overflow: hidden;
  margin: 0px 10px;
}
html body #contacts ul li img {
  display: block;
  width: 100%;
}
html body #contacts ul li a {
  display: block;
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  color: #666;
  font-size: 12px;
  font-weight: 500;
  text-indent: 30px;
  margin: 0px;
  background-size: 25px;
  background-repeat: no-repeat;
}
html body #contacts ul li a:hover {
  opacity: 0.8;
}
html body #contacts ul li a.info {
  background-image: url("../images/icon_info.png");
}
html body #contacts ul li a.access {
  background-image: url("../images/icon_access.png");
}
html body #contacts ul li a.mail {
  background-image: url("../images/icon_mail.png");
}
html body #navigation {
  position: relative;
  display: none;
  width: 100%;
  background-color: white;
  border-top: 1px solid white;
  border-bottom: 10px solid #9999ff;
  z-index: 102;
}
@media print, screen and (min-width: 640px) {
  html body #navigation {
    display: block;
    height: 50px;
  }
}
html body #navigation ul.menu {
  width: 100%;
}
@media print, screen and (min-width: 640px) {
  html body #navigation ul.menu {
    width: 100%;
    float: right;
  }
}
html body #navigation ul.menu li {
  width: 100%;
  position: relative;
  background-image: url("../../images/navi/01.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
html body #navigation ul.menu li:first-child {
  background-image: url("../../images/navi/01.png");
}
html body #navigation ul.menu li:nth-child(2) {
  background-image: url("../../images/navi/02.png");
}
html body #navigation ul.menu li:nth-child(3) {
  background-image: url("../../images/navi/03.png");
}
html body #navigation ul.menu li:nth-child(4) {
  background-image: url("../../images/navi/04.png");
}
html body #navigation ul.menu li:nth-child(5) {
  background-image: url("../../images/navi/05.png");
}
html body #navigation ul.menu li:nth-child(6) {
  background-image: url("../../images/navi/06.png");
}
html body #navigation ul.menu li:nth-child(7) {
  background-image: url("../../images/navi/07.png");
}
@media print, screen and (min-width: 640px) {
  html body #navigation ul.menu li {
    float: left;
    width: 14.2857142857%;
  }
}
html body #navigation ul.menu li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 12px;
}
html body #navigation ul.menu li a:hover {
  font-weight: 900;
}
@media print, screen and (min-width: 640px) {
  html body #navigation ul.menu li ul.nest1 {
    position: absolute;
  }
}
html body #navigation ul.menu li ul.nest1 {
  display: none;
  width: calc(100% - 2px);
  border: #999 solid 1px;
  border-top: none;
  height: auto;
}
html body #navigation ul.menu li ul.nest1 li {
  width: 100%;
  background-color: #fff;
  border-top: #999 solid 1px;
}
html body #navigation ul.menu li ul.nest1 li a {
  color: #000;
}
html body .hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  z-index: 200;
}
html body .hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  position: relative;
  transition: background 0.2s;
}
html body .hamburger span::before, html body .hamburger span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: transform 0.2s;
}
html body .hamburger span::before {
  top: -7px;
}
html body .hamburger span::after {
  top: 7px;
}
@media print, screen and (min-width: 640px) {
  html body .hamburger {
    display: none;
  }
}
html body #sub_toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 76px;
  left: 12px;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  z-index: 410;
}
html body #sub_toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: relative;
  transition: background 0.2s;
}
html body #sub_toggle span::before, html body #sub_toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: transform 0.25s;
}
html body #sub_toggle span::before {
  top: -6px;
}
html body #sub_toggle span::after {
  top: 6px;
}
html body #sub_toggle.sub-open span {
  background: transparent;
}
html body #sub_toggle.sub-open span::before {
  transform: rotate(45deg) translate(4px, 4px);
}
html body #sub_toggle.sub-open span::after {
  transform: rotate(-45deg) translate(4px, -4px);
}
@media print, screen and (min-width: 640px) {
  html body #sub_toggle {
    display: none;
  }
}
html body #sub_overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 395;
}
html body #sub_overlay.sub-open {
  display: block;
}
@media print, screen and (min-width: 640px) {
  html body #sub_overlay {
    display: none !important;
  }
}
html body #index_slider {
  width: 100%;
  position: relative;
  z-index: 101;
}
html body #page_title {
  width: 100%;
}
html body #contents {
  width: 100%;
  z-index: 100;
}
html body #contents #main {
  width: 100%;
}
@media print, screen and (min-width: 640px) {
  html body #contents #main {
    width: 75%;
    float: right;
  }
}
html body #contents #main #gmap {
  width: 100%;
  height: 400px;
}
html body #contents #main .gmap {
  width: 90%;
  margin: 0px auto;
  height: 300px;
  border: #666 solid 1px;
}
html body #contents #main .youtube {
  display: block;
  width: 80%;
  margin: 20px auto;
}
@media screen and (max-width: 639px) {
  html body #contents #sub {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px !important;
    height: 100vh;
    overflow-y: auto;
    z-index: 400;
    background: #fff;
    padding: 16px 12px 40px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.25);
    transition: left 0.3s ease;
  }
  html body #contents #sub.sub-open {
    left: 0;
  }
}
html body #contents #sub {
  width: 100%;
}
@media print, screen and (min-width: 640px) {
  html body #contents #sub h3:first-child {
    margin-top: 0px;
  }
  html body #contents #sub {
    padding-top: 40px;
    width: 25%;
    float: left;
    margin-bottom: 5px;
  }
}
html body #contents #sub h3.tab {
  margin-top: 30px;
  margin-bottom: 0px;
}
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 #999;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
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 #footer_sub {
  width: 100%;
  margin: 0px auto 0px;
}
@media print, screen and (min-width: 640px) {
  html body #footer_sub {
    width: 1200px;
  }
}
html body #footer {
  width: 100%;
  margin: 0px auto 0px;
  background-color: white;
  margin-top: 50px;
  border-top: 1px solid #333;
}
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;
    width: 90%;
    margin: 20px auto;
  }
}
html body #footer ul.menu li {
  display: block;
  margin: 10px auto;
}
@media print, screen and (min-width: 640px) {
  html body #footer ul.menu li {
    width: 14.2857142857%;
    float: left;
  }
}
html body #footer ul.menu li a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #333;
  width: calc(100% - 1px);
  border-right: 1px #fff solid;
  font-weight: 900;
  height: 30px;
}
html body #footer ul.menu li a:hover {
  color: #000;
  font-weight: 900;
}
html body #footer ul.menu li .nest1 {
  width: 100%;
}
html body #footer ul.menu li .nest1 li {
  width: 100%;
  height: auto !important;
}
html body #footer ul.menu li .nest1 li a {
  border-right: none;
}
@media print, screen and (min-width: 640px) {
  html body #footer ul.menu li .nest1 li a {
    font-size: 12px;
    height: 15px;
    text-align: left;
    text-indent: 30px;
  }
}
@media print, screen and (min-width: 640px) {
  html body #footer ul.contacts {
    margin-top: 20px;
    width: 500px;
    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: 50%;
    float: left;
    padding-bottom: 10px;
  }
}
html body #footer ul.contacts li img {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 640px) {
  html body #footer ul.sns {
    width: auto;
    height: 30px;
    margin: 20px auto;
  }
}
html body #footer ul.sns li {
  width: 100%;
  height: 30px;
  display: block;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 640px) {
  html body #footer ul.sns li {
    width: auto;
    float: left;
    margin-left: 20px;
  }
}
html body #footer ul.sns li a {
  display: block;
  height: 100%;
  text-decoration: none;
  font-weight: 900;
  color: #333;
  line-height: 30px;
  text-indent: 35px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
html body #footer ul.sns li a.facebook {
  background-image: url("../../images/system/icon/white/facebook.png");
}
html body #footer ul.sns li a.instagrum {
  background-image: url("../../images/system/icon/white/instagrum.png");
}
html body #footer ul.sns li a:hover {
  opacity: 0.6;
}
html body #footer a.logo {
  display: block;
  float: left;
  width: 100%;
  padding-top: 25px;
}
@media print, screen and (min-width: 640px) {
  html body #footer a.logo {
    margin-left: 25px;
    width: 350px;
  }
}
html body #footer a.logo img {
  display: block;
  width: 100%;
}
html body #footer p.address {
  clear: both;
  float: left;
  color: #333;
  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 address {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #fff;
  font-size: 10px;
}
@media print, screen and (min-width: 640px) {
  html body #footer address {
    font-size: 14px;
  }
}
html.home #header {
  position: absolute;
}
html.home #header p.address {
  color: #fff;
  margin-top: 23px;
}
@media print, screen and (min-width: 640px) {
  html.home #header .logo {
    width: 400px;
  }
}
html.home #navigation {
  position: absolute;
  top: 100px;
  background-color: rgba(0, 0, 0, 0.1);
  border-top: none;
  border-bottom: none;
}
html.home #navigation ul.menu li a {
  color: #fff;
}

#event_calendar_wrap {
  width: 95%;
  margin: 0 auto 40px;
}
#event_calendar_wrap ul.event_month_tab {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#event_calendar_wrap ul.event_month_tab li {
  flex: 0 0 auto;
  min-width: 52px;
  text-align: center;
}
@media print, screen and (min-width: 640px) {
  #event_calendar_wrap ul.event_month_tab li {
    flex: 1 1 8.3333333333%;
    min-width: 0;
  }
}
#event_calendar_wrap ul.event_month_tab li a {
  display: block;
  padding: 6px 2px;
  font-size: 13px;
  font-weight: 700;
  color: #666;
  background: #f0f0f0;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ddd;
  border-bottom: none;
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#event_calendar_wrap ul.event_month_tab li a:hover {
  background: #b8b8ff;
  color: #fff;
}
#event_calendar_wrap ul.event_month_tab li.active a {
  background: #9999ff;
  color: #fff;
  border-color: #9999ff;
}
#event_calendar_wrap #event_list_area {
  border: 1px solid #ddd;
  border-radius: 0 4px 4px 4px;
  padding: 16px;
  background: #fafafa;
}
#event_calendar_wrap p.event_none {
  text-align: center;
  color: #999;
  padding: 30px 0;
}
#event_calendar_wrap .event_scroll_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}
#event_calendar_wrap .event_scroll_wrap::-webkit-scrollbar {
  height: 6px;
}
#event_calendar_wrap .event_scroll_wrap::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 3px;
}
#event_calendar_wrap .event_scroll_wrap::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 3px;
}
#event_calendar_wrap ul.event_card_list {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  list-style: none;
  padding: 4px 0;
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}
#event_calendar_wrap ul.event_card_list li.event_card {
  width: 264.5px;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s, transform 0.2s;
}
#event_calendar_wrap ul.event_card_list li.event_card:hover {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
#event_calendar_wrap ul.event_card_list li.event_card a {
  display: block;
  text-decoration: none;
  color: inherit;
}
#event_calendar_wrap ul.event_card_list li.event_card .event_card_img {
  width: 100%;
  height: 140px;
  overflow: hidden;
  background: #eee;
}
#event_calendar_wrap ul.event_card_list li.event_card .event_card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#event_calendar_wrap ul.event_card_list li.event_card .event_card_body {
  padding: 10px 12px 12px;
}
#event_calendar_wrap ul.event_card_list li.event_card .event_card_body p.event_title {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 6px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#event_calendar_wrap ul.event_card_list li.event_card .event_card_body p.event_date {
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
}
#event_calendar_wrap ul.event_card_list li.event_card .event_card_body span.event_link_btn {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background: #9999ff;
  padding: 4px 10px;
  border-radius: 4px;
}

p.event_back_link {
  margin-top: 28px;
  text-align: right;
}
p.event_back_link a {
  display: inline-block;
  padding: 8px 20px;
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #666666;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}
p.event_back_link a:hover {
  background: #666666;
  color: #fff;
}

.article_wrap {
  width: 95%;
  margin: 0 auto 40px;
}
.article_wrap .article_list_area {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 16px;
  background: #fafafa;
}
.article_wrap p.topix_none {
  text-align: center;
  color: #999;
  padding: 30px 0;
}

ul.topix_article_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.topix_article_list li.topix_article {
  display: block;
  padding: 24px 0;
  border-bottom: 1px solid #e0e0e0;
}
ul.topix_article_list li.topix_article:last-child {
  border-bottom: none;
}
ul.topix_article_list li.topix_article .topix_article_header {
  width: 95%;
  margin: 0px auto 16px;
}
ul.topix_article_list li.topix_article .topix_article_header p.topix_date {
  font-size: 12px;
  color: #999;
  margin-bottom: 6px;
}
ul.topix_article_list li.topix_article .topix_article_header p.topix_title {
  font-size: 17px;
  font-weight: 700;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 2px solid #666666;
  line-height: 1.5;
}
ul.topix_article_list li.topix_article .topix_article_media {
  margin: 0 auto 16px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  ul.topix_article_list li.topix_article .topix_article_media {
    width: 95%;
  }
}
ul.topix_article_list li.topix_article .topix_article_media .topix_main_img_wrap {
  width: 100%;
  margin-bottom: 6px;
}
ul.topix_article_list li.topix_article .topix_article_media .topix_main_img_wrap .topix_main_img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
ul.topix_article_list li.topix_article .topix_article_media ul.topix_thumb_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
ul.topix_article_list li.topix_article .topix_article_media ul.topix_thumb_list li.topix_thumb_item {
  flex: 0 0 calc((100% - 20px) / 6);
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 3px;
  border: 2px solid transparent;
  cursor: pointer;
  box-sizing: border-box;
  transition: border-color 0.15s;
}
ul.topix_article_list li.topix_article .topix_article_media ul.topix_thumb_list li.topix_thumb_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
ul.topix_article_list li.topix_article .topix_article_media ul.topix_thumb_list li.topix_thumb_item:hover, ul.topix_article_list li.topix_article .topix_article_media ul.topix_thumb_list li.topix_thumb_item.active {
  border-color: #666666;
}
ul.topix_article_list li.topix_article .topix_article_body {
  width: 100%;
}
@media screen and (min-width: 640px) {
  ul.topix_article_list li.topix_article .topix_article_body {
    width: 95%;
    margin: 0 auto;
  }
}
ul.topix_article_list li.topix_article .topix_article_body .topix_text {
  font-size: 14px;
  color: #444;
  line-height: 1.9;
}

.topix_fnav {
  margin-bottom: 24px;
}
.topix_fnav .topix_fnav_heading {
  font-size: 14px;
  font-weight: 700;
  padding: 8px 10px;
  margin: 0 0 6px;
  background: #9999ff;
  color: #fff;
  border-radius: 4px;
}
.topix_fnav .topix_fnav_empty {
  font-size: 13px;
  color: #999;
  padding: 6px 4px;
}

.topix_fnav_tree {
  margin: 0;
  padding: 0;
}

details.topix_fnav_year {
  margin-bottom: 4px;
}
details.topix_fnav_year > summary {
  font-weight: 700;
  font-size: 13px;
  padding: 6px 8px;
  cursor: pointer;
  background: #f0f0f8;
  border-radius: 4px;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
details.topix_fnav_year > summary::-webkit-details-marker {
  display: none;
}
details.topix_fnav_year > summary::before {
  content: "▶ ";
  font-size: 9px;
  display: inline-block;
  transition: transform 0.15s;
}
details.topix_fnav_year[open] > summary::before {
  transform: rotate(90deg);
}

details.topix_fnav_month {
  margin: 2px 0 2px 10px;
}
details.topix_fnav_month > summary {
  font-size: 12px;
  padding: 4px 8px;
  cursor: pointer;
  background: #f8f8ff;
  border-radius: 3px;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
details.topix_fnav_month > summary::-webkit-details-marker {
  display: none;
}
details.topix_fnav_month > summary::before {
  content: "▶ ";
  font-size: 8px;
  display: inline-block;
  transition: transform 0.15s;
}
details.topix_fnav_month[open] > summary::before {
  transform: rotate(90deg);
}

.topix_fnav_cnt {
  font-size: 11px;
  color: #aaa;
  font-weight: 400;
}

ul.topix_fnav_articles {
  list-style: none;
  margin: 2px 0 4px 8px;
  padding: 0;
}
ul.topix_fnav_articles li.topix_fnav_article {
  font-size: 12px;
  padding: 5px 6px;
  cursor: pointer;
  border-radius: 3px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.4;
}
ul.topix_fnav_articles li.topix_fnav_article:hover {
  background: #ededff;
}
ul.topix_fnav_articles li.topix_fnav_article:last-child {
  border-bottom: none;
}
ul.topix_fnav_articles li.topix_fnav_loading,
ul.topix_fnav_articles li.topix_fnav_none {
  font-size: 12px;
  color: #bbb;
  padding: 4px 6px;
  font-style: italic;
}

.topix_fnav_date {
  font-size: 10px;
  color: #aaa;
  display: block;
}

.topix_fnav_article_title {
  font-size: 12px;
  color: #333;
  display: block;
}

.topix_recent {
  width: 95%;
  margin: 0 auto 20px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e0e0f0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.topix_recent .topix_recent_heading {
  background: linear-gradient(135deg, #9999ff, rgb(91.8, 91.8, 255));
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 14px;
  margin: 0;
  letter-spacing: 0.06em;
  height: auto;
  min-height: auto;
  line-height: 1.4;
  border: none;
  text-indent: 0;
  width: 100%;
}
.topix_recent .topix_recent_list {
  list-style: none;
  margin: 0;
  padding: 4px 0;
}
.topix_recent .topix_recent_item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 10px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f8;
  transition: background 0.15s;
}
.topix_recent .topix_recent_item:last-child {
  border-bottom: none;
}
.topix_recent .topix_recent_item:hover {
  background: #f4f4ff;
}
.topix_recent .topix_recent_thumb {
  flex-shrink: 0;
  display: block;
  width: 56px;
  height: 42px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  background: #e8e8f0;
}
.topix_recent .topix_recent_no_img {
  flex-shrink: 0;
  display: block;
  width: 56px;
  height: 42px;
  border-radius: 4px;
  background: #e8e8f0 url("../../images/system/icon/darkgray/img.png") center/60% no-repeat;
}
.topix_recent .topix_recent_body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.topix_recent .topix_recent_date {
  font-size: 10px;
  color: #aaa;
}
.topix_recent .topix_recent_title {
  font-size: 12px;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

p.topix_err {
  color: #c00;
  background: #fff0f0;
  border: 1px solid #faa;
  border-radius: 4px;
  padding: 8px 12px;
  margin-bottom: 12px;
}

.topix_draft_badge {
  display: inline-block;
  font-size: 10px;
  background: #e07;
  color: #fff;
  padding: 1px 5px;
  border-radius: 3px;
  margin-left: 4px;
  vertical-align: middle;
}

.topix_add_row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
}
.topix_add_row input[type=date] {
  width: 100%;
  padding: 5px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
  box-sizing: border-box;
}

.topix_radio_row {
  margin: 4px 0 12px;
}

label.radio_inline {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  font-weight: normal;
}

#topix_admin_sub {
  width: calc(95% - 2px);
  margin: 0px auto;
  padding: 10px 0;
}
#topix_admin_sub .event_add_btn {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
  background: #9999ff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
}
#topix_admin_sub .event_add_btn:hover {
  background: #6666ff;
}

.topix_tree {
  margin: 0;
  padding: 0;
}

details.topix_tree_year {
  margin-bottom: 4px;
}
details.topix_tree_year > summary {
  font-weight: 700;
  font-size: 14px;
  padding: 6px 8px;
  cursor: pointer;
  background: #f0f0f8;
  border-radius: 4px;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
details.topix_tree_year > summary::-webkit-details-marker {
  display: none;
}
details.topix_tree_year > summary::before {
  content: "▶ ";
  font-size: 10px;
  display: inline-block;
  transition: transform 0.15s;
}
details.topix_tree_year[open] > summary::before {
  transform: rotate(90deg);
}

details.topix_tree_month {
  margin: 2px 0 2px 12px;
}
details.topix_tree_month > summary {
  font-size: 13px;
  padding: 4px 8px;
  cursor: pointer;
  background: #f8f8ff;
  border-radius: 3px;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
details.topix_tree_month > summary::-webkit-details-marker {
  display: none;
}
details.topix_tree_month > summary::before {
  content: "▶ ";
  font-size: 9px;
  display: inline-block;
  transition: transform 0.15s;
}
details.topix_tree_month[open] > summary::before {
  transform: rotate(90deg);
}

.topix_tree_cnt {
  font-size: 11px;
  color: #999;
}

ul.topix_tree_articles {
  list-style: none;
  margin: 2px 0 4px 8px;
  padding: 0;
}
ul.topix_tree_articles li {
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  border-radius: 3px;
  border-bottom: 1px solid #f0f0f0;
}
ul.topix_tree_articles li:hover {
  background: #e8e8ff;
}
ul.topix_tree_articles li.active {
  background: #9999ff;
  color: #fff;
}
ul.topix_tree_articles li.active .topix_draft_badge {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
ul.topix_tree_articles li.active .ev_date {
  color: rgba(255, 255, 255, 0.8);
}
ul.topix_tree_articles li .ev_date {
  font-size: 11px;
  color: #aaa;
  display: block;
}
ul.topix_tree_articles li .ev_title {
  font-size: 12px;
}

.topix_tree_loading {
  color: #aaa;
  font-size: 12px;
  padding: 4px 6px;
  font-style: italic;
}

.topix_tree_none {
  color: #aaa;
  font-size: 12px;
  padding: 4px 6px;
}

body .lang-en {
  display: none;
}

html.lang-mode-en .lang-ja {
  display: none;
}
html.lang-mode-en .lang-en {
  display: inline;
}
html.lang-mode-en p.lang-en, html.lang-mode-en div.lang-en, html.lang-mode-en li.lang-en {
  display: block;
}

.event_edit_block {
  width: calc(95% - 42px);
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  margin: 0px auto;
}

.translate_btn_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 6px 0 10px;
}
.translate_btn_wrap .translate_btn {
  padding: 5px 14px;
  background: #5c9ee8;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.15s;
}
.translate_btn_wrap .translate_btn:hover {
  background: #3a80d2;
}
.translate_btn_wrap .translate_btn:disabled {
  background: #aaa;
  cursor: wait;
}
.translate_btn_wrap .translate_note {
  font-size: 11px;
  color: #aaa;
}

p.event_select_prompt {
  margin-top: 30px;
  color: #999;
  font-size: 14px;
  text-align: center;
}

.img_main_selector {
  margin-top: 16px;
}
.img_main_selector label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #555;
}
.img_main_selector .img_main_thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.img_main_selector .img_thumb_wrap {
  position: relative;
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 3px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  transition: border-color 0.15s;
}
.img_main_selector .img_thumb_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.img_main_selector .img_thumb_wrap .img_check {
  display: none;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  background: #9999ff;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
}
.img_main_selector .img_thumb_wrap:hover {
  border-color: #b8b8ff;
}
.img_main_selector .img_thumb_wrap.active {
  border-color: #9999ff;
}
.img_main_selector .img_thumb_wrap.active .img_check {
  display: block;
}
.img_main_selector p.img_main_none {
  color: #bbb;
  font-size: 13px;
  margin-top: 8px;
}

#event_admin_sub {
  width: calc(95% - 2px);
  margin: 0px auto;
  padding: 10px 0;
}
#event_admin_sub .sub_ym_row {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}
#event_admin_sub .sub_ym_row select {
  flex: 1;
  font-size: 13px;
  padding: 4px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#event_admin_sub .event_add_btn {
  display: block;
  width: 100%;
  padding: 8px 0;
  margin-bottom: 12px;
  background: #9999ff;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
}
#event_admin_sub .event_add_btn:hover {
  background: #6666ff;
}
#event_admin_sub ul.event_admin_list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e8e8e8;
}
#event_admin_sub ul.event_admin_list li {
  padding: 10px 12px;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
  transition: background 0.15s;
}
#event_admin_sub ul.event_admin_list li:hover {
  background: #f5f5ff;
}
#event_admin_sub ul.event_admin_list li.active {
  background: #ebebff;
  border-left: 3px solid #9999ff;
  padding-left: 9px;
}
#event_admin_sub ul.event_admin_list li span.ev_date {
  display: block;
  font-size: 11px;
  color: #999;
  margin-bottom: 2px;
}
#event_admin_sub ul.event_admin_list li span.ev_title {
  display: block;
  font-size: 13px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#event_admin_sub ul.event_admin_list li.event_admin_none {
  color: #bbb;
  font-size: 13px;
  text-align: center;
  cursor: default;
}
#event_admin_sub ul.event_admin_list li.event_admin_none:hover {
  background: none;
}/*# sourceMappingURL=bone.css.map */