@charset "UTF-8";
/* タグ css */



/*-----------------------*----*----*----*----*----*----*----*----*----* コラム一覧 */

#column ul.list{
	margin:0 0 50px 0;
	float:none;
	padding:0;
}
#column ul.list:after{
	content:"";
	clear:both;
	display:block;
}

#column ul.list li{
	margin: 0 0 15px;
	padding: 0 0 12px;
	width: 100%;
	height: auto;
	border-bottom: 1px dotted #000;
	position: relative;
}
#column ul.list li:after{
	content:"";
	clear:both;
	display:block;
}
#column ul.list li img{
	float:left;
  	width: 230px;
	height:auto;
}
#column ul.list li .rBox{
	float:right;
  	width: 475px;
}
#column ul.list li .rBox .date{
	font-size: 12px;
	padding: 0;
}
#column ul.list li .rBox .newsT{
	font-size: 15px;
	font-weight: bold;
}
#column ul.list li .rBox p{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100px;
	font-size: 14px;
	line-height: 130%;
}
#column ul.list li .bt{
	width: 105px;
	height: 28px;
	position: absolute;
	right: 0;
	bottom: 12px;
}
#column ul.list li .bt a{
	padding: 5px 0 4px;
	width: 100%;
	font-size: 15px;
	line-height: 100%;
	text-align: center;
	color: #FFF;
	background-color: #000;
	display: block;
	border: 1px solid #000;
}
#column ul.list li .bt a:hover{
	color: #000;
	background-color: #FFF;
	opacity:1;		
	filter: alpha(opacity=100);	
	-ms-filter: "alpha( opacity=100 )";
}





/*-----------------------*----*----*----*----*----* PC */
@media screen and (min-width: 769px) {


	

.wp-pagenavi{
	display: flex;
	margin: 20px 0 0 0;
	width: 100%;
	justify-content: center;
	align-items: center;
	position: relative;
}
.wp-pagenavi a{
	float: left;
	display: flex;
	width: 35px;
	height: 35px;
	margin: 0;
	font-size: 100%;
	color: #000;
	font-weight: bold;
	background-color: #FFF;
	justify-content: center;
	align-items: center;
	border: 1px solid #ccc;
	transition: .3s;
}
.wp-pagenavi a:hover{
	color: #FFF;
	background-color: #1b1b1b;
	border: 1px solid #000;
}
.wp-pagenavi span.extend{
	border: none;
	background-color: transparent;
	width: auto;
	margin: -10px 0 0;
	color: #000;
	font-weight: bold;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink{
	float: left;
	display: flex;
	width: 35px;
	height: 35px;
	margin: -3px 0 0;
	font-size: 100%;
	color: #000;
	font-weight: 900;
	background-color: transparent;
	justify-content: center;
	align-items: center;
	border: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover{
  opacity:0.3;
  filter: alpha(opacity=30);
}
.wp-pagenavi span{
	float: left;
	display: flex;
	width: 35px;
	height: 35px;
	margin: 0;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	background-color: #000;
	justify-content: center;
	align-items: center;
	border: 1px solid #000;
}
	

}
/*-----------------------*----*----*----*----*----* スマホ */
@media screen and (max-width: 768px) {


#column ul.list li{
	position: relative;
}
#column ul.list li .lBox .date{
	font-size: 12px;
}
#column ul.list li .lBox .newsT{
	padding: 0 0 5px;
	font-size: 15px;
	line-height: 130%;
	font-weight: bold;
}
#column ul.list li img{
	float:left;
  	width: 39%;
	height:auto;
}
#column ul.list li .rBox{
	float: right;
	width: 59%;
}
#column ul.list li .rBox .date{
	font-size: 12px;
}
#column ul.list li .rBox .newsT{
	font-size: 15px;
	line-height: 130%;
	font-weight: bold;
}
#column ul.list li .rBox p{
	margin: 0;
	padding: 0 0 30px;
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 130%;
}
#column ul.list li .bt{
	width: 105px;
	height: 28px;
	position: absolute;
	right: 0;
	bottom: 12px;
}
#column ul.list li .bt a{
	padding: 5px 0 4px;
	width: 100%;
	font-size: 15px;
	line-height: 100%;
	text-align: center;
	color: #FFF;
	background-color: #000;
	display: block;
	border: 1px solid #000;
}
#column ul.list li .bt a:hover{
	color: #000;
	background-color: #FFF;
	opacity:1;		
	filter: alpha(opacity=100);	
	-ms-filter: "alpha( opacity=100 )";
}


