@charset "utf-8";

body {
    font-family: 'Noto Sans JP', 'Meiryo UI', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
    background-color: #ffffff;
    vertical-align: top;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

:focus {
    outline: 0;
}

.center {
    text-align: center;
}

strong {
    color: #2A2323;
}

/*__________________________________________________

  url , formula
  __________________________________________________*/

.url {
    font-family: 'Courier New', monospace;
}

div.url {
    margin: 3px 10px 3px 0;
    padding: 5px;
    border: 1px #cccccc solid;
}

.fomula {
    font-family: 'Courier New', monospace;
}

div.fomula {
    margin: 3px 10px 3px 0;
    padding: 5px;
    border: 1px #cccccc solid;
}

/*__________________________________________________

  link
  __________________________________________________*/

a:link {
    background-color: transparent;
    color: #333333;
}

a:visited {
    background-color: transparent;
    color: #333333;
    text-decoration: none;
}

a:active {
    background-color: transparent;
    color: #333333;
    text-decoration: none;
}

a:hover {
    background-color: transparent;
    color: #333333;
    text-decoration: none;
}

/*__________________________________________________

  base
  __________________________________________________*/

#wrapper {
    margin: 0;
    padding: 0;
}

/* container */
#container {
    background-color: #ffffff;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 105%;
    line-height: 1.4em;
    color: #444444;
}

/*__________________________________________________

  header
  __________________________________________________*/

#help_title {
    padding: 5px 10px 0 5px;
    margin: 0;
    background-color: #ffffff;
}

#menu {
    height: 35px;
    padding: 0;
    background-color: #2196F3;
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu li {
    float: left;
    padding: 8px 0 0 0;
    margin-left: 10px;
    color: #ffffff;
    list-style: none;
    font-size: 95%;
}

#menu a {
    color: #ffffff;
    text-decoration: none;
}

#menu a:hover {
    color: #000000;
    background-color: #cccccc;
}

/*__________________________________________________

  right
  __________________________________________________*/

/* list */
#right-list {
    display: block;
    margin: 0 auto;
    padding: 0;
    background-color: #ffffff;
    width: 90%;
}

#right-list h1 {
    font-size: 120%;
    padding: 20px 0 0 0;
    margin: 0;
    color: #222222;
}

#right-list h2 {
    font-size: 100%;
    color: #333333;
    padding: 20px 0 3px 3px;
    margin: 0;
}

#right-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #cccccc;
    width: 100%;
    font-size: 95%;
}

#right-list ul li {
    background-color: #f9f9f9;
    background: -moz-linear-gradient(top, #ffffff, #f9f9f9);
    /* mozilla */
    background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f9f9f9));
    /* Webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffffff', endColorstr='#fff9f9f9');
    /* IE5.5以上 */
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eeeeee;
    list-style: none;
    color: #333333;
}

#right-list ul.no-title {
    margin: 20px 0 0 0;
    padding: 0;
}

#right-list ul li.os-link {
    padding: 4px 0 4px 10px;
    margin: 0;
}

#right-list ul li.noborder1 {
    padding: 0;
    margin: 0;
    border-bottom: none;
}

#right-list ul li a {
    display: block;
    padding: 8px 10px;
    margin: 0;
    text-decoration: none;
    color: #555555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

#right-list ul li a:hover {
    color: #000000;
    background-color: #efefef;
}

/*__________________________________________________

  left - toc
  __________________________________________________*/

#left div.toc {
    margin: 0;
    padding: 0;
}

#left div.item a:hover {
    color: #0000cd;
    background-color: #f3f3f3;
}

/*__________________________________________________

  footer
  __________________________________________________*/

#footer address {
    font-style: normal;
    font-size: 80%;
}

/*__________________________________________________

  return
  __________________________________________________*/

.return {
    margin: 5px 0;
    padding: 0;
    font-size: 80%;
    text-align: right;
}

.return a:link {
    background-color: transparent;
    color: #333333;
    text-decoration: underline;
}

.return a:visited {
    background-color: transparent;
    color: #333333;
    text-decoration: underline;
}

.return a:active {
    background-color: transparent;
    color: #333333;
    text-decoration: underline;
}

.return a:hover {
    background-color: transparent;
    color: #333333;
    text-decoration: none;
	}

