@charset "utf-8";

section h1 {
	padding-left:10px;
    margin: 0 0 10px -15px;
    font-size: 23px;
    color: #fff;
	background :#d00;
}
section h2 {
    margin: 0 0 13px -15px;
	padding: 0;
    font-size: 22px;
	color: #444;
	border: 3px solid #f5f5f5!important;
	outline: 1px solid #ccc;
	border-left: none!important;
	background: none;
}
h2::before {
	content:"";
	padding: 3px;
	border-left: 5px solid #d00!important;
}
h3 {
    margin: 0 0 13px -15px;
	padding: 8px;
	font-size: 17px;
	line-height: 1.3;
	color: #fff;
	font-weight: normal;
	border: none!important;
	outline:auto;
	border-left: 6px solid #333!important;
	background: #666;
}
h3::before {
	content:none;
}
h4 {
	margin:0;
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
	font-size: 17px;
	border: none;
	background: none;
}


section section #column_content ul,
section section #column_content ol {
	margin-left: 1em;
	padding: 10px;
	list-style-position:inside;
	border: 1px solid #000;
}

section section #column_content .toc ul,
section section #column_content .toc ol,
section section #column_content ul[style*="circle"] ,
section section #column_content ol[style*="lower-alpha"]{
	padding: 0;
	list-style-position:inside;
	border: none;
}
section section #column_content ul[style*="circle"] {
	list-style-type: disc !important;
}
section section #column_content ol[style*="lower-alpha"]{
	list-style-type: decimal !important;
}

#column_list::after {
	content: "";
	display: block;
	clear: both;
	margin-bottom: 20px;
}

#column_list li {
	float: left;
	width: 300px;
	height: 200px;
	margin: 20px 10px;
	list-style: none;
}

#column_list li a {
	display: block;
	font-size: 15px;
	color: #000;
	text-decoration: none;
}
#column_list li a:hover {
	opacity: 0.8;
}


#column_list li a .eyecatch {
	display: block;
	width: 100%;
	height: 150px;
	background: url(/img/column_noimage.png) no-repeat center 0;
	background-size: contain;
}

#column_list li a .date {
}

#column_list li a .category {
	display: inline-block;
	padding: 1px 5px;
	font-size: 12px;
	border: 1px solid #999;
	border-radius: 3px;
}

#column_list li a .title {
	display: block;
}

#categoly_list b,
#tag_list b {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #d00;
}

#categoly_list li {
	list-style: none;
	font-size: 15px;
	border-top: 1px solid #d00;
}

#categoly_list li a {
	display: block;
	padding: 3px 5px;
	color: #000;
}


#tag_list li {
	display: inline-block;
	list-style: none;
	margin-bottom: 5px;
	font-size: 15px;
}

#tag_list li a {
	display: block;
	padding: 2px 6px;
	color: #fff;
	background: #d00;
	border-radius:5px;
}
#tag_list li a:hover {
	opacity: 0.7;
}

table thead tr {
	background-color: #f8f1e4;
}

table th {
	vertical-align: middle;
}
table td {
	text-align: left;
	vertical-align: top;
}

table th,
table td {
	padding: 5px 10px;
}

table[border="1"] th,
table[border="1"] td {
	border: 1px #ccc solid;
}

div.toc {
	padding: 10px 50px;
	font-size: 15px;
	border:1px solid #111;
}

div.toc > div {
	text-align: center;
	font-weight: bold;
}

div.toc ol a {
	color: #111;
}

.link_flow h2 {
	position: relative;
	margin-top: 15px;
}
.link_flow h2 a {
	position: absolute;
	top: 7px;
	right: 10px;
	padding-left: 15px;
	font-size: 15px;
}
.link_flow h2 a::before {
	position: absolute;
    top: -2px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    width: 4px;
    height: 4px;
    border-top: 3px solid #ccc;
    border-right: 3px solid #ccc;
    transform: rotate(45deg);
}


@media screen and (max-width:  640px){
	#column_list li {
		float: none;
		clear: both;
		width: 100%;
		height: auto;
		margin: 0 0 20px 0;
	}

	div.toc {
		padding: 10px 10px 10px 30px;;
		font-size: 14px;
	}

	section h2 {
		margin-left: 0;
	}

	.btn2 {
		display: block;
		position: relative;
		padding: 5px 0;
		text-align: center;
		font-weight: bold;
		border: 2px solid #999;
	}
	.btn2::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 30px;
		background: #999;
	}
	.btn2::after {
		content: "";
		position: absolute;
		top: 8px;
		bottom: 0;
		right: 8px;
		width: 14px;
		height: 14px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		transform: rotate(45deg);
	}
}