@CHARSET "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}


/* Common */
body {
  background: #fff;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
     "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
  line-height: 1.42;
  text-align: center;
}

/* Clear Fix */
.clear {
  *zoom: 1;
}

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

a {
  color: #1e50a2;
  -moz-transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
}

a:HOVER {
  color: #0095d9;
  text-decoration: none;
}

img {
  max-width: 100%;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.reset>li {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type="text"], input[type="email"], input[type="search"], input[type="url"],
  input[type="password"] {
  border: 1px solid #bbb;
  border-top: 1px solid #999;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 14px;
  height: 28px;
  padding: 2px 4px;
}

select {
  border: 1px solid #bbb;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 14px;
  height: 28px;
  padding: 2px;
}

/* Width size */
.full {
  width: 100%;
}

.mdl {
  width: 75%;
}

.harf {
  width: 50%;
}

.tri {
  width: 33%;
}

.quad {
  width: 25%;
}

/* Paragraph *************/
p {
  margin: 8px 0;
}

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

.t-ceter {
  text-align: center;
}

/* Search Box */
.src-box {
  display: block;
  border: 1px solid #bbb;
  border-top: 1px solid #999;
  position: relative;
  padding-right: 32px;
}

.src-box input {
  border: none;
  width: 100%;
}

.src-box button {
  position: absolute;
  top: 0;
  right: 0;
}

.src-box button:ACTIVE {
  position: absolute;
}

/* Head Line */
hr {
  border: none;
  border-bottom: 1px solid #ccc;
  clear: both;
  margin: 1em 0;
}

/* Table */
table {
  margin: 16px 0;
  width: 100%;
}

th, td {
  border: 1px solid #ccc;
  padding: 4px 8px;
}

th {
  background: #f6f6f6;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}

td {
  vertical-align: top;
  text-align: left;
}

thead th {
  background: #444;
  color: #fff
}

/* List */
ul, ol {
  margin: 16px 0;
  padding: 0;
  padding-left: 1.5em;
}

/* Table layout ****************/
.tbl-wraper {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.tbl-cel {
  display: table-cell;
}

/* Inline block */
.ilblk {
  display: inline-block;
}

/* Parts Button **********************************************************/
/* Button Base */
.btn {
  background: #efefef;
  border: #ccc 1px solid;
  border-radius: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  color: #666;
  cursor: pointer;
  display: inline-block;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", meiryo, sans-serif;
  font-size: 14px;
  line-height: 1;
  padding: 6px 8px;
  outline: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, .1);
  vertical-align: bottom;
  zoom: 1;
}

.btn:hover {
  background: #f9f9f9;
  text-decoration: none;
}

.btn:active {
  background: #eee;
  box-shadow: 0 0 2px rgba(0, 0, 0, .1), inset 0 1px 2px rgba(0, 0, 0, .1);
  color: #333;
  text-decoration: none;
  position: relative;
  top: 1px;
  text-shadow: none;
}

.btn-bold {
  padding: 12px 8px;
}

.btn-base {
  background: #444;
  border: 1px solid #444;
  color: #fff;
}

.btn-base:HOVER {
  background: #666;
}

.btn-base:active {
  background: #333;
  color: #ddd;
}

/*** Label Link *************************/
.labellink {
  background: #888;
  color: #fff;
  display: inline-block;
  font-size: .9em;
  padding: 6px 16px;
  line-height: 1;
  text-decoration: none;
}

.labellink:HOVER {
  background: #666;
  color: #fff;
}

.modalwindow {
  background: rgba(255, 255, 255, .9);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  overflow: scroll;
}

.modal-close {
  background: rgba(0, 0, 0, .6);
  background: #333;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 24px;
  line-height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 32px;
}

.modal-content {
  margin: auto;
  padding: 32px 0;
  text-align: left;
  width: 88%;
}

/*** Common Page Layout **********************************/
.secthead {
  background-color: #fff;
  background-position: 98% center;
  background-size: auto 50px;
  background-repeat: no-repeat;
  border-left: 8px solid #666;
  padding: 0 16px;
  margin: 0 0 24px;
}

/* Breadcrumb */
.brdcrm {
  color: #666;
  font-size: .8em;
  margin: 0 0 8px;
}

.brdcrm li {
  display: inline-block;
}

.brdcrm li:AFTER {
  content: ">";
  margin: 0 2px 0 6px;
}

.brdcrm li:LAST-CHILD:AFTER {
  content: "";
  margin: 0;
}

/* Main Title */
.mainttl {
  font-size: 2em;
  margin: 0;
}


.content {
  padding: 24px 0;
}


/*** Sub Page Navigation **********************************/
.subpage-nav {
  border-bottom: 1px dotted #ccc;
  list-style: none;
  margin: 0;
  padding: 0;
}

.subpage-nav a {
  color: #333;
  text-decoration: none;
}

.subpage-nav>li>a {
  border-top: 1px dotted #ccc;
  display: block;
  font-weight: bold;
  padding: 16px 0 16px 24px;
}

.subpage-nav>li {
  position: relative;
}

.subpage-nav>li:before {
  color: inherit;
  content: "▶";
  position: absolute;
  top: 16px;
  left: 4px;
}

.subpage-nav>li>a:hover {
  background: #f9f9f9;
  color: inherit;
}

.subpage-nav-child {
  list-style: none;
  margin: 0;
  padding: 0;
}

.subpage-nav-child>li {
  width: 50%;
  float: left;
}

.subpage-nav-child>li a {
  display: block;
  padding: 8px 16px;
}

.subpage-nav-child>li a:before {
  content: "・";
  margin-right: 8px;
}

.subpage-nav-child>li a:hover {
  color: inherit;
}


.pagination {
  font-size: .95em;
  text-align: center;
  margin: 24px 0;
}

.pagination li {
  display: inline-block;
  margin: 0 4px;
}

.pagination li a {
  border: 1px solid #ccc;
  display: block;
  padding: 4px 8px;
}

.pagination li .current {
  border: 1px solid #999;
  background: #999;
  color: #fff;
  display: block;
  padding: 4px 8px;
}


/*** Wysiwyg Body ******************************************************/
#contentbody {
  font-size: .95em;
  line-height: 1.61;
  margin: 0 16px;
  padding: 8px 0;
}

#contentbody h2, #contentbody h1 {
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.3em;
  margin: 1.5em 0 .5em;
}