/*__________________________________________________

  image
  __________________________________________________*/

img {
    border: 0;
    padding: 0;
    vertical-align: text-bottom;
}

img.link {
    margin: 0;
    padding: 0;
}

img.screen {
    border: 1px;
    margin: 10px 0 5px 0;
    color: #cccccc;
    max-width: 100%;
    height: auto;
}

img.icon {
    vertical-align: bottom;
    margin: 0;
    padding: 0 5px;
}


/*__________________________________________________

 topic
  __________________________________________________*/

.help-content {
    display: block;
    margin: 0 auto;
    padding: 0;
    background-color: #ffffff;
}

.help-content-movie {
    display: block;
    margin: 0 auto;
    padding: 0;
    background-color: #ffffff;
}

/* header */
.help-content h1 {
    font-size: 120%;
    padding: 20px 0 0 0;
    margin: 0;
    color: #222222;
}

.help-content h1.no-lead {
    padding-bottom: 20px;
}

.help-content h2 {
    height: 20px;
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
    font-size: 110%;
    font-weight: bold;
    color: #666666;
    background-image: url(../img/h1_bg.gif);
    background-repeat: repeat-x;
}

.help-content h3 {
    font-size: 100%;
    color: #333333;
    background-color: #f6f6f6;
    border-bottom: 7px solid #cccccc;
    padding: 10px 2px 3px 5px;
}

.help-content h4 {
    margin: 20px 3px 7px 0;
    padding: 0 0 5px 5px;
    font-size: 100%;
    color: #333333;
    border-bottom: dotted 2px #333333;
    padding: 0;
    line-height: 1.5em;
}

.help-content h5 {
    margin: 15px 0 3px 0;
    padding: 0;
    color: #666666;
    font-size: 100%;
    font-weight: bold;
}

/* content */
.lead {
    margin: 20px 0 10px 0;
    padding: 0;
    clear: both;
}

.help-content p {
    margin: 10px 0;
    line-height: 1.5em;
}

/* list */
.help-content ol,
.help-content ul {
    margin: 10px 0;
}

.help-content ol li,
.help-content ul li {
    padding-top: 10px;
    margin: 0;
    line-height: 1.5em;
}

dl.serial {
    margin-top: 0;
}

dl.serial dt,
dl.serial dd {
    margin-top: 0;
    padding-top: 0;
}

ol.serial,
ul.serial {
    margin-top: 3px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 15px;
}

ol.serial li,
ul.serial li {
    padding-top: 2px;
}

