/* *******************************************************
 * Page CSS
******************************************************** */

/* ****************
 jQuery UI
**************** */

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}


.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}


.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}


.ui-helper-clearfix:after {
	clear: both;
}


.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
	/* support: IE8 */
}


.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/

.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}


/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}


.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}


.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}


.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}


.ui-menu .ui-menu {
	position: absolute;
}


.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}


.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}


.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}


.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}


/* icon support */

.ui-menu-icons {
	position: relative;
}


.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}


/* left-aligned */

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}


/* right-aligned */

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}


.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* Support: IE <= 11 */
	overflow: visible;
}


.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}


/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}


/* no icon support for input elements */

input.ui-button.ui-button-icon-only {
	text-indent: 0;
}


/* button icon element(s) */

.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}


.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;
}


input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}


/* workarounds */

/* Support: Firefox 5 - 40 */

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}


.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}


.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}


.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}


.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}


.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}


.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}


.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}


.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}


.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}


.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}


.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}


/* Spinner specific style fixes */

.ui-controlgroup-vertical .ui-spinner-input {
	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}


.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}


.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}


.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}


.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}


.ui-checkboxradio-disabled {
	pointer-events: none;
}


.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}


.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}


.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}


.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}


.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}


.ui-datepicker .ui-datepicker-next {
	right: 2px;
}


.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}


.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}


.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}


.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}


.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}


.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}


.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}


.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}


.ui-datepicker td {
	border: 0;
	padding: 1px;
}


.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}


.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}


.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}


.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}


/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
	width: auto;
}


.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}


.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}


.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}


.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}


.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}


.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}


.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}


.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}


/* RTL support */

.ui-datepicker-rtl {
	direction: rtl;
}


.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}


.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}


.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}


.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}


.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}


.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}


.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}


.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}


/* Icons */

.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}


.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}


.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}


.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}


.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}


.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}


.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}


.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}


.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}


.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}


.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}


.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}


.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}


.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}


.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}


.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}


.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}


.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}


.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}


.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}


.ui-resizable {
	position: relative;
}


.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}


.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}


.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}


.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}


.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}


.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}


.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}


.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}


.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}


.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}


.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}


.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}


.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25);
	/* support: IE8 */
	opacity: 0.25;
}


.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}


.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}


.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}


.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}


.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}


.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}


.ui-selectmenu-open {
	display: block;
}


.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}


.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}


.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}


.ui-slider {
	position: relative;
	text-align: left;
}


.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}


.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}


/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}


.ui-slider-horizontal {
	height: .8em;
}


.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}


.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}


.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}


.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}


.ui-slider-vertical {
	width: .8em;
	height: 100px;
}


.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}


.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}


.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}


.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}


.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}


.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}


.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}


.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}


/* more specificity required here to override default borders */

.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}


.ui-spinner-up {
	top: 0;
}


.ui-spinner-down {
	bottom: 0;
}


.ui-tabs {
	position: relative;
	/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}


.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}


.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}


.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}


.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}


.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}


.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}


.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}


.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}


body .ui-tooltip {
	border-width: 2px;
}


/* Component containers
----------------------------------*/

.ui-widget {
	font-size: 1em;
}


.ui-widget .ui-widget {
	font-size: 1em;
}


.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-size: 1em;
}


.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}


.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}


.ui-widget-content a {
	color: #333333;
}


.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}


.ui-widget-header a {
	color: #333333;
}


/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}


.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}


.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}


.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}


.ui-visual-focus {
	box-shadow: 0 0 3px 1px #5e9ed6;
}


.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}


.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}


.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}


/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}


.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}


.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}


.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}


.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}


.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}


.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}


.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	/* support: IE8 */
	font-weight: normal;
}


.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	/* support: IE8 */
	background-image: none;
}


.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
	/* support: IE8 - See #6059 */
}


/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
	width: 16px;
	height: 16px;
}


.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../img/img_jquery/ui-icons_222222_256x240.png");
}


.ui-widget-header .ui-icon {
	background-image: url("../img/img_jquery/ui-icons_222222_256x240.png");
}


.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("../img/img_jquery/ui-icons_454545_256x240.png");
}


.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("../img/img_jquery/ui-icons_454545_256x240.png");
}


.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("../img/img_jquery/ui-icons_2e83ff_256x240.png");
}


.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../img/img_jquery/ui-icons_cd0a0a_256x240.png");
}


.ui-button .ui-icon {
	background-image: url("../img/img_jquery/ui-icons_888888_256x240.png");
}


/* positioning */

.ui-icon-blank {
	background-position: 16px 16px;
}


.ui-icon-caret-1-n {
	background-position: 0 0;
}


.ui-icon-caret-1-ne {
	background-position: -16px 0;
}


.ui-icon-caret-1-e {
	background-position: -32px 0;
}


.ui-icon-caret-1-se {
	background-position: -48px 0;
}


.ui-icon-caret-1-s {
	background-position: -65px 0;
}


.ui-icon-caret-1-sw {
	background-position: -80px 0;
}


.ui-icon-caret-1-w {
	background-position: -96px 0;
}


.ui-icon-caret-1-nw {
	background-position: -112px 0;
}


.ui-icon-caret-2-n-s {
	background-position: -128px 0;
}


.ui-icon-caret-2-e-w {
	background-position: -144px 0;
}


.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}


.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}


.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}


.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}


.ui-icon-triangle-1-s {
	background-position: -65px -16px;
}


.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}


.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}


.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}


.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}


.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}


.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}


.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}


.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}


.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}


.ui-icon-arrow-1-s {
	background-position: -65px -32px;
}


.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}


.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}


.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}


.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}


.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}


.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}


.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}


.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}


.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}


.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}


.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}


.ui-icon-arrowthick-1-n {
	background-position: 1px -48px;
}


.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}


.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}


.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}


.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}


.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}


.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}


.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}


.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}


.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}


.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}


.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}


.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}


.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}


.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}


.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}


.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}


.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}


.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}


.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}


.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}


.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}


.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}


.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}


.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}


.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}


.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}


.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}


.ui-icon-arrow-4 {
	background-position: 0 -80px;
}


.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}


.ui-icon-extlink {
	background-position: -32px -80px;
}


.ui-icon-newwin {
	background-position: -48px -80px;
}


.ui-icon-refresh {
	background-position: -64px -80px;
}


.ui-icon-shuffle {
	background-position: -80px -80px;
}


.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}


.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}


.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}


.ui-icon-folder-open {
	background-position: -16px -96px;
}


.ui-icon-document {
	background-position: -32px -96px;
}


.ui-icon-document-b {
	background-position: -48px -96px;
}


.ui-icon-note {
	background-position: -64px -96px;
}


.ui-icon-mail-closed {
	background-position: -80px -96px;
}


.ui-icon-mail-open {
	background-position: -96px -96px;
}


.ui-icon-suitcase {
	background-position: -112px -96px;
}


.ui-icon-comment {
	background-position: -128px -96px;
}


.ui-icon-person {
	background-position: -144px -96px;
}


.ui-icon-print {
	background-position: -160px -96px;
}


.ui-icon-trash {
	background-position: -176px -96px;
}


.ui-icon-locked {
	background-position: -192px -96px;
}


.ui-icon-unlocked {
	background-position: -208px -96px;
}


.ui-icon-bookmark {
	background-position: -224px -96px;
}


.ui-icon-tag {
	background-position: -240px -96px;
}


.ui-icon-home {
	background-position: 0 -112px;
}


.ui-icon-flag {
	background-position: -16px -112px;
}


.ui-icon-calendar {
	background-position: -32px -112px;
}


.ui-icon-cart {
	background-position: -48px -112px;
}


.ui-icon-pencil {
	background-position: -64px -112px;
}


.ui-icon-clock {
	background-position: -80px -112px;
}


.ui-icon-disk {
	background-position: -96px -112px;
}


.ui-icon-calculator {
	background-position: -112px -112px;
}


.ui-icon-zoomin {
	background-position: -128px -112px;
}


.ui-icon-zoomout {
	background-position: -144px -112px;
}


.ui-icon-search {
	background-position: -160px -112px;
}


.ui-icon-wrench {
	background-position: -176px -112px;
}


.ui-icon-gear {
	background-position: -192px -112px;
}


.ui-icon-heart {
	background-position: -208px -112px;
}


.ui-icon-star {
	background-position: -224px -112px;
}


.ui-icon-link {
	background-position: -240px -112px;
}


.ui-icon-cancel {
	background-position: 0 -128px;
}


.ui-icon-plus {
	background-position: -16px -128px;
}


.ui-icon-plusthick {
	background-position: -32px -128px;
}


.ui-icon-minus {
	background-position: -48px -128px;
}


.ui-icon-minusthick {
	background-position: -64px -128px;
}


.ui-icon-close {
	background-position: -80px -128px;
}


.ui-icon-closethick {
	background-position: -96px -128px;
}


.ui-icon-key {
	background-position: -112px -128px;
}


.ui-icon-lightbulb {
	background-position: -128px -128px;
}


.ui-icon-scissors {
	background-position: -144px -128px;
}


.ui-icon-clipboard {
	background-position: -160px -128px;
}


.ui-icon-copy {
	background-position: -176px -128px;
}


.ui-icon-contact {
	background-position: -192px -128px;
}


.ui-icon-image {
	background-position: -208px -128px;
}


.ui-icon-video {
	background-position: -224px -128px;
}


.ui-icon-script {
	background-position: -240px -128px;
}


.ui-icon-alert {
	background-position: 0 -144px;
}


.ui-icon-info {
	background-position: -16px -144px;
}


.ui-icon-notice {
	background-position: -32px -144px;
}


.ui-icon-help {
	background-position: -48px -144px;
}


.ui-icon-check {
	background-position: -64px -144px;
}


.ui-icon-bullet {
	background-position: -80px -144px;
}


.ui-icon-radio-on {
	background-position: -96px -144px;
}


.ui-icon-radio-off {
	background-position: -112px -144px;
}


.ui-icon-pin-w {
	background-position: -128px -144px;
}


.ui-icon-pin-s {
	background-position: -144px -144px;
}


.ui-icon-play {
	background-position: 0 -160px;
}


.ui-icon-pause {
	background-position: -16px -160px;
}


.ui-icon-seek-next {
	background-position: -32px -160px;
}


.ui-icon-seek-prev {
	background-position: -48px -160px;
}


.ui-icon-seek-end {
	background-position: -64px -160px;
}


.ui-icon-seek-start {
	background-position: -80px -160px;
}


/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
	background-position: -80px -160px;
}


.ui-icon-stop {
	background-position: -96px -160px;
}


.ui-icon-eject {
	background-position: -112px -160px;
}


.ui-icon-volume-off {
	background-position: -128px -160px;
}


.ui-icon-volume-on {
	background-position: -144px -160px;
}


.ui-icon-power {
	background-position: 0 -176px;
}


.ui-icon-signal-diag {
	background-position: -16px -176px;
}


.ui-icon-signal {
	background-position: -32px -176px;
}


.ui-icon-battery-0 {
	background-position: -48px -176px;
}


.ui-icon-battery-1 {
	background-position: -64px -176px;
}


.ui-icon-battery-2 {
	background-position: -80px -176px;
}


.ui-icon-battery-3 {
	background-position: -96px -176px;
}


.ui-icon-circle-plus {
	background-position: 0 -192px;
}


.ui-icon-circle-minus {
	background-position: -16px -192px;
}


.ui-icon-circle-close {
	background-position: -32px -192px;
}


.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}


.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}


.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}


.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}


.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}


.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}


.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}


.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}


.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}


.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}


.ui-icon-circle-check {
	background-position: -208px -192px;
}


.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}


.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}


.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}


.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}


.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}


.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}


.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}


.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}


.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}


.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}


.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}


.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}


.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}


.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}


.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}


/* Overlays */

.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .003;
	filter: Alpha(Opacity=0.3);
	/* support: IE8 */
}


.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}


/* ---------------------------
 * jquery_custom
--------------------------- */

.ui-corner-tl,
.ui-corner-tr,
.ui-corner-bl,
.ui-corner-br,
.ui-corner-top,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-left,
.ui-corner-all {
	border-radius: 0;
}

.ui-widget {
	font-size: 1em;
}

.ui-widget-overlay {
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	filter: alpha(opacity=55);
	opacity: 0.55;
}

.ui-widget-header {
	border: none;
	color: #000;
	height: auto;
}

.ui-accordion .ui-accordion-header {
	font-size: inherit;
}

.ui-dialog {
	padding: 0;
	border: 1px solid #000;
	position: fixed;
}

.ui-dialog.ui-widget.ui-widget-content {
	border-color: #000;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 0 0 5px;
	background: #222 url(../img/modal_header_bg_sd.gif) repeat-x 0 100%;
	position: relative;
	text-align: left;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
	margin: 0;
	padding: 25px 35px 20px 70px;
	font-weight: bold;
	color: #fefefe;
	font-size: 1.25em;
	float: none;
	display: block;
	background: #222 url(../img/modal_header_bg.jpg) no-repeat;
	background-position: 0 -600px;
	width: auto;
}

.ui-dialog .ui-dialog-titlebar-close {
	display: none;
}

.ui-dialog .ui-dialog-content {
	margin: 20px 30px 0;
	padding: 15px 10px 20px 10px;
	background: #fff;
	width: auto !important;
	text-align: left;
	line-height: 1.6;
	clear: both;
}

.ui-dialog .ui-dialog-buttonpane {
	margin: 0;
	background: #efefef;
	padding: 5px;
	border-color: #ddd;
	border: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
	text-align: center;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: 5px 5px 7px;
	background: url(../img/close.png) no-repeat;
	border: 0px none;
	width: 141px;
	height: 27px;
}

.ui-dialog .ui-dialog-buttonset .ui-state-default {
	border: 0 none;
	color: #fff;
	font-weight: bold;
}

.ui-dialog .ui-dialog-buttonset button {
	text-indent: -99999px;
}

.ui-dialog .ui-dialog-buttonset button:hover {
	background-position: -150px 0;
}

.ui-dialog .ui-dialog-buttonset button:active,
.ui-dialog .ui-dialog-buttonset button:focus {
	border: 0 none;
}

.ui-dialog .ui-resizable-se {
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px;
}

.ui-dialog .ui-icon-gripsmall-diagonal-se {
	background-position: -80px -224px;
}

.ui-helper-reset {
	font-size: inherit;
}


/* ---------------------------
 * Base
--------------------------- */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


html {
	overflow-y: scroll;
	font-size: 12.8px;
}


body {
	color: #000;
	font-style: normal;
	font-weight: normal;
	background: #fff;
}

