	
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body{
background: #d4eeff;
background: -webkit-linear-gradient(180deg,rgba(212, 238, 255, 1) 0%, rgba(220, 219, 255, 1) 100%);
background: -moz-linear-gradient(180deg,rgba(212, 238, 255, 1) 0%, rgba(220, 219, 255, 1) 100%);
background: linear-gradient(180deg,rgba(212, 238, 255, 1) 0%, rgba(220, 219, 255, 1) 100%);
font-family: 'Noto Sans JP', sans-serif;
text-align: center;
}

html, body {
    margin: 0;
    padding: 0;
}
img {
    max-width : 100%;
    height: auto; /*高さはautoで画像の最適化表示*/
    margin: auto;
  display: block;
}

.satcol {
    color: rgb(52, 168, 235);
    font-size: +2;
}

.suncol {
    color: rgb(255, 92, 92);
    font-size: +2;
}

.smalltext{
    font-size: 75%;
}


.map {
    position: relative;
    width: 50%;
    padding-top: 66.66%;
    /* 16:9のアスペクト比 */
    height: 0;
    margin: auto;
  display: block;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

.carousel{
    max-width: 50%; /*50%の幅で画像を表示する*/
}
