@charset "UTF-8";
/* CSS Document */

.story {
    text-align: center;
    padding: 10px 0 100px;
    margin: 0 3%;
    border-bottom: 1px #0b73d4 solid;
    line-height: 250%;
    font-size: 0.7rem;
}
.story.wide {
    font-size: 0.5rem;
}
.story.pc {
    font-size: 0.9rem;
}
.plofileArea {
    margin: 50px 0% 20px;
    font-size: 0.7rem;
}
.plofileArea.wide {
}
#ploftitle {
    display: inline-block;
    height: 50px;
    margin: 0 0 0 5%;
}
#ploftitle img{
    height: 50%;
}
.introduction {
    margin: 0 10%;
    font-size: 0.7rem;
}
.introduction.wide {
    font-size: 0.5rem;
}
.introduction.pc {
    margin: 20px 10%;
    font-size: 0.9rem;
}

.profile {
    margin: 50px 5% 0 20%;
    font-size: 0.7rem;
}
.profile.wide {
    margin: 70px 0 0 30%;
    font-size: 0.7rem;
}
.profile.pc {
    margin: 50px 0 0 50%;
}
.profile td {
    padding: 0px 7px 10px 0;
    font-size: 0.7rem;
}

.profile.pc td {
    font-size: 1rem;
}
.profile td:nth-child(1) {
    white-space: nowrap;
}