body.c2style #documentBody {
	background: url(../img/c2_bg.png) repeat-y 50% 0;
	min-height: 100vh;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}


h1 {
	font-size: 1.3rem;
}


h2 {
	font-size: 1.2rem;
}


h3 {
	font-size: 1.15rem;
}


h4 {
	font-size: 1.0rem;
}


h5 {
	font-size: 1.0rem;
}


h6 {
	font-size: 1.0rem;
}


p {
	margin: 0 0 0.8rem 0;
}


strong,
b {
	font-weight: bold;
}


hr.separator {
	display: none;
}


em,
i,
address {
	font-style: normal;
}


a,
button {
	outline: none;
}


a img {
	border: 0 none;
}

a:link,
a:visited {
	color: #0000ef;
}

a:hover {
	color: #fff;
	background-color: #007da8;
}

a.QaPrint:hover,
a.dialog_link:hover {
	background-color: inherit;
	color: inherit;
}


.pegeBreak {
	display: none;
}


/*--------------------------------------------------------------
draft
--------------------------------------------------------------*/

html[data-draft="true"] body {
	position: relative;
}

html[data-draft="true"] body::after,
html[data-draft="true"] body #draft {
	background: url(../img/draft.png);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	content: '';
	font-size: 7rem;
	color: #777;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
	opacity: 0.5;
	pointer-events: none;
}


#contents [data-rel="false"],
#globalNavi [data-rel="false"],
#leftNavi [data-rel="false"],
.container [data-rel="false"] {
	background-color: #f00;
	color: #fff;
}

#contents [data-rel="false"].CrossReference,
#globalNavi [data-rel="false"].CrossReference,
#leftNavi [data-rel="false"].CrossReference,
.container [data-rel="false"].CrossReference {
	background-color: #f00;
	color: #fff;
}

#contents [data-rel="false"].dialog_link,
#globalNavi [data-rel="false"].dialog_link,
#leftNavi [data-rel="false"].dialog_link,
.container [data-rel="false"].dialog_link {
	position: relative;
}

#contents [data-rel="false"].dialog_link::after,
#globalNavi [data-rel="false"].dialog_link::after,
#leftNavi [data-rel="false"].dialog_link::after,
.container [data-rel="false"].dialog_link::after {
	padding: .1rem .5rem;
	background-color: rgba(255, 0, 0, 0.5);
	color: #fff;
	text-indent: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	content: 'Not Found';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}


div.noimage {
	margin: auto;
	background: #eee;
	border: 10px solid #d3d3d3;
	border-radius: 15px;
	width: 40vw;
	max-width: 500px;
	height: 200px;
}

div.noimage:before {
	content: 'No Image';
	margin-top: 60px;
	font-size: 3rem;
	width: 40vw;
	max-width: 500px;
	height: 200px;
	display: block;
	text-align: center;
	color: #aaa;
	font-weight: bold;
	font-family: sans-serif;
}


span.noimage {
	background-color: #808080;
	width: 6rem;
	height: 2rem;
	display: inline-block;
	position: relative;
}

span.noimage:before {
	content: "No Image";
	/*padding-top: 1rem;*/
	text-align: center;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 4px;
	left: 10px;
}


/* -------------------------
 * kmsymbl
-------------------------- */

@font-face {
	font-family: "kmsymbol";
	src: url("../fonts/KM-Symbolnew.eot?") format("eot"), url("../fonts/KM-Symbolnew.woff") format("woff"), url("../fonts/KM-Symbolnew.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.kmsymbol {
	font-family: "kmsymbol";
	font-size: 1.05em;
}

.kmsymbol[data-charcode="0021"]:before {
	content: "\0021";
}

.kmsymbol[data-charcode="0022"]:before {
	content: "\0022";
}

.kmsymbol[data-charcode="0023"]:before {
	content: "\0023";
}

.kmsymbol[data-charcode="0024"]:before {
	content: "\0024";
}

.kmsymbol[data-charcode="0025"]:before {
	content: "\0025";
}

.kmsymbol[data-charcode="0026"]:before {
	content: "\0026";
}

.kmsymbol[data-charcode="0027"]:before {
	content: "\0027";
}

.kmsymbol[data-charcode="0028"]:before {
	content: "\0028";
}

.kmsymbol[data-charcode="0029"]:before {
	content: "\0029";
}

.kmsymbol[data-charcode="002A"]:before {
	content: "\002A";
}

.kmsymbol[data-charcode="002B"]:before {
	content: "\002B";
}

.kmsymbol[data-charcode="002C"]:before {
	content: "\002C";
}

.kmsymbol[data-charcode="002D"]:before {
	content: "\002D";
}

.kmsymbol[data-charcode="002E"]:before {
	content: "\002E";
}

.kmsymbol[data-charcode="002F"]:before {
	content: "\002F";
}

.kmsymbol[data-charcode="0030"]:before {
	content: "\0030";
}

.kmsymbol[data-charcode="0031"]:before {
	content: "\0031";
}

.kmsymbol[data-charcode="0032"]:before {
	content: "\0032";
}

.kmsymbol[data-charcode="0033"]:before {
	content: "\0033";
}

.kmsymbol[data-charcode="0034"]:before {
	content: "\0034";
}

.kmsymbol[data-charcode="0035"]:before {
	content: "\0035";
}

.kmsymbol[data-charcode="0036"]:before {
	content: "\0036";
}

.kmsymbol[data-charcode="0037"]:before {
	content: "\0037";
}

.kmsymbol[data-charcode="0038"]:before {
	content: "\0038";
}

.kmsymbol[data-charcode="0039"]:before {
	content: "\0039";
}

.kmsymbol[data-charcode="003A"]:before {
	content: "\003A";
}

.kmsymbol[data-charcode="003B"]:before {
	content: "\003B";
}

.kmsymbol[data-charcode="003C"]:before {
	content: "\003C";
}

.kmsymbol[data-charcode="003D"]:before {
	content: "\003D";
}

.kmsymbol[data-charcode="003E"]:before {
	content: "\003E";
}

.kmsymbol[data-charcode="003F"]:before {
	content: "\003F";
}

.kmsymbol[data-charcode="0040"]:before {
	content: "\0040";
}

.kmsymbol[data-charcode="0041"]:before {
	content: "\0041";
}

.kmsymbol[data-charcode="0042"]:before {
	content: "\0042";
}

.kmsymbol[data-charcode="0043"]:before {
	content: "\0043";
}

.kmsymbol[data-charcode="0044"]:before {
	content: "\0044";
}

.kmsymbol[data-charcode="0045"]:before {
	content: "\0045";
}

.kmsymbol[data-charcode="0046"]:before {
	content: "\0046";
}

.kmsymbol[data-charcode="0047"]:before {
	content: "\0047";
}

.kmsymbol[data-charcode="0048"]:before {
	content: "\0048";
}

.kmsymbol[data-charcode="0049"]:before {
	content: "\0049";
}

.kmsymbol[data-charcode="004A"]:before {
	content: "\004A";
}

.kmsymbol[data-charcode="004B"]:before {
	content: "\004B";
}

.kmsymbol[data-charcode="004C"]:before {
	content: "\004C";
}

.kmsymbol[data-charcode="004D"]:before {
	content: "\004D";
}

.kmsymbol[data-charcode="004E"]:before {
	content: "\004E";
}

.kmsymbol[data-charcode="004F"]:before {
	content: "\004F";
}

.kmsymbol[data-charcode="0050"]:before {
	content: "\0050";
}

.kmsymbol[data-charcode="0051"]:before {
	content: "\0051";
}

.kmsymbol[data-charcode="0052"]:before {
	content: "\0052";
}

.kmsymbol[data-charcode="0053"]:before {
	content: "\0053";
}

.kmsymbol[data-charcode="0054"]:before {
	content: "\0054";
}

.kmsymbol[data-charcode="0055"]:before {
	content: "\0055";
}

.kmsymbol[data-charcode="0056"]:before {
	content: "\0056";
}

.kmsymbol[data-charcode="0057"]:before {
	content: "\0057";
}

.kmsymbol[data-charcode="0058"]:before {
	content: "\0058";
}

.kmsymbol[data-charcode="0059"]:before {
	content: "\0059";
}

.kmsymbol[data-charcode="005A"]:before {
	content: "\005A";
}

.kmsymbol[data-charcode="005B"]:before {
	content: "\005B";
}

.kmsymbol[data-charcode="005C"]:before {
	content: "\005C";
}

.kmsymbol[data-charcode="005D"]:before {
	content: "\005D";
}

.kmsymbol[data-charcode="005E"]:before {
	content: "\005E";
}

.kmsymbol[data-charcode="005F"]:before {
	content: "\005F";
}

.kmsymbol[data-charcode="0060"]:before {
	content: "\0060";
}

.kmsymbol[data-charcode="0061"]:before {
	content: "\0061";
}

.kmsymbol[data-charcode="0062"]:before {
	content: "\0062";
}

.kmsymbol[data-charcode="0063"]:before {
	content: "\0063";
}

.kmsymbol[data-charcode="0064"]:before {
	content: "\0064";
}

.kmsymbol[data-charcode="0065"]:before {
	content: "\0065";
}

.kmsymbol[data-charcode="0066"]:before {
	content: "\0066";
}

.kmsymbol[data-charcode="0067"]:before {
	content: "\0067";
}

.kmsymbol[data-charcode="0068"]:before {
	content: "\0068";
}

.kmsymbol[data-charcode="0069"]:before {
	content: "\0069";
}

.kmsymbol[data-charcode="006A"]:before {
	content: "\006A";
}

.kmsymbol[data-charcode="006B"]:before {
	content: "\006B";
}

.kmsymbol[data-charcode="006C"]:before {
	content: "\006C";
}

.kmsymbol[data-charcode="006D"]:before {
	content: "\006D";
}

.kmsymbol[data-charcode="006E"]:before {
	content: "\006E";
}

.kmsymbol[data-charcode="006F"]:before {
	content: "\006F";
}

.kmsymbol[data-charcode="0070"]:before {
	content: "\0070";
}

.kmsymbol[data-charcode="0071"]:before {
	content: "\0071";
}

.kmsymbol[data-charcode="0072"]:before {
	content: "\0072";
}

.kmsymbol[data-charcode="0073"]:before {
	content: "\0073";
}

.kmsymbol[data-charcode="0074"]:before {
	content: "\0074";
}

.kmsymbol[data-charcode="0075"]:before {
	content: "\0075";
}

.kmsymbol[data-charcode="0076"]:before {
	content: "\0076";
}

.kmsymbol[data-charcode="0077"]:before {
	content: "\0077";
}

.kmsymbol[data-charcode="0078"]:before {
	content: "\0078";
}

.kmsymbol[data-charcode="0079"]:before {
	content: "\0079";
}

.kmsymbol[data-charcode="007A"]:before {
	content: "\007A";
}

.kmsymbol[data-charcode="007B"]:before {
	content: "\007B";
}

.kmsymbol[data-charcode="007C"]:before {
	content: "\007C";
}

.kmsymbol[data-charcode="007D"]:before {
	content: "\007D";
}

.kmsymbol[data-charcode="007E"]:before {
	content: "\007E";
}

.kmsymbol[data-charcode="00A1"]:before {
	content: "\00A1";
}

.kmsymbol[data-charcode="00A2"]:before {
	content: "\00A2";
}

.kmsymbol[data-charcode="00A3"]:before {
	content: "\00A3";
}

.kmsymbol[data-charcode="00A4"]:before {
	content: "\00A4";
}

.kmsymbol[data-charcode="00A5"]:before {
	content: "\00A5";
}

.kmsymbol[data-charcode="00A6"]:before {
	content: "\00A6";
}

.kmsymbol[data-charcode="00A7"]:before {
	content: "\00A7";
}

.kmsymbol[data-charcode="00A8"]:before {
	content: "\00A8";
}

.kmsymbol[data-charcode="00A9"]:before {
	content: "\00A9";
}

.kmsymbol[data-charcode="00AA"]:before {
	content: "\00AA";
}

.kmsymbol[data-charcode="00AB"]:before {
	content: "\00AB";
}

.kmsymbol[data-charcode="00AC"]:before {
	content: "\00AC";
}

.kmsymbol[data-charcode="00AD"]:before {
	content: "\00AD";
}

.kmsymbol[data-charcode="00AE"]:before {
	content: "\00AE";
}

.kmsymbol[data-charcode="00AF"]:before {
	content: "\00AF";
}

.kmsymbol[data-charcode="00B0"]:before {
	content: "\00B0";
}

.kmsymbol[data-charcode="00B1"]:before {
	content: "\00B1";
}

.kmsymbol[data-charcode="00B2"]:before {
	content: "\00B2";
}

.kmsymbol[data-charcode="00B3"]:before {
	content: "\00B3";
}

.kmsymbol[data-charcode="00B4"]:before {
	content: "\00B4";
}

.kmsymbol[data-charcode="00B5"]:before {
	content: "\00B5";
}

.kmsymbol[data-charcode="00B6"]:before {
	content: "\00B6";
}

.kmsymbol[data-charcode="00B7"]:before {
	content: "\00B7";
}

.kmsymbol[data-charcode="00B8"]:before {
	content: "\00B8";
}

.kmsymbol[data-charcode="00B9"]:before {
	content: "\00B9";
}

.kmsymbol[data-charcode="00BA"]:before {
	content: "\00BA";
}

.kmsymbol[data-charcode="00BB"]:before {
	content: "\00BB";
}

.kmsymbol[data-charcode="00BC"]:before {
	content: "\00BC";
}

.kmsymbol[data-charcode="00BD"]:before {
	content: "\00BD";
}

.kmsymbol[data-charcode="00BE"]:before {
	content: "\00BE";
}

.kmsymbol[data-charcode="00BF"]:before {
	content: "\00BF";
}

.kmsymbol[data-charcode="00C0"]:before {
	content: "\00C0";
}

.kmsymbol[data-charcode="00C1"]:before {
	content: "\00C1";
}

.kmsymbol[data-charcode="00C2"]:before {
	content: "\00C2";
}

.kmsymbol[data-charcode="00C3"]:before {
	content: "\00C3";
}

.kmsymbol[data-charcode="00C4"]:before {
	content: "\00C4";
}

.kmsymbol[data-charcode="00C5"]:before {
	content: "\00C5";
}

.kmsymbol[data-charcode="00C6"]:before {
	content: "\00C6";
}

.kmsymbol[data-charcode="00C7"]:before {
	content: "\00C7";
}

.kmsymbol[data-charcode="00C8"]:before {
	content: "\00C8";
}

.kmsymbol[data-charcode="00C9"]:before {
	content: "\00C9";
}

.kmsymbol[data-charcode="00CA"]:before {
	content: "\00CA";
}

.kmsymbol[data-charcode="00CB"]:before {
	content: "\00CB";
}

.kmsymbol[data-charcode="00CC"]:before {
	content: "\00CC";
}

.kmsymbol[data-charcode="00CD"]:before {
	content: "\00CD";
}

.kmsymbol[data-charcode="00CE"]:before {
	content: "\00CE";
}

.kmsymbol[data-charcode="00CF"]:before {
	content: "\00CF";
}

.kmsymbol[data-charcode="00D0"]:before {
	content: "\00D0";
}

.kmsymbol[data-charcode="00D1"]:before {
	content: "\00D1";
}

.kmsymbol[data-charcode="00D2"]:before {
	content: "\00D2";
}

.kmsymbol[data-charcode="00D3"]:before {
	content: "\00D3";
}

.kmsymbol[data-charcode="00D4"]:before {
	content: "\00D4";
}

.kmsymbol[data-charcode="00D5"]:before {
	content: "\00D5";
}

.kmsymbol[data-charcode="00D6"]:before {
	content: "\00D6";
}

.kmsymbol[data-charcode="00D7"]:before {
	content: "\00D7";
}

.kmsymbol[data-charcode="00D8"]:before {
	content: "\00D8";
}

.kmsymbol[data-charcode="00D9"]:before {
	content: "\00D9";
}

.kmsymbol[data-charcode="00DA"]:before {
	content: "\00DA";
}

.kmsymbol[data-charcode="00DB"]:before {
	content: "\00DB";
}

.kmsymbol[data-charcode="00DC"]:before {
	content: "\00DC";
}

.kmsymbol[data-charcode="00DD"]:before {
	content: "\00DD";
}

.kmsymbol[data-charcode="00DE"]:before {
	content: "\00DE";
}

.kmsymbol[data-charcode="00DF"]:before {
	content: "\00DF";
}

.kmsymbol[data-charcode="00E0"]:before {
	content: "\00E0";
}

.kmsymbol[data-charcode="00E1"]:before {
	content: "\00E1";
}

.kmsymbol[data-charcode="00E2"]:before {
	content: "\00E2";
}

.kmsymbol[data-charcode="00E3"]:before {
	content: "\00E3";
}

.kmsymbol[data-charcode="00E4"]:before {
	content: "\00E4";
}

.kmsymbol[data-charcode="00E5"]:before {
	content: "\00E5";
}

.kmsymbol[data-charcode="00E6"]:before {
	content: "\00E6";
}

.kmsymbol[data-charcode="00E7"]:before {
	content: "\00E7";
}

.kmsymbol[data-charcode="00E8"]:before {
	content: "\00E8";
}

.kmsymbol[data-charcode="00E9"]:before {
	content: "\00E9";
}

.kmsymbol[data-charcode="00EA"]:before {
	content: "\00EA";
}

.kmsymbol[data-charcode="00EB"]:before {
	content: "\00EB";
}

.kmsymbol[data-charcode="00EC"]:before {
	content: "\00EC";
}

.kmsymbol[data-charcode="00ED"]:before {
	content: "\00ED";
}

.kmsymbol[data-charcode="00EE"]:before {
	content: "\00EE";
}

.kmsymbol[data-charcode="00EF"]:before {
	content: "\00EF";
}

.kmsymbol[data-charcode="00F0"]:before {
	content: "\00F0";
}

.kmsymbol[data-charcode="00F1"]:before {
	content: "\00F1";
}

.kmsymbol[data-charcode="00F2"]:before {
	content: "\00F2";
}

.kmsymbol[data-charcode="00F3"]:before {
	content: "\00F3";
}

.kmsymbol[data-charcode="00F4"]:before {
	content: "\00F4";
}

.kmsymbol[data-charcode="00F5"]:before {
	content: "\00F5";
}

.kmsymbol[data-charcode="00F6"]:before {
	content: "\00F6";
}

.kmsymbol[data-charcode="00F9"]:before {
	content: "\00F9";
}

.kmsymbol[data-charcode="00FA"]:before {
	content: "\00FA";
}

.kmsymbol[data-charcode="00FB"]:before {
	content: "\00FB";
}

.kmsymbol[data-charcode="00FC"]:before {
	content: "\00FC";
}

.kmsymbol[data-charcode="00FD"]:before {
	content: "\00FD";
}

.kmsymbol[data-charcode="00FE"]:before {
	content: "\00FE";
}

.kmsymbol[data-charcode="00FF"]:before {
	content: "\00FF";
}

.kmsymbol[data-charcode="0152"]:before {
	content: "\0152";
}

.kmsymbol[data-charcode="0153"]:before {
	content: "\0153";
}

.kmsymbol[data-charcode="0160"]:before {
	content: "\0160";
}

.kmsymbol[data-charcode="0161"]:before {
	content: "\0161";
}

.kmsymbol[data-charcode="0192"]:before {
	content: "\0192";
}

.kmsymbol[data-charcode="02C6"]:before {
	content: "\02C6";
}

.kmsymbol[data-charcode="02DC"]:before {
	content: "\02DC";
}

.kmsymbol[data-charcode="2013"]:before {
	content: "\2013";
}

.kmsymbol[data-charcode="2014"]:before {
	content: "\2014";
}

.kmsymbol[data-charcode="2018"]:before {
	content: "\2018";
}

.kmsymbol[data-charcode="2019"]:before {
	content: "\2019";
}

.kmsymbol[data-charcode="201A"]:before {
	content: "\201A";
}

.kmsymbol[data-charcode="201C"]:before {
	content: "\201C";
}

.kmsymbol[data-charcode="201D"]:before {
	content: "\201D";
}

.kmsymbol[data-charcode="201E"]:before {
	content: "\201E";
}

.kmsymbol[data-charcode="2020"]:before {
	content: "\2020";
}

.kmsymbol[data-charcode="2021"]:before {
	content: "\2021";
}

.kmsymbol[data-charcode="2022"]:before {
	content: "\2022";
}

.kmsymbol[data-charcode="2026"]:before {
	content: "\2026";
}

.kmsymbol[data-charcode="2030"]:before {
	content: "\2030";
}

.kmsymbol[data-charcode="2039"]:before {
	content: "\2039";
}

.kmsymbol[data-charcode="203A"]:before {
	content: "\203A";
}

.kmsymbol[data-charcode="20AC"]:before {
	content: "\20AC";
}

.kmsymbol[data-charcode="2122"]:before {
	content: "\2122";
}

.kmsymbol[data-charcode="2219"]:before {
	content: "\2219";
}


/* ---------------------------
 * layout
--------------------------- */

body {
	margin: 0;
	padding: 0;
	text-align: center;
}


#header:after,
#contents:after,
#c2style:after {
	content: "";
	display: table;
	clear: both;
}


