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

#schedule{
	border-collapse: collapse;
	width: 100%;
}
#schedule tr td{
	padding: 5px;
	border: 1px solid #e0e0e0;
	font-size: 13px !important;
}
#schedule tr:first-child td{
	font-weight: bold;
	text-align: center;
}
#schedule tr td.week{
	width: 10% !important;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.colred{
	background: #ffd4d4;
}
.colblue{
	background: #d4f2ff;
}
.textred{
	color:#ef3636;
}
.textblue{
	color: #3685ef;
}
.textblue a{
	color: brown;
}
.textblue a:hover{
	color: chocolate;
}
.textbold{
	font-weight: bold;
}
.textunder{
	text-decoration: underline;
}
a{
	text-decoration: none;
}
.button{
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	background: #3685ef;
	width: 100px;
	color: white;
	margin-top: 5px;
}
.button:hover{
	background: #ef3636;
}
#time{
	width: 100%;
	border-collapse: collapse;
}
#time tr td{
	text-align: center;
}
#time tr td:nth-child(3){
	background: #eee;
}
.gray{
	padding: 5px;
	width: 48%;
}
#time tr:first-child td{
	border-bottom:5px solid #ef3636;
}
.profile{
	border-collapse: collapse;
	width: 100%;
}
.profile tr td{
	padding: 5px;
	min-width: 150px;
	vertical-align: middle;
	border:1px solid #ccc;
}

.cont1-left {
	width: 34%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
	margin-top: 15px;
}
.cont1-left img {
	width: 100%;
    border: 1px solid #333;
    border-radius: 5px;
}

.cont1-left2 {
	border: solid 1px #333;
	margin-right: 20px;
	padding-right: 0;
	width: 30%;
}
.cont1-left2 img {
	margin-left: 30%;
    margin: 3% 30%;
	width: 50%;
}
.cont1-right {
	width: 66%;
	float: left;
	margin-top: 15px;
	font-size: 1.6em;
	line-height: 180%;
}
.cont1-right2 {
	width: 100%;
}
.cont1-right3 {
/*	width: 66%;*/
}
.cont1-right strong{
	font-size:17px;
	color:#006888;
}
table{
	border-collapse: collapse;
	width: 100%;
}
table tr td{
	padding: 5px;
}
table tr td:first-child{
	width: 10%;
	font-weight: bold;
}
table tr td:nth-child(2){
	width: 20%;
}
.tb1{
	font-size: 1.6em;
	width: 100%;
	float: left;
	border-collapse: collapse;
	line-height: 160%;
	color: #525252;
	box-sizing:border-box;
	margin-top: 20px;
}
.tb1 tr th{
	padding: 10px 10px 10px 15px;
	border: solid 1px #5989c0;
	box-sizing:border-box;
	vertical-align:middle;
/*	max-width:300px;*/
	height: 40px;
	background: #5989c0;
	color:#fff;
}
.tb1 tr td{
	padding: 10px 10px 10px 15px;
	border: solid 1px #5989c0;
	box-sizing:border-box;
	vertical-align:middle;
/*	max-width:300px;*/
	height: 60px;
	background: #d0d8e8;
}
.tb1 tr td.td3{
	background: #e9edf4;
}
@media screen and (max-width: 640px) {
.profile tr td{
	padding: 5px;
	min-width:inherit;
}
.cont1, .cont2 {
  background: #F7F7F7;
  padding: 4%;
  box-sizing: border-box;
}
.cont1-left {
	width: 100%;
	text-align: center;
	padding: 2%;
	box-sizing: border-box;
}
.cont1-left2 img {
	width: 50% !important;
    display: inline-block !important;
    max-width: none !important;
    height: auto !important;
    left: 0 !important;
    margin: 3% 0;
}
.cont1-right {
	width: 100%;
	padding-bottom:10px;
	border-bottom:1px dotted #666;
}
#schedule tr td{
	padding: 0px;
}
.button{
	margin: auto;
}.tb1{
	font-size: 1.2em;
}
}

