﻿@charset "UTF-8";


 /* ---------------------------------------------------------------- *
	コンテンツコンテナmain
 * ---------------------------------------------------------------- */

#main {
  margin-top: 0; margin-bottom: 0;
  padding-left: 200px; padding-right: 0;
  width: 575px;
  background: transparent;
}

/* ---------------------------------------------------------------- *
	サブタイトルの設定です。
 * ---------------------------------------------------------------- */
.subtitle {
  /* --- 背景を設定してください（短縮プロパティでの設定です）--- */
  background: #FFFFF0;
  /* --- マージンを設定してください --- */
  /* Note：上マージンはヘッダの下マージン，直上のコンテンツの下
           マージンとの折りたたみが生じます */
  /* Note：下マージンは直下のコンテンツの上マージン，フッタの上
    マージンとの折りたたみが生じます */
  margin-top: 0;
  margin-bottom:20px;
  /* --- パディングを設定してください --- */
  /* Note：コンテンツ部分に上下マージンを持つものが含まれる場合，
           上下パディングには正の値を指定してください */
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  /* --- 枠線の太さ・線種・色を設定してください（短縮プロパティでの設定です） --- */
  border: 8px solid #EEEEEE;
  width: 95%;
}

.subtitle h1 {
  color: #125382;
  white-space: nowrap;
}
.subtitle {
  clear: both;
}
#title_name {
  /*タイトルテーブルを左に回り込ませる。*/
  margin: 0; padding: 0;
  width: 270px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  float: left;
}

/* ---------------------------------------------------------------- *
	納期テーブルの設定です。
 * ---------------------------------------------------------------- */
#deli_date {
  /*納期テーブルを右に回り込ませる。*/
  margin: 0; padding: 0;
  width:220px;
  float: right;
}

#deli_date table {
  border-collapse: collapse;
  border: 1px solid #99CCFF;
  /* 納期テーブル左寄せにします。 */
  margin-left: auto;
  margin-right: 0;
}

#deli_date table td {
  padding: 4px;
  border: 1px solid #99CCFF;
}

#deli_date table th {
  padding: 4px;
  background: url('https://www.knights.co.jp/common/image/bg_2.png') no-repeat;
  border: 1px solid #99CCFF;
  color: #3399FF;
}

/* ---------------------------------------------------------------- *
	サイドの設定です。
 * ---------------------------------------------------------------- */

div#side {
  width: 170px;
  position: absolute;
  top: auto;
  left: auto; right: auto;
  /* --- 絶対配置することによって左サイドバーが選択できなくなってしまうため、他のカラムより上のレイヤーに配置する設定です --- */
  z-index: 1;
}

#side table {
  border-collapse: collapse;
  width: 170px;
}
#side table td {
  border: 5px solid #EEEEEE;
  background: #EEEEEE;
  padding: 3px;
}
#side table th {
  border: 5px solid #EEEEEE;
  padding:3px;
}

#side a:hover {
	color: #3EBAEE;
}

/* ---------------------------------------------------------------- *
	サイドツリーメニュー用の設定　2010/2/5追加
 * ---------------------------------------------------------------- */

.treeview a {
	color: black;
}

/* ハイライト */
.treeview .sidenavihighlight {
	color: #3EBAEE;
}

.treeview, .treeview ul {
	padding: 3px;
	margin: 0;
	margin-bottom: 5px;
	list-style: none;
	border-left: 3px solid #EEEEEE; border-right:3px solid #EEEEEE; border-top:10px solid #EEEEEE; border-bottom:10px solid #EEEEEE;
	color: #125382;
	font-size: 115%;
}

.treeview .hover {
	color: #3EBAEE;
}

.treeview ul {
	text-decoration: none;
	display: block;
	border: 0px none;
	font-weight: normal;
  	font-size: small;
	line-height: normal;
}

