@charset "utf-8";
/* 中カラム
========================================*/
a {
  color: #323232;
}
ul.cc9infoTxt li {
  margin: 10px 13px;
  border-bottom: solid 1px #7f7f7f;
}
ul.cc9infoTxt li span {
    display: inline-block;
    float: right;
    position: relative;
    top: 2px;
    width: 12px;
    height: 12px;
    background-image: url(http://www.cc9.jp/sp/common/images/icon_link.png);
    background-repeat: no-repeat;
    -webkit-background-size: 12px 12px;
}
ul.cc9infoTxt li span.date {
    display: inline-block;
    float: right;
    position: relative;
    top: 2px;
    background-image: none;
    width: auto;
    height: auto;
}
ul.cc9infoTxt li p {
  width: 95%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.clear {
    clear: both;
}