#documentBody {
	margin: 0 auto;
	padding: 0 0px 0 0px;
	background-color: #fff;
	width: 1000px;
	text-align: left;
	position: relative;
}


#header {
	position: relative;
	height: 108px !important;
}


#navigation {
	position: absolute;
	top: 65px;
}


#c2style #leftNavi {
	width: 360px;
	float: left;
}

#c2style #container {
	float: right;
	width: 630px;
}


#c1style {
	position: relative;
}

#c1style #leftNavi {
	width: 360px;
}

#c1style #container {
	padding: 35px 0 0;
}


/* ---------------------------
 * header
--------------------------- */

#header {
	padding: 0;
	background: #0a0a0a url(../img/header_title.gif) no-repeat;
}

#header #title {
	padding: 15px 0 0 155px;
	width: 450px;
}

#header #title #ugtitle {
	display: none;
}

#header #title .modelname {
	height: 30px;
}

#header #search {
	position: absolute;
	top: 12px;
	left: 618px;
}

#header #search .searchForm label {
	display: none;
}

#header #search .searchForm #searchKey {
	padding: 2px 2px 0 2px;
	background: #fff;
	border: 2px solid #fff;
	width: 278px;
	height: 25px;
	font-size: 0.9em;
	color: #999;
	line-height: 1.35em;
}

#header #search .searchForm #searchKey.keyIn {
	color: #000;
}

#header #search .searchForm #searchBtn {
	margin: 0 0 0 10px;
	width: 79px;
	height: 26px;
	background: url(../img/search_submit.png) no-repeat;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

#header #search .searchForm #searchBtn:hover,
#header #search .searchForm #searchBtn.hover {
	background-position: 0 -30px;
}

#header #search .searchForm #searchSubmit {
	display: none;
}

#header #search .searchOption {
	margin-top: 3px;
	font-size: 0.85938rem;
}

#header #search .searchOption label {
	display: inline-block;
	color: #fff;
	white-space: nowrap;
}

#header #search .searchOption label.option-zenHan {
	display: none;
}

[lang="ja"] #header #search .searchOption label.option-zenHan,
[lang^="ja-"] #header #search .searchOption label.option-zenHan {
	display: inline-block;
}

#header #search .searchOption label.hide {
	display: none;
	color: #888;
}

#header #search .searchOption label + label {
	margin-left: 5px;
}

#header #search .searchOption label input {
	margin-right: 4px;
	vertical-align: middle;
}


/* ---------------------------
 * footer
--------------------------- */

#footer {
	margin: 0;
	padding: 0 0 0 370px;
	clear: both;
	font-size: 11px;
	line-height: 20px;
	background: #fff url(../img/footer_bg.png) repeat-y;
}

#footer address {
	margin: 0;
}

body.c1style #footer {
	padding-left: 30px;
	background-image: none;
}


/* ---------------------------
 * navi
--------------------------- */

#globalNavi a:visited,
#leftNavi a:visited {
	color: #801882;
}


/*
 * #globalNavi
 */

#globalNavi {
	padding: 0 10px;
}

#globalNavi:after {
	content: "";
	display: table;
	clear: both;
}

#globalNavi #gnavi1_list,
#globalNavi #gnavi2_list,
#globalNavi #gnavi3_list,
#globalNavi #gnavi4_list {
	left: -80px;
}

#globalNavi #gnavi5_list {
	left: -140px;
}

#globalNavi ul li {
	margin: 0 0 0 10px;
	float: left;
	list-style: none;
	position: relative;
}

#globalNavi ul li li {
	float: none;
}

#globalNavi ul li.navi0 {
	margin: 0;
}

#globalNavi ul li.open .naviList {
	display: block;
}

#globalNavi ul li h3 span {
	width: 155px;
	height: 36px;
	background: url(../img/global_navi.png) no-repeat;
	text-indent: -99999px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

#globalNavi ul li h3 span a {
	width: 158px;
	height: 38px;
	display: block;
	background: none;
}

#globalNavi ul li h3 span a a {
	width: auto;
	height: auto;
	display: inline;
}

#globalNavi ul li.navi0 h3 span {
	background-position: 0px 0;
}

#globalNavi ul li.navi0 h3 span:hover {
	background-position: 0px -40px;
}

#globalNavi ul li.navi0.open h3 span {
	background-position: 0px -40px;
}

#globalNavi ul li.navi0.active h3 span {
	background-position: 0px -80px;
}

#globalNavi ul li.navi1 h3 span {
	background-position: -165px 0;
}

#globalNavi ul li.navi1 h3 span:hover {
	background-position: -165px -40px;
}

#globalNavi ul li.navi1.open h3 span {
	background-position: -165px -40px;
}

#globalNavi ul li.navi1.active h3 span {
	background-position: -165px -80px;
}

#globalNavi ul li.navi2 h3 span {
	background-position: -330px 0;
}

#globalNavi ul li.navi2 h3 span:hover {
	background-position: -330px -40px;
}

#globalNavi ul li.navi2.open h3 span {
	background-position: -330px -40px;
}

#globalNavi ul li.navi2.active h3 span {
	background-position: -330px -80px;
}

#globalNavi ul li.navi3 h3 span {
	background-position: -495px 0;
}

#globalNavi ul li.navi3 h3 span:hover {
	background-position: -495px -40px;
}

#globalNavi ul li.navi3.open h3 span {
	background-position: -495px -40px;
}

#globalNavi ul li.navi3.active h3 span {
	background-position: -495px -80px;
}

#globalNavi ul li.navi4 h3 span {
	background-position: -660px 0;
}

#globalNavi ul li.navi4 h3 span:hover {
	background-position: -660px -40px;
}

#globalNavi ul li.navi4.open h3 span {
	background-position: -660px -40px;
}

#globalNavi ul li.navi4.active h3 span {
	background-position: -660px -80px;
}

#globalNavi ul li.navi5 h3 span {
	background-position: -825px 0;
}

#globalNavi ul li.navi5 h3 span:hover {
	background-position: -825px -40px;
}

#globalNavi ul li.navi5.open h3 span {
	background-position: -825px -40px;
}

#globalNavi ul li.navi5.active h3 span {
	background-position: -825px -80px;
}

#globalNavi ul li .naviList {
	padding: 0;
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #09588b;
	box-shadow: 0 4px 15px 3px rgba(0, 0, 0, 0.2);
	width: 300px;
	line-height: 1.5;
	z-index: 501;
}

#globalNavi ul li .naviList h4 span {
	display: block;
	padding: 5px 8px 0;
	background: #dcdcdc;
	font-size: 1.1em;
}

#globalNavi ul li .naviList ul {
	padding: 0px;
}

#globalNavi ul li .naviList ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #efefef;
	line-height: 1.3;
	font-weight: bold;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bebebe;
}

#globalNavi ul li .naviList ul li a {
	margin: 0 0 0 0px;
	padding: 5px 8px;
	font-weight: bold;
	font-size: 0.9em;
	display: block;
}

#globalNavi ul li .naviList ul li h5 a {
	padding-left: 14px;
}

#globalNavi ul li .naviList ul li h5 a:hover {
	color: #fff;
}


/*
 * #crombsNavi
 */

#crombsNavi {
	margin: 0;
	padding: 3px 18px 12px;
	background: #0a0a0a url(../img/crombs_bg.gif) no-repeat 0 100%;
	clear: both;
	font-size: 0.9em;
	color: #b4b4b4;
}

#crombsNavi span {
	padding: 0 0 0 18px;
	background: url(../img/crombs_arrow.gif) no-repeat 6px 50%;
	line-height: 17px;
}

#crombsNavi span.frist {
	padding: 0;
	background: none;
}

#crombsNavi span a {
	color: #fff;
}

#crombsNavi span a:hover {
	background: #007da8;
}


/*
 * #leftNavi
 */

