@charset "UTF-8";

.xmlreference{
	margin:0px 10px 8px 0px;
}

/* 項目定義 */

.identifier {
	font-size: 20px;
	width:100%;
	margin: 8px 0px 0px 0px;
	padding-left: 5px;
	border-left: solid 7px olive;
	border-bottom: solid 1px olive;
	font-family: sans-serif;
}

.identifier .name {
	font-size: 1.4em;
	line-height: 100%;
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
}

.identifier .argument {
	font-size: 18px;
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
}

.namespace {
	font-size: 9px;
	text-align: right;
}

.since {
	text-align:right;
}

/* 引数、返値、例外、属性、下位要素、参照 */

.summary {
	font-family: 12px;
	margin: 4px 10px 10px 10px;
	padding: 5px;
	background-color: whitesmoke;
}

.summary .title{
	text-align: left;
	padding-left: 4px;
	margin: 0px;
	font-size: large;
	border-bottom: solid 1px silver;
}

.summary .body{
	padding: 3px;
	line-height: 110%;
	padding-left: 8px;
	font-family: Times, Times New Roman, serif;
}

.synopsis{
	margin-bottom: 0px;
}

/* 詳細説明 */

.description {
	margin: 0px 10px 12px 10px;
	padding: 5px;
}

.description .title {
	padding-left: 8px;
	margin: 0px;
	font-size: large;
	border-bottom: double 3px tan;
	font-family: sans-serif;
}

.description .body {
	margin: 6px 0px 0px 18px;
}

.description .seealso {
	font-size: 0.8em;
	font-family: sans-serif;
	margin: 6px 0px 0px 8px;
}

/* 属性、下層要素 */

.subitem {
	font-family: 12px;
	margin: 4px 10px 10px 0px;
	padding: 0px 5px;
	background-color: whitesmoke;
}

.subitem .title{
	padding: 3px 0px 2px 4px;
	margin: 0px;
	border-bottom: solid 1px silver;
	font-size: 1.1em;
	line-height: 100%;
	font-family: Times, Times New Roman, serif;
}

.subitem .body{
	padding: 3px;
	margin: 0px;
	font-size: 0.9em;
	line-height: 150%;
}

.attribute_value{
	/* color: #606060; */
	color: black;
	font-size: 0.8em;
	margin-top: 8px;
}

.attribute_info{
	text-align: right;
	font-size: 9px;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
}

.samples.section{
	margin: 22px 0px 6px 0px;
	font-size: large;
	border-left: outset 10px tan;
	padding-left: 4px;
	color: #606060s;
}

/* マーク */

.mark {	
	font-size: 9px;
}
.mark.required {
	color: crimson;
}
.mark.select {
	color: #808000;
}
.mark.since {
	color: forestgreen;
}
.mark.spec {
	color: gray;
	text-align: right;
	float: right;
}
.mark.occurrence {
	color: navy;
}

.table-of-contents{
	margin: 12px 30px 16px 30px;
	background-color: lavender;
	padding: 5px;
}

.table-of-contents table{
	font-size: x-small;
	color: #005166;
	width: 100%;
}


