#wp {
	background:#fff;
}
#contents {
	max-width:1100px;
	width:90%;
	margin:0 auto;
	font-size:12px;
	font-family: sans-serif;
}
	.license-block {
		margin-bottom:30px;
		padding-bottom:30px;
		border-bottom:1px solid #ccc;
	}
	.license-block:first-child {
		margin-top:30px;
	}
	.license-block:last-child {
		border-bottom:none;
	}
	.license-block h2 {
		font-size:1.6em;
		font-weight:bold;
	}
	.license-block p {
		margin:0 0 20px 0;
	}
	.license-block p:first-child {
		margin-top:10px;
	}
	.license-block p:last-child {
		margin-bottom:0;
	}
	.license-block p.small {
		font-size:10px;
		line-height:1.2;
		padding-left:10px;
		color:#666;
	}
	.license-block p.center {
		text-align:center;
	}
	.license-block .indent{
		padding-left:20px;
	}
	.license-block .mg-bottom-20{
		margin-bottom:20px;
	}
	.license-block dl {
		display:table;
	}
	.license-block dt,
	.license-block dd {
		display:table-cell;
	}
	.license-block dd p{
		margin:0 0 10px 0
	}
@media screen and (max-width: 640px) {
	#contents {
		padding:0 5%;
		font-size:12px;
		word-wrap:break-word ;
	}
}