@charset "utf-8";
/* CSS Document */

.title {
	overflow: hidden;
	position: relative;
	padding: 5px 0 5px 5px;
	color: #fff;
}
.title h2.style01 {
	color: #fff;
	margin-bottom: 0;
	border-bottom: none;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 10px;
	border-bottom: solid 2px #0052A5;
}
h4{
	font-weight: bold;
}
.title p {
	line-height: 43px;
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 13px;
}
.title p span {
	display: inline-block;
	background: #fff;
	margin-right: 5px;
	padding: 5px 8px;
	line-height: 1;
	border-radius: 10px;
}
.kennai {
	margin-bottom: 55px;
}
.kennai .title {
	background: #0052A5;
}
.kennai .title p span {
	color: #0052A5;
}
.zenkoku .title {
	background: #FB5100;
}
.zenkoku .title p span {
	color: #FB5100;
}
.headline .imageArea {
	width: 420px;
	float: left;
}
.headline .textArea {
	margin-left: 445px;
}
.headline {
	overflow: hidden;
	margin-bottom: 20px;
}
.kennai table {
	width: 100%;
	text-align: left;
	border-top: solid 1px #E5E5E5;
}
.kennai table th {
	width: 15%;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border-bottom: solid 1px #E5E5E5;
	color: #808080;
	background: url(../img/common/icon_arrow03.png) no-repeat center left;
}
.kennai table tr.movie th {
	background: url(../img/common/icon_arrow03.png) no-repeat center left, url(../img/common/icon_movie01.png) no-repeat center right 4px;
}
.kennai table tr.camera th {
	background: url(../img/common/icon_arrow03.png) no-repeat center left, url(../img/common/icon_camera01.png) no-repeat center right 4px;
}
.kennai table td {
	width: 86%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border-bottom: solid 1px #E5E5E5;
}
.kennai .topStoryList + p {
	text-align: right;
	font-size: 13px;
	color: #808080;
	margin-top: 10px;
}
.zenkoku h3 {
	border-bottom: solid 2px #FB5100;
}
/*.zenkoku ul li {
	width: 49.25%;
	float: left;
	margin-bottom: 20px;
}
.zenkoku ul li h4 {
	border-bottom: solid 2px #FB5100;
	margin-bottom: 10px;
	font-size: 15px;
}
.zenkoku ul li:not(:nth-child(2n)) {
 margin-right:1.5%;
}
.zenkoku ul li dl {
	overflow: hidden;
}
.zenkoku ul li dl dt {
	width: 38%;
	float: left;
}
.zenkoku ul li dl dd {
	width: 58%;
	float: right;
}*/


.newsBox{
	margin-bottom: 10px;
}
.newsBox h4{
	font-size: 20px;
	padding-left: 30px;
	border-bottom: solid 2px #FB5100;
}
.newsBox ul {
	width: 100%;
	margin-bottom: 20px;
}
.newsBox ul li {
	width: 49.25%;
	margin-right: 1.5%;
	margin-bottom: 0;
	border-bottom: solid 1px #E5E5E5;
	box-sizing: border-box;
	background:	url(../img/common/icon_arrow03.png) no-repeat top 16px left;
}
.newsBox ul li:nth-child(even) {
	margin-right: 0;
}

.newsBox ul li a {
	display: block;
	padding: 8px 0 8px 45px;
	box-sizing: border-box;
}

.newsBox ul li a.movie {
	background: url(../img/common/icon_movie01.png) no-repeat top 12px left 16px, url(../img/common/icon_arrow03.png) no-repeat top 16px left;
}

.newsBox ul li a.camera {
	background:url(../img/common/icon_camera01.png) no-repeat top 10px left 16px, url(../img/common/icon_arrow03.png) no-repeat top 16px left;
}

.newsBox.society h4{
	background: url(../img/common/icon_news01.png) no-repeat center left;
}
.newsBox.politics h4{
	background: url(../img/news/icon_politics01.png) no-repeat center left;
}
.newsBox.economy h4{
	background: url(../img/news/icon_economy01.png) no-repeat center left;
}
.newsBox.international h4{
	background: url(../img/news/icon_international01.png) no-repeat center left;
}

.newsBox.sports h4{
	background: url(../img/news/icon_sports01.png) no-repeat center left;
}

div.readmoreBtn {
	text-align: right;
}

div.readmoreBtn a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    background: url(../img/common/icon_arrow01.png) no-repeat left center;
    color: #0052A5;
}

#sideBox .menuBox01.sideWeather{
	background: #2EB8DD;
}

#sideBox .menuBox01.sideWeather .tit_specs01{
	color:#fff;
}

