﻿@charset "utf-8";
/* -------------------------------------------------------------------------------
 Common ALL
--------------------------------------------------------------------------------*/
/* SubColumn Senkyo Archive
-------------------------------------------------------*/
ul#SAr{
    margin-bottom: 14px;
}
ul#SAr li {
	display:block;
	line-height: 90%;
	padding: 6px 0 6px 12px;
	background: url("/images/common/ico_arrow_blue.png") no-repeat 2px 0.7em;
	*zoom: 1;
	border-bottom: 1px solid #efefef;
}
*:first-child+html ul#SAr li {
	background: url("/images/common/ico_arrow_blue.png") no-repeat 2px 0.9em;
}
ul#SAr li a{
	font-size:12px;
}
/*ul#SAr li.SArList {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}*/
ul#SAr li span.TitleNewIcon {
	width:17px;
	height:15px;
	display:inline-block;
	margin:0 0 0 3px;
	text-indent:-9999px;
	vertical-align:top;
	background:url(/images/common/mdl_bg.png) 0 -1084px no-repeat;
	line-height:120%;
	*display: inline;  
	*zoom: 1;
	font-size:75%;
}
*:first-child+html ul#SAr li span.TitleNewIcon {
	vertical-align:middle;
}
/*-------------------------------------------------------
 SubColumn
-------------------------------------------------------*/
#SubColumn .A-Head {
	padding:11px 0 1px 0;
	border-top:1px solid #cde0ec;
	border-bottom:1px dotted #c7c7c7;
	width:300px;
	height: 23px;
	position: relative;
	background:#efefef;
}
#SubColumn .A-Head .Ttl {
	/*float:left;
	width:150px;*/
	color: #000000;
	font-size: 13px;
	position: static;
	margin-left: 5px;
	padding-top:1px;
	padding-left:5px;
	border-left:5px solid #444;
}
#SubColumn .A-Head .Ttl a {
	font-weight:bold;
	color:#000000;
}
/* party table -------*/
#SubColumn .ParWrap {
	width: 300px;
	padding:0;
	/*background:#efefef;*/
	margin-bottom:10px;
}
#SubColumn ul#Par {
	padding:2px;
	background:#FFF;
	border-right:3px solid #efefef;
	border-bottom:3px solid #efefef;
	border-left:3px solid #efefef;
}

/* IE7 Hack*/
*:#SubColumn ul#Par {
	width: 300px;
}

#SubColumn ul#Par li {
	float:left;
	width:45%;
	/*display:block;*/
	line-height: 90%;
	padding: 6px 0 6px 12px;
	border-bottom: 1px solid #efefef;
	background: url(/images/common/ico_arrow_blue.png) no-repeat 4px 0.7em;
}
#SubColumn ul#Par li a{
	font-size:12px;
}
/*#SubColumn ul#Par li:nth-child(9),*/
#SubColumn ul#Par li:last-child {
	border-bottom:0px;
}
/* vote -------*/
#SubColumn .vote{
	margin-bottom:10px;
	height: 107px;
}
/*-----------------------------*/
#SubColumn #social{
	background-color:#efefef;
	margin-bottom:10px;
	padding:5px;
	text-align:center;
}
