.mcLst {
    text-align: left;

}
.mcLst table{
    width: 700px;
    font-size: 0.9em;
    margin: auto;
    margin-top: 20px;
    border-top: 1px solid #bcb9b8;
    border-bottom: 1px solid #bcb9b8;
    border-collapse: collapse;
}

.mcLst table th{
    border: #edecec solid 1px;
    text-align: left;
    background: #edecec;
    color: #231815;
    font-weight: normal;
    line-height: 1.5;
    padding: 10px 0px 10px 12px;
    font-weight: 900;
}

.mcLst table td{
    text-align: left;
    color: #231815;
    font-weight: 900;
    line-height: 1.5;
    padding: 10px 0px 10px 12px;
}

.mcLst table tr:nth-child(2n){
	border-top: gray dotted 1px;
}

.mcLst table tr:nth-child(2n+1){
	background-color: #F6F6F6;
	border-top: gray dotted 1px;
}


.mcTtl{
    clear: both;
    text-align: left;
    
}
.mediaItem{
    float:right;
    margin-top: 10px;
    margin-right: 130px;

}
.mcHistryLst{
    margin-left: 130px;
}

.mcHistryLst ul {
    margin-top: 10px;
}
.mcHistryLst li {
    float: left;
    margin-right: 10px;
    line-height: 1.8em;
}
.mcHistryLst li:last-child {
    clear: both;
}