/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		カスタムポスト【original】用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*******************************************************************************************

*******************************************************************************************/















/*******************************************************************************************
  左カラム カテゴリ修正
*******************************************************************************************/
.Clom2Body .rightCloms{
  padding-top: 10px;
}






/*******************************************************************************************
リンクリスト
*******************************************************************************************/
.textArea .textArea_in .linklist {
	display:table;
	margin-bottom: 3em;
}
.textArea .textArea_in .linklist div {
	display:table-row;
}
.textArea .textArea_in .linklist a {
	display:table-cell;
	padding-right: 3em;
	color: #333;
	text-decoration: none;
}
@media screen and (max-width: 900px){
	.textArea .textArea_in .linklist {
		display:block;
		margin-bottom: 0;
	}
	.textArea .textArea_in .linklist div {
		display:flex;
		flex-wrap: wrap;
	}
	.textArea .textArea_in .linklist a {
		display:table-cell;
		width: 50%;
		padding-right: 0.5em;
		color: #333;
		text-decoration: none;
}
}