/* Caption 
------------------------------------------------------------------------- */
#caption {
	margin: 0px auto 0px auto;
	width: 1100px;
}

#caption dl dt {
	float: left;
	width: 600px;
	height: 270px;
	border: 1px solid #eeeeee;
}

#caption dl dd {
	display: inline-block;
	margin: 0px 0px 10px 10px;
	border: 1px solid #eeeeee;
}

#caption dl dd a {
	position: relative;
	display: block;
	text-align: center;
	vertical-align: middle;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}

#caption dl dd:hover img {
	opacity: 0.7;
}

#caption dl dd b {
	position: absolute;
	width: 180px;
	padding: 1px 10px 2px 10px;
	background-color: rgba(255, 255, 255, 0.8);
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* Support 
------------------------------------------------------------------------- */
#support {
	margin: 30px 0px 20px 0px;
}

#support ul {
	text-align: center;
}

#support ul li {
	display: inline-block;
	margin: 0px 10px 0px 10px;
}

#support ul li:hover img {
	opacity: 0.7;
}

/* Information 
------------------------------------------------------------------------- */
#information {
	margin: 60px 0px 0px 0px;
}

#information h2 {
	font-size: 36px;
	color: #007558;
	letter-spacing: 3px;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 40px 0px;
}

#information h3 {
	font-size: 18px;
	colorr: #333333;
	font-weight: normal;
	border-bottom: 1px solid #333333;
	text-align: center;
	padding: 0px 0px 18px 0px;
}

#information #official {
	float: left;
	width: 584px;
}

#information #official li {
	border-bottom: 1px solid #dddddd;
}

#information #official li a {
	display: block;
	color: #000066;
	text-decoration: none;
	padding: 16px 10px 16px 10px;
}

#information #official li h4 {
	color: #333333;
	line-height: 18px;
	vertical-align: middle;
	margin: 0px 0px 6px 0px;
}

#information #official li h4 b {
	display: inline-block;
	padding: 0px 6px 1px 6px;
	margin: 0px 10px 0px 0px;
	font-weight: bold;
	font-size: 11px;
	background-color: #ff3333;
	color: #ffffff;
	line-height: 18px;
	vertical-align: top;
	border-radius: 4px;
}

#information #official li a:hover {
	text-decoration: underline;
}

#information #official > a {
	display: block;
	color: #000066;
	margin: 6px 0px 0px 0px;
	text-align: right;
}

#information #official > a:hover {
	text-decoration: underline;
}

#information #event {
	float: right;
	width: 584px;
}

#information #event p {
	padding: 16px 10px 16px 10px;
}
