.clearfix:after {
	clear: both;
	display: table;
	content: '';
}

*{
	font-size: 10pt;
}

img {
	width: 100%;
}

.list-title {
	margin: 0;
	padding: 5px 5px 9px 5px;
	text-align: center;
	background-color: #ddd;
}

.list-body {
	padding: 0;
	list-style: none;
}

.list-body li {
	padding: 3px;
	border-bottom: #ccc 1px dotted;
}

.list-body li:before {
	content: '- ';
}

#body {
	margin: 0 auto;
	width: 960px;
}

#head {
	border: 1px lightgray solid;
	height: 50px;
	box-shadow: 2px 2px 2px #eee;
	margin-right: 5px;
	margin-left: 5px;
}

#title {
	font-weight: bold;
	text-shadow: 2px 2px 2px gray;
	font-size: 18pt;
	margin: 8px 0 0 10px;
}

#intro, #banner, #contents, #foot {
	margin-top: 10px;
}

#intro>div {
	border: 1px lightgray solid;
	float: left;
	width: 228px;
	height: 278px;
	margin-right: 5px;
	margin-left: 5px;
	box-shadow: 2px 2px 2px #eee;
	overflow:hidden;
}

#intro>div>div{
	height:278px;
	padding:15px;
	background-color:black;
	color:white;
	overflow:hidden;
	text-align:justify;
	transition: margin-top .5s;
}
#intro>div>div p {
	height:200px;
	overflow:hidden;
}


#intro>div:hover>div{
	margin-top:-288px;
}
#intro>div:hover>img {
	opacity:.25;
}
#intro>div>img {
	transition: opacity .5s;
}

#banner>div {
	border: 1px lightgray solid;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	width: 468px;
	height: 156px;
	box-shadow: 2px 2px 2px #eee;
}

#contents-left {
	width: 708px;
	height: 300px;
}

#contents-right {
	width: 228px;
	height: 300px;
}

#contents>div {
	border: 1px lightgray solid;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	box-shadow: 2px 2px 2px #eee;
}

.news-list {
	margin: 15px 0 0 15px;
	padding: 10px;
	box-shadow: 1px 1px 2px #eee, -1px 1px 2px #eee, 1px -1px 2px #eee, -1px -1px 2px #eee;
	width: 312px;
	height: 92px;
	float: left;
}

.news-thumb {
	width: 92px;
	height: 92px;
	overflow: hidden;
	box-shadow: 1px 1px 2px #eee, -1px 1px 2px #eee, 1px -1px 2px #eee, -1px -1px 2px #eee;
	float: left;
}

.news-thumb img {
	width: 200%;
	margin: -15% 0 0 -50%

}

.news-item {
	float: left;
	margin-left: 10px;
	height: 92px;
	width: 210px;
}

.news-list:hover {
	box-shadow: 2px 2px 5px #ccc, -2px 2px 5px #ccc, 2px -2px 5px #ccc,
	-2px -2px 5px #ccc;
}

.news-title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #bbb;
}

.news-contents {
	margin-top: 5px;
	overflow: hidden;
	text-align: justify;
	height: 58px
}

#foot {
	border: 1px lightgray solid;
	height: 30px;
	box-shadow: 2px 2px 2px #eee;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width: 980px) {
	#body {
		width: 760px;
	}

	#intro>div {
		width: 178px;
		height: 250px;
	}

	#banner>div {
		width: 368px;
		height: 100px;
	}

	#contents-left {
		width: 558px;
	}

	#contents-right {
		width: 178px;
	}
}



@media screen and (max-width: 780px) {
	#body {
		width: 560px;
	}

	#intro>div {
		width: 128px;
		height: 200px;
	}

	#banner>div {
		width: 268px;
		height: 100px;
	}

	#contents-left {
		width: 408px;
	}

	#contents-right {
		width: 128px;
	}
	
	.thin-hide{
		display:none;
		}
}

@media screen and (max-width: 580px) {
	#body {
		width: 320px;
	}

	#intro>div {
		width: 148px;
		height: 130px;
	}

	#intro>div:nth-child(3) {
		margin-top: 10px;
	}

	#intro>div:last-child {
		margin-top: 10px;
	}

	#banner>div {
		width: 308px;
		height: 100px;
	}

	#banner>div:last-child {
		margin-top: 10px;
	}

	#contents-left {
		width: 308px;
	}

	#contents-right {
		margin-top: 10px;
		width: 308px;
	}
	.address-hide {
		display: none;
		}
}