#leftNavi {
	padding: 0 10px 0 0;
	background: #d9d9d9 url(../img/left_navi_shadow.gif) repeat-y 100% 0;
}

#leftNavi h3 {
	margin: 0;
	padding: 12px 10px 8px;
	background: #efefef;
	font-weight: bold;
	font-size: 1.05em;
	line-height: 1.2;
}

#leftNavi #naviTree {
	padding: 0 0 2px;
	overflow: auto;
	background: url(../img/tree_line.gif) repeat-x 0 100%;
}

#leftNavi .treeview .collapsable ul {
	display: block;
}

#leftNavi .treeview .expandable ul {
	display: none;
}

#leftNavi ul {
	padding: 0;
	background: #efefef;
	font-weight: bold;
}

#leftNavi ul ul {
	padding: 0 0 0 18px;
	/*An indent is stopped on ten classes.*/
}

#leftNavi ul ul ul ul ul ul ul ul ul ul {
	padding: 0 0 0 0px;
}

#leftNavi ul li {
	margin: 0;
	padding: 1px 0 0;
	list-style-type: none;
	background: url(../img/tree_line.gif) repeat-x;
	line-height: 1.3;
	font-weight: bold;
	font-size: 0.95em;
	display: block;
	clear: both;
}

#leftNavi ul li li {
	font-size: 1em;
}

#leftNavi ul li span {
	margin: 0 0 0 3px;
	padding: 0;
	display: block;
	cursor: default;
}

#leftNavi ul li span.opcl {
	margin: 0;
	padding: 6px 0 3px;
}

#leftNavi ul li span.opcl a {
	margin: -6px 0 -3px 19px;
	padding-left: 0px;
	background: none;
}

#leftNavi ul li span.kmsymbol {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

#leftNavi ul li a {
	margin: 0;
	padding: 5px 3px 4px 19px;
	display: block;
	background: url(../img/tree_icon.gif) no-repeat;
	background-position: -40px -40px;
	position: relative;
	min-height: 18px;
}

#leftNavi ul li a:link {
	cursor: pointer;
}

#leftNavi ul li a:hover {
	color: #fff;
}

#leftNavi ul li a.onlink {
	margin: 0;
	padding: 0 3px 0px 0px;
	background: none;
}

#leftNavi ul li.selectedList > span {
	background-color: #007da8;
	color: #fff;
}

#leftNavi ul li span:not(.opcl):hover,
#leftNavi ul li span.hover {
	background-color: #007da8;
	color: #fff;
}

#leftNavi ul li span:not(.opcl):hover a,
#leftNavi ul li span.hover a {
	color: #fff;
}

#leftNavi ul li span a.selected {
	color: #fff;
}

#leftNavi .treeview .hitarea {
	margin: 5.5px 3px 2px 4px;
	background: url(../img/tree_icon.gif) no-repeat -80px 0;
	height: 16px;
	width: 16px;
	float: left;
	cursor: pointer;
	display: inline-block;
}

#leftNavi .treeview .hitarea.collapsable-hitarea {
	background-position: -60px -20px;
}

#leftNavi .treeview .hitarea.hover {
	background-position: -20px -60px;
}

#leftNavi .treeview .hitarea.hover.collapsable-hitarea {
	background-position: 0 -80px;
}

#leftNavi .treeview .selectedList > .hitarea {
	background-position: -20px -60px;
}

#leftNavi .treeview .selectedList > .hitarea.collapsable-hitarea {
	background-position: 0 -80px;
}

#leftNavi #naviUtility {
	padding: 12px 6px 8px;
	background: #dcdcdc url(../img/tree_line.gif) repeat-x 0 0;
	font-size: 1px;
}

#leftNavi #naviUtility button {
	margin: 0 8px 0 0;
	background: url(../img/localnavi_control.png) no-repeat;
	width: 107px;
	height: 27px;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}

#leftNavi #naviUtility button#selectPrint {
	margin: 0;
}

#leftNavi #naviUtility button#CollapseAll {
	background-position: 0px 0;
}

#leftNavi #naviUtility button#CollapseAll:hover {
	background-position: 0px -30px;
}

#leftNavi #naviUtility button#CollapseAll[disabled] {
	background-position: 0px -60px;
	opacity: 1;
}

#leftNavi #naviUtility button#ExpandAll {
	background-position: -115px 0;
}

#leftNavi #naviUtility button#ExpandAll:hover {
	background-position: -115px -30px;
}

#leftNavi #naviUtility button#ExpandAll[disabled] {
	background-position: -115px -60px;
	opacity: 1;
}

#leftNavi #naviUtility button#selectPrint {
	background-position: -230px 0;
}

#leftNavi #naviUtility button#selectPrint:hover {
	background-position: -230px -30px;
}

#leftNavi #naviUtility button#selectPrint[disabled] {
	background-position: -230px -60px;
	opacity: 1;
}

#leftNavi span.toolTip {
	color: #000 !important;
	background: transparent !important;
}


/*
 * pageNavi
 */

.container .pageNavi {
	margin: -16px 0 0px;
	padding: 0 0 5px;
	background: #fff url(../img/page_navi_bg.gif) repeat-x 0 100%;
}

.ui-dialog-content .container .pageNavi {
	margin-bottom: 5px;
}

.container .pageNavi ul {
	margin: 0 !important;
	padding: 10px 0 6px;
	border: 1px solid #a4a4a4;
	border-width: 0 1px 1px;
}

.container .pageNavi ul li {
	margin: 0 10px 5px 23px;
	padding-left: 0;
	background: none;
	font-size: 0.9em;
	display: block;
	list-style-image: none !important;
	list-style-type: none !important;
}

.container .pageNavi ul li a:link,
.container .pageNavi ul li a:visited {
	padding: 3px 0 3px 18px;
	background-image: url(../img/anchor_list.png);
	background-repeat: no-repeat;
	background-position: -280px 0px;
}

.container .pageNavi ul li a:link:hover,
.container .pageNavi ul li a:visited:hover {
	background-position: -260px -20px;
}


/*
 * returnToTop
 */

#returnToTop {
	padding: 0;
	position: fixed;
	bottom: 0;
	text-align: right;
	width: 1027px;
	height: 0;
	z-index: 50;
}

#returnToTop span {
	background: url(../img/return_to_top.gif) no-repeat -91px 0px;
	display: inline-block;
	width: 27px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	top: -24px;
	right: 0;
}

#returnToTop span:hover {
	width: 118px;
	background-position: 0 -30px;
}

#returnToTop span:active {
	width: 118px;
	background-position: 0 -60px;
}


/* ---------------------------
 * contents
--------------------------- */

.toPrint {
	display: none;
}


.thisPrint {
	background: url(../img/print.png) no-repeat;
}

.thisPrint.Item {
	margin: 10px 0 0;
}

.thisPrint.Item button {
	background: url(../img/print.png) no-repeat 0px -30px;
	width: 140px;
	height: 27px;
	text-indent: -99999px;
	border: 0px none;
	float: right;
}

.thisPrint.Item button.hover {
	background-position: -150px -30px;
}


#thisPagePrint {
	margin: 0 0 10px -20px;
	padding: 5px 15px 5px 0;
	background: #adadb8 url(../img/this_page_print_bg.gif) repeat-y;
	text-align: right;
}

#thisPagePrint button {
	background: url(../img/print.png) no-repeat 0 -150px;
	height: 27px;
	width: 140px;
	border: none;
	text-indent: -99999px;
	cursor: pointer;
	text-align: left;
}

#thisPagePrint button:hover,
#thisPagePrint button.hover {
	background-position: -150px -150px;
}


.container .h1Headding {
	display: none;
}

.container .dialog_link,
.container .CrossReference {
	padding: 0;
	cursor: pointer;
	text-decoration: underline;
	color: #0000ef;
}

.container .dialog_link:before,
.container .CrossReference:before {
	margin: 0 2px;
	content: url(../img/dialog-icon.gif);
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 15px;
}

.container .dialog_link:hover,
.container .CrossReference:hover {
	color: #fff;
}

.container .dialog_link:hover:before,
.container .CrossReference:hover:before {
	content: url(../img/dialog-icon_on.gif);
}


.dialogContents h1,
.dialogContents .pageNavi {
	display: none;
}


.overlayOn {
	background-color: #1f1f1f !important;
}


#contents {
	margin: 0px 0 0;
	line-height: 1.6;
}

#contents #c2style {
	background: url(../img/c2_left_bg.png) repeat-y;
}

#contents #c2style .container {
	padding: 0 0 70px;
}


/*Tool Tip -------------------------------------------*/

span.toolTip,
span.Term {
	background: #d9ecff;
	font-weight: bold;
	color: #06c;
	cursor: help;
	display: inline !important;
}


.tipContents {
	width: 270px;
	font-weight: normal;
	position: absolute;
	z-index: 50;
	color: #000;
	display: none;
	border: 2px solid #62afff;
	background: #b5dbff url(../img/tip.gif) no-repeat 0 -10px;
	overflow: inherit;
	text-align: left;
}

.tipContents span {
	padding: 8px 10px !important;
	display: block !important;
	line-height: 1.2 !important;
	font-size: 12.8px !important;
}


/*Search keyword -------------------------------------------*/

.keyHighlight {
	background: #ff0;
	display: inline !important;
}

.FAction .keyHighlight {
	color: #00c;
}


#searchKeyInfo {
	margin: -32px 0 0;
	position: absolute;
	font-size: 0.8em;
}

#searchKeyInfo p {
	width: 450px;
	white-space: nowrap;
}

#searchKeyInfo p .t {
	display: inline-block;
}

#searchKeyInfo .keyHighlight span {
	margin: 0 0 -0.7em;
	padding: 2px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/* ---------------------------
 * page topic
--------------------------- */

.container h1 {
	margin: 0 0 10px;
	padding: 6px 15px 9px 15px;
	background: #fff url(../img/h1_bg.gif) no-repeat 100% 100%;
	line-height: 1.3;
}

.container h2 {
	margin: 10px 0;
	padding: 6px 15px 3px 28px;
	border: 1px solid #4d4d4d;
	background: #b5e3ff url(../img/h2_bg.gif) no-repeat 0 5px;
	line-height: 1.3;
}

.container h2.dialogH2 {
	margin: 0 0 10px;
	padding: 6px 15px 9px 15px;
	border: none;
	background: #fff url(../img/h1_bg.gif) no-repeat 100% 100%;
	line-height: 1.3;
}

.container h3 {
	margin: 10px 0;
	padding: 6px 5px 7px;
	background: url(../img/h3_bg.gif) repeat-x 0 100%;
	line-height: 1.3;
}

.container h4 {
	padding: 3px 0;
	line-height: 1.3;
	font-size: 1.05rem;
}

.container h5 {
	padding: 3px 0;
	line-height: 1.3;
}

.container h6 {
	padding: 3px 0;
	line-height: 1.3;
}

.container p {
	margin: 0 0 0.7em;
}

.container .Key {
	font-weight: bold;
}

.container .PARTS,
.container .PRODUCT,
.container .PATH,
.container .PASS {
	font-weight: bold;
}

.container .Highlight {
	font-weight: bold;
}

.container .kmsymbol img {
	vertical-align: middle;
}

.container .Graphic {
	margin: 0 2px;
	vertical-align: middle;
}

.container .GraphicContainer {
	padding: 10px 0;
	display: block;
	text-align: center;
}

.container .GraphicContainer .Graphic {
	margin: 0;
}

.container .Subsection {
	margin: 0 0 10px;
}

.container table {
	margin: 5px 0 10px;
	border-collapse: collapse;
	width: 100%;
	border: 2px solid #ccc;
	background: #fff;
}

.container table th,
.container table td {
	padding: 0.2em 0.7em;
	border: 2px solid #ccc;
}

.container table th {
	background: url(../img/table_th_bg.png);
	text-align: left;
	font-weight: bold;
}

.container table div,
.container table p,
.container table ul {
	margin: 0.3em 0;
}

.container table ul {
	margin-left: 0;
}

.container table ul li .ListEntry {
	margin: 0;
	display: inline;
	vertical-align: 3px;
}

.container ul,
.container ol {
	margin: 5px 0 10px;
	padding-left: 0px;
}

.container ul li p,
.container ol li p {
	margin: 0;
}

.container ul li {
	margin: 0 0 0.3em 23px;
	list-style: url(../img/normal_list1.gif);
}

.container .List_Bulleted,
.container .List_Numbered {
	padding: 15px 0 15px 10px;
}

.container .List_Bulleted .ListIntro,
.container .List_Numbered .ListIntro {
	padding: 0;
}

.container .List_Bulleted li,
.container .List_Numbered li {
	margin-left: 25px;
}

.container .List_Bulleted .ListEntry,
.container .List_Numbered .ListEntry {
	margin: 0;
	display: inline;
	vertical-align: 3px;
}

.container .List_Bulleted .Sublist,
.container .List_Numbered .Sublist {
	margin-left: 40px;
	list-style: none;
	display: block;
}

.container .List_Bulleted .Sublist .ListEntry,
.container .List_Numbered .Sublist .ListEntry {
	list-style: url(../img/normal_list2.gif);
	display: list-item;
}

.container .List_Numbered li {
	margin: 0 0 0.3em 23px;
	list-style: decimal;
}

.container .List_Numbered li.n1 {
	list-style: url(../img/number/List_Numbered_1.gif);
}

.container .List_Numbered li.n2 {
	list-style: url(../img/number/List_Numbered_2.gif);
}

.container .List_Numbered li.n3 {
	list-style: url(../img/number/List_Numbered_3.gif);
}

.container .List_Numbered li.n4 {
	list-style: url(../img/number/List_Numbered_4.gif);
}

.container .List_Numbered li.n5 {
	list-style: url(../img/number/List_Numbered_5.gif);
}

.container .List_Numbered li.n6 {
	list-style: url(../img/number/List_Numbered_6.gif);
}

.container .List_Numbered li.n7 {
	list-style: url(../img/number/List_Numbered_7.gif);
}

.container .List_Numbered li.n8 {
	list-style: url(../img/number/List_Numbered_8.gif);
}

.container .List_Numbered li.n9 {
	list-style: url(../img/number/List_Numbered_9.gif);
}

.container .List_Numbered li.n10 {
	list-style: url(../img/number/List_Numbered_10.gif);
}

.container .List_Numbered li.n11 {
	list-style: url(../img/number/List_Numbered_11.gif);
}

.container .List_Numbered li.n12 {
	list-style: url(../img/number/List_Numbered_12.gif);
}

.container .List_Numbered li.n13 {
	list-style: url(../img/number/List_Numbered_13.gif);
}

.container .List_Numbered li.n14 {
	list-style: url(../img/number/List_Numbered_14.gif);
}

