:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main,
summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

html {
  height: 100%;
  min-height: 100%;
  background-color: #fff;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/* -----------------------------------------------------------------------------------------------------
  style
----------------------------------------------------------------------------------------------------- */

body {
  color: #666;
  font-family: "Open Sans", "Lato","Helvetica Neue","Helvetica","Roboto","Noto Sans Japanese","hiragino kaku gothic pro","Meiryo",sans-serif;
  background-color: #f0f0f0;
  -webkit-font-smoothing: antialiased;
}

#login {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

#login .header {
  padding-bottom: 15px;
}

#login .login-wrap .login-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 600px;
  height: 250px;
  padding: 40px 0;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px 0;
}

#login .login-wrap .login-content .form-group {
  margin-top: 20px;
  margin-right: 0;
  margin-left: 0;
}

#login .login-wrap .login-content .form-group input {
  padding-right: 40px;
  padding-left: 40px;
}

#login .login-wrap .login-content .input-group {
  margin-bottom: 15px;
}

.page-header {
  margin-top: 20px;
  border-bottom: none !important;
}

.header {
  padding: 10px 0;
  color: #fff;
  background-color: #19222a;
}

.header h1 {
  margin: 7px 0 0 0;
  font-size: 10px;
}

.header h1 img {
  width: 256px;
  height: 24px;
}

.header .support {
  margin: 0;
}

.header .support a.support_link {
  display: inline-block;
  width: 180px;
  height: 36px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  text-indent: 30px;
  font-size: 14px;
  border: 2px solid #3e454d;
  border-radius: 5px;
  background: url("../images/header_support.png") 18px center no-repeat scroll #2b333b;
  background-size: 30px 20px;
  -webkit-transition: background-color 0.2s linear;
}

.header .support a.support_link:hover {
  text-decoration: none;
  background-color: #3e454d;
}

.header .support a.logout_link {
  display: inline-block;
  width: 180px;
  height: 36px;
  margin-left: 10px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  text-indent: 25px;
  font-size: 14px;
  border: 2px solid #3e454d;
  border-radius: 5px;
  background: url("../images/header_logout.png") 28px center no-repeat scroll #2b333b;
  background-size: 30px 20px;
  -webkit-transition: background-color 0.2s linear;
}

.header .support a.logout_link:hover {
  text-decoration: none;
  background-color: #3e454d;
}

.main-column {
  margin-bottom: 10px;
  padding: 0 20px 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}

.sidemenu .glyphicon {
  margin-right: 0.5em;
  font-size: 10px;
}

.footer {
  margin-top: 40px;
  padding: 10px 0;
  background-color: #fefefe;
}

.footer h4 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #222;
}

.footer h5 {
  margin-top: 5px;
  color: #222;
}

.footer ul {
  margin-bottom: 20px;
  list-style: none;
  border-top: 1px solid #ededed;
}

.footer ul li a {
  display: block;
  padding: 3px 8px;
  border-bottom: 1px solid #ededed;
}

.footer .copy {
  padding: 15px 0;
  font-size: 12px;
  text-align: right;
  border-top: 1px solid #f0f0f0;
}

.copyright {
  padding: 20px 0;
  text-align: center;
  color: #666;
  font-size: 81.25%;
}

a.scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 50%;
  margin-right: -700px;
  z-index: 99999;
  width: 60px;
  height: 60px;
  background-color: #19222a;
  border-radius: 60px;
  color: #fff;
  font-size: 32px;
  text-decoration: none;
  text-align: center;
  line-height: 58px;
  -webkit-transition: background-color 0.2s linear;
}

a.scroll-top:hover {
  background-color: #ccc;
}

/* -----------------------------------------------------------------------------------------------------
  margin
----------------------------------------------------------------------------------------------------- */

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

/* -----------------------------------------------------------------------------------------------------
  typography
----------------------------------------------------------------------------------------------------- */

.main-headline {
  margin: 30px 0 15px;
  font-size: 24px;
  color: #333;
}

.secondary-headline {
  margin-top: 30px;
  font-size: 18px;
  color: #333;
}

/* -----------------------------------------------------------------------------------------------------
  breadcrumbs
----------------------------------------------------------------------------------------------------- */

.breadcrumbs {
  overflow: hidden;
  font-size: 13px;
  color: #888;
}

.breadcrumbs li {
  position: relative;
  float: left;
  margin-right: 1em;
  padding-right: 1em;
  list-style-type: none;
}

.breadcrumbs li:after {
  position: absolute;
  top: 0.45em;
  right: 0;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
}

.breadcrumbs li:last-child:after {
  width: 0;
  height: 0;
  border: none;
}

/* -----------------------------------------------------------------------------------------------------
  index-menu
----------------------------------------------------------------------------------------------------- */

.index-menu {
  border: 1px solid #ccc;
  list-style: none;
  font-size: 13px;
  font-weight: bold;
  background-color: #FFF;
}

