#main_box {
	position: relative;
	width: 728px;
	margin: 0 auto;
	/* box-shadow */
	box-shadow: rgba(69, 35, 3, 0.46) 0px 10px 20px -15px;
}
#container {
	background-color: rgba(255, 255, 255, 1.0);
	margin: 0 auto;
	padding: 20px 20px 30px;
	width: 728px;
	border-radius: 0 0 10px 10px;
	/* box-shadow */
	box-shadow: rgba(0, 0, 0, 0.1) 0px 14px 14px -4px;
	box-sizing: border-box;
}
body {
	background-color: #F5EDEA;
	animation: bg-color 10s infinite;
	-webkit-animation: bg-color 10s infinite;
	background-attachment: fixed;
}


.tbl_link {
	margin: 0 10px;
	text-align: center;
}

.tab-btn {
	margin: 20px 0;
	overflow: hidden;
}
.btn {
	float: left;
	width: 209px;
	height: 50px;
	line-height: 48px;
	font-size: 24px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #000;
	margin: 10px 10px 5px;
	padding: 0 10px;
	text-align: center;
	cursor: pointer;
}
.btn:hover {
	background-color: #CCC;
	border: 1px solid #000;
}

.btn.on {
  background: #000;
  color: #fff;
}

.tab-content > div.on {
  display: block;
}
.tab-content {
	box-sizing: border-box;
	padding: 10px;
}
.tab-content > div {
  display: none;
}

.program_box {
	margin: 0 0 40px;
	padding: 10px 30px 30px;
	border-radius: 10px;
	border: 1px solid #dedede;
	box-sizing: border-box;
}
.program_box:last-child {
	margin: 0;
}


.float_left {
	float: left;
}
.float_right {
	float: right;
}

.program_box img {
	display: block;
	margin: 0 0 15px 0;
}

.program_box dl {
	margin: 20px 0 0;
}
.program_box dl dt {
	margin: 0 0 10px;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #dedede;
	font-weight: bold;
}
.program_box dl dd {
	margin: 0;
	word-wrap: break-word;
	font-size: 16px;
	line-height: 1.8;
}
.program_box dl dd p:last-child {
	margin-bottom: 0;
}
.program_box dl dd img {
	display: block;
	float: right;
	margin: 0 0 15px 15px;
}

.program_box_left {
	width: 295px;
	float: left;
}
.program_box_right {
	width: 295px;
	float: right;
}

.warning {
	margin: 0 10px;
	padding: 25px;
	background-color: #f6d5a7;
	text-align: center;
	color: #651015;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	margin: 20px 10px;
	text-align: center;
	font-size: 24px;
}

h3 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	padding: 10px 0;
	border-top: solid 2px #ccc;
	border-bottom: solid 1px #dedede;
	background: linear-gradient(#f2f2f2,#f3f3f3);
	margin: 0 0 20px 0;
}

h4 {
	margin: 0 0 25px;
	padding: 10px;
	color: #E33E4C;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}

#program_footer {
    background: #fff none repeat scroll 0 0;
    margin-top: 0px !important;
    padding: 10px;