.container .List_Numbered li.n15 {
	list-style: url(../img/number/List_Numbered_15.gif);
}

.container .List_Numbered li.n16 {
	list-style: url(../img/number/List_Numbered_16.gif);
}

.container .List_Numbered li.n17 {
	list-style: url(../img/number/List_Numbered_17.gif);
}

.container .List_Numbered li.n18 {
	list-style: url(../img/number/List_Numbered_18.gif);
}

.container .List_Numbered li.n19 {
	list-style: url(../img/number/List_Numbered_19.gif);
}

.container .List_Numbered li.n20 {
	list-style: url(../img/number/List_Numbered_20.gif);
}

.container .List_Numbered li.n21 {
	list-style: url(../img/number/List_Numbered_21.gif);
}

.container .List_Numbered li.n22 {
	list-style: url(../img/number/List_Numbered_22.gif);
}

.container .List_Numbered li.n23 {
	list-style: url(../img/number/List_Numbered_23.gif);
}

.container .List_Numbered li.n24 {
	list-style: url(../img/number/List_Numbered_24.gif);
}

.container .List_Numbered li.n25 {
	list-style: url(../img/number/List_Numbered_25.gif);
}

.container .List_Numbered li.n26 {
	list-style: url(../img/number/List_Numbered_26.gif);
}

.container .List_Numbered li.n27 {
	list-style: url(../img/number/List_Numbered_27.gif);
}

.container .List_Numbered li.n28 {
	list-style: url(../img/number/List_Numbered_28.gif);
}

.container .List_Numbered li.n29 {
	list-style: url(../img/number/List_Numbered_29.gif);
}

.container .List_Numbered li.n30 {
	list-style: url(../img/number/List_Numbered_30.gif);
}

.container .List_Numbered li.n31 {
	list-style: url(../img/number/List_Numbered_31.gif);
}

.container .List_Numbered li.n32 {
	list-style: url(../img/number/List_Numbered_32.gif);
}

.container .List_Numbered li.n33 {
	list-style: url(../img/number/List_Numbered_33.gif);
}

.container .List_Numbered li.n34 {
	list-style: url(../img/number/List_Numbered_34.gif);
}

.container .List_Numbered li.n35 {
	list-style: url(../img/number/List_Numbered_35.gif);
}

.container .List_Numbered li.n36 {
	list-style: url(../img/number/List_Numbered_36.gif);
}

.container .List_Numbered li.n37 {
	list-style: url(../img/number/List_Numbered_37.gif);
}

.container .List_Numbered li.n38 {
	list-style: url(../img/number/List_Numbered_38.gif);
}

.container .List_Numbered li.n39 {
	list-style: url(../img/number/List_Numbered_39.gif);
}

.container .List_Numbered li.n40 {
	list-style: url(../img/number/List_Numbered_40.gif);
}

.container .List_Numbered li.n41 {
	list-style: url(../img/number/List_Numbered_41.gif);
}

.container .List_Numbered li.n42 {
	list-style: url(../img/number/List_Numbered_42.gif);
}

.container .List_Numbered li.n43 {
	list-style: url(../img/number/List_Numbered_43.gif);
}

.container .List_Numbered li.n44 {
	list-style: url(../img/number/List_Numbered_44.gif);
}

.container .List_Numbered li.n45 {
	list-style: url(../img/number/List_Numbered_45.gif);
}

.container .List_Numbered li.n46 {
	list-style: url(../img/number/List_Numbered_46.gif);
}

.container .List_Numbered li.n47 {
	list-style: url(../img/number/List_Numbered_47.gif);
}

.container .List_Numbered li.n48 {
	list-style: url(../img/number/List_Numbered_48.gif);
}

.container .List_Numbered li.n49 {
	list-style: url(../img/number/List_Numbered_49.gif);
}

.container .List_Numbered li.n50 {
	list-style: url(../img/number/List_Numbered_50.gif);
}

.container .SequenceOfAction {
	margin: 0 0 25px;
}

.container .SequenceOfAction .Prerequisites li {
	margin-left: 28px;
	list-style: url(../img/normal_list3.gif);
}

.container .SequenceOfAction .Prerequisites li p {
	display: inline;
	vertical-align: 2px;
}

.container .SequenceOfAction ol {
	margin: 25px 0 20px;
}

.container .SequenceOfAction ol li.Counter {
	margin: 0 0 0 48px;
	padding: 0 0 20px 0;
}

.container .SequenceOfAction ol li.Counter > .Action {
	color: #6a6a6a;
	font-size: 1.2rem;
	font-weight: bold;
	display: inline;
	vertical-align: 3px;
	line-height: 1.3;
}

.container .SequenceOfAction ol li.Counter > .Action .Graphic {
	vertical-align: -40%;
}

.container .SequenceOfAction ol li.n1 {
	list-style: url(../img/number/step_no_1.gif);
}

.container .SequenceOfAction ol li.n2 {
	list-style: url(../img/number/step_no_2.gif);
}

.container .SequenceOfAction ol li.n3 {
	list-style: url(../img/number/step_no_3.gif);
}

.container .SequenceOfAction ol li.n4 {
	list-style: url(../img/number/step_no_4.gif);
}

.container .SequenceOfAction ol li.n5 {
	list-style: url(../img/number/step_no_5.gif);
}

.container .SequenceOfAction ol li.n6 {
	list-style: url(../img/number/step_no_6.gif);
}

.container .SequenceOfAction ol li.n7 {
	list-style: url(../img/number/step_no_7.gif);
}

.container .SequenceOfAction ol li.n8 {
	list-style: url(../img/number/step_no_8.gif);
}

.container .SequenceOfAction ol li.n9 {
	list-style: url(../img/number/step_no_9.gif);
}

.container .SequenceOfAction ol li.n10 {
	list-style: url(../img/number/step_no_10.gif);
}

.container .SequenceOfAction ol li.n11 {
	list-style: url(../img/number/step_no_11.gif);
}

.container .SequenceOfAction ol li.n12 {
	list-style: url(../img/number/step_no_12.gif);
}

.container .SequenceOfAction ol li.n13 {
	list-style: url(../img/number/step_no_13.gif);
}

.container .SequenceOfAction ol li.n14 {
	list-style: url(../img/number/step_no_14.gif);
}

.container .SequenceOfAction ol li.n15 {
	list-style: url(../img/number/step_no_15.gif);
}

.container .SequenceOfAction ol li.n16 {
	list-style: url(../img/number/step_no_16.gif);
}

.container .SequenceOfAction ol li.n17 {
	list-style: url(../img/number/step_no_17.gif);
}

.container .SequenceOfAction ol li.n18 {
	list-style: url(../img/number/step_no_18.gif);
}

.container .SequenceOfAction ol li.n19 {
	list-style: url(../img/number/step_no_19.gif);
}

.container .SequenceOfAction ol li.n20 {
	list-style: url(../img/number/step_no_20.gif);
}

.container .SequenceOfAction ol li.n21 {
	list-style: url(../img/number/step_no_21.gif);
}

.container .SequenceOfAction ol li.n22 {
	list-style: url(../img/number/step_no_22.gif);
}

.container .SequenceOfAction ol li.n23 {
	list-style: url(../img/number/step_no_23.gif);
}

.container .SequenceOfAction ol li.n24 {
	list-style: url(../img/number/step_no_24.gif);
}

.container .SequenceOfAction ol li.n25 {
	list-style: url(../img/number/step_no_25.gif);
}

.container .SequenceOfAction ol li.n26 {
	list-style: url(../img/number/step_no_26.gif);
}

.container .SequenceOfAction ol li.n27 {
	list-style: url(../img/number/step_no_27.gif);
}

.container .SequenceOfAction ol li.n28 {
	list-style: url(../img/number/step_no_28.gif);
}

.container .SequenceOfAction ol li.n29 {
	list-style: url(../img/number/step_no_29.gif);
}

.container .SequenceOfAction ol li.n30 {
	list-style: url(../img/number/step_no_30.gif);
}

.container .SequenceOfAction ol li.n31 {
	list-style: url(../img/number/step_no_31.gif);
}

.container .SequenceOfAction ol li.n32 {
	list-style: url(../img/number/step_no_32.gif);
}

.container .SequenceOfAction ol li.n33 {
	list-style: url(../img/number/step_no_33.gif);
}

.container .SequenceOfAction ol li.n34 {
	list-style: url(../img/number/step_no_34.gif);
}

.container .SequenceOfAction ol li.n35 {
	list-style: url(../img/number/step_no_35.gif);
}

.container .SequenceOfAction ol li.n36 {
	list-style: url(../img/number/step_no_36.gif);
}

.container .SequenceOfAction ol li.n37 {
	list-style: url(../img/number/step_no_37.gif);
}

.container .SequenceOfAction ol li.n38 {
	list-style: url(../img/number/step_no_38.gif);
}

.container .SequenceOfAction ol li.n39 {
	list-style: url(../img/number/step_no_39.gif);
}

.container .SequenceOfAction ol li.n40 {
	list-style: url(../img/number/step_no_40.gif);
}

.container .SequenceOfAction ol li.n41 {
	list-style: url(../img/number/step_no_41.gif);
}

.container .SequenceOfAction ol li.n42 {
	list-style: url(../img/number/step_no_42.gif);
}

.container .SequenceOfAction ol li.n43 {
	list-style: url(../img/number/step_no_43.gif);
}

.container .SequenceOfAction ol li.n44 {
	list-style: url(../img/number/step_no_44.gif);
}

.container .SequenceOfAction ol li.n45 {
	list-style: url(../img/number/step_no_45.gif);
}

.container .SequenceOfAction ol li.n46 {
	list-style: url(../img/number/step_no_46.gif);
}

.container .SequenceOfAction ol li.n47 {
	list-style: url(../img/number/step_no_47.gif);
}

.container .SequenceOfAction ol li.n48 {
	list-style: url(../img/number/step_no_48.gif);
}

.container .SequenceOfAction ol li.n49 {
	list-style: url(../img/number/step_no_49.gif);
}

.container .SequenceOfAction ol li.n50 {
	list-style: url(../img/number/step_no_50.gif);
}

.container .SequenceOfAction ol li.Single {
	margin-left: 30px;
	list-style: url(../img/normal_list4.gif);
}

.container .SequenceOfAction ol li.Single > .Action {
	color: #000;
	font-size: 1.0rem;
	font-weight: normal;
	display: inline;
	vertical-align: 2px;
	line-height: 1.6;
}

.container .SequenceOfAction ol li .Action .Highlight,
.container .SequenceOfAction ol li .Action strong {
	color: #000;
}

.container .SequenceOfAction ol li .Result {
	margin: 0.7em 0;
}

.container .SequenceOfAction ol li .Alternative {
	margin: 0;
	padding: 0;
}

.container .SequenceOfAction ol li .Alternative.first {
	margin: 10px 0 0;
}

.container .SequenceOfAction ol li .Alternative.first.last {
	margin: 10px 0;
}

.container .SequenceOfAction ol li .Alternative.last {
	margin: 0 0 10px;
}

.container .SequenceOfAction ol li .Alternative li {
	margin: 0 0 5px 25px;
	list-style: url(../img/normal_list4.gif);
}

.container .SequenceOfAction ol li .Alternative li p.Action {
	color: #000;
	font-weight: normal;
	display: inline;
	vertical-align: 1px;
	line-height: 1.6;
}

.container .FlowChart {
	text-align: center;
	margin: 15px 0 0 30px;
	padding: 0 0 25px;
	width: 593px;
}

.container .FlowChart div.FCounter {
	margin: 0;
	padding: 0 0 8px;
	border-bottom: 2px solid #007dff;
	background: #d9d9d9;
	text-align: left;
}

.container .FlowChart div.FCounter h3.FAction {
	margin: 0 0 8px;
	padding: 7px 12px;
	background: #007dff url(../img/FAction_bg.gif) no-repeat 0 0;
	color: #fff;
}

.container .FlowChart div.FCounter h3.FAction span {
	margin: 0;
	padding: 0;
}

.container .FlowChart div.FCounter div.SubAction {
	margin: 5px 30px 7px;
	padding: 0 0 7px;
	border: 1px solid #c5c5c5;
	border-width: 0 1px 1px 0;
	background: #fff url(../img/SubAction_bg.gif) no-repeat 0 0;
}

.container .FlowChart div.FCounter div.SubAction h4.SubActionIntro {
	padding: 7px 10px 0px;
}

.container .FlowChart div.FCounter div.SubAction p.Supplementary {
	margin: 0;
	padding: 0 10px 0 30px;
}

.container .FlowChart div.lastchild {
	border: none;
	padding: 0;
}

.dialogContents .container .FlowChart {
	margin: 15px 0 15px 0px;
}

.container .Reference {
	padding: 15px 0 15px 10px;
}

.container .Reference h5 {
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #007dff;
	background: url(../img/title_note_bg.gif) repeat-x;
	width: 100%;
	height: 60px;
}

.container .Reference div.block {
	margin: 0 !important;
	padding: 10px 0 0;
	border: 4px solid #007dff;
	border-top: 0px none;
}

.container .Reference ul {
	margin: 5px 20px 10px;
}

.container .Reference ul li {
	margin-left: 20px;
}

.container .Reference ul li p {
	display: inline;
	vertical-align: 2px;
}

.container .Tips {
	padding: 15px 0 15px 10px;
}

.container .Tips h5 {
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #007dff;
	background: url(../img/title_note_bg.gif) repeat-x;
	width: 100%;
	height: 60px;
}

.container .Tips div.block {
	margin: 0 !important;
	padding: 10px 0 0;
	border: 4px solid #007dff;
	border-top: 0px none;
}

.container .Tips .TipsIntro {
	margin: 0 1.5em 0.5em;
	padding: 0;
	font-weight: bold;
}

.container .Tips ul {
	margin: 5px 20px 10px;
}

.container .Tips ul li {
	margin-left: 20px;
}

.container .Tips ul li p {
	display: inline;
	vertical-align: 2px;
}

.container .Note {
	padding: 5px 0;
}

.container .Note .NoteIntro {
	margin: 0 0 0 22px;
	padding: 0;
	display: list-item;
	list-style-type: none;
	list-style-image: url(../img/normal_list7.gif);
	font-weight: bold;
}

.container .Note .NoteIntro span {
	vertical-align: 2px;
}

.container .Note div.block {
	margin: 0 !important;
	padding: 3px 0px 0px 20px;
}

.container .Note ul {
	margin: 0;
}

.container .Note ul li {
	margin-left: 18px;
	list-style-image: url(../img/normal_list8.gif);
}

