.txt-slide1{
	margin-top:8% !important;
}
.txt img{
	max-width:100%;
}
.cont1 {
	width: 100%;
	float: left;
}
.txt {width:100%;padding:2%;box-sizing:border-box;line-height:160%;font-size:1.5em;margin-top:20px;}

table{
	border-collapse: collapse;
	width: 100%;
}
table tr td{
	padding: 5px;
}
table tr td:first-child{
	font-weight: bold;
}
#schedule{
	border-collapse: collapse;
	width: 100%;
}
#schedule tr td{
	padding: 5px;
	border: 1px solid #e0e0e0;
	font-size: 13px !important;
}
#schedule tr td.week{
	width: 30% !important;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

@media screen and (max-width: 640px) {
.cont1, .cont2 {
  background: #F7F7F7;
  padding: 4%;
  box-sizing: border-box;
}
.cont1-left, .cont1-right {width:100%;}
}

