@charset "UTF-8";
/* コンテンツ */

#navi li:nth-child(10) a {
	background-color:#555;
}
#ftnavi li:nth-child(10) a {
	background-color:#555;
}

.osub {
    background-color: #eee;
    text-align: center;
    padding: 2em;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    font-size: 1.4em;
    line-height: 1.7;
}

.update {
    margin-top: 2em;
}
.update ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}
.update ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 3em;
}
.update ul li span {
    display: inline-block;
    background-color: #666;
    color: #fff;
    padding:0 1em;
    line-height: 2em;
    margin-right: 1em;
}

@media screen and (min-width: 500px) {

}

@media screen and (max-width: 499px) {
.osub {
    margin-bottom: 30px;
}

.update ul li {
    margin-right: 0;
}
.update ul li:first-child {
    margin-bottom: 1em;
}

}