@charset "utf-8";
/* CSS Document. */

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #F4F5F7;
  font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
  font-size: 17px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0; }
h1, h2, h3, h4, h5, h6, td, input { font-size:100%; font-weight:normal; }
ol, ul { list-style:none; }
fieldset, img { border:0; }
caption, th { text-align:left; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
a img, li img { vertical-align:bottom; }
a {text-decoration : none;}
article, aside, figure, footer, header, hgroup, nav, section { display:block; margin:0; padding:0; }
    #wrapper {
    width: 100%;
    height: 100%;
}

.txt-shadow {
    color: #fff;
    text-shadow: black 2px 0px, black -2px 0px,
    black 0px -2px, black 0px 2px,
    black 2px 2px, black -2px 2px,
    black 2px -2px, black -2px -2px,
    black 1px 2px, black -1px 2px,
    black 1px -2px, black -1px -2px,
    black 2px 1px, black -2px 1px,
    black 2px -1px, black -2px -1px;
}

.blured {
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.margin-top {
    margin-top: 50px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-left {
    margin-left: 5%;
    margin-right: 5%;
}

#intro {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 999;
    letter-spacing: 8px;
    line-height: 1.5em;
}

#intro-banner {
    position: relative;
    background: url(../img/bg/top_bg_r.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    top: 0;
    left: 0;
    width: 100%;
    min-height: 150px;
    z-index: 91;
}

#intro-banner #banner-logo{
    text-align:center;
}

#intro-banner #banner-anim {
    display: block;
    width: 100%;
    max-width: 1474px;
    margin: 50px auto auto auto;
}

#intro-banner #banner-anim #logo1 {
    display: block;
    text-align: center;
    font-family: 'Gilda Display', serif;
    font-size: 95px;
    font-style: italic;
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: auto;
}

#intro-banner #banner-anim #logo2 {
    display: block;
    text-align: center;
    font-family: 'Gilda Display', serif;
    font-style: italic;
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: auto;
}

@media (max-width: 500px) {
  #logo2{
    font-size: 1.5em;
  }
}
@media screen and (min-width:1024px) {
  #logo2{
    font-size: 45px;
  }
}

#intro-banner #banner-anim #logo-desc {
    display: block;
    text-align: center;
    font-family: 'Gilda Display', serif;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 60px;
    text-align: center;
    width: 100%;
    height: 60px;
    margin: auto;
}

.heartbeat {
    animation: heartbeat 4s linear infinite;
}

@keyframes heartbeat {
    0%,
    50%,
    54%,
    100% {
        opacity: 1;
        transform: scale(1.0);
    }
    53% {
        opacity: 1;
        transform: scale(1.5);
    }
}

#outline {
    background-color: #7FFFD4;
    background: url(../img/bg/glow.jpg) fixed;
    background-size: cover;
    background-position: center center;
    width: 100%;
    z-index: 80;

    color: #FFFFFF;
    text-shadow: #111 1px 0px, #111 -1px 0px,
    #111 0px -1px, #111 0px 1px,
    #111 1px 1px, #111 -1px 1px,
    #111 1px -1px, #111 -1px -1px;
}

#outline .overlay {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    background: url(../img/overlays/dot.png);
    width: 100%;
    z-index: 81;
    padding-top: 40px;
    padding-bottom: 40px;
}
#outline .overlay-nodot {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    width: 100%;
    z-index: 81;
    padding-top: 40px;
    padding-bottom: 40px;
}

#outline-logo {
    width: 100%;
    z-index: 82;
}

.outline-desc-font {
    font-size: 18px;
    font-weight: 900;
}

.outline-desc-name-font {
    font-size: 24px;
    font-weight: 900;
}

#outline-desc {
    width: 80%;
    margin-left: 8%;
    margin-right: 8%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2em;
    padding-bottom: 2em;
    z-index: 82;
    background-color: rgba(0, 0, 0, 0.7);
}

#outline-desc .outline-desc-content {
    width: 100%;
}

#outline-entry {
    width: 100%;
    z-index: 82;
}

#outline .catchphrase {
    color: #fff;
    text-shadow: #fe8eff 2px 2px 0px, #1e8eff -2px 2px 0px,
    #1e8eff 2px -2px 0px, #1e8eff -2px -2px 0px,
    #1e8eff 0px 3px 0px, #1e8eff 0px -3px 0px,
    #1e8eff 3px 0px 0px, #1e8eff -3px 0px 0px;

    font-size: 30px;
    font-weight: 900;
}

.outline-entry-btn {
    display: inline-block;
    width: 400px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
}

.outline-entry-btn::before,
.outline-entry-btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.outline-entry-btn,
.outline-entry-btn::before,
.outline-entry-btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}


