@charset "UTF-8";
#g-news-ticker {
	border: solid 1px #d8d8d8;
	background: #fff;
	padding: 10px 0 10px 10px;
	margin-bottom: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
#g-news-ticker figcaption {
	border-top: solid 4px #003398;
}
#g-news-ticker .h-left {
    width: 49%;
    margin: 0 1% 0 0;
	overflow: hidden;
	border: 1px solid #c4c4c4;
	box-sizing: border-box;
	background: #fff url(../img/title_bg.gif) repeat-x 0 bottom;
	background-size: 5px 103px;
}
#g-news-ticker .h-right {
	list-style: none;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}
#g-news-ticker .h-right li {
	width: 48%;
    margin: 0 2% 10px 0;
	background: #fff;
	overflow: hidden;
	border: 1px solid #c4c4c4;
	box-sizing: border-box;
	background: #fff url(../img/title_bg.gif) repeat-x 0 bottom;
	background-size: 1px 50px;
}
#g-news-ticker .h-right li:nth-of-type(2n) {
	margin: 0 2% 10px 0;
}
#g-news-ticker .h-right li:nth-of-type(3),
#g-news-ticker .h-right li:nth-of-type(4) {
	margin-bottom: 0;
}
#g-news-ticker figure {
	overflow: hidden;
	display: block;
}
#g-news-ticker div {
	position: relative;
	display: block;
}
#g-news-ticker div:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#g-news-ticker div.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #003398;
	display: block;
}

#g-news-ticker div img.btn_start {
	position: absolute;
	bottom: 7px;
	right: 7px;
	width: 40px;
	height: 32px;
	-moz-background-size: contain;
	background-size: contain;
	display: block;
}


#g-news-ticker figure img {
    width: 100%;
	position: relative;
	display: block;
}
#g-news-ticker .h-left figcaption {
	height: 80px;
	padding: 10px;
}
#g-news-ticker .h-right figcaption {
	padding: 5px 10px;
}
#g-news-ticker figcaption p, #g-news-ticker figcaption span {
	color: #000;
}
#g-news-ticker a:hover {
	text-decoration: none;
}
#g-news-ticker .h-left figcaption p {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.6;
	color: #3478d9;
}
#g-news-ticker .h-left figcaption span {
	font-size: 14px;
	line-height: 1.6;
}
#g-news-ticker .h-right figcaption p {
	font-weight: bold;
	font-size: 87%;
	line-height: 1.2;
	color: #3478d9;
}
#g-news-ticker .h-right figcaption span {
	font-size: 11px;
	line-height: 1.2;
}

@media only screen and (max-width: 736px) {
	#g-news-title img {
		width: 100%;
	}
	#g-news-ticker {
		padding: 10px;
	}
	#g-news-ticker .h-left {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 10px;
		border: none;
		background: none;
	}
	#g-news-ticker .h-right {
		display: block;
		width: 100%;
	}
	#g-news-ticker .h-right li {
		width: 100%;
		height: auto;
		margin: 0 0 5px;
		padding-left: 0;
		border: none;
		background: none;
	}
	#g-news-ticker .h-left figcaption, #g-news-ticker .h-right figcaption {
		height: auto;
		padding: 10px;
	}
	#g-news-ticker .h-left figcaption {
		border: 1px solid #c4c4c4;
		border-top: solid 3px #003398;
		background: #fff url(../img/title_bg.gif) repeat-x;
		background-size: contain;
		box-sizing: border-box;
		width: 100%;
		display: block;
	}
	#topnewschiba figcaption {
		border-top: solid 3px #003398;
	}
	#g-news-ticker li figure {
		display: table;
		width: 100%;
		border: 1px solid #c4c4c4;
		border-top: solid 3px #003398;
		background: #fff url(../img/title_bg.gif) repeat-x;
		background-size: contain;
		box-sizing: border-box;
	}
	#g-news-ticker li figure div {
		display: table-cell;
		width: 76px;
		height: auto;
		padding: 10px;
		vertical-align: middle;
	}
	#g-news-ticker figcaption {
		display: table-cell;
		background: none;
		box-shadow: none;
		border: none;
	}
	#g-news-ticker li figure div.cover,
	#g-news-ticker li figure div.nocover {
		padding: 0;
		display: none;
	}
	#g-news-ticker div img.btn_start {
		display: none;
	}
}
