@CHARSET "UTF-8";
/********** all ***********/

.inline {
  display: inline;
}

body {
  
}

p {
    margin: 5px 0 5px 0;
}

padding-off {
  padding-right: 0px;
  padding-left: 0px;
}

ol ul {
  list-style: disc;
}

/********* header *********/

.navbar-default {
  background-color: #ffffff;
  border-color: #e7e7e7;
  text-align: center;
  border-radius: 0px;
}

/* for top page */
.navbar-top {
  min-height: 84px;
}

.corporate_brand {
  display: table-cell;
  vertical-align: middle;
  height: 84px;
  width: 95px;
  text-align: left;
}

.corporate_brand_top {
  display: table-cell;
  vertical-align: middle;
  height: 84px;
  /* width: 95px; */
  text-align: left;
}

.manual-title {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
  color: #000000;
}

.manual-title-prod,
.manual-title-btn {
  display: table-cell;
  margin: 0px;
  white-space: nowrap;
}

.manual-titleL {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 3em;
  text-align: left;
  padding: 50px 0 0 50px;
  color: #000000;
}

.corporate_logo {
  height: 25px;
/*   margin-left: 5px; */
  margin-right: 10px;
}

.corporate_logo_top {
  height: 50px;
/*   margin-left: 5px; */
  margin-right: 10px;
  padding: 0px 30px;
}

.btn-sidemenu {
  margin: 0px 10px;
  margin-top: 5px;
}

/* for body page */
.navbar-body {
  min-height: 42px;
}

.navbar-body .corporate_brand {
  height: 42px;
}

.navbar-body .manual-title {
  font-size: 0.8em;
}

.navbar-body .corporate_logo {
  height: 12px;
/*   margin-left: 5px; */
  margin-right: 10px;
  margin-left:10px;
}

/********* footer *********/

.footer {
  margin: 10px 0px 50px 0px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-top-color: #e7e7e7;
  border-top: 1px solid #ddd;
  color: #C0C0C0;
  font-size: 0.5em;
}

/********* navigation item *********/

.breadcrumbs-list {
  margin: 5px 0 20px 0;
  font-size: 0.85em;
}

.back-lang-selection > a,
.back-product-selection > a {
  padding-right: 10px;
  font-size: 0.8em;
}

.list-group {
  padding-left: 0;
  margin-bottom: 0px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 5px 5px;
  margin-bottom: 0px;
  background-color: #fff;
  border: 0px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  color: #555;
}

.list-group-item2 {
  position: relative;
  display: block;
  padding: 5px 15px;
  margin-bottom: 0px;
  /*
  background-color: #eeeeee;
  */
  border: 0px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
}

.list-group-item-slide {
  position: relative;
  display: block;
  padding: 5px 5px 5px 5px;
  margin-bottom: 0px;
  /*
  background-color: #eeeeee;
  */
  border: 0px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  color: #555;
}

.list-group-itemL {
  position: relative;
  display: block;
  padding: 5px 25px 5px 15px;
  margin-bottom: 0px;
  /*
  background-color: #eeeeee;
  */
  border: 0px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
}

.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.list-group-item:last-child {
  border-bottom-left-radius: 0px;
}

.first-child {
  margin-top: 10px;
  border-radius: 0px;
}

.list-group-item-last {
  position: relative;
  display: block;
  padding: 5px 5px;
  margin-bottom: 0px;
  background-color: #fff;
  border: none;
  border-bottom: none;
}

/* overrap bootstrap a.list-group-item:hover style.*/
a.list-group-item:hover, 
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #fff;
}

/* overrap bootstrap a.list-group-item2:hover style.*/
a.list-group-item2:hover, 
a.list-group-item2:focus {
  color: #555;
  text-decoration: none;
  background-color: #dcdcdc;
}

/* overrap bootstrap a.list-group-item-slide:hover style.*/
a.list-group-item-slide:hover, 
a.list-group-item-slide:focus {
  color: #555;
  text-decoration: none;
  background-color: #eeeeee;
}

/* overrap bootstrap a.list-group-itemL:hover style.*/
a.list-group-itemL:hover, 
a.list-group-itemL:focus {
  color: #555;
  text-decoration: none;
  background-color: #dcdcdc;
}

.list-group a > p.rolling-over{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	opacity:1;
}

span.click-icon {
  /*
  font-size: 1.2em;
  color: #888;
  padding-right: 0.3em;
  margin-left: -1.3em;
  */
  cursor: pointer;
}

.link-text-top {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 3.0em;
  /* color: #428bca; */
  text-decoration: none;
}

.link-text {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 3.0em;
  color: #428bca;
  text-decoration: none;
  text-align: left;
}

.link-text-off {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 3.0em;
  color: #428bca;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  color: #000000;
}

.link-text:hover {
  font-weight: bold;
  text-decoration: none;
  background-color: #dcdcdc;
}

.link-icon {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0px;
  color: #428bca;
}

