@charset "utf-8";

.add_info {margin:0 0 40px 0;}
.add_info table {width:100%;border-collapse:collapse;border-spacing:0 5px;} 
.add_info caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.add_info th {width:30%;padding:12px 10px;color:#fff;font-weight:500;text-align:left;background:#666;border:solid 1px #ddd;}
.add_info td {width:70%;padding:12px 10px;border:solid 1px #ddd;}
.add_info td .url {color:#999;font-weight:300;}
.add_info td input,
.add_info td span,
.add_info td img,
.add_info td a {vertical-align:middle;}


#list_type .cell.cell_site {width:100px;}
#list_type .cell.cell_won {width:100px;}

#list_type .td .cell.cell_site,
#list_type .td .cell.cell_won {overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis; 
-o-text-overflow:ellipsis;
-moz-binding: url('ellipsis.xml#ellipsis');
}
#list_type .td .cell.cell_won {color:#f75665;font-weight:400;}

#list_type .td .cell.cell_site strong,
#list_type .td .cell.cell_won strong {display:none;color:#222;font-weight:400;}





@media screen and (max-width:980px) {
#list_type .cell.cell_site,
#list_type .cell.cell_won {width:auto;}

#list_type .td .cell.cell_site,
#list_type .td .cell.cell_won {}
#list_type .td .cell.cell_site {margin:0 6px 0 0;}
#list_type .td .cell.cell_won {margin:0 10px 0 0;padding:0 10px 0 0;}
#list_type .td .cell.cell_won:after {content:'';display:block;position:absolute;right:0;top:50%;width:1px;height:12px;margin:-6px 0 0 0;background:#ddd;}

#list_type .td .cell.cell_site strong,
#list_type .td .cell.cell_won strong {display:inline-block;}
}