/*================================================
	本文内
================================================*/
	.comment{
		margin-top: 2em;
		width:95%;
	}
	.comment h2{
		font-size: 150%;
		margin-top: 3em;
		clear: both;
	}
	.comment h3{
		font-size: 135%;
		margin-top: 1em;
		clear: both;
	}
	.comment h4{
		font-size: 120%;
		margin-top: 1em;
		clear: both;
	}
	.comment img{
		box-shadow: gray 3px 3px 5px 5px;
		margin-bottom: 1em;
	}
	
	.right {
		float: right;
		clear: left;
		margin-left: 1px solid gray;
	}

	/*テーブル*/
	.comment table{
		text-align: center;
		width: 90%;
		margin: 0 auto;
		border-collapse: separate;
		border-spacing: 0px;
		border-top: 1px solid lightgray;
		border-left: 1px solid lightgray;
	}
	.comment th{
		padding: 5px;
		border-top: 1px solid white;
		border-left: 1px solid white;
		border-right: 1px solid lightgreen;
		border-bottom: 1px solid lightgreen;
		background-color: lightgreen;
		color: green;
	}
	.comment td{
		padding: 5px;
		border-right: 1px solid lightgray;
		border-bottom: 1px solid lightgray;
	}
	#legend{
		margin-top: 0;
		margin-bottom: 1em;
		line-height: 1;
		text-align: center;
		font-size: 80%;
	}



