@charset "utf-8";

/* -------------------------------------------------------------------------------
  senkyo common
--------------------------------------------------------------------------------*/

/* Elected bgcolor ---------------------*/
.Elected{
	background-color: #FED8CF;
}
.ElectedDuple{
	background-color: #FFF0EC;
}
.Elected{
	border-left-color:#F03;
}
.ElectedDuple{
	border-left-color:#F03;
}

/* Party ---------------------*/

/*民主党*/
.Candidates #P002,
.Meikan #P002{
	background: #C5003F;
}
.Partys #P002{
	border-left-color:#C5003F;
}
/*自由民主党*/
.Candidates #P001,
.Meikan #P001{
	background: #77B60A;
}
.Partys #P001{
	border-left-color:#77B60A;
}
/*日本未来の党*/
.Candidates #P049,
.Meikan #P049{
	background: #E75887;
}
.Partys #P049{
	border-left-color:#E75887;
}
/*公明党*/
.Candidates #P003,
.Meikan #P003{
	background: #00468B;
}
.Partys #P003{
	border-left-color:#00468B;
}
/*日本維新の会*/
.Candidates #P139,
.Meikan #P139{
	background: #008955;
}
.Partys #P139{
	border-left-color:#008955;
}
/*日本共産党*/
.Candidates #P005,
.Meikan #P005{
	background: #F45C0B;
}
.Partys #P005{
	border-left-color:#F45C0B;
}
/*みんなの党*/
.Candidates #P023,
.Meikan #P023{
	background: #690084;
}
.Partys #P023{
	border-left-color:#690084;
}
/*社会民主党*/
.Candidates #P006,
.Meikan #P006{
	background: #167AE9;
}
.Partys #P006{
	border-left-color:#167AE9;
}
/*新党大地*/
.Candidates #P038,
.Meikan #P038{
	background: #AB7238;
}
.Partys #P038{
	border-left-color:#AB7238;
}
/*国民新党*/
.Candidates #P019,
.Meikan #P019{
	background: #D2B800;
}
.Partys #P019{
	border-left-color:#E8CB00;
}
/*新党日本*/
.Candidates #P020,
.Meikan #P020{
	background: #008F93;
}
.Partys #P020{
	border-left-color:#008F93;
}
/*新党改革*/
.Candidates #P021,
.Meikan #P021{
	background: #EC9800;
}
.Partys #P021{
	border-left-color:#EC9800;
}
/*諸派*/
.Candidates #P500,
.Meikan #P500{
	background: #888;
}
.Partys #P500{
	border-left-color:#888;
}
/*無所属*/
.Candidates #P999,
.Meikan #P999{
	background: #555;
}
.Partys #P999{
	border-left-color:#555;
}