﻿@charset "utf-8";

/* #header（第2階層用)
********************************************************************/
#main #article #header-2nd {
	/* height: 420px; */
	padding: 0;
	background: #eee url(../images/second/header-2nd-bg.png) no-repeat center 0px;
	border-bottom: 5px solid #ade500;
}
#header-2nd a{
	display:block;
}
#header-2nd a:hover{
	opacity: 1.0;
}
#header-2nd h1{
	width: 990px;
	height: 130px;
	/* background: url(../images/second/logo.png) no-repeat left center; */
	margin:0 auto;
}


/* メイン
********************************************************************/

/* パンくずリスト------------------------------------- */
.main-wrapper .breadcrumbs-area{
	font-size: 13px;
}
.main-wrapper .breadcrumbs-area ul{
}
.main-wrapper .breadcrumbs-area ul li{
	display: inline-block;
	position: relative;
	padding-right: 25px;
}
.main-wrapper .breadcrumbs-area ul li:after{
	content: "";
	display: inline-block;
	width: 5px;
	height: 35px;
	background: url(../images/second/breadcrumbs-arrow.png) no-repeat center center;
	position: absolute;
	top: 0;
	right: 10px;
}
.main-wrapper .breadcrumbs-area ul li:last-child:after{
	display: none;
}
.main-wrapper .breadcrumbs-area ul li a{
	display: inline-block;
	line-height: 35px;
	color: #191919;
}

/* タイトル------------------------------------- */
.main-wrapper .main-title{
	color: #fff;
	font-size: 0px;
	line-height: 35px;
	font-weight: bold;
	background-color: #ff6e56;
	padding: 0 10px;
	margin-bottom: 20px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(../images/second/side-title-sangi.png);
}
.main-wrapper .main-title .mTitle-date{
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	position: absolute;
	top: 0;
	right: 10px;
	text-indent: 0;
}

/* サブ------------------------------------- */
.main-wrapper .sub-title{
	display: table;
	margin-bottom: 20px;
}
.main-wrapper .sub-title ul{
	display: table-row;
}
.main-wrapper .sub-title ul li{
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
	font-weight: bold;
}
.main-wrapper .sub-title ul li.sub-txt-01 > span{
	display: inline-block;
	width: 100px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
}
.main-wrapper .sub-title ul li.sub-txt-01 > span.subTxt-senkyoku{
	background-image: url(../images/second/sub-txt-senkyoku.png);
}
.main-wrapper .sub-title ul li.sub-txt-01 > span.subTxt-shosenkyoku{
	background-image: url(../images/second/sub-txt-shosenkyoku.png);
}
.main-wrapper .sub-title ul li.sub-txt-01 > span.subTxt-hirei{
	background-image: url(../images/second/sub-txt-hirei.png);
}
.main-wrapper .sub-title ul li.sub-txt-02{
	font-size: 25px;
}
.main-wrapper .sub-title ul li.sub-txt-03{
	font-size: 13px;
}

