table.type11 {
	/*width:1100px;*/
	width: 100%;
	/*max-width: calc(100% - 80px);*/

    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-left: 1px solid #fff;
    margin: 20px 10px;
}

table.type11 thead th {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 2px solid #c00;
	color: #444;
    background: #ddd;
}
table.type11 tbody th {
    
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #ececec;
}
table.type11 td {
    
    padding: 10px;
	padding-left:30px;
    vertical-align: top;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
	background: #eee;
}
table.type11 td a {
    
	color: #444;
	font-weight: bold;
}