/*
	Template: lightning
	Theme Name: Lightning-k11
	Version: 1.0.11
*/
.max_new_title {
	text-align: center;
	font-family: 'Anton', sans-serif;
	font-size: 32px;
}
.subSection .max_popular_title {
	text-align: center;
	font-family: 'Anton', sans-serif;
	color: #337ab7;
	font-size: 26px;
}
.mainSection .max_popular_title {
	font-size: 24px;
	color: #337ab7;
	border-bottom: 1px dotted #000;
}
.fb_box {
	height: 40px;
}

/*
	最新記事
*/

.max_new_cols * {
	word-break: break-all;
}
.max_new_cols {
	content: "";
	clear: both;
	display: block;
}
.max_new_col {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 .5%;
}
.max_new_col a {
	display: block;
}
.max_new_col .img {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.max_new_col a:before {
	content: "";
	display: block;
	padding: 100% 0 0;
}
.max_new_col .img img {
	width: 100%;
}
.max_new_col .img .time {
	position: absolute;
	top: 20px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	color: #000;
}
.max_new_col .img .time .inner {
	font-size: 18px;
	line-height: 24px;
	background: #fff;
	display: inline-block;
	padding: 0 1em;
	border-radius: 12px;
}
.max_new_col .img .time .youbi {
	font-size: 12px;
}
.max_new_col .img .title {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	padding: 10px 20px;
	line-height: 22px;
	text-align: justify;
	background: rgba(0, 0, 0, 0.5);
}
.max_new_col .img .title {
	color: #fff;
}
.max_new_col .img .category {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: inline-block;
	margin: 0;
	font-size: 10px;
	line-height: 14px;
}
.max_new_col .img .category {
	background: #337ab7;
	border-radius: 7px;
	color: #fff;
	display: block;
	padding: 0 1em;
}
.max_new_col .text {
	margin: 20px 0;
}
.max_new_col .text:after {
	clear: both;
	content: "";
	display: block;
}
.max_new_col .excerpt {
	font-size: 12px;
	text-align: justify;
	clear: both;
	content: "";
	display: block;
	height: 45px;
	line-height: 15px;
	overflow: hidden;
	width: calc(100% - 82px);
	float: left;
	margin: 0;
	width: 100%;
}
.max_new_col .fb_box {
	float: right;
	margin-left: 10px;
	display: none;
}

/*
	記事ランキング
*/

.max_popular_cols * {
	word-break: break-all;
}
.max_popular_col .img_inner {
	position: relative;
}
.max_popular_col .img {
	overflow: hidden;
}
.max_popular_col .img img {
	width: 100%;
}
.max_popular_col .img .number {
	position: absolute;
	font-size: 24px;
	font-family: 'Anton', sans-serif;
	line-height: 40px;
	margin: 0;
	background: #666;
	color: #fff;
	width: 40px;
	text-align: center;
	border-radius: 20px;
	left: 10px;
}
.max_popular_col .text .category {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
	margin: 0;
}
.max_popular_col .text .category a {
	color: #333;
	display: inline-block;
}
.max_popular_col .text .title {
	line-height: 1.2;
	text-align: justify;
	margin: 10px 0 20px;
}
.max_popular_col .text .title a {
	color: #333;
	font-size: 12px;
	display: inline-block;
}

/* メインカラムのとき */
.mainSection .max_popular_col {
	float: left;
	width: 50%;
	padding: .5%;
}
.mainSection .max_popular_col .img .number {
	bottom: -20px;
}
.mainSection .max_popular_col .fb_box {
	display: none;
}
.mainSection .max_popular_col .text .category {
	padding: 0 10px;
}
.mainSection .max_popular_col .text .title {
	padding: 0 10px 0;
}

/* サブカラムのとき */
.subSection .max_popular_col .img {
	height: 100%;
	overflow: hidden;
}
.subSection .max_popular_col .img img {
	width: 100%;
}
.subSection .max_popular_col .img .number {
	top: 20px;
}
.subSection .max_popular_col .fb_box {
	position: absolute;
	right: 0;
	bottom: 0;
}
.subSection .max_popular_col .category {
	display: none;
}

.subSection .max_new_col .fb_box {
	display: none;
}
.subSection .max_new_col {
	width: 50%;
	float: left;
}
.subSection .max_new_col .excerpt {
	width: 100%;
	float: none;
}

@media (min-width: 992px) {
	.col-md-8 {
		width: 75%;
	}
/*
	.col-md-3 {
		width: 20%;
	}
*/
	.col-md-offset-1 {
		margin-left: 0;
	}
	.max_new_col {
		width: 33.3%;
	}
	.mainSection .max_popular_col {
		width: 20%;
		padding: 0;
	}
	.subSection .max_popular_col .img {
		height: auto;
	}
	.subSection .max_new_col {
		width: 100%;
		float: none;
	}
}
