@charset "utf-8";
body {
    min-width: 460px;
    color: #222;
    line-height: 1.4;
    background-color: #044101;
    font-size: 14px;
	position:fixed;
	
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    /* border-top: 1px solid #e5e5e5; */
}	
	.tb_post th {
    color: #fff;
    background: #001d04;
}
.tb_post th, .tb_post td {
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #044101;
    border-right: 1px solid #044101;
}
	.tb_post td.text-left {
    text-align: left;
}
	.tb_post {
    font-size: 12px;
}
	.tb_post td {
    background: #fff;
}
	.tb_post img.ico_2 {
    width: 28px;
}
	.tb_wrap {
    overflow-x: hidden;
    overflow-y: scroll; 
    height: 22em;
		width: 100%;
}
	ul.post_li {
    font-size: 18px;
		/* margin-bottom: 3px; */
}

	li, ul, ol, dl {
    list-style: none;
    margin: 0;
    padding: 0;
}
	ul.post_li a {
    font-size: 14px;
	color: #fff;
    float: left;
    padding: 0 10px;
    border-right: 1px solid #fff;
}
	ul.post_li .current-cat a {
    color: #ecbd00; 
}
	.col-md-9 {
    width: 100%;
}
	.clearfix:after {
    clear: both;
}
	.clearfix:after, .clearfix:before {
    display: table;
    content: " ";
}
	.attention {
    margin-bottom: 5px;
		margin-top: 0;
    color: #fff;
}
.attention img{
	height:50px;
}
.category-common img.ico_2{
	display:none;
}
.post_li .click{
	text-align: right;
	padding-right: 20px;
}
.post_li .ngg{
	text-align: right;
	padding-right: 10px;
}
.post_li .ngg img{
	width:auto;
	height:18px;
}
@media (max-width: 470px){
	body{
		min-width:inherit;
	}
	.attention img {
    height: auto;
    width: 100%;
	}
}