@charset "UTF-8";


/* index ---------------------------------------*/

/*キービジュアル*/

.topKeyvisual{
	width:100%;
	min-width:980px;
	overflow: hidden;
	padding-top: 450px;
	height:440px;
	position: relative;
}

.kvAnim{
	position: absolute;
	left:0%;
	top:0px;
	width:100%;
	height:890px;
	background: url(../img/index/bg_kv.png) center top no-repeat;
}

.kvAnim li{
	display: none;
	text-indent: -9999em;
	height:890px;
	overflow: hidden;
	position: absolute;
	left:0%;
	top:0;
	width:100%;
}

.kvAnim li.kvAnim01{background: url(../img/index/kv1.png) center top no-repeat;}
.kvAnim li.kvAnim02{background: url(../img/index/kv2.png) center top no-repeat;}
.kvAnim li.kvAnim03{background: url(../img/index/kv3.png) center top no-repeat;}
.kvAnim li.kvAnim04{background: url(../img/index/kv4.png) center top no-repeat;}

.kvAnim li.kvAnim02.kvAnim02-en{background: url(../img/index/en_kv2.png) center top no-repeat;}
.kvAnim li.kvAnim03.kvAnim03-en{background: url(../img/index/en_kv3.png) center top no-repeat;}


.kvSlider{
	position: absolute;
	left:0%;
	top:0px;
	width:100%;
	height:890px;
	display: none;
	z-index:0;
}

.kvSlider li{
	text-indent: -9999em;
	height:890px;
	overflow: hidden;
	position: absolute;
	left:0%;
	top:0;
	width:100%;
}

.kvSlider li.kvSlider_not_found{background: url(../img/index/slider5.png) center top no-repeat;}

.kvSlider .bx-wrapper{position: relative;}

.kvSlider .bx-viewport{z-index:0;}

.kvSlider .bx-controls{
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:5;
}
.kvSlider .bx-controls .bx-pager{
	position: absolute;
	left:0px;
	top:410px;
	width:100%;
	text-align: center;
}

.kvSlider .bx-pager-item{
	display: inline-block;
	margin:0 5px;
}

.kvSlider .bx-pager-item a{
	text-indent: -999em;
	overflow: hidden;
	background: #999;
	display: block;
	width:70px;
	height:6px;
	opacity:0.9;
}

.kvSlider .bx-pager-item a.active{
	background: #000;
}

.kvSlider_sp{display: none;}

.topMainBnr{
	max-width:1180px;
	width:100%;
	margin:0 auto;
	position: relative;
	z-index:10;
}

.topMainBnr ul{overflow: hidden;}
.topMainBnr ul li{
	margin:0 0 20px 0;
	float: left;
	width:23%;
}

.kvSlider--link,
.kvSlider--link-sp{ text-indent: 0 !important; }
.kvSlider--link a{ display: block; width: 100%; height: 420px;  }
.kvSlider--link-sp a{ display: block; }
.kvSlider--link img{ height: 420px; margin: 0 auto; display: block; }

@media screen and (min-width: 769px){
	.topMainBnr ul li+li{ margin-left: 2.66%; }
}

.topMainBnr ul li a{
	position: relative;
	display: block;
}
.topMainBnr ul li img{width:100%;}


/* thumb frame */

.thumbFrame:after{
    content:'';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 0px solid rgba(255,255,255,0.4);
	width:100%;
	height:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-indent: -9999px;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}


.thumbFrame:hover:after{
	border-width:8px;
}

/* top section 共通 */

.topSection{
	padding:75px 0 80px;
	min-width:980px;
}

.topSection h2{
	text-align: center;
	margin-bottom: 37px;
}

.topSection .sectionTitle{
	font-size: 18px;
	font-weight: bold;
	color: #575757;
	letter-spacing: 0.1em;
}
.topSection .sectionTitle:first-line{
	font-family:'Source Serif Pro';
	font-size: 36px;
	font-weight: 600;
	color: #0c0c0c;
	letter-spacing: 0;
}

.topSection .btnMoreList{
	position: absolute;
	right:20px;
	top:10px;
	line-height: 1.0;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom:1px solid #F4F4F4;
}

.topSection .btnMoreList:hover{
	border-color:#D00015;
	color:#D00015;
}

