@charset "utf-8";

/* block */
#content .box {
	margin-top: 11px;
	padding-bottom: 5px;
	padding-top: 4px;
	text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}
#content .box .inner {
	background: #ddeefa url(/common/images/content/background-01.gif);
	border-radius: 5px;
	box-shadow: inset 0 1px 1px rgba(11, 11, 11, 0.14);
	padding: 11px 15px 10px;
}
#content .search-box {
	margin-bottom: 21px;
	margin-top: 11px;
	padding-top: 4px;
	position: relative;
}
#content .search-box form {
	background: url(/common/images/content/background-02.gif) no-repeat;
	height: 21px;
	margin-bottom: 5px;
	width: 310px;
}
#content .search-box.focus form {
	background-position: 0 -21px;
}
#content .search-box form:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#content .search-box input {
	background-color: transparent;
	border: 0;
	color: #333;
	float: left;
	font: 14px/18px InfoTextWebPro, "Calibri", "Lucida Grande", Helvetica, Arial, Meiryo, sans-serif;
	height: 18px;
	ime-mode: disabled;
	outline: none;
	padding: 2px 4px;
	-webkit-appearance: none;
	width: 274px;
}
html:lang(ja) #content .search-box input,
html:lang(ru) #content .search-box input {
	font-family: "Lucida Grande", Helvetica, Arial, Meiryo, sans-serif;
	font-size: 12px;
}
#content .search-box .placeholder {
	color: #999;
}
#content .search-box form a {
	display: block;
	float: right;
	font-size: 1px;
	height: 21px;
	overflow: hidden;
	text-indent: -9999px;
	width: 25px;
}
#content div.search-box.focus form a {
	background-position: 0 -21px;
}
#content .search-box .example {
	color: #999;
	font-size: 0.857em;
	line-height: 1.666em;
	margin-top: 0;
}
html:lang(ja) #content .search-box .example,
html:lang(ru) #content .search-box .example {
	font-size: 0.916em;
	line-height: 1.818em;
}
#content .separated-section,
#content .separated-section section {
	background-image: url(/common/images/content/background-03.gif);
	background-repeat: repeat-x;
}
#content .separated-section {
	margin-top: 11px;
	background-position: 0 5px;
	padding-bottom: 5px;
	padding-top: 7px;
}
#content .separated-section section {
	background-position: 0 100%;
	padding-bottom: 18px;
	padding-top: 16px;
}

/* heading */
#content header {
	margin-top: 21px;
}
#content header:first-child {
	margin-top: 0 !important;
}
#content header h1 {
	font-size: 0;
	line-height: 0;
	margin-left: -10px;
	margin-right: -10px;
	padding-bottom: 3px;
	padding-top: 5px;
}
#content header h2 {
	font-size: 1.428em /* = 20px */;
	font-weight: bold;
	line-height: 1.2em /* = 24px */;
}
html:lang(ja) #content header h2,
html:lang(ru) #content header h2 {
	font-size: 1.5em /* = 18px */;
	line-height: 1.333em /* = 24px */;
}
#content header h2 span {
	color: #999;
	font-size: 0.7em /* = 14px */;
	font-weight: normal;
	line-height: 1.428em /* = 20px */;
	padding-left: 0.1em;
}
html:lang(ja) #content header h2 span,
html:lang(ru) #content header h2 span {
	font-size: 0.666em /* = 12px */;
	line-height: 1.666em /* = 20px */;
}

/* inline */
#content a.button {
	background-color: #ddeefa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 1px 4px;
	white-space: nowrap;
}
html:lang(ja) #content a.button,
html:lang(ru) #content a.button {
	padding-bottom: 1px;
	padding-top: 1px;
}
#content a.button:hover {
	background-color: #c06;
	color: #fff;
	text-decoration: none;
}
#content em {
	font-weight: bold;
}
#content span.nbsp {
	font-size: 0.5em;
	line-height: 1em;
}
#content sup {
	vertical-align: 0.3em;
}

