@media only screen and (max-width: 767px) {
	.top_news p span {
    margin-top: 10px;
}
	#wrapper {
	    min-width: initial;
	    min-width: auto;
	    min-width: 100%;
	    width: 100%;
	}
	#top_main {
	    background: url(../images/top_bg_white_pattern.jpg) no-repeat center center;
	    background-size: cover;
	    padding-left: 0px;
	    padding-bottom: 0px;
	    position: relative;
	}
	#top_main a img[src="images/all_arrow1.png"] {
	    bottom: 10px;
	    margin-left: -17px;
	    transform: none;
	}
	#top_tile{
		width: 100%;
	}
	.top_main_copy,.top_amuse {
	    font-size: 3vw;
	}
	.tile_list li.tile5,
	.tile_list li.tile6,
	.tile_list li.tile11,
	.tile_list li.tile12,
	.tile_list li.tile13,
	.tile_list li.tile14,
	.tile_list li:nth-child(10){
		display: none!important;
	}
	
}