#sideBox .menuBox01.sideWeather p{
	margin-bottom: 10px;
	text-align: center;
}
#sideBox .menuBox01.sideWeather p:last-child{
	margin-bottom: 0;
	margin-left: 15px;	
}

#sideBox .menuBox01.sideWeather p:last-child a{
	color:#fff;
	position: relative;
}

#sideBox .menuBox01.sideWeather p:last-child a:before{
	position: absolute;
	content:"";
	width: 11px;
	height: 11px;
	background: url(../img/news/icon_arrow01.png) no-repeat center center;
	margin: auto;
	top: 0;
	bottom: 0;
	left: -20px;
	
}


.kennai h2 span.icon, .zenkoku h2 span.icon {
	height: auto;
}

/* 20180824 ニュースページレイアウト変更に伴う追加 */
/* 緊急情報
------------------------------------------------------- */
#emergency {
	/*display: none;*/
	margin: 10px 0;
}

.erHeaderTitle,
.erHeaderHeading {
	display: inline-block;
	margin: 0;
}

.erHeaderTitle {
	background-color: #e81c2e;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	margin-right: 16px;
	padding: 4px 16px;
	text-align: center;
}

.erHeaderHeading {
	border: none;
	color: #e81c2e;
	font-size: 36px;
	line-height: 1.388;
}

.erArticle {
	border: 3px solid #e81c2e;
	line-height: 1.5;
	margin: 20px 0;
	padding: 17px 22px;
}

.erArticleCategoryName {
	margin: 0 0 18px;
	font-size: 32px;
}

.erArticleTitle {
	background-color: #e6e6e6;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 15px;
	padding: 2px 10px;
}

.erArticleLji {
	font-size: 20px;
	font-weight: 700;
}

time.time {
	color: #666;
	font-size: 13px;
	font-weight: 400;
}

/* 県内
------------------------------------------------------- */
.topStory {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px;
}

.tsColumn {
	border-left: 1px solid #dbdbdb;
	box-sizing: border-box;
	flex: 0 1 auto;
	padding-left: 15px;
	padding-right: 15px;
	margin: 15px 0;
	width: calc(100% / 3);
}

.tsColumn:nth-child(3n+1) {
	border-left: none;
}

.tsItem > a {
	display: block;
}

.tsContentTitle {
	border: none;
	font-size: 20px;
	line-height: 1.5;
	margin: 10px 0;
}

.tsItem > a:hover {
	text-decoration: none;
}

.tsItem > a:hover .tsContentTitle {
	text-decoration: underline;
}

/* テキストのみ */
.topStoryList ul {
	border-top: 1px solid #dbdbdb;
	display: flex;
	flex-flow: row wrap;
	margin: 15px 0 10px;
}

.topStoryList ul > li {
	border-bottom: 1px solid #dbdbdb;
	flex: 0 1 auto;
	font-size: 16px;
	line-height: 1.5;
	width: 50%;
}

.topStoryList ul > li > a {
	display: block;
	padding: 15px 15px 15px 0;
}

.topStoryList ul > li:nth-child(even) > a {
	padding-right: 0;
	padding-left: 15px;
}

/* 全国
------------------------------------------------------- */
.zenTopStory {
	display: flex;
	flex-flow: row wrap;
}

.ztsColumn {
	border-bottom: 1px solid #dbdbdb;
	flex: 0 1 auto;
	line-height: 1.5;
	padding: 15px 0;
	width: 50%;
}

.ztsItem > a {
	display: block;
	padding-right: 15px;
}

.ztsColumn:nth-child(even) a {
	padding-left: 15px;
	padding-right: 0;
}

.ztsItem > a:hover {
	text-decoration: none;
}

.ztsItem > a:hover .ztsContentTitle {
	text-decoration: underline;
}

.ztsImg {
	float: left;
	width: 160px;
}

.ztsContent {
	overflow: hidden;
	padding-left: 15px;
}

.ztsContentTitle {
	border: none !important;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 5px;
}

/* テキストのみ */
.zenTopStoryList ul {
	display: flex;
	flex-flow: row wrap;
	margin: 0 0 10px;
}

.zenTopStoryList ul > li {
	border-bottom: 1px solid #dbdbdb;
	flex: 0 1 auto;
	font-size: 16px;
	line-height: 1.5;
	width: 50%;
}

.zenTopStoryList ul > li > a {
	display: block;
	padding: 15px 15px 15px 0;
}

.zenTopStoryList ul > li:nth-child(even) > a {
	padding-right: 0;
	padding-left: 15px;
}

.ztslHead {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 5px;
}

.ztslCategory {
	background-color: #949494;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	margin-right: 3px;
	min-width: 5em;
	padding: 2px 0.5em;
	text-align: center;
	vertical-align: middle;
}

.ztslCategory + img {
	margin: 0 3px;
	vertical-align: middle;
}