body {
	background: #222222;
	font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
	font-size: 16px;
}

a.columnlink {
	text-decoration: none;
}

a.columnlink:hover{
	background:#CCCCCC;
	color:#222222;
}

div.container {
	width: 90%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 2% 2%;
}

div.contents {
	width: 300px;
	border-left: #999999 solid 10px;
	margin-right: 20px;
	margin-bottom: 30px;
}

div.title {
	background: #999999;
	padding: 5px 0px 5px 10px;
}

div.column {
	width: 280px;
	color:#CCCCCC;
	padding: 5px 5px 5px 20px;
}