@charset "utf-8";

* {
    font-family:'ヒラギノ明朝 ProN','YuMincho +36p Kana','Yu Mincho Light',YuMincho,'Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif,sans-serif;
    margin:0;
    padding:0;
    list-style:none;
    outline:0;
/*    overflow:hidden; */
/*    height:100vh; */
}

a:link {
    color:#00ffee;
}

a:visited {
    color:#ff00ff;
}

h1 {
    background: transparent;
    color:#ccc;
    text-align: center;
    font-size:24px;
    padding-bottom:5px;
}

p {
    color:#ccc;
}

iframe {
    border:none;
    width:100%;
    height:100%;
    display: block;
}

body {
    background-image:url("../starmap_bg.png");
    background-repeat: repeat-y;
    background-size:cover;
}

#container{
    height:480px;
    overflow:hidden;
}

.subarea {
    display:flex;
    flex-flow:column;
    position:absolute;
    left:50%;
    transform: translate(-50%);
    min-width:320px;
}

.nav {
    background-image:url("Sun.png");
    padding-left:5px;
    padding-right:5px;
    min-width:310px;
    max-width:575.5px;
    width:100%;
    height:512px;
    display:block;
    background-size:cover;
    background-position:0 bottom;
    background-repeat:no-repeat;
}

.twitter {
    background-image:url("Earth.png");
    padding-left:5px;
    padding-right:5px;
    min-width:310px;
    max-width:575.5px;
    width:100%;
    height:512px;
    display:block;
    overflow:auto !important;
    background-size:cover;
    background-position:0 top;
    background-repeat:no-repeat;
}

.twitter-timeline {
    height:512px !important;
}

.img {
    width:50%;
    height:auto;
    position:relative;
    left:25%;
}
.overlays {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 200ms;
    visibility: hidden;
    opacity: 0;
}
.overlays .cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default;
}
.overlays:target {
    visibility: visible;
    opacity: 1;
}
.modals {
    margin: 0px auto;
    padding: 5px;
    border: 1px solid #666;
    min-width: 320px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index:999;
    background-color:#dfdfdf;
    border-radius:12px;
}
.modals h2 {
    margin-top: 0;
    margin-bottom: 5px;
}
.modals .close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    opacity: 0.8;
    transition: all 200ms;
    font-size: 24px;
    text-decoration: none;
    color: #777;
}
.modals .close:hover {
    opacity: 1;
}
.modals .cont {
    overflow: auto;
}
.modals p {
    margin: 0 0 1em;
    text-align: left;
    line-height: 1.7;
}
.modals p:last-child {
    margin: 0;
}
a.button {
    box-shadow:0 4px 12px rgba(40, 217, 255, 0.12), 0 4px 8px rgba(40, 217, 255, 0.24);
    cursor:pointer;
    display:block;
    /*font-weight:300;*/
    font-size:24px;
    height:50px;
    padding:15px;
    text-align:center;
    margin:0;
    max-width:100%;
    opacity:0.9;
    color:#28d9ff;
    text-decoration:none;
    transition:0.3s box-shadow ease;
    -webkit-transition:0.3s box-shadow ease;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}
a.button:hover {
    box-shadow:0 12px 23px rgba(40, 217, 255, 0.23), 0 10px 10px rgba(40, 217, 255, 0.19);
}
.form{
    min-width:320px;
    height:560px;
}

.background01 {
    background-image:url("Laika00.png");
    background-repeat: no-repeat;
    background-size:cover;
    background-position:top;
}
.background02 {
    background-repeat: no-repeat;
    background-size:cover;
    background-position:top;
}
.background03 {
    background-repeat: no-repeat;
    background-size:cover;
    background-position:top;
}
.thumbnail{
    width:182.7px;
    height:182.7px !important;
}
.list{
    display:flex;
    border: solid #e0e0e0;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.album{
    color:#000;
    text-align:center;
    width:100%;
    line-height: 184.2px;
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
section{
    width:auto;
    height:auto;
    box-sizing:content-box;
    margin-top:20px;
}
footer {
    width:100%;
    height:100px;
    line-height:100px;
    background-color:#222;
    color:#ccc;
    text-align:center;
    margin-top:40px;
}
.shadow{
    text-shadow: 1px 1px 7px #fff;
}

button{
    width:36px;
    height:36px;
    border-radius:36px;
}

.text01{
    padding:5px 0 30px 15px;
}

.text02{
    padding:30px 0 30px 15px;
}

.text03{
    color:#FF0000 !important;
    padding:30px 0 30px 15px;
}

.text04{
    color:#FF0000 !important;
}

h2{
    background: transparent;
    color:#ccc;
    text-align: left;
    font-size:24px;
    padding:5px 0 0 15px;
}

h3{
    font-size:20px;
    padding: 0.5em;
    color: #ccc;
    background: rgba(119,136,153,0.5);
    border-left: solid 5px #6495ed;
}

.image{
    text-align:center;
}

.content-box{
    max-width:894px;
    display:block;
    margin:0 auto;
}

ol{
    padding-left:60px;
    padding-right:20px;
}

li{
    color:#ccc;
    list-style:decimal;
}

.QuickStart{
    color:#fff;
    text-shadow: 1px 2px #558ABB;
    width:96%;
    height:100px;
    background:center url("./images/T_QuickStart.png") no-repeat;
    opacity:0.9;
}

.dot{
    list-style:disc;
}

span.inline01{
    padding-left:32px;
}

.Explanation{
    width:100%;
    height:auto;
    max-width:894px;
    padding-bottom:30px;
}

.Explanation03{
    width:100%;
    height:auto;
    max-width:894px;
    padding-bottom:30px;
    border:solid 1px #00ffee;
}

.borderbox{
    border:solid 5px;
}

@media only screen and (min-width: 640px) {
    .BGimage{
        height:488px;
        box-sizing: content-box;
        background:transparent center url("./images/T_Feature.png") no-repeat;
        background-size: 894px 488px;
        }

}

@media screen and (max-width: 639px) {
    .BGimage{
        height:488px;
        box-sizing: content-box;
        background:transparent center url("Thumb.png") no-repeat;
        background-size: 100%;
    }

}