#contentbody h2:first-child {
  margin-top: 0;
}

#contentbody h3 {
  color: #666;
  margin: 1.3em 0 .5em;
  font-weight: normal;
  font-size: 1.5em;
}

#contentbody h4 {
  font-size: 1.2em;
  margin: 1em 0 .5em;
}

#contentbody  h5 {
  font-size: 1.1em;
  margin: .5em 0;;
}

#contentbody h6 {
  font-size: .9em;
  margin: .5em 0;
}

#contentbody .alignright {
  text-align: right;
}

#contentbody .alignleft {
  text-align: left;
}

#contentbody .aligncenter {
  text-align: center !important;
}

#contentbody img {
  border: 0;
  height: auto;
  max-width: 100%;
  margin: 4px;
}

#contentbody img.aligncenter {
  display: block;
  margin: 16px auto;
  text-align: center;
}

#contentbody img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#contentbody img.alignright {
  display: inline;
  float: right !important;
}

#contentbody img.alignleft {
  display: inline;
  float: left !important;
}


#contentbody ul, #contentbody ol {
  margin: 8px 0;
}

#contentbody .list-mg8 li{
  margin: 8px 0;
}

#contentbody .cleanbox {
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px 16px;
  margin: 16px 0;
}

#contentbody .contentbox {
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 8px 16px;
  margin: 16px 0;
}

#contentbody .msg-box {
  background: #eff8fc;
  border: 1px solid #2792c3;
  color: #2792c3;
  padding: 8px 16px;
  margin: 16px 0;
}

#contentbody .imp-msgbox {
  background: #fef5f7;
  border: 1px solid #e9546b;
  color: #e9546b;
  padding: 8px 16px;
  margin: 16px 0;
}

#contentbody .important {
  color: #f00;
  font-size: .9em;
}

#contentbody .accordion-wrap .acd-toggle{
  border-bottom: 1px dotted #ccc;
  font-size: 1.2em;
  margin: 0;
  padding: 16px 0 8px;
  padding-left: 24px;
  position: relative;
  cursor: pointer;
}

#contentbody .accordion-wrap .acd-toggle:before {
  color: inherit;
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  top: 16px;
  left: 4px;
}

#contentbody .accordion-wrap .acd-toggle:HOVER {
  background: #f6f6f6;
}

#contentbody .acd-box {
  display: none;
  padding: 16px 8px;
}

#contentbody .pagelink {
  list-style: none;
  margin: 16px 0;
  padding: 0;
}

#contentbody .pagelink li {
  display: inline-block;
  margin: 0;
}

#contentbody .pagelink li:after{
  content: "/";
  margin: 0 8px;
}


#contentbody .pagelink li:last-child:after{
  content: "";
  margin: 0;
}

#contentbody .tbl-counter {
  width: auto;
  min-width: 50%;
}

#contentbody .td-num {
  text-align: right;
}

#contentbody .childpostlist li{
  margin: 8px 0;
}