@charset "utf-8";

/* hypertext
-------------------- */
a {
}
a:hover {
}


/* MainImage
-------------------- */
#PCMainImage {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 500px;
	margin-bottom: 50px;
}
#PCMainImageWrap {
	position: relative;
	left: 50%;
	top: 0;
	width: 1400px;
	margin-left: -700px;
}






/* Main
-------------------- */



.feed-news {
	margin-bottom: 70px;
}
.feed-news .title-header {
	position: relative;
	margin-bottom: 30px;
	padding: 1px 0;
	border-top: 1px solid #E3E7ED;
	border-bottom: 1px solid #E3E7ED;
}
.feed-news h2 {
	height: 63px;
	background: url(../img/top/bg_title.png) right no-repeat;
	line-height: 63px;
	font-size: 18px;
}
.feed-news h2 span {
	padding: 5px 0 5px 25px;
	border-left: 4px solid #00A0D9;
}
.feed-news h2 a {
	text-decoration: none;
}
.feed-news h2 a:hover {
	text-decoration: underline;
}

.feed-news .link-more {
	position: absolute;
	top: 1px;
	right: 0;
}
.feed-news .link-more a {
	display: block;
	padding: 0 32px;
	background: url(../img/top/icn_c_arrow.png) left no-repeat;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	line-height: 63px;
}



.feed-news ul {
}
.feed-news li {
	padding: 10px 0;
	border-bottom: 1px dashed #999999;
}
.feed-news .date {
	margin-right: 20px;
	color: #999999;
}
.feed-news .title {
	font-size: 15px;
}
.feed-news .title a {
	text-decoration: none;
}
.feed-news .title a:hover {
	text-decoration: underline;
}


#TopBanner {
	margin-bottom: 70px;
}
#TopBanner li {
	float: left;
	margin-right: 13px;
}
#TopBanner li:nth-child(4n) {
	margin-right: 0;
}