@charset "utf-8";

/* ****************************************************
Title: news.css
***************************************************** */

#news .content01 #contentMiddle {
	margin-top: 30px;
	padding: 0 0 50px 0;
	border-top: 1px solid #c9c9c9;
}

#news .content01 #contentMiddle .secNews{
	padding: 30px 0 20px 0;
	border-bottom: 1px solid #c9c9c9;
}

#news .content01 .secSub{
	float: left;
	width: 260px;
}
#news .content01 .secSub p{
	padding: 0px 0px 0px;
}
#news .content01 .secSub p span{
	padding: 0 10px;
    color: #FFF;
    width: 80px;
    display: inline-block;
    font-size: 90%;
    text-align: center;
    line-height: 1.5;
    margin-left: 30px;
}
#news .content01 .secSub p span.iconUpdate{
    background-color: #3fa9f5;
}
#news .content01 .secSub p span.iconNews{
    background-color: #36aa00;
}
#news .content01 .secSub p span.iconEvent{
    background-color: #ff931e;
}
#news .content01 .secSub p span.iconSeminar{
    background-color: #1f2156;
}

#news .content01 .secMain{
	float: right;
	width: 700px;
}

#news .content01 .secMain h2{
	line-height: 1.2;
    margin-bottom: 10px;
    border-left: none;
    padding-left: 0px;
    font-size: 20px;
    font-weight: bold;
    background-color: #FFF;
}
#news .content01 .secMain .newsTable{
	width: 100%;
	margin-bottom: 30px;
}
#news .content01 .secMain .newsTable th{
	font-weight: normal;
    text-align: left;
    border: 1px solid #CCC;
    padding: 5px;
    white-space: nowrap;
    width: 130px;
    background: #F2F2F2;
}
#news .content01 .secMain .newsTable td{
	border: 1px solid #CCC;
    padding: 5px;
}

#news .content01 .pagenation {
	padding: 40px 0 10px 0;
	text-align: center;
}

#news .content01 .pagenation .prev.page-numbers {
    border-left: none;
}

#news .content01 .pagenation .current {
    display: inline-block;
    padding: 4px 6px 4px 8px;
    border-left: 1px solid #000;
    font-weight: bold;
    font-size: 1.15em;
    line-height: 11px;
    color: #000;
}
#news .content01 .pagenation a {
	border-left: 1px solid #000;
    padding: 4px 6px 4px 8px;
    font-size: 1.1em;
    line-height: 11px;
    text-decoration: none;
    color: #333;
    line-height: 11px;
    display: inline-block;
}
#news .content01 .pagenation a:active,
#news .content01 .pagenation a:hover {
    text-decoration: underline;
}


