@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;/*見出し下線色*/
}