.outline-entry-btn {
    position: relative;
    z-index: 99999;
    background-color: #fff;
    border: 2px solid #333;
    color: #333;
    line-height: 50px;
    overflow: hidden;
    text-shadow: none;
}

.outline-entry-btn:hover {
    color: #000;
}

.outline-entry-btn::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

.outline-entry-btn:hover::after {
    background: #ff8137;
    -webkit-transform: scale(1);
    transform: scale(1);
}

hr.dotted {
    border: none;
    border-bottom: 4px dotted #b1b1b1;
    margin: 50px 20px;
}

hr.invisible {
    border: none;
    margin: 15px 20px;
}

hr.invisible-small {
    border: none;
    margin: 8px 20px;
}

.textlogo-font {
    font-size: 24px;
    font-weight: 900;
}




/*    tenka1    */

body {
    margin: 0;
    padding: 0;
    background: #F3F3F3 0 0;
    color: #505050;
    font: 15px;
    line-height: 1.4;
    font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
}

img.banner {
    box-shadow: 0px 0px 0px 0;
    -moz-box-shadow: 0px 0px 0px 0;
    -webkit-box-shadow: 0px 0px 0px 0;
    width: 100%;
    max-width: 1080px;
}

img.ciimg {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 100px;
}

.fb_iframe_widget>span {
    vertical-align: baseline !important;
}


/* General & 'Reset' Stuff */

.container {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
}

section {
    display: block;
    margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    color: #333333;
}

li {
    line-height: 1.4;
}


/* Header, <header>
   header   - container
   h1       - project name
   h2       - project description
*/

header {
    width: 100%;
    margin: 0 0 40px 0;
}

header h1 {
    font-size: 30px;
    line-height: 1.5;
    margin: 0 0 0 -40px;
    font-weight: bold;
    font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
    color: #FFFFFF;
    letter-spacing: -1px;
    -webkit-font-smoothing: antialiased;
}

header h1:before {
    /*content: "./ ";*/
    font-size: 24px;
}

header h2 {
    font-size: 18px;
    font-weight: 300;
    color: #666;
}


#downloads .btn {
    display: inline-block;
    text-align: center;
    margin: 0;
}


/* Main Content
*/

#main_content {
    width: 100%;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 130px;
}

#main_list {
    max-width: 700px;
    margin: 0 auto 0 auto;
    padding: 0 35px 0 35px;
}

section img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
    /*color: $theme_color;*/
    letter-spacing: -0.03em;
}

h1 {
    margin: 35px 3px 3px 3px;
    font-size: 96px;
}

h2 {
    margin: 80px 3px 35px 3px;
    font-size: 72px;
}

h3 {
    margin: 80px 3px 35px 3px;
    font-size: 36px;
    font-weight: bold;
}

h4 {
    margin: 48px 3px 3px 0px;
    font-size: 24px;
    font-weight: bold;
}

h5 {
    font-size: 15px;
    text-transform: uppercase;
    font-size: 19.2px;
    margin: 0 0 5px 0;
}

h6 {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    margin: 0 0 5px 0;
}

dt {
    font-weight: bold;
    color: #276F00;
}

dd {
    margin-left: 24px;
    margin-bottom: 12px;
}

ul {
    margin-left: 24px;
    /*list-style-image: url("../img/common/list.png");*/
}

blockquote {
    color: #aaa;
    padding-left: 10px;
    border-left: 1px solid #666;
}

code {
    font-family: 'courier new', monospace;
    background-color: #fbfbfb;
    border: 1px solid #e0e0e4;
    padding-left: 2px;
    padding-right: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

pre code {
    display: block;
    clear: both;
    margin: 6px 9.5px;
    background-color: transparent;
    color: inherit;
    border: 0;
}

pre {
    border: 1px solid rgba(55, 55, 55, 0.15);
    padding: 10px;
    font-size: 14px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-wrap: normal;
    overflow: auto;
    overflow-y: hidden;
}

table {
    margin: 0 0 20px 0;
}

th {
    text-align: left;
    border-bottom: 1px dashed #276F00;
    padding: 5px 10px;
    color: #276F00;
}

td {
    padding: 5px 30px 5px 5px;
}

table.code_table {
    background: #FFF;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #444;
    border-collapse: collapse;
}

table.code_table th {
    border: 1px solid #444;
    text-align: center;
    color: #009745;
}

table.code_table td {
    border: 1px solid #444;
    text-align: right;
}

table.grid {
    width: auto;
    background: #FFFFFF;
    border: 1px solid #444;
    text-align: center;
    border-collapse: collapse;
    color: #000000;
    font-size: 20px;
}

table.grid th {
    padding: 0px;
    margin: 0px;
    height: 64px;
}

table.grid td {
    border: 1px solid #444;
    padding: 0px;
    margin: 0px;
    width: 64px;
    height: 64px;
}

table.grid strong {
    font-weight: 800;
    font-size: 24px;
    color: #009745;
}

table.api-doc {
    border: 1px solid grey;
    border-collapse: collapse;
}

table.api-doc th {
    border: 1px solid grey;
    text-align: left;
    color: #4c4c4c;
    font-weight: bold;
}

table.api-doc tr:nth-child(2n) {
    background: #e5e5e5;
}

table.api-doc td {
    border: 1px solid grey;
    padding: 6px 13px;
}

hr {
    height: 0;
    border: 0;
    margin-top: 20px;
    border-bottom: 1px dashed #009745;
    color: #009745;
}


/* Buttons
*/

.btn {
    display: inline-block;
    background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.3), rgba(35, 35, 35, 0.3) 50%, rgba(10, 10, 10, 0.3) 50%, rgba(0, 0, 0, 0.3));
    padding: 8px 18px;
    border-radius: 50px;
    border: 2px solid rgba(0, 0, 0, 0.7);
    border-bottom: 2px solid rgba(0, 0, 0, 0.7);
    border-top: 2px solid black;
    color: rgba(255, 255, 255, 0.8);
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.btn:hover {
    background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.6), rgba(35, 35, 35, 0.6) 50%, rgba(10, 10, 10, 0.8) 50%, rgba(0, 0, 0, 0.8));
}

