/* list ススメ */
.content_area table.list{
    width:600px;
    margin-left:35px;
}

/* タイトル */
th.mov_title{
    padding:0 4px;
    border-right-width: 1px;
}

/* 文言部分 */
td div.cap{width:445px;float:left;text-align:justify;}
p.parson{
    border: solid 1px #ccc;
    font-size: 0.78em;
    background-image: url(../../interview/images/ico_mic.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding: 4px 2px 4px 20px;
    margin-bottom: 4px;
    line-height: 1;
}
p.parson span{
    padding-right: 16px;
}
p.parson strong{
    color: #555;
}