.container .Note ul li p {
	display: inline;
	vertical-align: 2px;
	line-height: 1.4;
}

.container .RelatedSetting,
.container .RelatedSettingAdm {
	padding: 15px 0 15px 10px;
}

.container .RelatedSetting h5,
.container .RelatedSettingAdm h5 {
	margin: 0 !important;
	padding: 0;
	border-bottom: 4px solid #007dff;
	background: url(../img/title_note_bg.gif) repeat-x;
	width: 100%;
	height: 60px;
}

.container .RelatedSetting div.block,
.container .RelatedSettingAdm div.block {
	margin: 0 !important;
	padding: 10px 0 0;
	border: 4px solid #007dff;
	border-top: 0px none;
}

.container .RelatedSetting .RelatedSettingIntro,
.container .RelatedSettingAdm .RelatedSettingIntro {
	margin: 0 1.5em 0.5em;
	padding: 0;
	font-weight: bold;
}

.container .RelatedSetting ul,
.container .RelatedSettingAdm ul {
	margin: 5px 20px 10px;
}

.container .RelatedSetting ul li,
.container .RelatedSettingAdm ul li {
	margin-left: 20px;
}

.container .RelatedSetting ul li p,
.container .RelatedSettingAdm ul li p {
	display: inline;
	vertical-align: 2px;
}

.container .PropertyDamageMessage {
	padding: 15px 0 15px 10px;
}

.container .PropertyDamageMessage h5 {
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #ff5561;
	background: url(../img/title_DamageMessage_bg.gif) repeat-x;
	width: 100%;
	height: 60px;
}

.container .PropertyDamageMessage div.block {
	margin: 0 !important;
	padding: 10px 0 0;
	border: 4px solid #ff5561;
	border-top: 0px none;
}

.container .PropertyDamageMessage ul {
	margin: 5px 1.6em 10px;
}

.container .PropertyDamageMessage ul li {
	margin-left: 20px;
}

.container .PropertyDamageMessage ul li p {
	display: inline;
	vertical-align: 2px;
}

.container .SafetyCaution,
.container .SafetyWarning,
.container .SafetyDanger {
	padding: 15px 0 15px 10px;
}

.container .SafetyCaution h5,
.container .SafetyWarning h5,
.container .SafetyDanger h5 {
	margin: 0;
	padding: 0;
	border: 2px solid #017dff;
	border-width: 2px 2px 0;
	height: 35px;
}

.container .SafetyCaution div.block,
.container .SafetyWarning div.block,
.container .SafetyDanger div.block {
	margin: 0 !important;
	padding: 5px 0 0;
	border: 2px solid #017dff;
	border-width: 0 2px 2px;
}

.container .SafetyCaution .Type,
.container .SafetyWarning .Type,
.container .SafetyDanger .Type {
	margin: 0 1.5em 0.5em;
	padding: 0;
}

.container .SafetyCaution .Consequence,
.container .SafetyWarning .Consequence,
.container .SafetyDanger .Consequence {
	margin: 0 1.5em 0.5em;
	padding: 0;
}

.container .SafetyCaution ul,
.container .SafetyWarning ul,
.container .SafetyDanger ul {
	margin: 5px 1.6em 10px;
}

.container .SafetyCaution ul li p,
.container .SafetyWarning ul li p,
.container .SafetyDanger ul li p {
	display: inline;
	vertical-align: 2px;
}

.container .Reference:after,
.container .Tips:after,
.container .RelatedSetting:after,
.container .RelatedSettingAdm:after,
.container .PropertyDamageMessage:after,
.container .SafetyCaution:after,
.container .SafetyWarning:after,
.container .SafetyDanger:after {
	content: "";
	display: table;
	clear: both;
}


/* ---------------------------
 * illustSearch
--------------------------- */

#illustSearch #thisPagePrint {
	margin: 0 0 10px 0px;
	background: #adadb8;
}

#illustSearch h1 {
	background: url("../img/h1_bg.gif") no-repeat scroll 100% 100% #FFFFFF;
	line-height: 1.3;
	margin: 0 0 10px;
	padding: 6px 15px 9px;
}

#illustSearch #searchType {
	margin: 10px 0 5px;
	padding: 0 50px;
	background: url(../img/illust_search_tab2.gif);
	height: 40px;
}

#illustSearch #searchType ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 160px;
}

#illustSearch #searchType span {
	padding: 0;
	display: inline-block;
	background: url(../img/illust_search_tab.png) no-repeat;
	width: 160px;
	height: 33px;
	text-indent: -99999px;
	cursor: pointer;
}

#illustSearch #searchType li span.navi1 {
	background-position: 0px 0;
}

#illustSearch #searchType li:hover span.navi1 {
	background-position: 0px -40px;
}

#illustSearch #searchType li.active span.navi1 {
	background-position: 0px -80px;
}

#illustSearch #searchType li span.navi2 {
	background-position: -160px 0;
}

#illustSearch #searchType li:hover span.navi2 {
	background-position: -160px -40px;
}

#illustSearch #searchType li.active span.navi2 {
	background-position: -160px -80px;
}

#illustSearch #searchType li span.navi3 {
	background-position: -320px 0;
}

#illustSearch #searchType li:hover span.navi3 {
	background-position: -320px -40px;
}

#illustSearch #searchType li.active span.navi3 {
	background-position: -320px -80px;
}

#illustSearch #searchType li span.navi4 {
	background-position: -480px 0;
}

#illustSearch #searchType li:hover span.navi4 {
	background-position: -480px -40px;
}

#illustSearch #searchType li.active span.navi4 {
	background-position: -480px -80px;
}

#illustSearch #searchType li span.navi5 {
	background-position: -640px 0;
}

#illustSearch #searchType li:hover span.navi5 {
	background-position: -640px -40px;
}

#illustSearch #searchType li.active span.navi5 {
	background-position: -640px -80px;
}

#illustSearch #searchType li span.navi6 {
	background-position: -800px 0;
}

#illustSearch #searchType li:hover span.navi6 {
	background-position: -800px -40px;
}

#illustSearch #searchType li.active span.navi6 {
	background-position: -800px -80px;
}

#illustSearch #isItem {
	margin: 20px 36px;
}

#illustSearch #isItem p {
	margin-right: 14px;
	margin-left: 14px;
}

#illustSearch #isItem .item {
	margin: 0 12px;
	padding: 20px 30px;
	float: left;
	display: none;
	width: 440px;
	position: relative;
	cursor: pointer;
}

#illustSearch #isItem .item h4 {
	padding: 2px;
	font-size: 1rem;
}

#illustSearch #isItem .item .image {
	text-align: center;
	position: absolute;
}

#illustSearch #isItem .item .image a {
	background: #fff;
}

#illustSearch #isItem .item .image a.dialog_link {
	font-size: 0;
}

#illustSearch #isItem .item .image img {
	border: none;
	text-align: center;
}

#illustSearch #isItem.funcSearch .item {
	margin: 0 2px 10px;
	padding: 20px 25px;
	width: 295px;
}

#illustSearch #isItem.funcSearch .item .image img {
	border: none;
	text-align: center;
}

#illustSearch #searchType ul:after,
#illustSearch #isItem:after {
	content: "";
	display: table;
	clear: both;
}


/* ---------------------------
 * opkey
--------------------------- */

/*LeftNavi------------------------*/

#leftNavi .opkeyTreeview li {
	padding-left: 0;
	background-image: url("../img/tree_line2.gif");
}

#leftNavi .opkeyTreeview li li {
	padding-left: 0;
}

#leftNavi .opkeyTreeview .hitarea {
	margin: 4px 3px 3px 3px;
	background-image: url("../img/tree_icon_opkey.png");
}

#leftNavi .opkeyTreeview .collapsable ul {
	display: block;
}

#leftNavi .opkeyTreeview .expandable ul {
	display: none;
}


/*keypath----------------------------------*/

.container .keyPath {
	padding: 0 0 10px;
	background: #fff;
}

.container .keyPath .keyPathShow {
	margin: 0 5px;
	padding: 1px 3px;
	border: 1px solid #ccc;
	background: #f9f9f9;
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
	cursor: pointer;
}

.container .keyPath .keyPathShow:hover {
	background-color: #f3f3f3;
}

.container .keyPath ul.keyPathList {
	padding: 5px;
	display: none;
	border: 1px solid #ddd;
	background: #fafafa;
}

.container .keyPath ul.keyPathList li {
	margin-left: 10px;
	padding-left: 0px !important;
	font-weight: normal;
	background-image: none !important;
	list-style: none;
	list-style-image: none;
}

.container .keyPath ul.keyPathList li li {
	margin-left: 30px !important;
	padding: 0;
	background: none;
	list-style: url(../img/normal_list5.gif);
}


/* Opkey Search form------------------------- */

#opkeySearch {
	margin: -10px 0 5px;
	padding: 0 0 5px;
	background: #fff url(../img/page_navi_bg.gif) repeat-x 0 100%;
	text-align: center;
}

#opkeySearch form {
	padding: 15px 40px 10px 73px;
	border: 1px solid #a4a4a4;
	border-width: 0 1px 1px;
}

#opkeySearch form label {
	display: none;
}

#opkeySearch form #op_searchKey {
	padding: 2px 2px 0 2px;
	width: 356px;
	height: 25px;
	font-size: 0.9em;
	color: #999;
	line-height: 1.35em;
	background: #eaeaea url(../img/search_key_bg2.gif) repeat-x;
	border: 1px solid #ccc;
}

#opkeySearch form #op_searchKey.keyIn {
	color: #000;
}

#opkeySearch form #op_searchSubmit {
	display: none;
}

#opkeySearch form #op_searchBtn {
	margin: 0 0 0 10px;
	width: 79px;
	height: 26px;
	background: url(../img/search_submit.gif) no-repeat -80px 0;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

#opkeySearch form #op_searchBtn:hover {
	background-position: -80px -30px;
}


/* Opkey Search Results------------------------- */

#opkeySearchResults #sCount {
	padding: 0 15px;
}

#opkeySearchResults #results {
	padding: 20px 0 20px 10px;
}

#opkeySearchResults #results li {
	background: none;
	list-style: none;
	list-style-image: none;
}

#opkeySearchResults #results li a {
	padding: 0 0 0 16px;
	background: url(../img/anchor_list.png) no-repeat -240px -40px;
}

#opkeySearchResults #results li a:hover {
	background-position: -220px -60px;
	background-color: #007da8;
	color: #fff;
}

#opkeySearchResults #navi {
	padding: 30px 0 10px;
	text-align: center;
}

#opkeySearchResults #navi span {
	margin: 0 2px;
	padding: 0 3px;
	border: 1px solid #fff;
	line-height: 1.6;
	font-weight: bold;
	color: #06c;
	display: inline-block;
	cursor: pointer;
}

#opkeySearchResults #navi span:hover {
	border-color: #ccc;
	background: #f5f5f5;
	color: #00a8ff;
}

#opkeySearchResults #navi span.selected {
	border-color: #ddd #bbb #bbb #ddd;
	background: #ccc;
	color: #555;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
	FAQ, OperationKey, Security
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#faq,
#opkey,
#csCommonA {
	margin: 0 0 20px;
}

#faq h2,
#opkey h2,
#csCommonA h2 {
	margin-bottom: 0;
}

#faq .qitem,
#faq .qitem2,
#opkey .qitem,
#opkey .qitem2,
#csCommonA .qitem,
#csCommonA .qitem2 {
	padding: 7px 0 0;
}

#faq .qitem h4,
#faq .qitem2 h4,
#opkey .qitem h4,
#opkey .qitem2 h4,
#csCommonA .qitem h4,
#csCommonA .qitem2 h4 {
	padding: 4px 8px 3px 30px;
	background: #f6fafd;
	line-height: 1.4;
	font-weight: normal;
	border: 1px solid #80b1cb;
	color: #06c;
	text-decoration: underline;
	cursor: pointer;
}

#faq .qitem h4:hover,
#faq .qitem h4.ui-state-active,
#faq .qitem h4.openAc,
#faq .qitem2 h4:hover,
#faq .qitem2 h4.ui-state-active,
#faq .qitem2 h4.openAc,
#opkey .qitem h4:hover,
#opkey .qitem h4.ui-state-active,
#opkey .qitem h4.openAc,
#opkey .qitem2 h4:hover,
#opkey .qitem2 h4.ui-state-active,
#opkey .qitem2 h4.openAc,
#csCommonA .qitem h4:hover,
#csCommonA .qitem h4.ui-state-active,
#csCommonA .qitem h4.openAc,
#csCommonA .qitem2 h4:hover,
#csCommonA .qitem2 h4.ui-state-active,
#csCommonA .qitem2 h4.openAc {
	color: #06a;
	background-color: #b2d4f6;
}

#faq .qitem h4:focus,
#faq .qitem2 h4:focus,
#opkey .qitem h4:focus,
#opkey .qitem2 h4:focus,
#csCommonA .qitem h4:focus,
#csCommonA .qitem2 h4:focus {
	outline: 0;
}

#faq .qitem h4.ui-state-active,
#faq .qitem h4.openAc,
#faq .qitem2 h4.ui-state-active,
#faq .qitem2 h4.openAc,
#opkey .qitem h4.ui-state-active,
#opkey .qitem h4.openAc,
#opkey .qitem2 h4.ui-state-active,
#opkey .qitem2 h4.openAc,
#csCommonA .qitem h4.ui-state-active,
#csCommonA .qitem h4.openAc,
#csCommonA .qitem2 h4.ui-state-active,
#csCommonA .qitem2 h4.openAc {
	font-weight: bold;
}

#faq .qitem h4 .ui-icon-triangle-1-e,
#faq .qitem h4 .ui-icon-triangle-1-s,
#faq .qitem2 h4 .ui-icon-triangle-1-e,
#faq .qitem2 h4 .ui-icon-triangle-1-s,
#opkey .qitem h4 .ui-icon-triangle-1-e,
#opkey .qitem h4 .ui-icon-triangle-1-s,
#opkey .qitem2 h4 .ui-icon-triangle-1-e,
#opkey .qitem2 h4 .ui-icon-triangle-1-s,
#csCommonA .qitem h4 .ui-icon-triangle-1-e,
#csCommonA .qitem h4 .ui-icon-triangle-1-s,
#csCommonA .qitem2 h4 .ui-icon-triangle-1-e,
#csCommonA .qitem2 h4 .ui-icon-triangle-1-s {
	margin-top: -6px;
	position: absolute;
	left: 0.5em;
	top: 50%;
}

