table.date0810, table.date0811 {
	display:inline-block;
}

@media screen and (max-width: 900px) {
	*, *::after, *::before {
	    box-sizing: inherit;
	}

	table.date0810, table.date0811 {
		display: table;
		margin-bottom: 40px;
	}

	.main_head {
    width: 96% !important;
    height: auto;
	}

	.main_title {
		width:80%;
	}

	table{
		width:98% !important;
		margin:0 auto;
	}

	table img{
		width:auto !important;
	}



}