@charset "UTF-8";

/********** reset ***********/
* {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  line-height: inherit;
}

img {
    border: 0;
}

/********** base ***********/
body {
  font-family: sans-serif;
  font-weight: normal;
  line-height: 1.6em;
  font-size: large;
  }

.header {
  width: 96%;
  margin: 10px auto 10px auto;
}
.contents {
  width: 96%;
  margin: 10px auto 10px auto;
}
.footer {
  width: 96%;
  margin: 10px auto 10px auto;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover {
  color: #0000FF;
  text-decoration: underline;
}
a:focus {
  color: #0000FF;
  text-decoration: underline;
}


/********** heading title ***********/

.manual-title {
    font-size: 1.6em;
    font-weight: bold;
    color: #000;
    margin: 0px;
    letter-spacing: 0px;
}

.topic h1 {
  border-top: 1px solid #428bca;
  border-bottom: 1px solid #428bca;
  padding: 5px 5px 5px 0px;
  margin: 20px 0px 10px 0px;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
}

.topic h2 {
  border-right: 5px solid #10218B;
  line-height: 1.5em;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0px 13px 0px 0px;
  margin: 2.2em 0px 10px 0px;
  
}

.topic h3 {
  padding: 0px 0px 0px 0px;
  margin: 1.8em 0px 10px 0px;
  font-weight: bold;
  font-size: 1.2em;
}

.topic h4 {
  padding: 0px 0px 0px 0px;
  margin: 1.8em 0px 10px 0px;
  font-weight: bold;
  font-size: 1.2em;
}

.topic h5 {
  padding: 0px 0px 0px 0px;
  margin: 1.8em 0px 10px 0px;
  font-weight: bold;
  font-size: 1.2em;
}

.topic h6 {
  font-weight: bold;
  font-size: 1.2em;
  margin: 1.5em 0px 10px 0px;
}

.section-title {
  margin-top: 3em;
  border-right: 1em solid #888;
  padding: 0px 13px 0px 0px;
  font-size: 1.2em;
  font-weight: bold;
}

/********** internal links ***********/
.contents .internal-links {
  margin-bottom: 1em;
  font-size: 0.9em;
}
.contents .internal-links ul {
  list-style: none;
  padding-right: 0;
  }

.contents .internal-links ul li {
  line-height: 1.7em;
  margin-right: 0.6em;
  }

.contents .internal-links ul li a {
  }

.contents .internal-links ul li img {
  margin: 0;
  }

/********** bread-clumblist ***********/
.contents .bread-clumblist {
  margin-bottom: 1em;
  font-size: 0.9em;
}
.contents .bread-clumblist a {

  }
.contents .bread-clumblist a img{
  height: 1.3em;
  vertical-align: -0.2em;
}


.contents ol {
  list-style: outside;
  list-style-type: none;
  margin: 1.5em 1.8em;
  padding: 0px;
}

.contents ol li {
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 0em;
  margin-right: 0em;
  padding: 0em;
}

.contents ol li p.step {
    line-height: 1.6em;
}
.contents ol li p.step span.step-num {
  background-color: #777;   
  color: #fff;
  width: 1.4em;
  height: 1.4em;
  margin-right: -1.8em;
/*   margin-left: .4em; */
  display: inline-block;
  text-align: center;
  padding-bottom: 0.2em;
}

/********** general item ***********/
.body-text {
}

.note-text {
}

/********** bullet item ***********/

.contents .topic ul {
  list-style: disc;
  list-style: outside;
  margin: 0.25em 1em 0.25em 1em;
  padding: 0em 0em 0em 0em;
}

.contents .topic ul ul {
  list-style: circle;
  list-style: outside;
  margin: 0.25em 1em 0.25em 1em;
  padding: 0em 0em 0em 0em;
}

.contents .topic ul li {
  margin-top: 0em;
  margin-bottom: 0.5em;
  padding: 0px;
  line-height: 1.4em;
}

/********** deifine list ***********/
.contents dl {
}

.contents dt {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 2.5em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #aaa;
  padding-bottom: 0.2em;
}

.contents dd {
  margin-top: 0.2em;
  margin-bottom: 1em;
}



/********** note element ***********/
.important {
  border-bottom: 1px solid #e0e0e0;
  margin-top: 0.5em;
  margin-bottom: 1em;
  margin-right: 1.4em;
  padding-top: 0.8em;
  border-top: 1px solid #e0e0e0;
}
.note {
  border-bottom: 1px solid #e0e0e0;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 1.4em;
}
.caution {
  border-bottom: 1px solid #e0e0e0;
  margin-top: 0.5em;
  margin-bottom: 1em;
  margin-right: 1.4em;
}
.warning {
  border-bottom: 1px solid #e0e0e0;
  margin-top: 0.5em;
  margin-bottom: 1em;
  margin-right: 1.4em;
}

.important-title {
}
.note-title {
}
.caution-title {
}
.warning-title {
}

.important-body {
  padding: 0.3em 0 0.9em 0;
  margin-top: 0.6em;
  border-top: 1px solid #e0e0e0;
}
.note-body {
  padding: 0.3em 0 0.9em 0;
  margin-top: 0.6em;
  border-top: 1px solid #e0e0e0;
}
.caution-body {
  padding: 0.3em 0 0.9em 0;
  margin-top: 0.6em;
  border-top: 1px solid #e0e0e0;
}
.warning-body {
  padding: 0.3em 0 0.9em 0;
  margin-top: 0.6em;
  border-top: 1px solid #e0e0e0;
}

.label {
  font-size: 0.9em;
  padding: .2em .6em .2em .3em;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  display: inline;
}

.label-ja {
  font-size: 0.9em;
  letter-spacing: 0.3em;
  padding: .2em .6em .2em .3em;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  display: inline;
}

.label-default {
  background-color: #888;
}

.label-info {
  background-color: #22B5E0;
}

.label-warning {
  background-color: #F29E27;
}

.contents .images {
  text-align: center;
  margin: 1em auto;
}

/********* inline element *********/
.tp-icon {
  line-height: 1.2em;
  height: 1.2em;
  width: 1.2em;    
  margin: -0.3em 0.2em 0 0.2em;
}

.inline-graphic {
/*   line-height: 1.2em; */
/*   max-height: 1.2em; */
  margin: 0em 0.2em -0.2em 0.2em;
  display: inline;
}

sup {
  font-size: 85%;
}

.codeph {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

.ui-menu {
  margin-bottom: 1em;
}

/********* table base *********/
.tables {
}

table {
  margin-top: 1em;
  margin-bottom: 1em;
  border-collapse:collapse;
}

th {
  padding: 0.5em;
  vertical-align: top;
  text-align: right;
}
td {
  padding: 0.5em;
  vertical-align: top;
  text-align: right;
}

.table-bordered {
  border: 1px solid #ccc;
}

.table-bordered th {
  background-color: #eee;
  border: 1px solid #ccc;
}

.table-bordered td {
  border: 1px solid #ccc;
}

/********* related-links *********/

.related-links {
  margin: 2.5em 0 1em 0;
  padding-top: 1em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #e0e0e0;
}

.contents .related-links ul {
  list-style: none;
  padding-right: 0;
}

.related-links-title {
  margin: 0 0 10px;
  margin-bottom: 0.5em;
  font-size: 0.9em;
}

.related-links-body {
  padding: 0.3em 0 0.3em 0;
  margin-top: 0.6em;
  border-top: 1px solid #e0e0e0;
}
.related-link-icon {
  margin-left: 0.5em;
  display: inline;
  vertical-align: -0.1em;
}

/********* topic link item *********/
.child-topic-link {
  margin: 1em 0 1em 0;
}

.contents .child-topic-link ul {
  list-style: none;
  padding-right: 0;
}

.contents .child-topic-link li a{
  font-size: 1.1em;
  display: inline-block;
  }

.contents .child-topic-link .list-title {
  margin-top: 2.5em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #aaa;
  padding-bottom: 0.2em;
  font-weight: bold;
}

.contents .child-topic-link .list-desc a {
  font-size: 1em;
}

.child-topic-link .top-content .list-title {
  margin-top: 0.8em;
  margin-bottom: 0;
  border-bottom: 1px solid #aaa;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: bold;
}

.page-top {
  margin-top: 2em;
  text-align: left;
  font-size: 0.9em;
}

.page-top .related-link-icon {
  margin: 0em 0.5em 0em 0.2em;
  display: inline;
}

/********* footer *********/
.footer {
  border-top: 1px solid #e7e7e7;
  padding-top: 0.5em;
}

.footer-top {
  border-top: 0px solid #e7e7e7;
  padding-top: 0.5em;
}

.faq-links {
/*   text-align: right; */
  margin-bottom: 0.5em;
}

.copyright {
  text-align: left;
}

.manual-code {
  text-align: left;
}
