/* 600 ~ 960 */
@media screen and (min-width:600px){

    #main .forSp{
        display: none;
    }
    #main .forPc{
        display: block;
    }
    .icoVote {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .icoVote span{

        text-align: center;

    }

    .grid--col-single li dl{

        padding: 5px 0;
    }

    .tagUrl li:first-child em{
        margin-bottom: 0;
    }
    
    #listContents ul li:nth-child(2n+1){

        margin-right: 2%;
    }
    #listContents ul li:nth-child(2n){
        padding-left: 10px;
    }
    
    #ceremony .linkbtn_speech_zen .btnBlue{
        padding: 10px;
    }

}
