@charset "utf-8";

html{
    font-size:100%;
}

header{
    background: #FFFFFF;
    margin-top: 0px;
    padding: 0px 0px;
    width: 100%;
    position: fixed;
}

body{
    background: #FFFFFF;
    text-align: center;
    color: #00a0ea;
}

p {
    color: #ffffff;
    font-size: 22px;
    text-align: left;
    margin-bottom: 10px;
}

a {
    color: #00a0ea;
}

.gnav {
    background-color: #fff;
    color: #000;
    display: flex;
	justify-content: space-around;
    list-style: none;
    margin: 0 auto;
    padding-left: 0;
    /* width: 300px; */
  }

.location {
    no:2;
}

select {
    margin-bottom: 5px;
    padding: 5px 10px 5px 10px;
    font-size: 100%;
    line-height: 0.1em;
    border-radius: 5px;
}