
body {
    margin:0;
    font-family: "Century Gothic", "RoNOW", "\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", sans-serif;
    font-size: 80%;
    color: #646464;
    background-color: #fff;
    word-break: keep-all;
    word-wrap: break-word;
    white-space: normal;
}

h1 {
    text-align: center;
    font-size: 1em;
    margin: 0 0 0.2em;
    padding: 0.65em 0 0;
    color: #d62825;
    font-weight: normal;
}

h2 {
    text-align: center;
    font-size: 1em;
    margin: 0;
    padding:0;
    color: #323232;
    font-weight: normal;
}

h3 {
    font-size: 1.2em;
    margin: 1.2em 0em 1.2em 0em;
    font-weight: normal;
    color: #323232;
}

h3 a {
     color: #323232;
     text-decoration: underline;
}

h3 a:hover,
h3 a:focus {
     text-decoration: none;
}

h4 {
    font-size: 0.95em;
    margin: 1.2em 0em 1.2em 0em;
    font-weight: normal;
    color: #323232;
}

h5 {
    font-size: 0.9em;
    margin: 1.2em 0em 1.2em 0em;
    font-weight: normal;
}


strong {
     color: #323232;
    font-weight: normal;
}

ol,ul,li {
    font-size: 1.0em;
    line-height: 1.2em;
    margin-top: 0.2em;
    margin-bottom: 0.1em;
    padding: 0;
    margin-left: 0.5em;
}

p {
    line-height: 1.5em;
    margin: 1.2em 0em;
}

pre {
    font-family: "Century Gothic", "RoNOW", "\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", sans-serif;
    border-color: #dcdcdc;
    background-color: #f5f5f5;
    color: #646464;
    border-width: 1px;
    border-style: solid;
    padding: 1em;
    overflow: auto;
    margin: 1em 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

table {
    margin: 1em 0;
    border-collapse: collapse;
    width: 100%;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}

th {
    padding: 0.5em;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dcdcdc;
    font-size: 1em;
}

td {
    font-size: 1em;
    padding: 0.5em;
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
}

a {
    color: #646464;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}


table.apilist {
    width:95%;
}

/* ----------------- */


#header {
    background-image:url(logo.png);
    background-position: 16px 50%;
    background-repeat: no-repeat;
    z-index: 10;
    border-bottom: 1px solid #CCC;
    position: fixed;
    height: 56px;
    background-color: #FFF;
    width: 100%;
}

#header .inner {
    height: 56px;
    background-image:url(logo-gmo.png);
    background-position: 100% 50%;
    margin: 0 16px;
    background-repeat: no-repeat;
}

#menu {
    margin-top: 78px;
    padding: 0 1em;
    width: 20%;
    float: left;
    font-size: 1.015em;
   
    border-right: 1px solid #ddd;

    position: fixed;
    height: 700px;
    overflow: auto;
}
#menu ul {
    list-style-type: none;
    padding:0;
    margin-left: 0;
}
#menu li {
    background-image: url(c.png);
    background-repeat: no-repeat;
    background-position: left 0.6em;
    padding: 0.2em 1em 0.2em 1em;
    margin-left: 0;
}
#menu li.top {
    margin-top: 1em;
    border-bottom: 1px solid #dcdcdc;
     padding-bottom: 1.2em;
}

#contents {
    padding: 6em 1em 0 1em;
    margin-left: 25%;
}

#menu-selected {
    color: #d62825;
}

.sp #menu {
    float: none;
    position: static;
    margin: 0;
    width: auto;
    padding: 10px;
    height: auto;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.sp table {
    table-layout: fixed;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
}
.sp table.apilist {
    table-layout: fixed;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
}

.sp table.apilist th,
.sp table.apilist td {
    width: 40%;
}
.sp table.apilist tr td:first-child,
.sp table.apilist tr th:first-child {
    width: 20%;
}

.sp #contents {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
}

.sp #header {
    width: auto;
    left: 0;
    right: 0;
    top: 0;
    background-position: 50% 50%;
}

.sp .main-title {
    padding-top: 70px;
    margin-bottom: 20px;
}

.sp .btn-menu {
    display: block;
    background-color: #f5f5f5;
    margin-top: 85px;
    border: none;
    border: 1px solid #ddd;
    padding: 8px 25px;
    margin: 0 auto 30px;
}

.sp .footer {
    height: 56px;
    background-image:url(logo-gmo.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
