@charset "UTF-8";

	.tokushoho.content {
		background: #fff;
		padding: 10px;
		box-sizing: border-box;
	}
		.tokushoho.content > p {
			margin-bottom: 10px;
		}
		.tokushoho.content p:last-child {
			margin-bottom: 0;
		}
		.tokushoho.content .md_dlBlock {
			margin: 0;
		}
		.tokushoho.content .md_dlBlock .information {
			margin: 20px 0 0;
		}
		.tokushoho.content .md_dlBlock .information figure img {
			display: block;
			margin: 0 auto 10px;
		}
		.tokushoho.content .md_dlBlock .information figure img:last-child {
			margin-bottom: 0;
		}
		.tokushoho.content .md_dlBlock .information figure div {
			width: 100%;
			margin: 10px auto 10px;
			text-align: center;
		}
		.tokushoho.content .md_dlBlock .information figure div img {
			display: inline-block;
			margin: 0px 5px;
		}
		.tokushoho.content .md_dlBlock .information .md_listLinkBlank li {
			margin: 10px 0 0;
		}
		.tokushoho.content .md_dlBlock .subTitle {
			font-weight: bold;
			margin: 20px 0 5px;
			font-size: 108%;
		}