.btn .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 1px 8px 0 0;
    float: left;
}

.btn-github .icon {
    opacity: 0.6;
    background: url("../images/blacktocat.png") 0 0 no-repeat;
}


/* Links
   a, a:hover, a:visited
*/

a {
    color: #2d71eb;
}

/* Clearfix */

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

#explain_footer h2 {
    font-size: 22px;
    margin: 5px;
    margin-top: 10px;
}

#explain_footer {
    padding-bottom: 100px;
}

.title-border {
    display: flex;
    align-items: center;
}

.title-border:before,
.title-border:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
    margin-top: 14px;
}

.title-border:before {
    margin-right: 1rem;
    flex-grow: 0.05;
}

.title-border:after {
    margin-left: 1rem;
}


.indent {
    text-indent: 1em;
}

.indent2 {
    text-indent: 2em;
    margin-top: 16px;
}

.middle-size {
    font-size: 30px;
}

ul.labeled {
    margin-left: 24px;
    list-style-image: url("../img/common/list.png");
}

ul li.img:before {
  content: ">";
  font-size: 13px;
  color: #000;
  margin-right: 8px;
  line-height: 16px;
}


.detail-pane{
  border:solid 1px #BACFE6;
  border-radius:4px;
  margin-top: 20px;
}


.detail-pane .pane-title {
  border-top-left-radius: 4px;
  display:inline-block;
  padding:4px;
  color: #fff;
  font-weight: bold;
  text-align:center;
  width:100px;
  background-color: #5291e2;
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #2d5680), color-stop(0.31, #396593), color-stop(0.00, #38608a));*/
}

.detail-h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.no-margin {
    margin: 0;
}

header.pane-header {
        margin: 0 0 10px 0;
}

div.pane-body {
  padding: 8px;
}


.tab-content input[type="radio"] {
  display: none;
}

.tab-content .tab-pages {
  min-width: 350px;
  width: 100%;
  height: 100%;
  border: 1px solid #AAA;

  padding: 10px;
  border: 2px solid #81acff;
  border-radius: 0 5px 5px 5px;
  box-sizing: border-box;
}

.tab-content > .tab-pages > div {
  display: none;
}

#tab1:checked ~ .tab-pages > #tab-page1 {
  display: block;
}

#tab2:checked ~ .tab-pages > #tab-page2 {
  display: block;
}

#tab3:checked ~ .tab-pages > #tab-page3 {
  display: block;
}

#map-tab1:checked ~ .tab-pages > #tab-page1 {
  display: block;
}

#map-tab2:checked ~ .tab-pages > #tab-page2 {
  display: block;
}

#map-tab3:checked ~ .tab-pages > #tab-page3 {
  display: block;
}

#move-tab1:checked ~ .tab-pages > #tab-page1 {
  display: block;
}

#move-tab2:checked ~ .tab-pages > #tab-page2 {
  display: block;
}

#move-tab3:checked ~ .tab-pages > #tab-page3 {
  display: block;
}


.tab-content label {
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 13px;
  color: #004e8a;
  background-color: #d0e6fd;
  cursor: pointer;
  box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  margin-bottom: 0px;
}

.tab-content input[type="radio"]:checked + label {
  color: #FFF;
  background-color: #5291e2;
}

.api-describe > hr{
  margin: 0;
  border-bottom: 0;
}

.hljs {
    font-weight: bold;
}

nav .navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 999999999;
}

.navbar {
  margin-bottom: 0;
}

ul.api-doc li {
    list-style-type: disc;
}

.archive p{
    margin-top: 16px;
}
