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

.list{
	padding: 0px;
	width: 100%;
	height: auto;
}

.list ul li{
	color: #A40002;
/*	font-size: 14px;                */
	letter-spacing: 0px;
	line-height: 50px;
	margin: 0px;
	display: block;
/*
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
*/
	
}

.list li a{
	display: block;
	height: 50px;
	color: #000000;
	text-decoration: none;
	font-size: 16px;
/*	border: 1px solid #000000;*/
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #BEBEBE;
}
.list li a:hover{
/*	font-size: 20px;*/
/*	color: #46D17F;*/
	background-color: rgba(205,205,205,0.24);
/*	width: 520px;*/
	height: 50.5px;
/*	border: 1px solid rgba(189,189,189,0.29);*/
}

.list .LDate{
	color: #BABABA;
}

/*-----*/

.BBtag{
    list-style: none;
}
.tag{
    float: left;
    padding: 3px 3px;
    width: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tag a{
    display: block;
    padding: 8px 4px;
    border-radius: 3px;
    background: #FFF;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px 0 #000000;
}

.BB{
    width: 100%;
}
.BBitem{
    border-bottom: 1px solid rgb(212 208 208 / 65%);
}
.BBarea{
    background: #FFFFFF;
}
.BBcenter{
    text-align: right;
    padding-right: 15px;
}
.spacing{
    padding: 10px 0px 10px 10px;
}
.list a{
    text-decoration: none;
}
.title{
    font-size: 16px;
    color: #000000;
    font-weight: bolder;
    margin-bottom: 3px;
}
.Stitle{
    font-size: 13px;
    color: #000000;
}
.status{
    border: 2px solid #05A74B;
    border-radius: 15px;
    color: #05A74B;
    padding: 3px;
    font-weight: bolder;
}
.statusOK{
    border: 2px solid #A30000;
    border-radius: 15px;
    color: #A30000;
    padding: 3px;
    font-weight: bolder;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 480px) {
.tag{
    padding: 5px 3px;
    width: 50%;
}

}
@media screen and (max-width: 320px) {
}