body {
    width: 1000px;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-size: 90%;
}
a {
    color: rgb(2, 2, 131);
    text-decoration: none;
    padding: 0 3px;
    background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(253,192,253) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    transition: 0.8s;
}
a:hover{
    background-position: -100% 0;
    color: blue;
}

.profileimage {
    pointer-events: none;
}
.profiletopdiv {
    pointer-events: none;
}
.topdiv{
    text-align: center;
}


header{

    height: 90px;
    margin: 1px 0px 0px;

}
table{

    width: 100%;
}
table tr{

    text-emphasis: none;
}

.redtext{
        color: red;
        font-weight: bold;
}
.bluetext{
    color:blue;
    font-weight: bold;
}
.pinktext{
    color: palevioletred;
    font-weight: bold;
}

.headertext{
    text-align: center;
    font-weight: normal;
}
.pagecontent{
    margin-top: 0;
    width: 80%;
}
.headertitle{
    margin-top: 5px;
    margin-left: 50px;
}

.tableincome{
    border: solid;
    border-width: 1px;
    border-color: blue;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}
.thincome{
    border: solid;
    border-width: 1px;
    border-color: blue;
    text-align: center;
}
.tdincome{
    border: solid;
    border-width: 1px;
    border-color: blue;
    text-align: center;
}

nav{
    height: auto;


    margin: 1px 0px;  
}
ul{
    list-style: none;
    margin: 10px 0px;
}
li {
    display: inline-block;
    text-align: center;
    width: 180px;
    height: 30px;
    line-height: 30px;
    background-color:rgb(253, 192, 253);
    margin: 2px 0px;
    border-radius: 8px;
}
main{
    flex: 1;

    margin: 1px 0px;

}
.mainth{

    text-align: center;
    font-weight: normal;
}
.maintd {
    padding: 10px 100px 10px 100px;
}
.mainproftd{
    padding: 10px 100px 10px 100px;
    text-align: center;

}
.profileimage img {
    width: 20%;
    position: relative;
    overflow: hidden;
}

.profiletopdiv{
    text-align: center;
}

.profiletop{
    text-align: center;
    object-fit: cover;
    border-radius: 50%;
    width: 80px;
}

.profphoto{
    text-align: center;
    object-fit: cover;
    border-radius: 50%;
}

.topprof{
    font-size: large;
    color: palevioletred;
    padding: 0.1em 2em;
    border-top: solid 3px palevioletred;
    border-bottom: solid 3px palevioletred;
}



