﻿/*****************************************************************************/
/* API
/*****************************************************************************/

.api-contents
{
	float: right;
	border: 1px solid #CCCCCC;
	margin-left: 20px;
	padding: 15px;
	padding-left: 0px;
}

.api-contents ul
{
	list-style-type: none;
}

.api-contents-section
{
	font-size: 16px;
	font-weight: bold;
}

.api-contents-section ul
{
	font-size: 14px;
	font-weight: normal;
}

pre.code
{
	background-color: #FFFFEE;
	border: 1px solid #999999;
	color: rgb(38, 44, 38); /* #333333; */
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 8pt;
	margin-top: 8pt;
	padding: 10px;
	white-space: pre;
}

pre.code b
{
	color: rgb(38, 44, 38); /* #333333; */
}

tt, pre
{
	font-family: Courier New, Courier, Monospace;
}

.api-url
{
	font-family: Courier New, Courier, Monospace;
	font-size: 12px;
}

.api-url nobr
{
	font-family: Courier New, Courier, Monospace;
	font-size: 12px;
}

.api-code-dim
{
	color: #AAAAAA;
	font-family: Courier New, Courier, Monospace;
	font-size: 12px;
}

