#header {
	height: 360px;
	background: url(../images/index/header_index.jpg?160629) no-repeat left top;
}

#header header,
#header header ul,
#header header ul * {
	display: block !important;
}

#header header ul {
	position: relative;
	top: 204px;
	left: 30px;
	overflow: hidden;
}

#header header ul li {
	float: left;
	margin-right: 10.5px;
}

#header header ul li a {
	width: 64px;
	height: 64px;
	text-indent: -9999px;
}

#header header ul li:first-child a {
	width: 67px;
	height: 70px;
}

.txtBox{
	text-align: center;
	font-weight: bold;
	font-size: 140%;
	color: #f00;
	margin-bottom: 1em;
	padding: 15px;
	border:  3px solid #f00;	
}
.txtBox span {
	display: block;
}
.txtBox span br {
	display: none;
}
@media screen and (max-width : 768px){
	.txtBox span {
		margin-bottom: 10px;
	}
	.txtBox span br {
		display: inherit;
	}
}


#news {
	width: 380px;
	float: left;
	padding-bottom: 30px;
}

#news h2 { height: 40px; }

#news dl {
	height: 320px;
	padding: 5px 20px 20px 20px;
	border: 1px solid #3391d6;
	border-bottom: 4px solid #e26172;
	overflow: auto;
}

#news dl dt {
	font-size: 16px;
	font-weight: bold;
	padding-top: 15px;
}

#news dl dd {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

#dates {
	width: 380px;
	float: right;
	padding-bottom: 30px;
}

#dates h2 { height: 40px; }

#dates dl {
	height: 320px;
	padding: 5px 15px 20px 15px;
	border: 1px solid #00ac9f;
	border-bottom: 4px solid #e26172;
}

#dates dl dt {
	font-size: 12px;
	line-height: 1em;
	padding-top: 15px;
}

#dates dl dd {
	color: #e26172;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

#dates dl dt.sline {
	clear: left;
	float: left;
}

#dates dl dd.sline {
	padding: 0.5em 0 0.5em 12em;
}

#organizer {
	clear: both;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 2px solid #2e89cb;
}

#organizer ul {
	list-style: none;
	margin-top: 10px;
	padding-bottom: 30px;
	overflow: hidden;
}

#organizer ul li:first-child { margin-left: 0; }

#organizer ul li {
	width: 25%;
	float: left;
	font-size: 12px;
	text-align: center;
	margin-right: 10px;
	padding-right: 5px;
}

#sponsor {
	clear: both;
}

#sponsor ul {
	list-style: none;
	margin-top: 10px;
	overflow: hidden;
}

#sponsor ul li {
	height: 53px;
	float: left;
	margin-left: 10px;
}

#sponsor ul li:first-child { margin-left: 0; }

#co-hosted ul {
	list-style: none;
	margin-top: 10px;
	overflow: hidden;
}

#co-hosted ul li {
	width: 25%;
	float: left;
	font-size: 12px;
	text-align: center;
	margin-right: 10px;
	padding-right: 5px;
}

@media screen and (max-width : 768px){
	#header {
		background:none;
		height: auto;
	}
	#header header ul,
	#header header ul * {
		display: none !important;
	}
	#txtBox{
	font-size: 130%;
}
	#news {
		float: none;
		width: 100%;
	}
	#dates {
		float: none;
		width: 100%;
	}
	#news h2,
	#dates h2 {
		width: 100%;
		height: auto;
	}
	#news h2 img,
	#dates h2 img {
		vertical-align: bottom;
	}
	#dates dl {
		height: auto;
	}
	#dates dl dt.sline {
		float: none;
	}
	#dates dl dd.sline {
		padding: 0.5em 0 0.5em 0;
	}
}