/* -------------------------------------------------------
サブカラム AreaMap area.html
-------------------------------------------------------*/
#SubColumnArea {
	margin-bottom: 10px;
	border:1px solid #CCC;
	padding:2px 2px 5px;
	background: #EEE;
}
#SubColumnArea .Wrap{
	margin-left:2px;
}
#SubColumnArea h2{
	font-size: 13px;
	font-weight: nomal;
	margin:4px 6px 6px 2px;
	padding-left:5px;
	color:#000;
	border-left:5px solid #444;
}
#tablist li {
	float: left;
    font-size: 13px;
    line-height: 140%;
	text-align:center;
	cursor: pointer;
	width: 95px;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background: #444;
	color:#FFF;
}
#tablist li:first-child {
	border-left:1px solid #CCC;
}
#tablist li.select {
	color:#000;
	background:#FFF;
	border-bottom:1px solid #FFF;
}
#tablist li.last {
	border-right:none;
}
#tablist li span {
	display:block;
	padding:3px 0;
}
#SubColumnArea .disnon {
  display: none;
}
#SubColumnArea .tabcontent {
	clear: left;
	width: 287px;
	font-size: 100%;
	line-height: 160%;;
	text-align: left;
	background: #FFF;
	padding-top:5px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
}
#SubColumnArea .tabcontent .last{
	border-bottom:none;
}
#SubColumnArea table th{
	width:55px;
	padding-top:3px;
}
#SubColumnArea table th,
#SubColumnArea table td{
	font-weight:normal;
	border:none;
	border-bottom:1px dashed #CCC;
	padding:3px 6px;
    font-size: 13px;
	line-height:140%;
}
#SubColumnArea table td{
	padding:3px 0;
}
#SubColumnArea table td a{
	display:block;
	float:left;
	background:url(/images/common/ico_arrow_black.png) no-repeat 5px center;
	padding-left:10px;
	margin-right:5px;
}
#SubColumnArea .hireiList{
	margin:0 5px;
}
#SubColumnArea .hireiList li{
	padding-top:5px;
	padding-bottom:5px;
	font-size:13px;
	line-height:140%;
	border-bottom:1px dashed #CCCCCC;
}
#SubColumnArea .tabcontent .netLink {
    background: none repeat scroll 0 0 #fff6f6;
    border-top: 1px dashed #cccccc;
    font-size: 13px;
    padding: 5px 5px 0;
}
/* -------------------------------------------------------
サブカラム 候補者検索 search_box.html
-------------------------------------------------------*/
.searchWrap{
	background-color: #FFF;
	border:1px solid #CCC;
	margin: 2px;
	padding: 6px;
}
.searchWrap input{
	width:210px;
	margin-right: 4px;
}
