@charset "utf-8";

html,body{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    color: #564A38;
    line-height: 1.8em;
    background-color: none;
    background-image: url(backgroundimg.png);
}

a{text-decoration: none;}
a:link{color: #564A38;}

#app_plofile {
    margin: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    z-index: 0;
}
/* ページ全体の基本設定ページ全体の基本設定 */

/* 矢印＋ID＋メニューバー*/
.header{
    margin-left: 8px;
    width: 100%;
    max-width: 400px;
    display: flex;
    position: absolute;
    position: fixed;
}

.userid{
    margin-left: 23px;
    padding-top: 64px;
    position: absolute;
    top: -9px;
    left: 23px;
}

.yajirushi{
    margin-left: 15px;
    padding-top: 64px;
    position: absolute;
    top: 17px;
    left: 5px;
}

.hamburgermenu{
    margin-right: 29px;
    padding-top: 64px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.plofile{
    margin: 0;
    padding-top: 152px;
    display: flex;
}

.usericon{
    margin: 0;
    padding-left: 56px;
}

.username{
    margin: 0;
    padding-left: 50px;
    font-size: 27px;
    font-weight: 350;
}

.number{
    margin-top: 34px;
    margin-left: 0;
    position: relative;
    top: 0px;
    right: 93px;
    text-align: center;
}

.num{
    margin: 0;
    font-size: 15px;
}

.post{
    margin-top: 0;
    padding-left: 3px;
    color: #609949;
    font-size: smaller;
    font-weight: bold;
    position: relative;
    top: -10px;
    left: 0px;
}

.goal{
    margin: 0;
    height: 200px;
    position: absolute;
}

.mokuhyou{
    margin: 0;
    font-size: small;
    font-weight: bold;
    position: absolute;
    top: 27px;
    left: 35px;
}

.km{
    margin: 0;
    font-size: xx-large;
    font-weight: bolder;
    position: absolute;
    top: 30px;
    left: 35px;
}

.gallery{
    margin-left: 8px;
    margin-bottom: 0;
    padding-top: 200px;
    position: relative;
    position: absolute;
    vertical-align: bottom;
}

.hakkentext{
    margin: 0;
    font-size: larger;
    font-weight: 700;
    position: absolute;
    top: 210px;
    left: 20px;
}

#navi{
    margin-top: 470px;
    margin-left: 35px;
    position: relative;
    position: absolute;
    position: fixed;
}

.home{
    margin-top: 710px;
    padding-left: 40px;
    position: absolute;
    top: 14px;
    left: 30px;
    position: fixed;
}

.walk{
    margin-top: 710px;
    padding-left: 40px;
    position: absolute;
    top: 10px;
    left: 80px;
    position: fixed;
}

.camera{
    margin-top: 710px;
    padding-left: 40px;
    position: absolute;
    top: 14px;
    left: 130px;
    position: fixed;
}

.event{
    margin-top: 710px;
    padding-left: 40px;
    position: absolute;
    top: 14px;
    left: 190px;
    position: fixed;
}

.person{
    margin-top: 710px;
    padding-left: 40px;
    position: absolute;
    top: 14px;
    left: 245px;
    position: fixed;
}