﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#news
-------------------------------------------------------------------*/
#news {
	margin-bottom: 50px;
}
#news ul.image {
	width: 200px;
	text-align: center
}
#news ul.image li{
	margin-bottom: 30px;
}
#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-bottom: 100px;
}
#content .back a{
	color: #333333;
	text-decoration: underline;
	text-transform: uppercase;
}
#content .back a:hover{
	text-decoration: none;
}
/*-------------------------------------------------------------------
    #topics
-------------------------------------------------------------------*/

#topics {
	margin-bottom: 110px;
}
#topics dl.image {

/* padding: 0; */
}
#topics dl {
	overflow: hidden;
/
zoom: 1;
	padding: 15px 0 0 0;
}
#topics dl.image .pdf span,
#topics dl.image .img span{
	border: 1px solid #efefef;
	background: #ffffff;
	padding: 4px;
	/* margin-right: 10px; */
	display: table-cell;
	width: 140px;
	height: 140px;
	margin-right: 20px;
	vertical-align: middle;
	text-align: center;
}
#topics dl.image dd.img,
#topics dl.image dd.pdf{
	float: left;
	margin-right: 10px;
}
#topics dl.image dd.pdf img{
	max-width: 140px;
	max-height: 28px;
}
#topics dd a{
	color: #67939E;
	text-decoration: underline;
	font-size: 1em;
	line-height: 1.2;
}
#topics dd a:hover{
	text-decoration: none;
}

#topics dt.text {
	line-height: 1.6;
	margin-bottom: 5px;
}

#topics dd.title{
	margin-bottom: 5px;
	overflow: hidden;
}
#topics .pdf .title{
    margin-left: 150px;
}
#topics dd.detail{
	line-height: 1.74;
	/* margin-left: 160px; */
}
#topics dd{
	line-height: 1.74;
}
#content .btn-news{
	text-align: center;
	margin-top: 25px;
}

