@charset "utf-8";
/* CSS Document */

.controls {
  margin-bottom: 16px;
  text-align: center;
}

.toggle-all {
  display: inline-block;
  float: right;
  border: none;
  cursor: pointer;
  font-size: 12px !important;
  padding: 8px;
  font-weight: normal;
  margin-right: 5px;
}

.accordion-list {
  width: 940px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
}

.accordion {
  width: 940px;
  background-color: #fff;
  overflow: hidden;
}

.accordion-header, .accordion-header-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0px 0px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.accordion-header:focus, .accordion-header-2:focus {
  /*outline: 3px solid rgba(43,108,176,0.18);
  outline-offset: 2px;*/
}

.chev {
  transition: transform 0.25s ease;
  display: inline-block;
  margin-left: 12px;
}

.accordion-header[aria-expanded="true"] .turn {
  transform: rotate(180deg);
}
.accordion-header-2[aria-expanded="true"] .turn {
  transform: rotate(180deg);
}

.accordion-panel, .accordion-panel-2 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease, padding 0.28s ease;
  width: 940px;
  margin: 0 auto;
  /*border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;*/
  box-sizing: border-box;
  background-color: #fff;
}

.accordion-panel.open, .accordion-panel-2.open {
  width: 940px;
  /*border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;*/
  box-sizing: border-box;
  background-color: #fff;
}

.accordion-panel p, .accordion-panel-2 p {
  margin: 0;
  line-height: 1.6;
}
/* ヘッダー内テーブルの調整 */
.header-table {
  border-collapse: collapse;
  margin: 0 auto;
  font-size: 12px;
  width: 940px;
}

.header-table th,
.header-table td {
  border: 1px solid #ccc;
  padding: 5px 5px !important;
}

.header-table th {
  background-color:#F2F2F2;
  font-weight: bold;
  text-align: center;
}

.header-table td {
  font-weight: normal;
  text-align: left;
}

tbody .none:hover {
  cursor: default !important;
}

.accordion-header {
  justify-content: space-between;
  align-items: center;
}

.accordion-header .chev {
  margin-left: 5px;
  flex-shrink: 0;
}


/*それぞれの幅の修正*/

/*.label_page {
  width: 70px !important;
}*/

th.sample-name, th.sample-lang, th.sample-vp,
th.sample-outline, th.switch,
th.docyment-type, th.document-name, th.document-outline,
.sample-name, .sample-lang, .sample-vp,
.sample-outline, .switch {
  font-size: 11px !important;
}
.sample-name, .sample-lang, .sample-vp,.sample-outline,
.document-type, .document-name, .document-outline,
.switch {
  font-size: 12px !important;
  line-height: 165% !important;
  box-sizing: border-box;
  background: #fff;
  /* ユーザーがテキストを選択できるようにする */
  -webkit-user-select: text; /* Safari対応 */
  -moz-user-select: text;    /* Firefox対応 */
  -ms-user-select: text;     /* IE10, 11対応 */
  user-select: text;         /* 標準プロパティ */}

.sample-name {
  width: 320px !important;
  word-break: break-all;
  text-align: center;
}
.sample-lang {
  width: 75px !important;
  word-break: break-all;
  text-align: center;
}
.sample-vp {
  width: 75px !important;
  word-break: break-all;
}
.sample-outline {
  width: 380px !important;
}
.document-type {
  width: 200px !important;
}
.document-name {
  width: 370px !important;
  font-weight: bold !important;
  word-break: break-all;
  text-align: center;
}
.document-outline {
  width: 270px !important;
}
.switch {
  width: 80px !important;
  text-align: center !important;
  padding: 0 !important;
}
.switch:hover {
}

td.sample-name {
  text-align: left;
}

td.sample-lang,td.sample-vp {
  text-align: center !important;
}

td.sample-name, td.sample-lang,
td.sample-vp {
  font-size: 12px !important;
}


.sample-more,.document-more, .all-sample {
  background-color: #fff;
}

table.header-table tr:hover, .document-more:hover {
  background-color: var(--kaya-accent) !important;
	cursor: pointer;
}

.header-table tr.clickable:hover td {
	cursor: pointer !important;
 background-color: var(--kaya-accent) !important;
}

.all-sample:hover {
	color:#C30;
}

.accordion div.op_tbl_spec:hover {
	cursor: pointer;
}

/* 詳細の中に「すべて開く」 */
.all-sample-2 {
  background-color:none !important;
}

.all-sample-2:hover {
  background-color:none !important;
}
.toggle-all-2 {
  width: auto !important;
  border: none;
  cursor: pointer;
  font-size: 12px !important;
  margin: 0px auto !important;
  padding: 0px;
  text-align: center;
  font-weight: normal;
}


.sample-info,
.document-info {
  width: 870px;
  margin: 0 auto 30px;
}
.sample-info h6,
.document-info h6 {
  font-size: 14px !important;
  font-weight: bold;
  padding: 7px 10px 0px 0 !important;
  margin: 25px 0 10px 0px !important;
  letter-spacing: 0.02em;
  line-height: 165% !important;
}

.document-info p,
.sample-info p {
  font-size: 14px;
  line-height: 165% !important;
  margin-bottom: 5px;
}

.sample-info p.link {
  line-height: 150% !important;
}
.sample-info p a .link_page {
  font-size: 14px !important;
}
.sample-info p.link a:hover {
  color:#cc2200 !important;
}
.document-info ul {
  margin: 10px 0 10px;
  padding-left: 25px;
}

.document-info ul li {
  line-height: 165%;
  list-style-type: disc;
}

.document-info ul li .library,
.document-info ul li .xml {
  font-weight: bold;
  color: var(--kaya-base);
}

.subInner_close {
  margin: 0px auto !important;
  padding: 10px;
  text-align: right;
}

div.subInner_close:hover {
	cursor: pointer;
}

.last {
  width: 940px;
  border-bottom: 1px solid #ccc;
}


.tbl_accordion {
  border: 1px solid #ddd;
  font-size: 11px !important;
  line-height: 165% !important;
}

.tbl_accordion th, .tbl_accordion td {
  border-bottom: 1px solid #ddd;
  padding: 7px;
}

.img_accordion {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.img_accordion h5 {
  font-size: 12px !important;
  font-weight: bold !important;
  text-decoration: underline;
  margin: 5px 0 !important;
  line-height: 160%;
}

.img_accordion img {
  width: 100%;
  height: auto;
}


@media (max-width:480px) {
.accordion-header, .accordion-header-2 {
    padding: 12px;
    font-size: 15px;
}
.accordion-panel, .accordion-panel-2 {
    padding: 0 12px;
  }
  

.document-info ul {
  margin: 10px 0 10px;
  padding-left: 15px;
}
  
}
