@charset "utf-8";
/* オリジナルヘッダー */
#caution_orgbtn1 {
	background-image: url(../images/btn_ico_caution.png)!important;
	background-size: 19px 19px!important;
}

/* 左メニュー */
#MenuList li {
	background-color: #FFFFFF!important;
	color: #004098!important;
}

/* 左メニュー（選択中メニュー） */
#MenuList li.current {
	background-color: #ECF3FC!important;
}

/* ----------------------------------------------
/* 閉じるボタン、左メニュー上部タイトル変更、フッター部分変更
/* ------------------------------------------------*/
body.openMenu #MenuList li.close,
#Footer .btnArea .btnList.other li,
#SpHistoryBtn, #SpTaglistBtn,
.tabhead.ui-tabs-active,
#IndexList .titlearea {
	background-color: #868686!important;
	color: #ffffff!important;
}

/* 埋め込み時スクロールバーを表示しない */
html:has(body.inlineFrame){
	overflow-y:hidden !important;
}

/* 埋め込み時フルスクリーンボタンを表示しない */
body.inlineFrame #SpFullscreenBtn,
body.inlineFrame #FullscreenBtn {
    display: none !important;
}

/* PDFボタンの文言を「PDFダウンロード」に変更 */
#PdfBtn span:after,
#SpPdfBtn span:after{
    content: "ダウンロード";
}

@media screen and (max-width: 767px), screen and (max-height: 431px) {
	#caution_orgbtn1 {
		background-size: 24px 24px!important;
	}
	#BtnList li#info_orgbtn0 > span {
        padding: 3px 10px 3px 10px;
    }
}