﻿
.gallery {
	width :auto;
	height:12vw;
	max-height:64px;
}

#feed {
	background: #fff;
	width:98%;
	margin:0 auto;
	text-align:left;
}
#feed dt{
	margin: 0 0 0.5em 0;
}
#feed dd{
	margin: 0 0 0 0.5em;
}

#main_schedule{
	margin : 0 auto;
	padding : 0;
	text-align: center;
	width:90%;
	max-width: 1000px;

}
#table_schedule{
	display:block;
	position:relative;
	margin:0 auto;
	width:100%;
	height:400px;
}
#left_head{
	position:absolute;
	margin:0;
	padding:0;
	top :0;
	left:0;
	width :4em;
	height :2em;
	z-index: 12;
}
#left_body{
	position:absolute;
	margin:0;
	padding:0;
	top :2em;
	left: 0;
	width :4em;
	height:370px;
	overflow:hidden;
	z-index: 11;
}
#right_head{
	position:absolute;
	margin:0;
	padding:0;
	top :0;
	left:4em;
	height :2em;
	width:160px;
	overflow:hidden;
	z-index: 11;
}
#right_body{
	position:absolute;
	margin:0;
	padding:0;
	top :2em;
	left:4em;
	height:370px;
	width:160px;
	overflow:scroll;
	z-index: 10;
}
#table_schedule table{
	border:1px solid #000;
	table-layout:fixed;
	whitle-space:nowrap;
	border-collapse: collapse;
	width:4em;
}
#table_schedule table td, th{
	border:1px solid #999;
	height:2em;
}

#loader-bg{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	color:#fff;
	z-index 1001;
}
#loader{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index 1002;
}
#pre_blog{
	max-width:400px;
	height:4em;
	overflow-y:scroll;
	line-height:1.2em;
	padding:0.5em;
	margin:0 auto;
}
#pre_blog dd{
	margin-left:1em;
}

#animal{
	overflow: hidden;
	position:relative;
	text-align:center;
	max-width:600px;
	width:100%
	height:200px;
	margin:10px auto 40px;
}

.img_animal0{
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
}

.img_animal1{
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
}

.img_animal2{
	position:absolute;
	right:0px;
	bottom:5px;
	z-index:10;
}

.img_animal3{
	display:block;
	margin: 24px auto;
	padding:20px;
	border: solid;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	z-index:1;
}

@media screen and (max-width: 520px) {
	.img_animal3{
		margin: 64px auto; }
}
