img.about_full_img {
	margin: 0px;
	border-style: none;
	padding: 0px;
	width: 100%;
	display: block;
}


div.about_pic {
	margin: 2%;
	border-style: none;
	padding: 0px;
	position: relative;
	width: 96%;
	float: left;
	display: block;
}

	.about_pic img {
		margin: 0px;
		border-style: none;
		padding: 0px;
		width: 100%;
		display: block;
	}

	.about_pic p {
		font-size: 0.8em;
		font-weight: bold;
		background-color: rgba(255, 255, 255, 0.5);
		text-align: center;
		vertical-align: middle;
		line-height: 2em;
		margin: 0px;
		border-style: none;
		padding: 0px;
		position: absolute;
		left: 0px;
		width: 100%;
		height: 2em;
		bottom: 0px;
		display: block;
		overflow: hidden;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}

div.about_table {
	margin: 5%;
	border-style: none;
	padding: 0px;
	width: 90%;
	display: table;
}

	div.about_table_tr {
		font-size: 1em;
		line-height: 2em;
		margin: 0px;
		border-top-style: none;
		padding: 0px;
		border-left-style: none;
		border-right-style: none;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #C0C0C0;
		width: 100%;
		display: table;
	}

	div.about_table_td {
		font-size: 1em;
		line-height: 2em;
		margin: 0px;
		border-style: none;
		padding: 0px;
		display: table;
	}

		div#about_obj {
			background-color: #e6e6e6;
			width: 100%;
			float: left;
		}

		div#about_cap {
			width: 100%;
			float: left;
		}


img.schedule_full_img {
	margin-top: 0px;
	border-style: none;
	padding: 0px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 0px;
	width: 90%;
	float: left;
	display: block;
}

div.schedule_table {
	color: #ffffff;
	background-color: #ff8040;
	margin-top: 1%;
	border-style: none;
	padding: 0px;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
	width: 98%;
	float: left;
	display: table;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

	div.schedule_table_tr {
		position: relative;
		width: 100%;
		float: left;
		display: table;
	}

	div.schedule_table_td {
		margin: 2%;
		border-style: none;
		padding: 0px;
		width: 96%;
		float: left;
		display: block;
	}

		div#schedule_obj {
			font-size: 1.2em;
			font-weight: bold;
			text-decoration: none;
			color: #ff8040;
			background-color: #ffffff;
			text-align: center;
			vertical-align: middle;
			line-height: 2em;
			letter-spacing: 1px;
			left: 0px;
			top: 0px;
			display: table;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
			border-bottom-right-radius: 10px;
			border-bottom-left-radius: 10px;
			
		}

		div#schedule_cap {
			font-size: 1em;
			font-weight: normal;
			text-decoration: none;
			color: #ffffff;
			text-align: left;
			vertical-align: middle;
			line-height: 2em;
			left: 0px;
			top: 0px;
			display: table;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
			border-bottom-right-radius: 10px;
			border-bottom-left-radius: 10px;
			
		}

