<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
en_US
*/

/* =========================================================
report form
========================================================= */

#report {
	clear: both;
}
#report .frame {
	border: 2px solid #cccccc;
	padding: 20px 15px 30px 15px;
}
#report h3 {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #5f5f5f;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 2px solid #cccccc;
	padding-bottom: 8px;
	margin-bottom: 12px;
}
#report p.desc {
	color: #666c67;
	line-height: 137%;
	margin-bottom: 15px;
}
#report table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #e6eae6;
	width: 100%;
}
#report tr {
	border-bottom: 1px solid #e6eae6;
}
#report th {
	font-weight: normal;
	text-align: left;
	line-height: 126%;
	vertical-align: top;
	background-color: #f7f6f5;
	border-left: 1px solid #e6eae6;
	padding: 8px;
	white-space: nowrap;
}
#report td {
	vertical-align: top;
	line-height: 126%;
	border-left: 1px dotted #e6eae6;
	border-right: 1px solid #e6eae6;
	padding: 8px;
	width: 100%;
}
#report td.none {
	border: none;
	padding: 8px;
}

/* -----------------------------------------------
agreement
----------------------------------------------- */

#report .agreement {
	text-align: center;
	margin: 20px 0;
}
#report .agreement .read {
	margin-bottom: 5px;
}
#report .agreement label {
	margin-left: 5px;
}

/* -----------------------------------------------
done
----------------------------------------------- */
#report .done {
	border: 1px solid #e6eae6;
	background-color: #f7f6f5;
	padding: 20px 20px 25px 20px;
	margin: 8px 0 15px 0;
}
#report .done dl {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6eae6;
}
#report .done dl:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
#report .done dt {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #ea5549;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#report .done dd {
	line-height: 146%;
}
#report .done dd ul {
	list-style-type: square;
	padding: 0;
	margin: 0 0 12px 1.5em;
}

/* -----------------------------------------------
final
----------------------------------------------- */
#report .final {
	border: 1px solid #e6eae6;
	background-color: #ffffe0;
	padding: 20px 20px 25px 20px;
	margin: 8px 0 15px 0;
}
#report .final dt {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #ea5549;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#report .final dd {
	line-height: 146%;
}


/* -----------------------------------------------
button
----------------------------------------------- */

#report .button {
	clear: both;
	text-align: center;
	margin: 20px 0 26px 0;
}
#report .button .return{
	display: inline-block;
	margin: 0 5px;
}
#report .button .return a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #999;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 14px 20px 10px 20px;
	min-width: 60px;
}
#report .button .return a:hover {
	background-color: #ffb400;
}
#report .button .next{
	display: inline-block;
	margin: 0 5px;
}
#report .button .next div {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #666;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 14px 20px 10px 20px;
	min-width: 60px;
}
#report .button .next div:hover {
	background-color: #ffb400;
}
#report .button .next input[type="submit"] {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #666;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 14px 20px 10px 20px;
	min-width: 100px
}
#report .button .next input[type="submit"]:hover {
	background-color: #ffb400;
}
</pre></body></html>