@charset "UTF-8";
.games-list{
    list-style: none;
    padding-left: 0;
}
.games-list_item{
    padding: 15px;
    display: flex;

    /* ie 10以下 */
    display: block\9;
    overflow: hidden\9;
}
.games-list_item:nth-child(2n-1){
    background: #e7e8f3;
}
.games-list_item-body{
    flex: 0 0 38%;
    border-right: 1px solid #000;
    margin-right: 2%;

    /* ie 10以下 */
    width: 38% \9;
    float: left\9;
}
.games-list_item-foot{
    /* ie 10以下 */
    width: 60%\9;
    float: left;
}
.games-list .thumb{
    float: left;
    margin-right: 5px;
}
.games-list .date{
    font-size: .8rem;
    margin-top: .3em;
}
.games-list .title{
    margin: 0;
    font-size: 1.1rem;
    margin: 3px 0;
}
.games-list .result{
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: center;
    margin: 0;
    line-height: 1;

    /* ie 10以下 */
    display: block\9;
    overflow: hidden\9;
}
.games-list .result .result-item{
    flex-grow: 1;

    /* ie 10以下 */
    float: left\9;    
}
.games-list .result .team{
    flex: 2;
    font-weight: normal;
    font-size: 1rem;
    margin: 0;

    /* ie 10以下 */
    display: inline-block\9;
    width: 28.57% \9;
    margin-top: 34px \9;
}
.games-list .result .score{
    flex: 3;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: .1em;
    margin: 0;
    font-family: Oswald;
    display: flex;
    align-items: center;
    justify-content: center;

    /* ie 10以下 */
    letter-spacing: 0 \9;
    width: 42.85% \9;
}
.games-list .result .score .bar{
    display: flex;
    align-items: center;
    margin: 0 .4em 0 .3em;

    /* ie 10以下 */
    margin: 0 .3em \9;
}
.games-list .result .score .bar img{
    /* ie 10以下 */
    vertical-align: middle\9;
}
.games-list .comment{
    font-size: .8rem;
    margin: 0;
}
.games-list{
    margin-bottom: 100px;
}
.games-archive{
    padding: 30px 200px 30px;
    border-top: 1px solid #000;
}
.games-archive-list{
    list-style: none;
    padding-left: 0;
}
.games-archive-list_item{
    display: inline-block;
    margin: 15px;
}
.games-archive-list_item a{
    text-decoration: none;
    color: #000;
}
@media screen and (max-width: 767px) {
    .games-list{
        margin-bottom: 80px;
    }
    .games-list_item{
        display: block;
		overflow: hidden;
    }
    .games-archive-list_item{
        margin: 10px 15px;
    }
    .games-list_item-body{
        border-right: none;
        border-bottom: 1px solid #000;
        margin-right: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .games-archive{
        padding: 20px;
    }
}
