@charset "utf-8";
/* CSS Document */

.c_head{
    background: url('../images/topics/page_title_bg.png') no-repeat ;
    background-color: #fdeecc;
    margin-bottom: 50px;
}


.tab{
    width: 740px;
    margin-bottom: 55px;
    padding: 0 20px;
    overflow: hidden;
}

.tab_0{
    border-bottom: 5px solid #f0821e;
}

.tab_1{
    border-bottom: 5px solid #ea74ab;
}

.tab_2{
    border-bottom: 5px solid #00a5a8;
}

.tab_3{
    border-bottom: 5px solid #187fc4;
}
.tab_4{
    border-bottom: 5px solid #f0821e;
}

.tab ul{
    width: 752px;
    margin-right: -12px;
}

.tab li{
    width: 176px;
    float: left;
    margin-right: 12px;
}

.post_area{
    width: 740px;
    margin: 0 auto;
}

.post_area ul{
    margin-bottom: 100px;
}

.post_area li{
    border-bottom: 1px solid #f6aa00;
}

.post_area li.first{
    border-top: 1px solid #f6aa00;
}

.post_area li a{
    padding: 20px;
    display: block;
    overflow: hidden;
}

.post_area li a:hover{
    background-color: #fdf9f1;
    text-decoration: none;
}

.post_date{
    font-size: 12px;
    margin-bottom: 8px;
}

.post_date img{
    vertical-align: top;
    display: inline-block;
}

.post_title{
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px dotted #b3b3b3;
}

.post_comment{
    font-size: 12px;
}

.post_area .left{
    width: 565px;
    float: left;
}

.post_area .right{
    width: 115px;
    height: 115px;
    float: right;
    overflow: hidden;
}

.pagenav {
	text-align: center;
	font-size: 13px;
	color: #333333;
    clear: both;
    width: 730px;
    float: right;
    
}
.pagenav img {
	display: inline;
	vertical-align: -15%;
}

.pagenav a {
	font-size: 13px;
	color: #808080;
}

.pagenav .no_link{
    color: #cccccc;
}
.none {
    display: none;
}