.wp-pagenavi{
	display: flex;
	margin: 0;
	width: 100%;
	justify-content: center;
	align-items: center;
	position: relative;
}
.wp-pagenavi a{
	float: left;
	display: flex;
	width: 35px;
	height: 35px;
	margin: 0;
	font-size: 100%;
	color: #000;
	font-weight: bold;
	background-color: #FFF;
	justify-content: center;
	align-items: center;
	border: 1px solid #ccc;
	transition: .3s;
}
.wp-pagenavi a:hover{
	color: #FFF;
	background-color: #1b1b1b;
	border: 1px solid #000;
}
.wp-pagenavi span.extend{
	border: none;
	background-color: transparent;
	width: auto;
	margin: -10px 0 0;
	color: #000;
	font-weight: bold;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink{
	float: left;
	display: flex;
	width: 35px;
	height: 35px;
	margin: -3px 0 0;
	font-size: 100%;
	color: #000;
	font-weight: 900;
	background-color: transparent;
	justify-content: center;
	align-items: center;
	border: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover{
  opacity:0.3;
  filter: alpha(opacity=30);
}
.wp-pagenavi span{
	float: left;
	display: flex;
	width: 35px;
	height: 35px;
	margin: 0;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	background-color: #000;
	justify-content: center;
	align-items: center;
	border: 1px solid #000;
}


}/* mo end */





/*-----------------------*----*----*----*----*----*----*----*----*----* コラム詳細 */


#column .blogcontents:after{
	content:"";
	clear:both;
	display:block;
}
#column .blogcontents .news{
	padding: 20px 0 20px;
		text-align:left;
}

#column .blogcontents .news p{
		margin-bottom:0.5em;
}
#column .blogcontents .news .mainimg{
		margin-bottom:0.5em;
}
#column .blogcontents .news .mainimg img{
	width: 100%;
	height: auto;
}



/* 前へ、一覧へ、次へ */
#column .blogcontents .news .blog-ft-nav{
	margin-top:20px;
}
#column .blogcontents .news .blog-ft-nav:after{
	content:"";
	clear:both;
	display:block;
}
#column .blogcontents .news .blog-ft-nav{
	display:table;
	width:100%;
}
#column .blogcontents .news .blog-ft-nav li{
	display:table-cell;
	width:33.3%;
}
#column .blogcontents .news .blog-ft-nav li.befr{
	text-align:left;
}
#column .blogcontents .news .blog-ft-nav li.back{
	text-align:center;
}
#column .blogcontents .news .blog-ft-nav li.next{
	text-align:right;
}
#column .blogcontents .news .blog-ft-nav li a{
	display: inline-block;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px 12px;
	line-height: 100%;
}
#column .blogcontents .news .blog-ft-nav li a:hover{
	color: #fff;
	background-color: #333;
	border:1px solid #333;
	opacity:1;		
	filter: alpha(opacity=100);	
	-ms-filter: "alpha( opacity=100 )";
}

/* ランキング */

	#column .blogcontents .blogside .sidebox{
		margin-bottom:0;
	}




/*-----------------------*----*----*----*----*----* PC */
@media screen and (min-width: 769px) {

	#column .blogcontents{
		padding-top:10px;
	}


	#column .blogcontents .news{
		width:732px;
		float:left;
	}
	#column .blogcontents .news .date{
	padding: 0 0 10px;
	font-size: 12px;
	text-align: left;
	}


	#column .blogcontents .blogside{
		width:268px;
		float:right;
	}


}

/*-----------------------*----*----*----*----*----* スマホ */
@media screen and (max-width: 768px) {

	/* 人気コンテンツランキング */
	main .sidebox{
		margin-top:40px;
	}
	main .sidebox ul{
		padding:0px 3%;
	}
}/* mo end */