/* list */
#content ul:not(:first-child) {
	margin-top: 11px;
}
#content ul.horizontal {
	white-space: nowrap;
}
#content ul.horizontal:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#content ul.horizontal li {
	float: left;
	margin-left: 20px;
}
#content ul.horizontal li:first-child {
	margin-left: 0;
}
#content ul.button {
	font-size: 0;
	line-height: 0;
	padding-bottom: 3px;
	padding-top: 4px;
}
#content ul.button li:not(:first-child) {
	margin-top: 9px;
}
#content ul.default li {
	background: url(/common/images/content/icon-01.png) 0 -493px no-repeat;
	padding-left: 10px;
}
#content ul.icon {
	font-size: 0;
	line-height: 0;
	margin-right: -5px;
	margin-top: 11px;
	padding-bottom: 5px;
	white-space: nowrap;
}
#content ul.icon:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#content ul.icon li {
	margin-top: 5px;
	margin-right: 5px;
	float: left;
}
#content ul.link li {
	background: url(/common/images/content/icon-01.png) 0 7px no-repeat;
	padding-left: 10px;
}
#content ul.link.strong li {
	background: url(/common/images/content/icon-01.png) 0 -96px no-repeat;
	padding-left: 16px;
}
#content ul.link.strong .download {
	background-position: 0 -196px;
}
#content ul.link.strong .icon-preview {
	background-position: 0 -296px;
}
#content ul.link.strong .font-preview {
	background-position: 0 -396px;
}
#content ul.link.strong a {
	font-weight: bold;
}
#content ul.link.strong .icon-preview a,
#content ul.link.strong .font-preview a {
	font-weight: normal;
}
#content ul.social {
	height: 25px;
	line-height: 1;
	padding-top: 4px;
}
#content ul.social:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#content ul.social li {
	float: left;
}
#content ul.social li:not(:first-child) {
	margin-left: 20px;
}

/* paragraph */
#content p {
	margin-top: 11px;
}
#content p:first-child {
	margin-top: 0;
}
#content p.button {
	margin-top: 11px;
	padding-bottom: 3px;
	padding-top: 4px;
}
#content p.button input.sale {
	margin-right: -3px;
	margin-top: -3px;
}
#content p.image {
	font-size: 0;
	line-height: 0;
	padding-bottom: 5px;
	padding-top: 4px;
	position: relative;
}
#content p.image .icons-animated-lock-warning {
	left: 250px;
	position: absolute;
	top: 202px;
}
#content p.image + p.image {
	margin-top: 1px;
}

/* quick-search-result */
#content .quick-search-result {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	left: 310px;
	line-height: 18px;
	position: absolute;
	top: 4px;
	width: 320px;
}
html:lang(ja) #content .quick-search-result, html:lang(ru) #content .quick-search-result {
	font-size: 12px;
}
#content .quick-search-result-header,
#content .quick-search-result-footer {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
}
#content .quick-search-result-header {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}
#content .quick-search-result-header span {
	color: #999;
	font-weight: normal;
}
#content .quick-search-result-content ul {
	padding-left: 5px;
	border-top: 1px solid #eee;
	margin-top: 0;
	margin-right: 0;
}
#content .quick-search-result-content p {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	margin-top: 0;
}
#content .quick-search-result-content .different {
	display: none;
}
#content .quick-search-result-content ul:first-child {
	border-top: 0;
}
#content .quick-search-result-footer {
	border-top: 1px solid #ddd;
	_height: 1%;
	*zoom: 1;
}
#content .quick-search-result-footer:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#content .quick-search-result-footer ul {
	float: right;
	margin-top: 0;
}
#content .quick-search-result-footer ul li {
	background-position: 0 -97px;
	float: left;
}

/* miscellaneous */
#content .clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#content .center {
	text-align: center !important;
}
#content .right {
	text-align: right !important;
}