@charset "utf-8";

/*==========*/
/* ニュース */
/*==========*/

.news .contents {
	padding-top: 0;
}

#container .inner {
	width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}

.news .news-heading01 img {
	width: 100%;
	height: auto;
}

.news .news-program {
	margin-top: 80px;
	padding: 40px 0;
	background: url(/images/news/news_bg01.jpg) no-repeat;
	background-size: auto 100%;
	background-position: center center;
	color: #FFF;
	text-align: center;
}

@media screen and (min-width:1600px){

.news .news-program {
	background-size: 100% auto;
}

}

.news .news-program figure {
	margin-bottom: 24px;
}
.news .news-program p {
	margin-bottom: 32px;
}

.news .fujitv_bn a {
	background: #77C8B6;
	overflow: hidden;
	display: block;
}

.news .fujitv_bn img:nth-child(1) {
	float: left;
	margin: 0 16px;
}

.news .fujitv_bn img:nth-child(2) {
	float: right;
	margin: 18px
}

.news .bn-area {
	font-size: 0;
}

.news .bn-area li {
	display: inline-block;
	margin: 0 16px 16px 0;
}

.news .bn-area li:last-child {
	margin-right: 0;
}

.news-list .entry-title {
	position: relative;
	margin-bottom: 8px;
	padding: 0 0 4px 32px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
}

.news-list .entry-title::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	border: solid 3px #F80020;
	border-radius: 50%;
}

.news-list .entry-meta {
	margin-bottom: 16px;
}

.news-list .entry-body {
	padding-bottom: 40px;
	overflow: hidden;
}

.news-list .entry-body:last-child {
	margin-bottom: 0;
}

.news-list .entry-body .entry-content {
	overflow: hidden;
	border-bottom: solid 1px #F80121;
}

/* 投稿記事
-----------------------------------*/
.news-list .entry-body .entry-content p {
	margin: 15px 0;
}

.news-list .entry-body .entry-content h1 {
	font-size: 2.4em;
	border: none;
}

.news-list .entry-body .entry-content h2 {
	font-size: 2em;
	margin: 0;
	padding-bottom: 0;
	background: none;
	font-weight: normal;
	line-height: inherit;
}

.news-list .entry-body .entry-content h3 {
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	border-left: none;
	font-weight: normal;
	line-height: inherit;

}

.news-list .entry-body .entry-content h4 {
	font-size: 1.4em;
	margin: 0;
	font-weight: normal;
}

.news-list .entry-body .entry-content h5 {
	font-size: 1em;
}

.news-list .entry-body .entry-content h6 {
	font-size: 0.9em;
}

.news-list .entry-body .entry-content h1,
.news-list .entry-body .entry-content h2,
.news-list .entry-body .entry-content h3,
.news-list .entry-body .entry-content h4,
.news-list .entry-body .entry-content h5,
.news-list .entry-body .entry-content h6 {
	margin: 10px 0px !important;
}

.news-list .entry-body .entry-content ul,
.news-list .entry-body .entry-content ol {
	margin: 10px 0 15px 30px;
}

.news-list .entry-body .entry-content ul li {
	list-style: disc;
}

.news-list .entry-body .entry-content ul ul,
.news-list .entry-body .entry-content ol ol,
.news-list .entry-body .entry-content ul ol,
.news-list .entry-body .entry-content ol ul {
	margin-bottom: 0;
}

.news-list .entry-body .entry-content blockquote {
	font-style: italic;
	padding: 0 30px;
}

.news-list .entry-body .entry-content blockquote cite,
.news-list .entry-body .entry-content blockquote em,
.news-list .entry-body .entry-content blockquote i {
	font-style: normal;
}

/* 投稿画像 */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	/*max-width: 100%;
	height: auto;*/
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.wp-caption {
	text-align: center;
}

p.wp-caption-text {
	margin: 0;
}

/* 予報士ismバナー
-----------------------------------*/

.yohoshiism_bn {
	margin-top: 80px;
}

.news .video {
	margin: 0 auto 15px;
	text-align: center;
}

.news .news-bn ul {
	margin-top: 80px;
}

.news .news-bn ul::after {
	content: "";
	clear: both;
	display: block;
}

.news .news-bn li {
	float: left;
}

.news .news-bn li:first-child {
	margin-right: 24px;
}