.index-menu:not(last-child) {
  border-bottom: 1px solid #ddd;
}

.index-menu.sidebar {
  border-radius: 0 0 10px 10px;
}

.index-menu > li:not(last-child) {
  border-bottom: 1px solid #ddd;
}

.index-menu > li > span {
  padding-left: 15px !important;
  color: #555 !important;
}

.index-menu > li > ul > li > span {
  padding-left: 30px !important;
  cursor: pointer;
}

.index-menu > li > ul > li > span:hover {
  color: #23527c;
  background-color: #e4f7d9;
}

.index-menu > li > ul > li > ul > li a {
  padding-left: 45px;
  border-top: 1px solid #eee;
}

.index-menu > li > ul > li > ul > li:last-child a {
  border-bottom: 1px solid #eee;
}

.index-menu li {
  box-sizing: border-box;
  list-style: none;
}

.index-menu li a {
  display: inline-block;
  width: 100%;
  padding: 0.8em;
  box-sizing: border-box;
}

.index-menu li a:hover {
  text-decoration: none;
  background-color: #e4f7d9 !important;
}

.index-menu li span {
  display: block;
  width: 100%;
  padding: 0.8em;
  color: #337ab7;
}

.index-menu li .toggle-list > ul {
  display: none;
}

.index-menu .fa-minus-circle,
.index-menu .fa-plus-circle {
  float: right;
  padding-right: 10px;
  font-size: 15px;
  color: #666;
}

.index-menu .fa-angle-right {
  float: right;
  padding-right: 15px;
  font-size: 14px;
  color: #666;
}

.index-menu .is-item-active {
  background-color: #e4f7d9;
}

a.list-group-item:hover {
  background-color: #e4f7d9 !important;
}

/* -----------------------------------------------------------------------------------------------------
  include
----------------------------------------------------------------------------------------------------- */

#page h1 {
  margin-top: 30px;
  padding-bottom: 0.5em;
  font-size: 28px;
  color: #333;
  border-bottom: 1px solid #ccc;
}

#page h2 {
  margin-top: 30px;
  padding: 0.1em 0 0.1em 0.5em;
  font-size: 18px;
  color: #333;
  border-left: 0.2em solid #ccc;
}

#page h3 {
  margin-top: 50px;
  font-size: 16px;
  font-weight: bold;
}

#page h4 {
  margin-top: 40px;
  font-size: 14px;
  font-weight: bold;
}

#page p {
  margin: 1.5em 0;
}

#page ul,
#page ol {
  margin: 1.5em 0 1.5em 1.5em;
}

#page ul li,
#page ol li {
  margin-top: 0.5em;
}

#page ul li:first-child,
#page ol li:first-child {
  margin-top: 0;
}

#page .figure {
  text-align: center;
}

#page img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 10px 0;
}

#page hr {
  margin: 60px 0;
}

#page table {
  border-collapse: collapse;
}

#page table th,
#page table td {
  padding: 8px;
  font-size: 12px;
  border: 1px solid #ededed;
}

#page table thead th {
  text-align: center;
  color: #333;
  font-weight: normal;
  background-color: #f5f5f5;
}

.pdf {
  page-break-after: always;
  background-color: gray;
}

/* -----------------------------------------------------------------------------------------------------
  top
----------------------------------------------------------------------------------------------------- */

.top-topic dt,
.top-topic dd {
  padding: 8px 0 6px;
}

.top-topic dt {
  width: 8em;
  float: left;
  clear: left;
  font-weight: normal;
  color: #999;
}

.top-topic dd {
  padding-left: 8em;
  border-top: 1px solid #f0f0f0;
}

.top-topic dd a {
  display: block;
}

.server-status {
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}

.status-box p {
  line-height: 1.6;
}

.status-box .update {
  line-height: 1.2;
  text-align: right;
  font-size: 12px;
  color: #999;
}

.index-block {
  margin-bottom: 50px;
}

.support-index {
  margin-top: 40px;
}

.index-headline {
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 24px;
  color: #333;
}

.index-secondary-headline {
  margin-top: 30px;
  padding: 0.1em 0 0.1em 0.5em;
  font-size: 18px;
  color: #333;
  border-left: 0.2em solid #ccc;
}

.index-secondary-headline a {
  color: #333;
}

.index-small-headline {
  margin: 20px 0 0 0;
  padding: 8px 12px;
  font-size: 12px;
  color: #fff;
  background-color: #888;
}

/* -----------------------------------------------------------------------------------------------------
  bottom-page-nav
----------------------------------------------------------------------------------------------------- */

.bottom-page-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #ededed;
}

.bottom-page-nav.first-page {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bottom-page-nav.last-page {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bottom-page-nav .fa-angle-right {
  padding-left: 10px;
}

.bottom-page-nav .fa-angle-left {
  padding-right: 10px;
}