@charset "UTF-8";

/* ==============================================
 * ============================================== */

table.helpIndex {
  width            : 100%;
  margin           : 0px auto;
  margin-bottom    : 20px;
  background-color : #f5f5fa;
  border-collapse  : collapse;
  border-spacing   : 0px;
  border           : 2px solid #9696c8;
}
table.helpIndex td {
  width            : 19%;
  padding          : 8px;
  line-height      : 1.5em;
}
table.helpIndex td ul {
  margin           : 0px;
  padding          : 3px;
  list-style       : none;
}
table.helpIndex td.note {
  width            : 81%;
  border           : 1px dotted #9696c8;
}

table.helpSection {
  width            : 100%;
  margin           : 0px auto;
  background-color : #ffffff;
  border-collapse  : collapse;
  border-spacing   : 0px;
  border           : 2px solid #9696c8;
}
table.helpSection th {
  padding          : 5px;
  background-color : #9696c8;
  text-align       : left;
  color            : #ffffff;
  font-size        : 1.2em;
  font-weight      : bold;
}
table.helpSection td {
  padding          : 5px;
  vertical-align   : top;
  line-height      : 1.2em;
}

table.helpSection td dl {
  padding          : 3px;
}
table.helpSection td dl dt {
  padding          : 3px;
  border-bottom    : 1px dotted #9696c8;
  font-size        : 1.1em;
  color            : #eb0762;
}
table.helpSection td dl dd {
  margin-left      : 0px;
  margin-bottom    : 8px;
  padding          : 5px;
}

table.helpSection td ul {
  margin           : 0px;
  padding          : 0px;
  list-style       : none;
}
table.helpSection td ul li {
  margin           : 3px;
  padding          : 5px;
  background-color : #fffcda;
  border           : solid 1px #9696c8;
  font-size        : 1.1em;
  font-weight      : bold;
  color            : #413e6a;
}
table.helpSection td ul dl {
  padding          : 3px;
  background-color : #ffffff;
  font-weight      : normal;
}
table.helpSection td ul dl dt {
  padding          : 3px;
  border-bottom    : 1px dotted #9696c8;
  font-size        : 1.1em;
  color            : #000000;
}
table.helpSection td ul dl dd {
  margin-left      : 0px;
  margin-bottom    : 8px;
  padding          : 5px;
  font-size        : 0.9em;
}


.gotoIndex {
  text-align       : right;
}
strong {
  color            : #eb0762;
}


