@media screen and (max-width:768px){
    	
    #nav,.pc{
        display: none;
    }
    .mobile{
        padding: 10px;
    }
    .mobile dl{
        border: 1px solid  #ccc;
        border-radius: 4px;
        margin-bottom: 10px;
    }
    .mobile dl dt{
        width: 100%;
        height: 40px;
        background: #ccc;
    }
    .mobile dl dt span{
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background: #666;
        color: #fff;
        display: block;
        float: left;
    }
    .mobile dl dt strong{
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #f60;
        display: block;
        float: left;
        padding-left: 20px;
    }
    .mobile dl dd{
        padding: 10px;
    }
    .mobile dl dd.link{
        border-bottom: 1px solid #ccc;
    }
}
@media screen and (min-width:769px){
    .mobile,.myback{
        display: none;
    }
	#goodline{
         padding: 20px;
    }
    #goodline table{
        background: #ccc;
    }
    #goodline table tr{
        background: #fff;
        padding: 10px;
    }
    #goodline table th{
        background: #ddd;
        padding: 10px;
    }
    #goodline table td{
        padding: 10px;
        text-align: center;
    }
    .w60{
        width: 60px;
    }
    .w90{
        width: 90px;
    }
    #goodline table td.left{
        text-align: left;
    }
}