/* 票数・議席数 ------------------------------------- */
.main-wrapper .dispNumber-area{
	width: 100%;
	display: table;
	text-align: center;
	font-size: 16px;
	background-color: #eee;
	margin-bottom: 10px;
	font-weight: bold;
}
.main-wrapper .dispNumber-area ul{
	display: table-row;
}
.main-wrapper .dispNumber-area ul li{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	height: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main-wrapper .dispNumber-area ul li:first-child{
	border-right: 2px solid #fff;
}
.main-wrapper .dispNumber-area ul li b{
	font-size: 22px;
	margin-right: 0.2em;
}

/* 表（テーブル）------------------------------------- */
.main-wrapper .mainTable{
	width: 100%;
	font-size: 13px;
	color: #191919;
	overflow: hidden;
	table-layout: fixed;
}
.main-wrapper .mainTable th,
.main-wrapper .mainTable td{
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	position: relative;
}
.main-wrapper .mainTable thead th{
	border-right: 2px solid #fff;
	line-height: 1.3;
}

.main-wrapper .mainTable tbody tr{
	height: 80px;
}
.main-wrapper .mainTable tbody tr td{
	padding: 5px 10px;
	border-bottom: 2px solid #dcdcdc;
}

/* 動画 */
.main-wrapper .mainTable tbody tr td.b-movie{
	/* background-color: #eee; */
}
.main-wrapper .mainTable tbody tr td.b-movie a{
	display: block;
	position: relative;
	width: 100px;
	margin: 0 auto;
}
.main-wrapper .mainTable tbody tr td.b-movie a img{
	display: block;
	/* width: 100%; */
	width: 100px;
}
.main-wrapper .mainTable tbody tr td.b-movie a:after{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/second/icon-movie.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

/* 太字 */
.main-wrapper .mainTable .t-bold{
	font-weight: bold;
	font-size: 16px;
}

.main-wrapper .mainTable.table-02 tr td:nth-child(2).is-specific {
	text-align: center;
}

.main-wrapper .mainTable .is-specific .t-bold {
	display: inline-block;
	padding: 3px 7px;
	background: rgb(255, 215, 0);
	border-radius: 15px;
}

/* 写真 */
.main-wrapper .mainTable .t-img{
	display: block;
	position: relative;
}
.main-wrapper .mainTable .t-img img{
	display: block;
	position: relative;
	width: 60px;
	height: auto;
	border-radius: 50%;
}
.main-wrapper .mainTable .t-img.is-movie:after{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/second/icon-movie.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0;
	right: -5px;
}
/* タグ */
.main-wrapper .mainTable .t-tag{
	color: #fff;
	font-size: 12px;
	line-height: 1.0;
	padding: 3px 7px;
	border-radius: 10px;
}
/* 詳細 */
.main-wrapper .mainTable .t-detail{
	display: inline-block;
	/* width: 500px; */
	height: 100%;
	min-height: 78px;
	position: absolute;
	top: 0;
	right: -260px;
	background-color: #eee;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 0 10px;
}
/* .main-wrapper .mainTable tbody tr:hover .t-detail{
	right: 0;
	text-align: right;
} */
.main-wrapper .mainTable .t-detail-inner{
	display: table;
	position: relative;
	height: 100%;
}
.main-wrapper .mainTable .t-detail ul{
	display: table-row;
}
.main-wrapper .mainTable .t-detail ul li{
	display: table-cell;
	vertical-align: middle;
}
.main-wrapper .mainTable .t-detail ul li a.t-detail-movie,
.main-wrapper .mainTable .t-detail ul li a.t-detail-movie img{
	display: block;
	position: relative;
}
.main-wrapper .mainTable .t-detail ul li a.t-detail-movie{
	/* margin-right: 10px; */
}
.main-wrapper .mainTable .t-detail ul li a.t-detail-movie:after{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/second/icon-movie.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.main-wrapper .mainTable .t-detail ul li a.t-detail-twitter,
.main-wrapper .mainTable .t-detail ul li a.t-detail-fb,
.main-wrapper .mainTable .t-detail ul li a.t-detail-home{
	display:inline-block;
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center center;
}
.main-wrapper .mainTable .t-detail ul li a.t-detail-twitter{
	background-image: url(../images/second/table-detail-twitter.png);
}
.main-wrapper .mainTable .t-detail ul li a.t-detail-fb{
	background-image: url(../images/second/table-detail-fb.png);
}
.main-wrapper .mainTable .t-detail ul li a.t-detail-home{
	background-image: url(../images/second/table-detail-home.png);
}

/* 表01 開票速報（選挙区）
********************************************************************/
.main-wrapper .mainTable.table-01 thead th{
	background-color: #ade500;
}
/* 幅設定 */
.main-wrapper .mainTable.table-01 thead th:nth-child(1){ width: 23px;}
.main-wrapper .mainTable.table-01 thead th:nth-child(3){ width: 60px;}
.main-wrapper .mainTable.table-01 thead th:nth-child(4){ width: 130px;}
.main-wrapper .mainTable.table-01 thead th:nth-child(5){ width: 2em;}
.main-wrapper .mainTable.table-01 thead th:nth-child(6){ width: 47px;}
.main-wrapper .mainTable.table-01 thead th:nth-child(7){ width: 1em;}
.main-wrapper .mainTable.table-01 thead th:nth-child(8){ width: 67px;}
.main-wrapper .mainTable.table-01 thead th:nth-child(9){ width: 140px;}
/* テキスト位置設定 */
.main-wrapper .mainTable.table-01 tr td:nth-child(2){ text-align: right;}
.main-wrapper .mainTable.table-01 tr td:nth-child(4){ text-align: left;}
.main-wrapper .mainTable.table-01 tr td:nth-child(9){ text-align: left; word-break: break-all;}

/* 表02 開票速報（比例代表）
********************************************************************/
.main-wrapper .mainTable.table-02 thead th{
	/* background-color: #ade500; */
	color: #fff;
}
/* 幅設定 */
.main-wrapper .mainTable.table-02 thead th:nth-child(1){ width: 25px;}
.main-wrapper .mainTable.table-02 thead th:nth-child(3){ width: 60px;}
.main-wrapper .mainTable.table-02 thead th:nth-child(4){ width: 125px;}
.main-wrapper .mainTable.table-02 thead th:nth-child(5){ width: 2em;}
.main-wrapper .mainTable.table-02 thead th:nth-child(6){ width: 1em;}
.main-wrapper .mainTable.table-02 thead th:nth-child(7){ width: 5em;}
.main-wrapper .mainTable.table-02 thead th:nth-child(8){ width: 200px;}
/* テキスト位置設定 */
.main-wrapper .mainTable.table-02 tr td:nth-child(2){ text-align: right;}
.main-wrapper .mainTable.table-02 tr td:nth-child(4){ text-align: left;}
.main-wrapper .mainTable.table-02 tr td:nth-child(8){ text-align: left; word-break: break-all;}


/* 政党　得票数／獲得議席数一覧
********************************************************************/
.main-wrapper .party-list{}
.main-wrapper .party-list li{
	margin-bottom: 2px;
}
.main-wrapper .party-list a{
	display: block;
}
.main-wrapper .party-list a dl{
	display: table;
	width: 730px;
	height: 80px;
	color: #fff;
	font-weight: bold;
	background-image: url(../images/second/icon-party-list-arrow.png);
	background-repeat: no-repeat;
	background-position: 705px center;
}
.main-wrapper .party-list a dt,
.main-wrapper .party-list a dd{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main-wrapper .party-list a dt{
	font-size: 18px;
	padding: 10px 10px 10px 20px;
	width: 220px;
}
.main-wrapper .party-list a dd{
	font-size: 16px;
}
.main-wrapper .party-list a dd:nth-child(2){
	width: 230px;
	text-align: right;
}
.main-wrapper .party-list a dd:nth-child(3){
	padding-right: 120px;
	text-align: right;
}
.main-wrapper .party-list a dd > b{
	font-size: 22px;
	margin-right: 0.2em;
}


/* 注------------------------------------- */
.main-wrapper .main-aside{
	font-size: 13px;
	margin: 15px 0;
}


/* 説明エリア------------------------------------- */
.explanation-area{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.85);
	color: #fff;
	font-size: 13px;
	line-height: 30px;
}
.explanation-area .explanation-inner{
	width: 990px;
	margin: 0 auto;
}
.explanation-area .explanation-inner span{
	display: inline-block;
	padding-left: 24px;
	background: url(../images/second/icon-movie.png) no-repeat left center;
	background-size: 18px auto;
	/* margin-left: 1em; */
}
.explanation-area.explanation-abs{
	position: absolute;
	bottom: 0;
	left: 0;
}



/* サイド
	common.cssに記述
********************************************************************/
