/* フォント設定 */
*,
::before,
::after {
  box-sizing: border-box;
  font-family: "ＭＳ ゴシック", "MS Gothic", sans-serif !important;
}

body {
  margin: 0;
  padding: 0;
  font-size: 11pt;
  color: black;
}

iframe {
  margin: 0;
  padding: 0;
  border: none;
}

#tab_content {
  margin: 10px;
  margin-top: 0;
  width: 1020px;
  border: 0;
}
#tab_content .ui-widget-header {
  border: 0;
  background: none;
}
#tab_content ul li.ui-state-default {
  border: 1px solid #18428C;
  background: #ffffff;
}
#tab_content ul li.ui-state-default a {
  color: #000000;
}
#tab_content ul li.ui-state-default a:link {
  color: #000000;
}
#tab_content ul li.ui-state-default a:visited {
  color: #000000;
}
#tab_content ul li.ui-state-active {
  border: 1px solid #666666;
  background: #fffffa;
}
#tab_content ul li.ui-state-active a {
  color: #840000;
}
#tab_content ul li.ui-state-active a:link {
  color: #840000;
}
#tab_content ul li.ui-state-active a:visited {
  color: #840000;
}
#tab_content div.ui-corner-bottom {
  border-radius: 5px;
}
#tab_content ul.ui-tabs-nav {
  padding-left: 2em;
}

.ui-tabs .ui-tabs-panel {
  height: 100%;
  border: 1px solid #666666;
  background: #ffffff;
  font-size: 12px;
}

/* 表示時刻 */
#timeConfig {
  font-size: 10pt;
  display: flex;
  align-items: center;
  position:absolute;
  top: 5px;
  right: 5px;
  z-index: 5;
}
.timeMoveLinks {
  margin-right: 10px;
}
#latest, #prev, #next {
  display: inline-block;
  padding: 2px 5px;
}
span.link {
  color: #00F;
}
span.link.now {
  color: #009;
  background-color: #9FF;
}
span.link:hover {
  color: #FFF;
  background-color: #36F;
  cursor: pointer;
}

#comment {
  font-size: 10pt;
  align-items: center;
  position:absolute;
  top: 30px;
  right: 5px;
  z-index: 5;
}

#specifybtn {
  margin: 0 5px;
}
#dialogCalendar,
#datepicker_time,
input[type='button'] {
  font-size: 14px;
  font-family: "ＭＳ ゴシック", "MS Gothic", sans-serif;
}