.profiletwitter img {
    width: 5%;
}
.pagecontent {

    margin-left: auto;
    margin-right: auto;
    width: 75%;
}
.pagestep0 {

    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

.icycletext{
    text-align: left;
    font-weight: normal;
    margin-left: 20px;
}

.icycle2{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}


h1 {
    position: relative;
    color: #158b2b;
    font-size: 17px;
    padding: 10px 0;
    text-align: center;
    margin: 1.5em 0;
  }
  h1:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 150px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #a6ddb0;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
h2{
    padding: 0.5em;/*文字周りの余白*/
    color: #494949;/*文字色*/
    background: #fffaf4;/*背景色*/
    border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
    font-size: 15px;
}

h3 {
    position: relative;
    color: #333;
    text-shadow: 0 0 2px white;
  }
  h3:before {
    content: "";
    position: absolute;
    background: #9de5ff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    /* border: dashed 1px white; */
    left: -15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
  }
.bloglog{
    text-align: center;
    margin: 0px 0px 0px -40px;
}
.log {
    display: inline-block;
    text-align: center;
    width: 180px;
    height: 30px;
    line-height: 30px;
    background-color:rgb(219, 253, 192);
    margin: 2px 0px;
    border-radius: 8px;
}
.pointcontentul{
    border-width: 1px;
    background-color: white;
}
.pointcontentli{
    display: inline-block;
    text-align: center;
    width: 180px;
    height: 30px;
    line-height: 30px;
    background-color:lemonchiffon;
    border: solid blue;
    border-width: 1px;
    margin: 2px 0px;
    border-radius: 0%;
}
.pointsiteli{
    display: inline-block;
    text-align: center;
    width: 180px;
    height: 30px;
    line-height: 30px;
    background-color:lemonchiffon;
    border-style:double;
    border: solid blue;
    border-width: 1px;
    margin: 2px 0px;
    border-radius: 0%;
}
.archivehist{
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

ul.archiveul{
    padding: 10px 10px 20px;
    color: #448ccb;
    list-style: none;
  }
  ul.archiveul li{
    position: relative;
    line-height: 30px;
    padding-left: 20px;
    border-bottom: dashed 1px #448ccb;
  }
  ul.archiveul li:before{
    content: "・";
    position: absolute;
    left: 20px;
  }
  .archiveli {
    display: inline-block;
    text-align: center;
    width: 150px;
    height: 30px;
    line-height: 30px;
    background-color:white;
  }
.twitin{
    text-align: center;

}

.blogimg{
    width: 70%;
}
.blogimgface{
    width: 15%;
}
.blogresultimg{
    width: 70%
}
.rankbanner{
    width: 25%;
}
.rankbanner1{
    width: 15%;
}

footer{
    height: 75px;
    text-align: center;
    font-size: 90%;
    margin: 1px 0px;
}

@media only screen and (max-width: 1090px) {
    body {
        width: 100%;
        font-size: 15px;
        font-family: sans-serif ;
    }
    nav{
        margin-left: auto;
        margin-right: auto;
    }
    h1{
        font-size: 100%;
    }
    h2{
        font-size: 100%;
    }
    h3{
        font-size: 100%;
    }
    footer{
        font-size: 50%;
    }

    .titleimg{
        width: 300px;

    }
    .headertitle{
        text-align: center;
        margin-left: 0px;
    }
    .pagestep0 {

        margin-left: auto;
        margin-right: auto;
        width: 98%;
    }
.profileimage{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.profileimage img {
    width: 25%;
    position: relative;
    overflow: hidden;
}

.mainproftd{
    padding: 1px 1px 1px 1px;
    text-align: center;
}
.proftext{
    margin-left: 50px;
    text-align: left;
}
.headertext{
    font-size: 13px;
}

.pagecontent{
    margin-top: 0;
    width: 95%;
}


.proftwitter{
    width: 15%;
    margin-left: auto;
    margin-right: auto;
}
img{
    width: 98%;
}
li {
    display: inline-block;
    text-align: center;
    width: 150px;
    height: 30px;
    line-height: 30px;
    background-color:rgb(253, 192, 253);
    margin: 2px 0px;
    border-radius: 8px;
}
.tableincome{
    font-size: 13px;
}

.log{
    font-size: 13px;
    width: 150px;
    background-color:rgb(219, 253, 192);
}
.bloglog{
    text-align: center;
}

.rankbanner{
    width: 25%;
}
.rankbanner1{
    width: 13%;
}

.profiletop{
    width: 120px;
    text-align: center;
    object-fit: cover;
    border-radius: 50%;
}

    div {
        flex-direction: column;
    }
    header{
        order: 1;
        height: 70px;
    }
    main {
        order: 2;
    }
    nav{
        order: 3;
    }
    footer{
        order: 4;
    }
}

@media only screen and (max-width: 760px) {
    body {
        width: 100%;
        font-size: 14px;
        font-family: sans-serif ;
    }
    nav{
        margin-left: auto;
        margin-right: auto;
    }
    h1{
        font-size: 100%;
    }
    h2{
        font-size: 100%;
    }
    h3{
        font-size: 100%;
    }
    footer{
        font-size: 55%;
    }

    .titleimg{
        width: 300px;
    }
    .headertitle{
        text-align: center;
        margin-left: 0px;
    }
    .pagestep0 {

        margin-left: auto;
        margin-right: auto;
        width: 98%;
    }
.profileimage{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.mainproftd{
    padding: 1px 1px 1px 1px;
    text-align: center;
}
.proftext{
    margin-left: 10px;
    text-align: left;
}
.headertext{
    font-size: 13px;
}

.pagecontent{
    margin-top: 0;
    width: 95%;
}


.proftwitter{
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}
img{
    width: 98%;
}
li {
    display: inline-block;
    text-align: center;
    width: 150px;
    height: 30px;
    line-height: 30px;
    background-color:rgb(253, 192, 253);
    margin: 2px 0px;
    border-radius: 8px;
}
.tableincome{
    font-size: 13px;
}
.log{
    font-size: 13px;
    width: 150px;
    background-color:rgb(219, 253, 192);
}
.bloglog{
    text-align: center;
}
    div {
        flex-direction: column;
    }
    header{
        order: 1;
        height: 60px;
    }
    main {
        order: 2;
    }
    nav{
        order: 3;
    }
    footer{
        order: 4;
    }
}