#topNews .btnMoreList{border-bottom:1px solid #fff;}
#topNews .btnMoreList:hover{border-color:#D00015;}

.topSection .btnMoreList:after{
	display: block;
    content:'';
    position: absolute;
    right:-20px;
    top:0px;
    background:url(../img/common/icon_right.png) no-repeat left top;
    width:16px;
    height:16px;
}


/* top activity log */

.topActivityList{
	text-align: center;
	font-size: 0;
}

.topActivityList li{
	display: inline-block;
	font-size: 16px;
	margin-left: 2.5%;
	width:373px;
	width:31.6%;
	float: left;
	background: #fff;
	text-align: left;
}

.topActivityList li:first-child{margin-left: 0;}

.topActivityListInner{
	padding-bottom: 20px;
}

.topActivityImage{
	position: relative;
	height:180px;
	background: #E9E6DF;
  overflow: hidden;
  border: solid 1px #ddd;
  border-bottom: none;
}

.topActivityImage img{
	max-width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}

.topActivityText{
	padding:30px 20px 10px;
	height:172px;
	position: relative;
}

.topActivityText:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 6em;
	bottom: 0px;
	left: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	z-index:1;
}

.topActivityIcon{
	display: inline-block;
	line-height: 1.0;
	background: #A7061D;
	padding:8px 10px;
	width:auto;
	text-align: center;
	color:#fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: absolute;
	left:20px;
	top:-17px;
}

.topActivityDate{
	font-weight: bold;
	font-size: 14px;
	line-height: 1.0;
	margin-bottom: 10px;
}

.topActivityTitle{
	color:#CC0924;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 10px;
}

.topActivityDescription{
	line-height: 1.8;
	height: 5em;
	overflow: hidden;
	position: relative;
	margin-bottom: 0.5em;
}