#faq .qitem h4 .ui-icon-triangle-1-e,
#faq .qitem2 h4 .ui-icon-triangle-1-e,
#opkey .qitem h4 .ui-icon-triangle-1-e,
#opkey .qitem2 h4 .ui-icon-triangle-1-e,
#csCommonA .qitem h4 .ui-icon-triangle-1-e,
#csCommonA .qitem2 h4 .ui-icon-triangle-1-e {
	background: url(../img/faq_list.gif) no-repeat -285px 0;
}

#faq .qitem h4 .ui-icon-triangle-1-s,
#faq .qitem2 h4 .ui-icon-triangle-1-s,
#opkey .qitem h4 .ui-icon-triangle-1-s,
#opkey .qitem2 h4 .ui-icon-triangle-1-s,
#csCommonA .qitem h4 .ui-icon-triangle-1-s,
#csCommonA .qitem2 h4 .ui-icon-triangle-1-s {
	background: url(../img/faq_list.gif) no-repeat -225px -60px;
}

#faq .qitem .ui-accordion-content,
#faq .qitem2 .ui-accordion-content,
#opkey .qitem .ui-accordion-content,
#opkey .qitem2 .ui-accordion-content,
#csCommonA .qitem .ui-accordion-content,
#csCommonA .qitem2 .ui-accordion-content {
	margin-top: -1px;
	margin-bottom: 1px;
	padding: 1em 2.2em;
	border-top: 0;
	position: relative;
	top: 1px;
	overflow: auto;
	display: none;
}

#faq .qitem .answer,
#faq .qitem2 .answer,
#opkey .qitem .answer,
#opkey .qitem2 .answer,
#csCommonA .qitem .answer,
#csCommonA .qitem2 .answer {
	padding: 10px 10px 5px;
	display: none;
	background: #fff url(../img/faq_answer_bg.gif) repeat-x;
	border: 1px solid #80b1cb;
	border-top: 0px;
	border-bottom-color: #b7d7e8;
}

#faq .qitem .answer h2,
#faq .qitem2 .answer h2,
#opkey .qitem .answer h2,
#opkey .qitem2 .answer h2,
#csCommonA .qitem .answer h2,
#csCommonA .qitem2 .answer h2 {
	margin-bottom: 10px;
}

#faq .qitem .answer .update,
#faq .qitem2 .answer .update,
#opkey .qitem .answer .update,
#opkey .qitem2 .answer .update,
#csCommonA .qitem .answer .update,
#csCommonA .qitem2 .answer .update {
	padding: 1.0em 0 0;
	font-size: 0.8em;
	color: #666;
}

#faq .qitem .af,
#faq .qitem2 .af,
#opkey .qitem .af,
#opkey .qitem2 .af,
#csCommonA .qitem .af,
#csCommonA .qitem2 .af {
	background: url(../img/faq_answer_bg2.gif) repeat-x;
	border: 1px solid #80b1cb;
	border-width: 0 1px;
	height: 5px;
	font-size: 1px;
}


#opkey .qitem .dc p,
#opkey .qitem2 .dc p {
	margin: 25px 0 15px;
}

#opkey .qitem .dc > p,
#opkey .qitem2 .dc > p {
	margin-bottom: 2px;
	height: 27px;
}

#opkey .qitem .dc .heading_sub,
#opkey .qitem2 .dc .heading_sub {
	margin: 0 0 0 2px;
	width: 198px;
	height: 27px;
	background: url(../img/print_accordion.png) no-repeat -200px 0px;
	display: block;
	cursor: pointer;
	float: right;
	text-indent: -99999px;
}

#opkey .qitem .dc .heading_sub:hover,
#opkey .qitem2 .dc .heading_sub:hover {
	background-position: -200px -30px;
}

#opkey .qitem .ui-accordion-header,
#opkey .qitem2 .ui-accordion-header {
	font-size: 1.05rem;
}

#opkey .qitem .answer .thisPrint.Item,
#opkey .qitem2 .answer .thisPrint.Item {
	background-image: none;
	height: 50px;
}

#opkey .qitem .answer .thisPrint.Item button,
#opkey .qitem2 .answer .thisPrint.Item button {
	margin: 25px 0 0 2px;
	width: 198px;
	background: url(../img/print_accordion.png) no-repeat 0px 0px;
	border: 0px none;
	cursor: pointer;
	text-indent: -99999px;
}

#opkey .qitem .answer .thisPrint.Item button:hover,
#opkey .qitem2 .answer .thisPrint.Item button:hover {
	background-position: 0px -30px;
}

#opkey .qitem .answer .thisPrint.Item button.disQaPrint,
#opkey .qitem2 .answer .thisPrint.Item button.disQaPrint {
	height: 27px;
	background-position: 0px -60px;
	cursor: default;
}

#opkey .qitem .answer .thisPrint.Item button.disDetail,
#opkey .qitem2 .answer .thisPrint.Item button.disDetail {
	background-position: -200px -60px;
	cursor: default;
}

#opkey .qitem .answer li a,
#opkey .qitem2 .answer li a {
	vertical-align: 0px;
}

#opkey .qitem .dc .QaPrint,
#opkey .qitem .thisPrint .QaPrint,
#opkey .qitem2 .dc .QaPrint,
#opkey .qitem2 .thisPrint .QaPrint {
	width: 198px;
	height: 27px;
	background: url(../img/print_accordion.png) no-repeat 0px 0px;
	display: block;
	float: right;
	cursor: pointer;
}

#opkey .qitem .dc .QaPrint:hover,
#opkey .qitem .thisPrint .QaPrint:hover,
#opkey .qitem2 .dc .QaPrint:hover,
#opkey .qitem2 .thisPrint .QaPrint:hover {
	background-position: 0px -30px;
}

#opkey .qitem .dc .disQaPrint,
#opkey .qitem .thisPrint .disQaPrint,
#opkey .qitem2 .dc .disQaPrint,
#opkey .qitem2 .thisPrint .disQaPrint {
	width: 198px;
	height: 27px;
	background: url(../img/print_accordion.png) no-repeat 0px -60px;
	display: block;
	float: right;
}

#opkey .qitem .dc .contents,
#opkey .qitem .thisPrint .contents,
#opkey .qitem2 .dc .contents,
#opkey .qitem2 .thisPrint .contents {
	display: none;
	clear: right;
}

#opkey .qitem .answer:after,
#opkey .qitem .answer .thisPrint:after,
#opkey .qitem2 .answer:after,
#opkey .qitem2 .answer .thisPrint:after {
	content: "";
	display: table;
	clear: both;
}


#csCommonA div.dcbtn {
	padding: 25px 0 0;
}

#csCommonA div.dcbtn:after {
	content: "";
	display: table;
	clear: both;
}

#csCommonA div.dcbtn a,
#csCommonA div.dcbtn span {
	padding: 0;
	background-image: url("../img/print_accordion.png") !important;
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 27px;
	margin: 0 0 0 2px;
	text-indent: -99999px;
	width: 198px;
}

#csCommonA div.dcbtn a {
	background-position: -200px 0;
	cursor: pointer;
}

#csCommonA div.dcbtn a:hover {
	background-position: -200px -30px;
}

#csCommonA div.dcbtn a.QaPrint {
	background-position: 0 0px;
}

#csCommonA div.dcbtn a.QaPrint:hover {
	background-position: 0 -30px;
}

#csCommonA div.dcbtn span.disQaPrint {
	background-position: 0 -60px;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
	Target Search
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#opkey h2.originH1 {
	margin: 30px 0 0;
}

#opkey h2.originH1.first {
	margin: 5px 0 0;
}

#opkey h3 {
	margin: 10px 0 -3px;
	font-size: 1.10em;
}


.ui-dialog {
	background: #efefef;
}

.ui-dialog .ui-dialog-content .container {
	padding: 15px 10px 20px 10px;
	background: #fff;
	text-align: left;
	line-height: 1.6;
}

.ui-dialog .ui-dialog-content .container > div {
	padding: 0;
}

.ui-dialog .ui-dialog-content .container > div div {
	padding-left: 0;
	padding-right: 0;
}

.ui-dialog .thisPrint {
	margin: 0;
	padding: 5px 30px;
	background: none;
	text-align: right;
}

.ui-dialog .thisPrint button {
	background-position: 0 -60px;
	cursor: pointer;
}

.ui-dialog .thisPrint button:hover {
	background-position: -150px -60px;
}

.ui-dialog .thisPrint::after {
	content: '';
	display: table;
	clear: both;
}

.ui-dialog .thisPrint + .ui-dialog-content {
	margin-top: 5px;
}


/* ---------------------------
 * lang
--------------------------- */

/* *****************************
 * ja
***************************** */

html[lang="ja"] body,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea,
html[lang^="ja-"] body,
html[lang^="ja-"] input,
html[lang^="ja-"] select,
html[lang^="ja-"] textarea,
html.lang-ja body,
html.lang-ja input,
html.lang-ja select,
html.lang-ja textarea {
	font-family: "Meiryo", "Hiragino Kaku Gothic ProN W3", Verdana, Arial, Helvetica, sans-serif;
}

html[lang="ja"] #toolNavi ul li.navi1 h4,
html[lang^="ja-"] #toolNavi ul li.navi1 h4,
html.lang-ja #toolNavi ul li.navi1 h4 {
	width: 98px;
}

html[lang="ja"] #toolNavi ul li.navi2 h4,
html[lang^="ja-"] #toolNavi ul li.navi2 h4,
html.lang-ja #toolNavi ul li.navi2 h4 {
	width: 124px;
}

html[lang="ja"] #toolNavi ul li.navi3 h4,
html[lang^="ja-"] #toolNavi ul li.navi3 h4,
html.lang-ja #toolNavi ul li.navi3 h4 {
	width: 120px;
}

html[lang="ja"] #illustSearch #isItem .item,
html[lang^="ja-"] #illustSearch #isItem .item,
html.lang-ja #illustSearch #isItem .item {
	/* JP CN 210px; EN Other 234px; [1line: 24px] */
	height: 210px;
	/* JP CN 1; EN Other 3; */
	background: url("../img/func_bgframe1.gif") no-repeat;
}

html[lang="ja"] #illustSearch #isItem .item:hover,
html[lang^="ja-"] #illustSearch #isItem .item:hover,
html.lang-ja #illustSearch #isItem .item:hover {
	background-position: 0 -210px;
}

html[lang="ja"] #illustSearch #isItem .item .image,
html[lang^="ja-"] #illustSearch #isItem .item .image,
html.lang-ja #illustSearch #isItem .item .image {
	/* JP CN 68px; EN Other 92px; [1line: 24px] */
	top: 68px;
}

@media print {
html[lang="ja"] #illustSearch #isItem .item,
html[lang^="ja-"] #illustSearch #isItem .item,
html.lang-ja #illustSearch #isItem .item {
	height: 110px;
}
}

html[lang="ja"] #illustSearch #isItem.funcSearch .item,
html[lang^="ja-"] #illustSearch #isItem.funcSearch .item,
html.lang-ja #illustSearch #isItem.funcSearch .item {
	/* JP CN 180px; EN Other 204px; [1line: 24px]*/
	height: 180px;
	/* JP CN 2; EN Other 4; */
	background: url("../img/func_bgframe2.gif") no-repeat;
}

html[lang="ja"] #illustSearch #isItem.funcSearch .item:hover,
html[lang^="ja-"] #illustSearch #isItem.funcSearch .item:hover,
html.lang-ja #illustSearch #isItem.funcSearch .item:hover {
	background-position: 0 -180px;
}

html[lang="ja"] #illustSearch #isItem.funcSearch .item .image,
html[lang^="ja-"] #illustSearch #isItem.funcSearch .item .image,
html.lang-ja #illustSearch #isItem.funcSearch .item .image {
	/* JP CN 68px; EN Other 92px; [1line: 24px]*/
	top: 68px;
}

@media print {
html[lang="ja"] #illustSearch #isItem.funcSearch .item,
html[lang^="ja-"] #illustSearch #isItem.funcSearch .item,
html.lang-ja #illustSearch #isItem.funcSearch .item {
	height: 105px;
}
}

html[lang="ja"] #contents #c2style .menu_btn,
html[lang^="ja-"] #contents #c2style .menu_btn,
html.lang-ja #contents #c2style .menu_btn {
	top: 107px !important;
	left: -25px !important;
}

html[lang="ja"] #contents #c2style .menu_btn.open,
html[lang^="ja-"] #contents #c2style .menu_btn.open,
html.lang-ja #contents #c2style .menu_btn.open {
	top: 108px !important;
	left: 325px !important;
}


/* *****************************
 * en
***************************** */

html[lang="en"] body,
html[lang="en"] input,
html[lang="en"] select,
html[lang="en"] textarea,
html[lang^="en-"] body,
html[lang^="en-"] input,
html[lang^="en-"] select,
html[lang^="en-"] textarea,
html.lang-en body,
html.lang-en input,
html.lang-en select,
html.lang-en textarea {
	font-family: Arial, sans-serif;
}

html[lang="en"] .container .dialog_link:before,
html[lang="en"] .container .CrossReference:before,
html[lang^="en-"] .container .dialog_link:before,
html[lang^="en-"] .container .CrossReference:before,
html.lang-en .container .dialog_link:before,
html.lang-en .container .CrossReference:before {
	margin-top: -2px;
}

html[lang="en"] .container .pageNavi ul li a:link,
html[lang="en"] .container .pageNavi ul li a:visited,
html[lang^="en-"] .container .pageNavi ul li a:link,
html[lang^="en-"] .container .pageNavi ul li a:visited,
html.lang-en .container .pageNavi ul li a:link,
html.lang-en .container .pageNavi ul li a:visited {
	background-position: -280px -1px;
}

html[lang="en"] .container .pageNavi ul li a:link:hover,
html[lang="en"] .container .pageNavi ul li a:visited:hover,
html[lang^="en-"] .container .pageNavi ul li a:link:hover,
html[lang^="en-"] .container .pageNavi ul li a:visited:hover,
html.lang-en .container .pageNavi ul li a:link:hover,
html.lang-en .container .pageNavi ul li a:visited:hover {
	background-position: -260px -21px;
}

html[lang="en"] #opkeySearchResults #results li a,
html[lang^="en-"] #opkeySearchResults #results li a,
html.lang-en #opkeySearchResults #results li a {
	background-position: -240px -42px;
}

html[lang="en"] #opkeySearchResults #results li a:hover,
html[lang^="en-"] #opkeySearchResults #results li a:hover,
html.lang-en #opkeySearchResults #results li a:hover {
	background-position: -220px -62px;
}

html[lang="en"] #toolNavi ul li.navi1 h4,
html[lang^="en-"] #toolNavi ul li.navi1 h4,
html.lang-en #toolNavi ul li.navi1 h4 {
	width: 105px;
}

