.c5-list li{
	margin: 0 0 15px 0;
}

.s5-row__col1 {
    width: 100%;
    display: table-cell;
}

.s5-row__col1 h1.s5-heading2 .c5-centerTTLbg .c5-txtBox{
    padding-left: 80px;
}
@media screen and (max-width: 1130px){
    .s5-row__col1 h1.s5-heading2 .c5-centerTTLbg .c5-txtBox{
        padding-left: 15px;
    }
}

.s5-row__col1 h1.s5-heading2 .c5-centerTTLbg {
    display: block;
    width: 100%;
    height: auto;
    background: url("/playstation/store/special/psvita/ys8/module_images/ttl.png") #000 repeat-x center center;
    color: #fff;
    text-align: left;
}

.s5-row__col1 h1.s5-heading2 {
    width: 100%;
    height: auto;
    position: relative;
    line-height: 88px;
    font-size: 1.3rem;
}

.s5-table__captionRow {
    color: #fff;
    background-color: rgba(40, 64, 76, 0.65);
}
@media screen and (max-width: 639px){
    .s5-table:not(.s5-table--notBreak) tr.s5-table__captionRow th{
        width: 98%;
        margin: 0;
        padding: 5px 0 5px 2%;
    }
}

.c5-pc{
    display: block;
}
.c5-sp{
    display: none;
}
@media screen and (max-width: 639px){
    .c5-pc{
        display: none;
    }
    .c5-sp{
        display: block;
    }
}