#maincont h2{
	margin:0px 0px 0px 30px;
}

.shedule{
	float:left;
}

.mobqr{
	float:right;
}

.schedule_contents {
	width: 800px;
	height: auto;
}

.title_img4{
	text-align:center;
}

.schedule {
	padding: 0px 0 0 30px;
	margin: 0 auto;
	width:610px;
	height: auto;
}

.schedule div {
	float:left;
	font-size:12px;
	width:140px;
	height:60px;
	margin: 10px 20px 10px 20px;
	padding:5px;
	text-align: left;
}

.schedule div img {
	float:left;
	margin-right:10px;
}

.schedule div p {
	margin:0px;
	margin-top:10px;
}

table.schedule_tb {
	width:670px;
	clear: both;
	//margin:10px auto 0px auto;
}

:root table.schedule_tb {
	width:670px;
	margin: 20px auto 0 auto;
}

table.schedule_tb td {
	vertical-align:top;
	padding:5px;
	font-size:12px;
	border:1px ridge #999;
}

table.schedule_tb td p {
	border-bottom:1px solid #ccc;
	margin:10px 0 10px 0;
}

table.schedule_tb th {
	background-color: #d64c6c;
	color:#fff;
	padding:2px;
	border:2px ridge #ffffff;
}

.title_img4{
	clear:both;
	padding-top:20px;
}