html[lang="en"] #toolNavi ul li.navi2 h4,
html[lang^="en-"] #toolNavi ul li.navi2 h4,
html.lang-en #toolNavi ul li.navi2 h4 {
	width: 134px;
}

html[lang="en"] #toolNavi ul li.navi3 h4,
html[lang^="en-"] #toolNavi ul li.navi3 h4,
html.lang-en #toolNavi ul li.navi3 h4 {
	width: 108px;
}

html[lang="en"] #illustSearch #isItem .item,
html[lang^="en-"] #illustSearch #isItem .item,
html.lang-en #illustSearch #isItem .item {
	/* JP CN 210px; EN Other 234px; [1line: 24px] */
	height: 234px;
	/* JP CN 1; EN Other 3; */
	background: url("../img/func_bgframe3.gif") no-repeat;
}

html[lang="en"] #illustSearch #isItem .item:hover,
html[lang^="en-"] #illustSearch #isItem .item:hover,
html.lang-en #illustSearch #isItem .item:hover {
	background-position: 0 -234px;
}

html[lang="en"] #illustSearch #isItem .item .image,
html[lang^="en-"] #illustSearch #isItem .item .image,
html.lang-en #illustSearch #isItem .item .image {
	/* JP CN 68px; EN Other 92px; [1line: 24px] */
	top: 92px;
}

@media print {
html[lang="en"] #illustSearch #isItem .item,
html[lang^="en-"] #illustSearch #isItem .item,
html.lang-en #illustSearch #isItem .item {
	height: 125px;
}
}

html[lang="en"] #illustSearch #isItem.funcSearch .item,
html[lang^="en-"] #illustSearch #isItem.funcSearch .item,
html.lang-en #illustSearch #isItem.funcSearch .item {
	/* JP CN 180px; EN Other 204px; [1line: 24px]*/
	height: 204px;
	/* JP CN 2; EN Other 4; */
	background: url("../img/func_bgframe4.gif") no-repeat;
}

html[lang="en"] #illustSearch #isItem.funcSearch .item:hover,
html[lang^="en-"] #illustSearch #isItem.funcSearch .item:hover,
html.lang-en #illustSearch #isItem.funcSearch .item:hover {
	background-position: 0 -204px;
}

html[lang="en"] #illustSearch #isItem.funcSearch .item .image,
html[lang^="en-"] #illustSearch #isItem.funcSearch .item .image,
html.lang-en #illustSearch #isItem.funcSearch .item .image {
	/* JP CN 68px; EN Other 92px; [1line: 24px]*/
	top: 92px;
}

@media print {
html[lang="en"] #illustSearch #isItem.funcSearch .item,
html[lang^="en-"] #illustSearch #isItem.funcSearch .item,
html.lang-en #illustSearch #isItem.funcSearch .item {
	height: 120px;
}
}

html[lang="en"] #contents #c2style .menu_btn,
html[lang^="en-"] #contents #c2style .menu_btn,
html.lang-en #contents #c2style .menu_btn {
	top: 105px !important;
	left: -25px !important;
}

html[lang="en"] #contents #c2style .menu_btn.open,
html[lang^="en-"] #contents #c2style .menu_btn.open,
html.lang-en #contents #c2style .menu_btn.open {
	top: 105px !important;
	left: 328px !important;
}


/* *****************************
 * zh-cn
***************************** */

html[lang="zh-cn"] body,
html[lang="zh-cn"] input,
html[lang="zh-cn"] select,
html[lang="zh-cn"] textarea,
html.lang-zh-cn body,
html.lang-zh-cn input,
html.lang-zh-cn select,
html.lang-zh-cn textarea {
	font-family: "Microsoft YaHei", "Hiragino Sans GB", STHeiti, Tahoma, Arial, sans-serif;
}

html[lang="zh-cn"] #header #title,
html.lang-zh-cn #header #title {
	padding-top: 0 !important;
}

html[lang="zh-cn"] #toolNavi ul li.navi1 h4,
html.lang-zh-cn #toolNavi ul li.navi1 h4 {
	width: 104px;
}

html[lang="zh-cn"] #toolNavi ul li.navi2 h4,
html.lang-zh-cn #toolNavi ul li.navi2 h4 {
	width: 119px;
}

html[lang="zh-cn"] #toolNavi ul li.navi3 h4,
html.lang-zh-cn #toolNavi ul li.navi3 h4 {
	width: 124px;
}

html[lang="zh-cn"] #illustSearch #isItem .item,
html.lang-zh-cn #illustSearch #isItem .item {
	/* JP CN 210px; EN Other 234px; [1line: 24px] */
	height: 210px;
	/* JP CN 1; EN Other 3; */
	background: url("../img/func_bgframe1.gif") no-repeat;
}

html[lang="zh-cn"] #illustSearch #isItem .item:hover,
html.lang-zh-cn #illustSearch #isItem .item:hover {
	background-position: 0 -210px;
}

html[lang="zh-cn"] #illustSearch #isItem .item .image,
html.lang-zh-cn #illustSearch #isItem .item .image {
	/* JP CN 68px; EN Other 92px; [1line: 24px] */
	top: 68px;
}

@media print {
html[lang="zh-cn"] #illustSearch #isItem .item,
html.lang-zh-cn #illustSearch #isItem .item {
	height: 110px;
}
}

html[lang="zh-cn"] #illustSearch #isItem.funcSearch .item,
html.lang-zh-cn #illustSearch #isItem.funcSearch .item {
	/* JP CN 180px; EN Other 204px; [1line: 24px]*/
	height: 180px;
	/* JP CN 2; EN Other 4; */
	background: url("../img/func_bgframe2.gif") no-repeat;
}

html[lang="zh-cn"] #illustSearch #isItem.funcSearch .item:hover,
html.lang-zh-cn #illustSearch #isItem.funcSearch .item:hover {
	background-position: 0 -180px;
}

html[lang="zh-cn"] #illustSearch #isItem.funcSearch .item .image,
html.lang-zh-cn #illustSearch #isItem.funcSearch .item .image {
	/* JP CN 68px; EN Other 92px; [1line: 24px]*/
	top: 68px;
}

@media print {
html[lang="zh-cn"] #illustSearch #isItem.funcSearch .item,
html.lang-zh-cn #illustSearch #isItem.funcSearch .item {
	height: 105px;
}
}

html[lang="zh-cn"] #contents #c2style .menu_btn,
html.lang-zh-cn #contents #c2style .menu_btn {
	top: 97px !important;
	left: -15px !important;
}

html[lang="zh-cn"] #contents #c2style .menu_btn.open,
html.lang-zh-cn #contents #c2style .menu_btn.open {
	top: 97px !important;
	left: 336px !important;
}


/* *****************************
 * zh-tw
***************************** */

html[lang="zh-tw"] body,
html[lang="zh-tw"] input,
html[lang="zh-tw"] select,
html[lang="zh-tw"] textarea,
html.lang-zh-tw body,
html.lang-zh-tw input,
html.lang-zh-tw select,
html.lang-zh-tw textarea {
	font-family: "Microsoft JhengHei", "Hiragino Sans CNS", "LiHei Pro", Tahoma, Arial, sans-serif;
}

html[lang="zh-tw"] #toolNavi ul li.navi1 h4,
html.lang-zh-tw #toolNavi ul li.navi1 h4 {
	width: 99px;
}

html[lang="zh-tw"] #toolNavi ul li.navi2 h4,
html.lang-zh-tw #toolNavi ul li.navi2 h4 {
	width: 129px;
}

html[lang="zh-tw"] #toolNavi ul li.navi3 h4,
html.lang-zh-tw #toolNavi ul li.navi3 h4 {
	width: 119px;
}

html[lang="zh-tw"] #illustSearch #isItem .item,
html.lang-zh-tw #illustSearch #isItem .item {
	/* JP CN 210px; EN Other 234px; [1line: 24px] */
	height: 210px;
	/* JP CN 1; EN Other 3; */
	background: url("../img/func_bgframe1.gif") no-repeat;
}

html[lang="zh-tw"] #illustSearch #isItem .item:hover,
html.lang-zh-tw #illustSearch #isItem .item:hover {
	background-position: 0 -210px;
}

html[lang="zh-tw"] #illustSearch #isItem .item .image,
html.lang-zh-tw #illustSearch #isItem .item .image {
	/* JP CN 68px; EN Other 92px; [1line: 24px] */
	top: 68px;
}

@media print {
html[lang="zh-tw"] #illustSearch #isItem .item,
html.lang-zh-tw #illustSearch #isItem .item {
	height: 110px;
}
}

html[lang="zh-tw"] #illustSearch #isItem.funcSearch .item,
html.lang-zh-tw #illustSearch #isItem.funcSearch .item {
	/* JP CN 180px; EN Other 204px; [1line: 24px]*/
	height: 180px;
	/* JP CN 2; EN Other 4; */
	background: url("../img/func_bgframe2.gif") no-repeat;
}

html[lang="zh-tw"] #illustSearch #isItem.funcSearch .item:hover,
html.lang-zh-tw #illustSearch #isItem.funcSearch .item:hover {
	background-position: 0 -180px;
}

html[lang="zh-tw"] #illustSearch #isItem.funcSearch .item .image,
html.lang-zh-tw #illustSearch #isItem.funcSearch .item .image {
	/* JP CN 68px; EN Other 92px; [1line: 24px]*/
	top: 68px;
}

@media print {
html[lang="zh-tw"] #illustSearch #isItem.funcSearch .item,
html.lang-zh-tw #illustSearch #isItem.funcSearch .item {
	height: 105px;
}
}

html[lang="zh-tw"] #contents #c2style .menu_btn,
html.lang-zh-tw #contents #c2style .menu_btn {
	top: 105px !important;
	left: -23px !important;
}

html[lang="zh-tw"] #contents #c2style .menu_btn.open,
html.lang-zh-tw #contents #c2style .menu_btn.open {
	top: 105px !important;
	left: 328px !important;
}


/* *****************************
 * ko
***************************** */

html[lang="ko"] body,
html[lang="ko"] input,
html[lang="ko"] select,
html[lang="ko"] textarea,
html[lang^="ko-"] body,
html[lang^="ko-"] input,
html[lang^="ko-"] select,
html[lang^="ko-"] textarea,
html.lang-ko body,
html.lang-ko input,
html.lang-ko select,
html.lang-ko textarea {
	font-family: "Malgun Gothic", NanumGothic, Dotum, Gulim, Verdana, Arial, Helvetica, sans-serif;
}

html[lang="ko"] #toolNavi ul li.navi1 h4,
html[lang^="ko-"] #toolNavi ul li.navi1 h4,
html.lang-ko #toolNavi ul li.navi1 h4 {
	width: 90px;
}

html[lang="ko"] #toolNavi ul li.navi2 h4,
html[lang^="ko-"] #toolNavi ul li.navi2 h4,
html.lang-ko #toolNavi ul li.navi2 h4 {
	width: 125px;
}

html[lang="ko"] #toolNavi ul li.navi3 h4,
html[lang^="ko-"] #toolNavi ul li.navi3 h4,
html.lang-ko #toolNavi ul li.navi3 h4 {
	width: 130px;
}

html[lang="ko"] #illustSearch #isItem .item,
html[lang^="ko-"] #illustSearch #isItem .item,
html.lang-ko #illustSearch #isItem .item {
	/* JP CN 210px; EN Other 234px; [1line: 24px] */
	height: 210px;
	/* JP CN 1; EN Other 3; */
	background: url("../img/func_bgframe1.gif") no-repeat;
}

html[lang="ko"] #illustSearch #isItem .item:hover,
html[lang^="ko-"] #illustSearch #isItem .item:hover,
html.lang-ko #illustSearch #isItem .item:hover {
	background-position: 0 -210px;
}

html[lang="ko"] #illustSearch #isItem .item .image,
html[lang^="ko-"] #illustSearch #isItem .item .image,
html.lang-ko #illustSearch #isItem .item .image {
	/* JP CN 68px; EN Other 92px; [1line: 24px] */
	top: 68px;
}

@media print {
html[lang="ko"] #illustSearch #isItem .item,
html[lang^="ko-"] #illustSearch #isItem .item,
html.lang-ko #illustSearch #isItem .item {
	height: 110px;
}
}

html[lang="ko"] #illustSearch #isItem.funcSearch .item,
html[lang^="ko-"] #illustSearch #isItem.funcSearch .item,
html.lang-ko #illustSearch #isItem.funcSearch .item {
	/* JP CN 180px; EN Other 204px; [1line: 24px]*/
	height: 180px;
	/* JP CN 2; EN Other 4; */
	background: url("../img/func_bgframe2.gif") no-repeat;
}

html[lang="ko"] #illustSearch #isItem.funcSearch .item:hover,
html[lang^="ko-"] #illustSearch #isItem.funcSearch .item:hover,
html.lang-ko #illustSearch #isItem.funcSearch .item:hover {
	background-position: 0 -180px;
}

html[lang="ko"] #illustSearch #isItem.funcSearch .item .image,
html[lang^="ko-"] #illustSearch #isItem.funcSearch .item .image,
html.lang-ko #illustSearch #isItem.funcSearch .item .image {
	/* JP CN 68px; EN Other 92px; [1line: 24px]*/
	top: 68px;
}

@media print {
html[lang="ko"] #illustSearch #isItem.funcSearch .item,
html[lang^="ko-"] #illustSearch #isItem.funcSearch .item,
html.lang-ko #illustSearch #isItem.funcSearch .item {
	height: 105px;
}
}

html[lang="ko"] #contents #c2style .menu_btn,
html[lang^="ko-"] #contents #c2style .menu_btn,
html.lang-ko #contents #c2style .menu_btn {
	top: 107px !important;
	left: -25px !important;
}

html[lang="ko"] #contents #c2style .menu_btn.open,
html[lang^="ko-"] #contents #c2style .menu_btn.open,
html.lang-ko #contents #c2style .menu_btn.open {
	top: 108px !important;
	left: 325px !important;
}


/*********************************/

@media print {
html.Safari[lang="ja"] body,
html.Safari[lang="ja"] input,
html.Safari[lang="ja"] select,
html.Safari[lang="ja"] textarea,
html.Safari[lang="ja-"] body,
html.Safari[lang="ja-"] input,
html.Safari[lang="ja-"] select,
html.Safari[lang="ja-"] textarea {
	font-family: "Hiragino Kaku Gothic ProN", Verdana, Arial, Helvetica, sans-serif;
}
}

/*# sourceMappingURL=page.css.map */
