@charset "utf-8";
/* CSS Document */

#title_bar {
	width:100%;
	height:50px;
	text-align:center;
	background:#0052A5;
	display:table;
}
#title_bar .title {
	color:#FFF;
	font-size:1.2em;
	letter-spacing:0.2em;
	display:table-cell;
	vertical-align:middle;
}
#eventsImg {text-align:center;}
@media screen and (max-device-width:340px) {
	#eventsImg img {max-width:300px;}
}
#detail {
	color:#333;
	margin-right:20px;
	margin-left:20px;
	line-height:1.6em;
}
#eventContent {
	width:100%;
	padding-right:1px;
	padding-left:1px;
}
@media screen and (max-device-width:680px) {
	#eventContent * {max-width:650px !important;}
}
@media screen and (max-device-width:580px) {
	#eventContent * {max-width:540px !important;}
}
@media screen and (max-device-width:500px) {
	#eventContent * {max-width:470px !important;}
}
@media screen and (max-device-width:440px) {
	#eventContent * {max-width:410px !important;}
}
@media screen and (max-device-width:380px) {
	#eventContent * {max-width:350px !important;}
}
@media screen and (max-device-width:340px) {
	#eventContent * {max-width:300px !important;}
}