#contents section .clearfix header{
	margin-bottom: 15px;
}
#contents section .clearfix ul,
#contents section#code ul{
	flex: 1;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}
#contents section .clearfix header{
	margin-bottom: 10px;
}
#contents section#code ul li,
#contents section .clearfix ul li{
	margin-right: 8px;
	margin-bottom: 10px;
}
#contents section .clearfix ul li a,
#contents section#code ul li a{
	display: block;
	color: #fff;
	background-color: #66608c;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 10px;
    white-space: nowrap;
    height: 25px;
    line-height: 25px;
}
#contents section .clearfix ul li a:hover,
#contents section#code ul li a:hover{
	background-color: #26204c;
}
#contents section#code h3{
	font-size: 2.5rem;
	margin-bottom: 2rem;
}
#contents section#code p{
	margin-bottom: 1rem;
}
#contents section#code table{
	font-size: 0.9rem;
	border-collapse: collapse;
}
#contents section#code table tr{
	border-top: 1px solid #ddd;
}
#contents section#code table.simple tr{
	border-top: 0;
}

#contents section#code table th,
#contents section#code table td{
	padding: 10px;
}
#contents section#code table.simple th,
#contents section#code table.simple td{
	padding: 0 10px;
}

#contents section#code table th{
	vertical-align: top;
}
#contents section#code section{
	margin-bottom: 50px;
}
#contents section#code section h4{
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
	border-left: 10px solid #bbb;
	padding-left: 10px;
}

@media print, screen and (min-width: 737px) {

#contents section .clearfix{
	display: flex;
}
#contents section .clearfix header{
	width: 250px;
}

}
/* -------------------------------------------------------------------- sp -------------------------------------------------------------------- */

@media print, screen and (max-width: 737px) {
	#contents section#code h3{
		font-size: 2rem;
		margin-bottom: 2rem;
	}
}