.page-anchor {
  margin-top: -80px;
  padding-top: 80px;
  position: absolute;
}

#page-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-size: 77%;
  padding: 0;
  margin: 0;
}

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  padding: 6px 12px;
  text-align: center;
  display: block;
  filter: alpha(opacity 50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#page-top a:hover {
  text-decoration: none;
  background: #666;
  filter: alpha(opacity 100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}

#page-back {
  position: fixed;
  bottom: 15px;
  left: 15px;
  font-size: 77%;
  padding: 0;
  margin: 0;
}

#page-back a {
  background: #666;
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#page-back a:hover {
  text-decoration: none;
  background: #666;
  filter: alpha(opacity 100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}

/********* main contents *********/

/* chapter */
.chapter-title {
  border-left: 5px solid #10218B;
  padding-left: 13px;
  line-height: 1.5em;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 1.2em;
}

/* sect */
.sect2, .sect3, sect4, sect5 {
  margin: 30px 0px 0px 0px;
  padding: 0px;
}

.sect-title {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

.sect1 > .sect-title {
  border-left: 5px solid #10218B;
  padding-left: 13px;
  line-height: 1.5em;
  margin-top: 0px;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.2em;
}

.sect2 > .sect-title {
  font-weight: bold;
  font-size: 1.1em;
  padding-bottom: 5px;
  border-bottom: 1px solid #10218B;
}

.sect3 > .sect-title {
  font-weight: bold;
  font-size: 1em;
}

.sect4 > .sect-title {
  font-weight: bold;
  font-size: 1em;
}

.sect5 > .sect-title {
  font-weight: bold;
  font-size: 1em;
}

/* note/caution/important/warning */
.important,
.note,
.caution,
.warning {
  padding: 0px;
  margin: 12px 0px 5px 0px;
}

.mark {
  margin: 0px 8px 0px 0px;
  display: inline;
  vertical-align: baseline;
  background-color: #ffffff;
}

.warning .mark {
  vertical-align: -2px;
} 

.caution .mark {
  vertical-align: -2px;
} 

.important > .title {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  font-weight: bold;
}

.note > .title {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  font-weight: bold;
}

.caution > .title {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  font-weight: bold;
}

.warning > .title {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  font-weight: bold;
}

.note-text {
  margin: 0px;
}

/* body */
.body-text {
  margin: 5px 0 5px 0;
}

/* procedure/step */
.procedure {
  padding-left: 20px;
}

.step {
  margin-top: 15px;
/*   margin-bottom: 20px; */
}

/* itemizedlist/listitem */
.itemized-list {
  padding-left: 16px;
}

.listitem {
  /*
  margin-top: 15px;
  margin-bottom: 5px;
  */
}

/* graphic/inlinegraphic */
.images {
  margin-bottom: 10px;
}

img {
  border: 0;
}

.img-responsive {
  margin: 0 auto;
}

/* inline */
.english {
  direction: ltr;
}

.cross-reference {
  
}

.link {
  
}

.emphasis {
  
}

.foreign {
  
}

.markup {
  
}

.sup {
  
}

.sub {
  
}

/* table */
.table {
  margin-bottom: 5px;
}

.table-bordered-less {
  border-top: 2px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.table-title {
  font-weight: bold;
  margin: 30px 0px 5px 0px;
  font-size: 1em;
}

th {
  background-color: #ddd;
}

.highlight {
    padding: 1px;
    margin-bottom: 0px;
    border: 0px solid #e1e1e8;
    border-radius: 4px;
    background-color: fuchsia;
    font-weight: bold;
}

.highlight {
    padding: 1px;
    margin-bottom: 0px;
    border: 0px solid #e1e1e8;
    border-radius: 4px;
    background-color: fuchsia;
    font-weight: bold;
}

.highlight2 {
    padding: 1px;
    margin-bottom: 0px;
    border: 0px solid #e1e1e8;
    border-radius: 4px;
    background-color: lime;
    font-weight: bold;
}

.highlight3 {
    padding: 1px;
    margin-bottom: 0px;
    border: 0px solid #e1e1e8;
    border-radius: 4px;
    background-color: silver;
    font-weight: bold;
}

.sup-text {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.container {
  margin-right: 0px;
  margin-left: -15px;
}
.container-narrow {
  margin-left: 0px;
}
.container-wide {
}

.search-box-input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.search-box {
    margin-bottom: 15px;
    margin-top: 55px; /*margin-top: 15px;*/
    margin-left: 10px;
    margin-right: -15px;
}
.search-box-pc {
    margin-bottom: 15px;
    margin-top: 15px;
}
.search-box-slide {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 0px;
}
.search-box-narrow {
    margin-bottom: 15px;
    margin-top: 0px;
}

.menu-margin {
  margin-left: 10px;
}

.none-display {
  display: none;
}

.col-xx-padding-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.span\.keyword {
  /* color: #f00; */
  /* background-color: #ff0; */
}
