#content {
	width:980px;
	margin:0 auto;
	font-family:メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",verdana,Arial,Osaka,helvetica,"ＭＳ ゴシック","MS Gothic",sans-serif;
	font-size:12px;
}
	.license-block {
		margin-bottom:30px;
		padding-bottom:30px;
		border-bottom:1px solid #ccc;
	}
	.license-block:last-child {
		border-bottom:none;
	}
		.license-block h2 {
			font-size:1.6em;
			font-weight:bold;
		}
		.license-block h3 {
			font-size:1.2em;
			font-weight:bold;
		}
		.license-block h3:first-child {
			margin-bottom:0;
		}
		.license-block h3:first-child + h3 {
			margin-top:0;
		}
		.license-block p {
			margin:0 0 20px 0;
		}
		.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 dl {
			display:table;
		}
		.license-block dt,
		.license-block dd {
			display:table-cell;
		}
		.license-block dd p{
			margin:0 0 10px 0
		}