.treeview li {
	margin: 0;
	padding: 2px 0 2px 16px;
	background: url(https://www.knights.co.jp/common/images/treeview-default-line.gif) 0 0 no-repeat;
}
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(https://www.knights.co.jp/common/images/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview .hitarea {
	background: url(https://www.knights.co.jp/common/images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }



/* ---------------------------------------------------------------- *
	コンテンツ部分の設定です
 * ---------------------------------------------------------------- */
.contents {
  background: #FFFFF0;
  /* --- マージンを設定してください --- */
  /* Note：上マージンはヘッダの下マージン，直上のコンテンツの下
           マージンとの折りたたみが生じます */
  /* Note：下マージンは直下のコンテンツの上マージン，フッタの上
    マージンとの折りたたみが生じます */
  margin-top: 0;
  margin-bottom:20px;
  /* --- パディングを設定してください --- */
  /* Note：コンテンツ部分に上下マージンを持つものが含まれる場合，
           上下パディングには正の値を指定してください */
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  /* --- 枠線の太さ・線種・色を設定してください（短縮プロパティでの設定です） --- */
  border: 8px solid #EEEEEE;
  width: 95%;
}

.contents h2 {
  padding-left: 10px;
  margin-top: 25px; margin-bottom: 8px;
  border-left: 5px solid #0086b9;
}


.contents table {
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
}
.contents table td {
  border: 1px solid #CCCCCC;
  padding: 5px;
}

/* contents内　tableボーダー無し */
.contents table.noborder {
  border: 0;
}
.contents table.noborder td {
  border: 0;
  padding: 5px;
}

.contents table.dbborder {
  border: 3px double #CCCCCC;
}
.contents table.dbborder td {
  border: 3px double #CCCCCC;
  padding: 5px;
}

/*概要部分*/
.summary{
  width: 95%;
  border: 1px solid #99b566;
  margin: 3px;
  padding: 8px;
  background: #ddffbb;
}

.summarytitle {
  color: #4a6433;
  font-size: 130%;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  line-height: 1.4;
  font-weight: bold;
  text-align:center;

}




/* ---------------------------------------------------------------- *
	画像の余白　　　　　　　　　　　　　　20090605追加
 * ---------------------------------------------------------------- */
image.blk {
  margin: 5px;
  margin-left: 10px;

}


/* ---------------------------------------------------------------- *
	よくあるご質問     　　　　　　　　　　　　　2009.06.04追加
 * ---------------------------------------------------------------- */
table.queans {
 border: 0;
}

table.queans td {
  border: 0;
  padding: 2px;
  vertical-align: top;
}

/*質問*/
table.queans tr.que {
 font-weight: bold;
}
/*回答*/
table.queans tr.ans td {
 padding-bottom: 15px;
 line-height: 1.3;

}


/* ---------------------------------------------------------------- *
	依頼の流れ、見出しボックスと矢印用テーブルの設定 2010.11.11 編集
 * ---------------------------------------------------------------- */

.irai_table{
  width: 530px;
  height: 25px;
  line-height : 25px;
  background: url('https://www.knights.co.jp/common/image/bg_2.png') repeat-x;
  border: 1px solid #98c9d3;
  font-size: larger;
  padding-left : 10px;
}

table.irai_flow  {
  margin: 0; padding: 0;
  border: none;
}

table.irai_flow tr {
  border: none;
}

table.irai_flow td {
  border: none;
  padding:8px 0px 15px 10px;
}

table.irai_flow td.arrow {
  border: none;
  margin: 0; padding: 0;
  background-image:url(https://www.knights.co.jp/common/image/arrow.gif);
  background-position: bottom;
}

 /* ---------------------------------------------------------------- *
	用語説明等用リスト　設定
 * ---------------------------------------------------------------- */
dt {
    margin-top: 1em;
    padding-left: 0.5em;
    font-weight: bold;
}

dd {
   margin-top: 3px;
}

/* ---------------------------------------------------------------- *
	＃バナー(2013年2月～)の設定です。
 * ---------------------------------------------------------------- */

.bannar {
   border-top: 1px solid #899db0; border-bottom: 3px solid #899db0; border-right: 3px solid #899db0; border-left: 1px solid #899db0;
   width:156px;
   height:42px;
   font-size:10px;
   line-height:110%;
   margin:2px;
   padding:1px 1px 1px 1px;
   cellspacing="0" cellpadding="5"
float:clear;
background-color:#FFFFFF;

}
.bannar_web {
background-image : url(https://www.knights.co.jp/common/image/web_logo_2.gif);
background-position: right top;
background-repeat: repeat-y;
}

.bannar_lab {
background-image : url(https://www.knights.co.jp/common/image/labo_logo.gif);
background-position: right top;
background-repeat: repeat-y;
}

.bannar_booklet {
background-image : url(https://www.knights.co.jp/common/image/book_logo.gif);
background-position: right top;
background-repeat: repeat-y;
}

.bannar_iso {
background-image : url(https://www.knights.co.jp/common/image/17025_logo_2.gif);
background-position: right top;
background-repeat: repeat-y;
}

.bannar_pcb {
background-image : url(https://www.knights.co.jp/common/image/pcb_total_logo_2.gif);
background-position: right top;
background-repeat: repeat-y;
}

.bannar_asb {
background-image : url(https://www.knights.co.jp/common/image/asb_total_logo_2.gif);
background-position: right top;
background-repeat: repeat-y;
}

.bannar_labinf {
background-image : url(https://www.knights.co.jp/common/image/labinf_logo.gif);
background-position: right top;
background-repeat: repeat-y;
}

.bannar h2 {
   margin:6px;
   font-size:14px;
   line-height:100%;
   padding:2px 0;
}

.bannar img {
float:right;
}

.bannar img.clear {
float:clear;
}

/* ---------------------------------------------------------------- *
	＃h非表示（ドリルダウン表示）(2020年7月～)の設定です。
 * ---------------------------------------------------------------- */
.hidden_drill {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_drill label {
    padding: 10px;
    font-weight: bold;
    cursor :pointer;
}

/*チェックは見えなくする*/
.hidden_drill input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_drill .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_drill input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
