@charset "UTF-8";

/* 外交青書コンテンツ（目次）用  =========================================================================== */

#bluebook div.contents_block {
	margin-bottom:40px;
}

/* 表紙 */
#bluebook #hyoshi {
	padding-left: 20px;
	width:100%;
}
#bluebook #hyoshi #hyoshi_image {
	float:left;
	width:260px;
}
#bluebook #hyoshi #hyoshi_text {
	float:left;
}
#bluebook #hyoshi #hyoshi_text ul.tree1 {
	list-style:none;
}
#bluebook #hyoshi #hyoshi_text ul.tree1 li {
	font-weight:bold;
	border-bottom:1px solid #9fd9f6;
}
#bluebook #hyoshi #hyoshi_text ul.tree2 {
	list-style:none;
	margin-left:10px;
	padding-left:10px;
}
#bluebook #hyoshi #hyoshi_text ul.tree2 li {
	font-weight:bold;
	border-bottom:none;
}
#bluebook #hyoshi #hyoshi_text ul.tree3 {
	list-style:none;
	margin-left:10px;
	padding-left:10px;
	margin-bottom:0.5em;
}
#bluebook #hyoshi #hyoshi_text ul.tree3 li {
	font-weight: normal;
	border-bottom:none;
}
#bluebook #hyoshi #hyoshi_text span.blue1 {
	color:#2f63b4;
}

/* 目次 2016カラー変更、2022 チャプター3・4・5 変更 */
#bluebook #honbunindex h3 {
	text-align: left !important;
	font-size:130% !important;
	font-weight:bold !important;
	margin-bottom:5px !important;
	border-bottom:2px solid #000 !important;
	padding:6px 10px 4px 10px !important;
	line-height:100% !important;
}
#bluebook #honbunindex h3.chap1 {
	background-color:#a7cefa !important;
}
#bluebook #honbunindex h3.chap2 {
	background-color:#afddde !important;
}
#bluebook #honbunindex h3.chap3 {
	background-color:#fde0a6 !important;
}
#bluebook #honbunindex h3.chap4 {
	background-color:#eab7e2 !important;
}
#bluebook #honbunindex h3.chap5 {
	background-color:#fadcf5 !important;
}
#bluebook #honbunindex h3.data01 {
	background-color:#cbe1f3 !important;
}
#bluebook #honbunindex h3.data02 {
	background-color:#f3f3cb !important;
}
#bluebook #honbunindex h3.data03 {
	background-color:#d5e8da !important;
}
#bluebook #honbunindex h3.data04 {
	background-color:#e7d5e8 !important;
}
#bluebook #honbunindex h3.data05 {
	background-color:#dbc8ad !important;
}
#bluebook #honbunindex h3.data06 {
	background-color:#e6e6e6 !important;
}
#bluebook #honbunindex h4 {
	text-align: left !important;
	border-left:0px !important;
	margin:8px 0px 4px 10px !important;
	padding:0px 0px 3px 0px !important;
}
#bluebook #honbunindex h4.chap1 {
	border-bottom:1px solid #9fd9f6 !important;
}
#bluebook #honbunindex h4.chap2 {
	border-bottom:1px solid #23b8bc !important;
}
#bluebook #honbunindex h4.chap3 {
	border-bottom:1px solid #f9c03c !important;
}
#bluebook #honbunindex h4.chap4 {
	border-bottom:1px solid #D4659B !important;
}
#bluebook #honbunindex h4.chap5 {
	border-bottom:1px solid #d480c0 !important;
}

/* linklist */
#bluebook #honbunindex ul.linklist {
	margin:0px 0px 0px 20px !important;
	padding:0px 0px 3px 0px !important;
	list-style:none;
}
#bluebook #honbunindex ul.linklist2 {
	margin:0px 0px 0px 20px !important;
	padding:0px 0px 3px 0px !important;
	list-style:square;
}

/* sp */
@media (max-width: 768px) {
  #bluebook #hyoshi {
	padding-left: 0;
	/*width:100%;*/
  }
  #bluebook #hyoshi #hyoshi_image {
	padding-left: 20px;
  }

}

