﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#news
-------------------------------------------------------------------*/
#news {
	margin-bottom: 30px;
}
#news ul.image {
	width: 200px;
	text-align: center
}
#news ul.image li.fancybox a,
#news ul.image li span {
	border: 1px solid #CCCCCC;
	width: 198px;
	height: 198px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#news div.text {
	margin-right: 220px;
}
#news p.date {
	margin-bottom: 5px;
	font-weight: bold;
}
#content .back {
	/* margin: 0 0 70px; */
}

/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/





#topics {
	/* border: 1px solid #CCCCCC; */
	/* height: 150px; */
	margin-bottom: 20px;
	margin-top: 5px;
	line-height: 1.6;
	/* overflow-y: scroll; */
}
#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 18px 0 20px 0px;
	border-bottom:1px solid #dddddd;
}
#topics dl.even {
	/* background: #E3E3E3; */
}
#topics dt {
	/* float: left; */
	margin-bottom: 5px;
}
#topics dt.img{
	float: left;
	margin-right: 20px;
}

#topics dt.img a{
	border: 1px solid #dddddd;
	width: 148px;
	height: 148px;
	padding: 0px;
	background: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#topics dd {
	padding: 0 0 0 0px;
}

#topics dd a{
	color: #ffa500;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 5px;
}
#topics dd a:hover{
	text-decoration: underline;
}
.btn-news {
	text-align: right;
	margin-bottom: 70px;
}


.bg-index{
	background: url("../image/bg_index.jpg") center top no-repeat;
	text-align: center;
	padding: 64px 0 60px;
	
}

.bg-index .title{
	font-size: 1.57em;
	text-align: center;
	margin-bottom: 10px;
}

.bg-index p{
	text-align: center;
}

.section.marb110{
	margin-bottom: 110px!important;
}
#content ul.page{
	margin-top:30px;
}