@media only screen and (min-width: 769px) {
	.sp{
	display: none!important;
	}
    #thanksday .list-sharemark-header{
        font-weight: bold;
        font-size: 16px;
        margin-top: 30px;
    }
    #thanksday .block-page-top{
        z-index: 1000;
    }
}
/*----------------------------------------------------------*/
/* スマホ用のCSS */
/*----------------------------------------------------------*/
@media only screen and (max-width: 768px){
	.pc{
	display: none!important;
	}
    #thanksday .list-sharemark-header{
        margin-top: 20px;
        font-weight: bold;
        font-size: 15px;
    }
}