@charset "UTF-8";

/* -------------------------------------
朝日新聞デジタル 2016参院選 senkyo_finalmap.css
last update : 2016.06.23 12:00
------------------------------------- */
#Map .Section .Title{
	border-bottom: 1px solid #DCDCD5;
	padding-bottom: 2px;
}


#Map #MapBox,
#Map #MapBox2,
#Map #MapBox1{
	padding: 15px 0 10px;
	width: 660px;
}

.FinalmapNotice p{text-align: left; font-size: 70%; line-heght: 1.4;}

/* tabMenu
-------------------------*/
.tabMenu {
	width:660px;
	height: 50px;
	margin:10px 0 0;
	padding:0;
	font-size:80%;
	overflow: auto;
	clear:both;
}
.tabMenu ul {
	margin:0;
	padding:0;
	border-bottom: 1px solid #94948e;
	height: 41px;
}
.tabMenu ul li {
	width: 205px;
	float:right;
	margin:0 10px 0 0 ;
	padding:0;
}
.tabMenu ul li a {
	display: block;
	text-decoration: none;
	margin:0;
	height: 40px;
	line-height: 48px;
	text-align: center;
	color:#777;
	background-color: #fff;
	border-top: 1px solid #DCDCD5;
	border-left: 1px solid #DCDCD5;
	border-right: 1px solid #DCDCD5;
	border-radius: 2px 2px 0 0;
}
.tabMenu ul li a:hover{color:#005752;}
.tabMenu ul li.selected a {
	color:#005752;
	font-weight:bold;
	height: 41px;
	border-top: 1px solid #94948e;
    border-left: 1px solid #94948e;
    border-right: 1px solid #94948e;
}