ol.screen {
    counter-reset: number;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.screen li.item {
    padding: 2px 0;
    margin-left: 1em;
    line-height: 1.5em;
    text-indent: -2em;
}

ol.screen li h5,
ol.screen li th,
ol.screen li td,
ol.screen li dl,
ol.screen li ul {
    text-indent: 0;
}

ol.screen li p img.screen {
    margin-left: 2em;
}

ol.screen li.item:before {
    counter-increment: number;
    content: counter(number);
    color: #c71585;
    margin-right: 5px;
    font-size: 1em;
    padding: 0 4px;
    border: 2px solid #c71585;
    font-weight: bold;
}

.help-content dl {
    margin: 20px 0;
    padding: 0;
}

.help-content dl dd {
    margin: 0;
    padding: 5px 0 0 10px;
    line-height: 1.5em;
}

.help-content dl dt {
    margin: 10px 0 0 0;
    padding: 0;
    font-weight: bold;
    line-height: 1.5em;
}

/* other */
p.link {
    margin: 2px 5px 2px 20px;
    text-indent: -1.5em;
    font-size: 95%;
}

div.point {
    margin: 15px 10px;
    padding: 0 10px 5px 10px;
    font-size: 95%;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    background-color: #f5f5f5;
}

div.column {
    margin: 20px 0 10px 0;
    padding: 15px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 2px #cccccc solid;
}

div.column ul {
    padding: 0;
    margin: 0;
}

div.column li {
    padding: 0;
    margin: 5px 0 5px 20px;
}

sup {
    padding-right: 3px;
    padding-left: 1px;
    vertical-align: text-top;
}

p.supplement {
    margin: 5px 5px 5px 20px;
    text-indent: -1em;
    font-size: 95%;
}

/*__________________________________________________

  mark
  __________________________________________________*/

.enc-lang,
.enc-custom,
.enc-class {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    vertical-align: middle;
    padding: 0 2px;
    margin: 0 1px;
    text-decoration: none;
    overflow: hidden;
    /*white-space: nowrap;*/
    white-space: pre-line;
    font-weight: normal;
    font-size: 90%;
}

.enc-lang {
    color: #47bc32;
    border: solid 1px #47bc32;
}

.enc-custom {
    color: #cd5c5c;
    border: solid 1px #cd5c5c;
}

.enc-class {
    color: #00adef;
    border: solid 1px #00adef;
}

h1 .enc-lang,
h1 .enc-custom,
h1 .enc-class {
    font-size: 80%;
    margin-left: 5px;
    vertical-align: text-bottom;
}

h4 .enc-lang,
h4 .enc-custom,
h4 .enc-class {
    margin-left: 5px;
    vertical-align: text-bottom;
}

td .enc-lang,
td .enc-custom,
td .enc-class {
    margin: 0 2px;
}

li .enc-lang,
li .enc-custom,
li .enc-class {
    display: inline;
    padding: 1px 3px;
    margin: 0 3px;
}

p.link .enc-lang,
p.link .enc-custom,
p.link .enc-class {
    text-indent: 0;
}

p.supplement .enc-lang,
p.supplement .enc-custom,
p.supplement .enc-class,
    {
    display: inline;
    text-indent: 0;
}

/*__________________________________________________

  table
  __________________________________________________*/

table {
    border-collapse: collapse;      /* セルの線を重ねる */
    width: 65%;                     /* 幅指定 */
}

th,td {
    border-radius: 20px;
    padding: 5px 10px;              /* 余白指定 */
}

th {
    background-color: #2196F3;      /* 背景色指定 */
    color: #fff;                    /* 文字色指定 */
    font-weight: normal;            /* 文字の太さ指定 */
    position: relative;             /* 位置指定 */
    z-index: 10;                    /* 重なり調整 */
    text-align: left;
    font-size: 105%;
}

td {
    background-color: #ffffff;      /* 背景色指定 */
    padding-left: 25px;             /* 余白指定 */
    font-size: 100%;
}


tr {
    border-bottom: solid #fff;      /* 線指定 */
}

/*__________________________________________________

  more
  __________________________________________________*/

img.btn {
    cursor: pointer;
    margin: 0;
}

#more,
#more2,
#more3,
#more4,
#more5,
#more6 {
    margin: 0;
    padding: 0;
}

#more_contents,
#more_contents2,
#more_contents3,
#more_contents4,
#more_contents5,
#more_contents6 {
    display: none;
    margin: 0;
    padding: 0;
}

dl.indent {
    text-indent: 1em;
}

/*__________________________________________________

  top
  __________________________________________________*/

#topimg {
    text-align: center;
    padding: 20px 0;
}

#topimg .lead {
    line-height: 1.2em;
}

/*__________________________________________________

  right
  __________________________________________________*/

#right {
    clear: both;
    float: left;
    margin: 50 0 0 25%;
    padding: 0;
    background: #ffffff;
    width: 75%;
}

/* contents */
.help-content {
    width: 700px;
}

.help-content-movie {
    width: 950px;
}


/*__________________________________________________

  left
  __________________________________________________*/

#left {
    width: 25%;
    float: left;
    position: absolute;
    /*	top: 80px;*/
    /*-- Google検索のため140pxに */
    top: 140px;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 95%;
}

#left div.item {
    padding: 0;
    margin: 0 0 1px 0;
    font-size: 100%;
    color: #333333;
}

#left div.item a {
    padding: 12px 7px;
    border-bottom: 1px dashed #666666;
    border-left: 7px solid #2196F3;
    text-decoration: none;
    display: block;
}

#left div.item a:hover {
    border-left: 7px solid #0000CD;
    color: #0000cd;
    background-color: #efefef;
}

/*__________________________________________________

  footer
  __________________________________________________*/

#footer {
    float: right;
    width: 75%;
    text-align: center;
    margin: 20px auto;
    padding: 0;
    background: #ffffff;

