@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */












/*/////////////////////////////////////////////////
//下記ユーザーカスタマイズエリア
/////////////////////////////////////////////////*/

/*文字強調*/

/*黄色*/
.y_line {
	background:linear-gradient(transparent 60%, #ffff66 60%) ;
}
/*ピンク*/
.p_line {
	background:linear-gradient(transparent 60%, #ffccff 60%) ;
}
/*ブルー*/
.b_line {
	background:linear-gradient(transparent 60%, #cce5ff 60%) ;
}
/*グリーン*/
.g_line {
	background:linear-gradient(transparent 60%, #ccff99 60%) ;
}

/*--目次カスタマイズ--*/
.content .outline{
	border-color:#20e8e1;/*一番外の枠*/
}
.content .outline__switch::before{
	border-color:#20e8e1;/*閉じるの枠*/
}
.content .outline__number{
	background-color:#20e8e1;/*見出背景色*/
	color:#fff;/*見出数字の色*/

}
.content .outline__link{
		border-bottom:1px solid #20e8e1;/*見出し下線色*/
}
/*--ここまで--*/

.my-gray {color: gray}
.my-skyblue {color: skyblue}
.my-orange {color: #fecb81}
.my-c {color: #20e8e1}

.scrollable-table table{
  border-collapse: collapse;
  margin: 1em 0;
  max-width: 100%;
}
 
.scrollable-table th{
  background-color: #eee;
}
 
.scrollable-table th,
.scrollable-table td{
  border: solid 1px #ccc;
  padding: 3px 5px;
  white-space: nowrap;
}
 
.scrollable-table {
  overflow-x: auto;
  margin-bottom: 1em;
}

/*--トップページタブデザイン--*/
.top-tub{
	background-color: #c4f1ff;
}

