@charset "utf-8";

/* デフォルト,諸派 */
.list_party li a {
  border-top-color: #09F;
}

/*与党　自民 P001、維新 P014 */
.party-color li.pro:before,
.list_party .P001 a,
.list_party .P014 a {
  border-top-color: #c06 !important;
}

/* 無所属 */
.list_party .P999 a {
  border-top-color: #ccc !important;
}