@charset "utf-8";
/*------------------------------------------------------------
	index.html
------------------------------------------------------------*/
#main {
	padding: 0 0 5px;
}

#main .mainImg {
	margin-bottom: 15px;
	text-align: center;
	position: relative;
}

#main .mainImg img {
	width: 100%;
}

#main .mainImg .indBtn {
	position: absolute;
	top: 15%;/*top: 13%;*/
	right: 5%;/*12%;*/
}
#main .mainImg .indBtn2 {
	position: absolute;
	top: 32%;
	right: 5%;
}

#main .section01 {
	margin-bottom: 15px;
	padding: 0 15px;
}

#main .section01 .imgBox {
	float: left;
	width: 13%;
}

#main .section01 .inner {
	width: 80%;
	float: right;
}

#main .section01 .inner p {
	margin-bottom: 10px;
	font-size: 13px;
}

#main .section01 .inner .indTtl {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #3F79AD;
}

#main .indLink {
	margin: 0 50px 0 30px;
	text-align: center;
}

#main .indLink a {
	padding: 5px 5px;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	
	background: -moz-linear-gradient(
		top,
		#4E77D0 0%,
		#5988D8 50%,
		#5B8BD9);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#4E77D0),
		color-stop(0.50, #5988D8),
		to(#5B8BD9));
		
		border: 1px solid #384DB2;
		border-radius: 3px;
		
		position: relative;
}

#main .indLink a:after {
	margin-top: -5px;
	width: 17px;
	height: 11px;
	display: block;
	background: url(../img/common/icon_07.png) no-repeat left center;
	background-size: 17px 11px;
	
	content: "";
	
	position: absolute;
	top: 50%;
	right: 10px;
}

#main .indLink a .text01 {
	text-align: left;
	line-height: 1;
	display: inline-block;
}

#main .indLink a .text01 span {
	font-size: 10px;
	display: inline-block;
	font-weight: normal;
}

.section-tv-news{
	background:url("../img/index/sec-tv-news_bg.png") no-repeat scroll left top transparent;
	height:139px;
	position:relative;
	width:620px;
}

.section-tv-news .banner01 tr td:nth-child(2) {
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}


