@charset "UTF-8";
/* -----------------------------------------------
個別記事スタイル
----------------------------------------------- */

/* 動画
----------------------------------------------- */
.article-video-area {
	margin-bottom: 10px;
}
.newsBody .offer-link {
	font-size: 13px !important;
	text-align: right;
	line-height: 1.2;
	margin-bottom: 2em;
}
.newsBody .offer-link a{
	font-size: 13px;
}
.article-video-item {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
.article-video-item:last-child {
	margin-bottom: 0;
}
.article-video-item:after {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.article-video-itemInner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.article-video-itemInner > iframe,
.article-video-itemInner > object {
	width: 100% !important;
	height: 100% !important;
}

/* ページャー
----------------------------------------------- */
.article-pagenavi {
	margin: 15px 0 0;
	padding: 10px 0;
	text-align: center;
	border-top: 1px dotted #4ea5c5;
	border-bottom: 1px dotted #4ea5c5;
}
.article-pagenavi > a,
.article-pagenavi > span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
}
.article-pagenavi > a {
	text-decoration: underline;
	color: #4ea5c5;
}
.article-prevpagelink,
.article-nextpagelink {
	margin: 0 20px;
}
.article-prevpagelink.is-disable,
.article-nextpagelink.is-disable {
	text-decoration: none;
	cursor: default;
	color: #999;
}
.article-prevpagelink:before {
	width: 14px;
	content: "　";
	position: relative;
	display: inline-block;
	*display: inline;
	background: url(/m/mod/img/icon-caret-left.png) left center no-repeat;
	background-size: 10px 10px;
	-o-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	-webkit-background-size: 10px 10px;
}
.article-nextpagelink:after {
	width: 14px;
	content: "　";
	position: relative;
	display: inline-block;
	*display: inline;
	background: url(/m/mod/img/icon-caret-right.png) right center no-repeat;
	background-size: 10px 10px;
	-o-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	-webkit-background-size: 10px 10px;
}
.article-pager {
	width: 30px;
	margin: 0;
}
.article-pager.current {
	color: #fff;
	background-color: #4ea5c5;
}
.article-pager--link {
	transition: color .2s ease-out,background-color .2s ease-out;
}
.article-pager--link:hover {
	text-decoration: none;
	color: #fff;
	background-color: #4ea5c5;
}