.activityBtn{
	display: block;
	background: #000;
	text-align: center;
	line-height: 1.0;
	color:#fff;
	font-size: 16px;
	letter-spacing: 2px;
	padding:12px 0;
	margin:0 20px;
	position: relative;
	font-weight:500;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.activityBtn:hover{
	background: #999999;
}

.activityBtn:after{
    display:block;
    content:'';
    background:url(../img/common/icon_btn.png) no-repeat left top;
    width:10px;
    height:10px;
    position:absolute;
    right:10px;
    bottom:10px;
}


/* top comunity */

.topComunityArea{
	overflow: hidden;
}

.topComunityImage{
	float: left;
	width:48%;
	position: relative;
}

.topComunityImage img{width:100%;}

.topComunityText{
	float: right;
	width:50%;
}

.topComunityText h3{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}

.topComunityText h4{
	font-size: 18px;
	color:#CC0924;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 10px;
}

.topComunityText p{
	line-height: 1.8;
	margin-bottom: 30px;
}

.comunityBtn{
	display: block;
	width:330px;
	background: #000;
	text-align: center;
	line-height: 1.0;
	font-weight: 500;
	color:#fff;
	font-size: 16px;
	letter-spacing: 2px;
	padding:12px 0;
	margin:0 auto;
	position: relative;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.comunityBtn:hover{
	background: #999999;
}

.comunityBtn:after{
    display:block;
    content:'';
    background:url(../img/common/icon_btn.png) no-repeat left top;
    width:10px;
    height:10px;
    position:absolute;
    right:10px;
    bottom:10px;
}


/* top event */

.topEventList{
	text-align: center;
	font-size: 0;
}

.topEventList li{
	display: inline-block;
	margin-left: 2.3%;
	width:23.2%;
	height:360px;
	background: #0c0c0c;
	color:#fff;
	position: relative;
	vertical-align: top;
}

.topEventList li:first-child{margin-left: 0;}

.topEventList li a{
	display: block;
	color:#fff;
	position: relative;
	height:100%;
}

.topEventListInner{
	height:100%;
}

.topEventImage{
	width: 100%;
  height: 210px;
	overflow: hidden;
	position: relative;
  border: solid 1px #ddd;
  border-bottom: none;
  box-sizing: border-box;
}

.topEventImage:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 15px;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}

.topEventImage img{
  min-width:100%;
}

.topEventText{
	position: relative;
	width: 100%;
	height: 150px;
	color:#fff;
	font-size: 15px;
	text-align: left;
	box-sizing:border-box;
	padding:30px 15px 0;
}

.topEventIcon{
	display: block;
	width: 130px;
	height: 30px;
	box-sizing: border-box;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background-color: #a90017;
	position: absolute;
	left: 20px;
	top: -15px;
	font-weight: bold;
}

.topEventIcon-end{background-color: #777777;}

.topEventIcon-accepting{
	background-color: #fff;
	border: 3px solid #cf001c;
	color: #cf001c;
	box-sizing:border-box;
	line-height: 25px;
}

.topEventDate{
	font-weight: normal;
	line-height: 1.0;
	margin-bottom: 7px;
}

.topEventTitle{
	font-weight: bold;
	line-height: 1.8;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}

/* top Latest News */

.topNewsList{}
.topNewsList li{}

.topNewsList li a{
	display: block;
	padding:15px 60px 15px 40px;
	font-size: 0px;
	position: relative;
	vertical-align: top;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.topNewsList li:nth-child(odd) a{
	background: #F4F4F4;
}

.topNewsList li a:hover:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background: #929292;
}

/*.topNewsList li:nth-child(odd) a:hover{
	background: #E4E4E4;
}
*/
.topNewsList li a:before{
	display:block;
	content:'';
	background:url(../img/common/icon_arrow_red.png) no-repeat left top;
	width:8px;
	height:10px;
	position:absolute;
	right:35px;
	top:45%;
}

.topNewsList li .topNewsIcon{
	float: left;
	line-height: 1.0;
	background: #A7061D;
	padding:5px 0;
	width:130px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	vertical-align: top;
}

.topNewsList li .topNewsDate{
	float: left;
	width:130px;
	text-align: center;
	font-size: 15px;
	vertical-align: top;
}

.topNewsList li .topNewsTitle{
	font-size: 16px;
	line-height: 1.6;
	color: #111;
	font-weight: bold;
	margin-left: 260px;
	vertical-align: top;
}



@media screen and (max-width: 1180px) and (min-width:980px){/* リキッド */


}




@media screen and (max-width: 768px){

	/*キービジュアル*/

	.topKeyvisual{
		width:100%;
		min-width:0;
		overflow: hidden;
		padding:91% 0 0% 0;
		height:auto;
		position: relative;
	}

	.kvAnim,
	.kvSlider{
		display: none !important;
	}

	.kvSlider_sp{
		position: absolute;
		left:0%;
		top:0px;
		width:100%;
		height:0px;
		padding-bottom: 112%;
		display: block;
	}

	.kvSlider_sp li{
		display: none;
		text-indent: -9999em;
		height:0;
		padding-bottom: 112%;
		overflow: hidden;
		position: absolute;
		left:0;
		top:0;
		width:100%;
	}

	.kvSlider_sp li.kvSlider_not_found_sp{background: url(../img/index/slider1_sp.png) center top no-repeat;background-size: 100%;}

	.kvSlider_sp .bx-wrapper{position: relative;}

	.kvSlider_sp .bx-viewport{z-index:0;}

	.kvSlider_sp .bx-controls{
		position: absolute;
		left:0px;
		top:72%;
		width:100%;
		z-index:5;
	}
	.kvSlider_sp .bx-controls .bx-pager{
		position: absolute;
		left:0px;
		top:0%;
		width:100%;
		text-align: center;
	}

	.kvSlider_sp .bx-pager-item{
		display: inline-block;
		margin:0 3px;
	}

	.kvSlider_sp .bx-pager-item a{
		text-indent: -999em;
		overflow: hidden;
		background: #999;
		display: block;
		width:35px;
		height:6px;
		opacity:0.9;
	}

	.kvSlider_sp .bx-pager-item a.active{
		background: #000;
	}


	.topMainBnr{
		width:auto;
		margin:0 auto;
		padding:0 25px 15px;
	}

	.topMainBnr ul{overflow: hidden;}
	.topMainBnr ul li{
		margin:0 0 15px 0px;
		float: left;
		width:100%;
	}

	.topMainBnr ul li a{
		position: relative;
		display: block;
	}

	/* thumb frame */

	.thumbFrame:after{display: none;}

	/* top section 共通 */

	.topSection{
		padding:35px 25px;
		overflow: hidden;
		min-width:0;
	}
	.topSection .sectionTitle{
		margin-bottom: 10px;
		font-size: 13px;
		line-height: 1.7;
	}

	.topSection .sectionTitle:first-line{
		font-size: 23px;
		letter-spacing: 1.5px;
	}

	.topSection .btnMoreList,
	.topSection .btnMoreList:hover{
		position: static;
		margin-right: 10px;
		line-height: 1.0;
		font-weight: bold;
		padding-bottom: 5px;
		border-bottom:none;
		font-size: 13px;
		float: right;
	}

	.topSection .btnMoreList:after{
		display: inline-block;
	    content:'';
	    position: static;
	    right:0px;
	    top:0px;
	    background:url(../img/common/icon_right.png) no-repeat left top;
	    background-size: 100%;
	    width:12px;
	    height:12px;
	    vertical-align: middle;
	    margin-left: 5px;
	}


	/* top activity log */

	#topActivityLog h2 img{width:131px;}

	.topActivityList{
		clear:both;
		padding-top: 0px;
	}

	.topActivityList li{
		font-size: 12px;
		margin-left: 0px;
		width:auto;
		height:auto;
		float: left;
		background: none;
		text-align: left;
		padding:0 15px 0;
	}

	.topActivityListInner{
		background: #fff;
		padding: 55px 15px 15px;
	}

	.topActivityImage{
		width:100px;
		float: left;
		margin-right: 6%;
		height:100px;
	}

	.topActivityImage img{
		max-height:100%;
	}

	.topActivityText{
		padding:0px;
		position: relative;
		height:auto;
	}

	.topActivityText:after{display: none;}

	.topActivityIcon{
		padding:5px;
		/*width:110px;*/
		font-size: 13px;
		left:0px;
		top:-35px;
	}

	.topActivityDate{
		position: absolute;
		right:0;
		top:-30px;
		font-size: 11px;
	}

	.topActivityTitle{
		padding-top: 10px;
		height:90px;
		overflow: hidden;
	}

	.topActivityDescription{
		padding-top: 10px;
		clear:both;
		font-size: 11px;
		height:6.5em;
	}

	.activityBtn,
	.activityBtn:hover{
		font-size: 13px;
		letter-spacing: 2px;
		padding:10px 0;
		margin:0px;
	}

	.activityBtn:after{
	    background:url(../img/common/icon_btn.png) no-repeat left top;
	    background-size: 100%;
	    width:6px;
	    height:6px;
	    right:5px;
	    bottom:5px;
	}

	#topActivityLog .bx-wrapper{
		clear:both;
		padding-top: 20px;
		position: relative;
	}

	#topActivityLog .bx-viewport{
		overflow:visible !important;
	}

	#topActivityLog .bx-pager{
		text-align: center;
		padding-top: 20px;
	}

	#topActivityLog .bx-pager-item{
		display: inline-block;
		margin:0 3px;
	}

	#topActivityLog .bx-pager-link{
		overflow: hidden;
		text-indent: -999em;
		width:35px;
		height:6px;
		background: #CFCFCF;
		display: block;
	}

	#topActivityLog .active{background: #4B4B4B;}

	#topActivityLog  .bx-controls-direction{
		position: absolute;
		left:0px;
		top:0px;
		width:100%;
		height:0;
	}

	#topActivityLog .bx-controls-direction a{
		width:25px;
		height:25px;
		overflow: hidden;
		text-indent: -999em;
		position: absolute;
		top:140px;
	}

	#topActivityLog .bx-prev{
		background: url(../img/index/prev_sp.png) no-repeat left top;
		background-size: 100%;
		left:0;
	}

	#topActivityLog .bx-next{
		background: url(../img/index/next_sp.png) no-repeat left top;
		background-size: 100%;
		right:0;
	}


	/* top comunity */

	#topComunity h2 img{width:110.5px;}

	.topComunityArea{padding-top: 23px;}

	.topComunityImage,
	.topComunityText{
		float: none;
		width:auto;
	}

	.topComunityImage img{width:100%;}

	.topComunityText{padding-top: 15px;}
	.topComunityText h3{
		font-size: 16px;
		margin-bottom: 15px;
	}

	.topComunityText h4{font-size: 12px;}

	.topComunityText p{
		font-size: 12px;
		margin-bottom: 30px;
		line-height: 1.8;
	}

	.comunityBtn,
	.comunityBtn:hover{
		width:auto;
		font-size: 13px;
		padding:10px 0;
	}

	.comunityBtn:after{
	    background:url(../img/common/icon_btn.png) no-repeat left top;
	    background-size: 100%;
	    width:6px;
	    height:6px;
	    right:5px;
	    bottom:5px;
	}


	/* top event */

	#topEvent h2 img{width:202px;}

	.topEventList{
		padding-top: 0px;
	}

	.topEventList li{
		display: inline-block;
		margin-left: 0px;
		width:auto;
		height:230px;
		background: none;
		color:#fff;
		position: relative;
		padding-left: 15px;
	}

	.topEventList li:first-child{
		margin-left: 0;
	}

	.topEventList li .topEventListInner{
	}

	.topEventList li a{
		display: block;
		color:#fff;
		position: relative;
	}

	.topEventImage{
		width: 100%;
		height: 0px;
		padding-bottom: 75%;
		overflow: hidden;
		position: relative;
	}

	.topEventImage:after{
		content: '';
		position: absolute;
		width: 100%;
		height: 15px;
		bottom: 0;
		left: 0;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
	}

	.topEventText{
		background: #0c0c0c;
		width: 100%;
		height: 0px;
		color:#fff;
		font-size: 15px;
		text-align: left;
		box-sizing:border-box;
		padding:20px 15px 60%;
	}

	.topEventText:after{
	    background:url(../img/common/icon_btn.png) no-repeat left top;
	    background-size: 100%;
	    width:5px;
	    height:5px;
	    position:absolute;
	    right:5px;
	    bottom:5px;
	}

	.topEventIcon{
		width: 80px;
		height: 20px;
		line-height: 20px;
		font-size: 11px;
		font-weight: normal;
		position: absolute;
		left: 15px;
		top: -10px;
	}

	.topEventIcon-accepting{
		border: 2px solid #cf001c;
		line-height: 16px;
	}

	.topEventDate{font-size: 10px;}
	.topEventTitle{
		font-size: 11px;
		line-height: 1.3;
		text-overflow: ellipsis;
	   display: -webkit-box;
	   -webkit-line-clamp: 4; /* number of lines to show */
	           line-clamp: 4; 
	   -webkit-box-orient: vertical;
	}


	#topEvent .bx-wrapper{
		clear:both;
		padding-top: 20px;
		position: relative;
		margin:0 -10px;
	}

	#topEvent .bx-viewport{
		overflow:visible !important;
	}

	#topEvent .bx-pager{
		text-align: center;
		padding-top: 15px;
	}

	#topEvent .bx-pager-item{
		display: inline-block;
		margin:0 3px;
	}

	#topEvent .bx-pager-link{
		overflow: hidden;
		text-indent: -999em;
		width:35px;
		height:6px;
		background: #CFCFCF;
		display: block;
	}

	#topEvent .active{background: #4B4B4B;}

	#topEvent  .bx-controls-direction{
		position: absolute;
		left:0px;
		top:0px;
		width:100%;
		height:0;
	}

	#topEvent .bx-controls-direction a{
		width:25px;
		height:25px;
		overflow: hidden;
		text-indent: -999em;
		position: absolute;
		top:120px;
	}

	#topEvent .bx-prev{
		background: url(../img/index/prev_sp.png) no-repeat left top;
		background-size: 100%;
		left:5px;
	}

	#topEvent .bx-next{
		background: url(../img/index/next_sp.png) no-repeat left top;
		background-size: 100%;
		right:5px;
	}

	/* top Latest News */

	#topNews h2{margin-bottom: 5px;}
	#topNews h2 img{width:136px;}

	.topNewsList{
		clear:both;
		padding-top: 20px;
	}
	.topNewsList li a{padding:15px;}
	/*.topNewsList li a:after{display: none;}*/
	.topNewsList li a:before {display: none;}

	.topNewsList li .topNewsIcon{
		padding:5px 0;
		width:110px;
		font-size: 12px;
		vertical-align: top;
	}

	.topNewsList li .topNewsDate{
		font-size: 11px;
		width:auto;
		vertical-align: top;
		margin-left: 15px;
	}

	.topNewsList li .topNewsTitle{
		padding-top: 5px;
		margin:0;
		display: block;
		font-size: 12px;
		font-weight: bold;
		width:auto;
		clear:both;
	}

}