@charset "UTF-8";
.box .txt {
	float: left;
	width: 50%;
}
.box .photo {
	float: right;
	width: 300px;
	margin-bottom: 40px;
}
table {
	margin-top: 50px;
	margin-bottom: 20px;
}
table tr:nth-child(2n) {
   background-color: #fff;
}
table tr:nth-child(2n+1) {
   background-color:#EEDFEB;
}
table dl {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px; 
}
table dl dt {
	font-weight: bold;
	display: inline-block;
}
table dl dd {
	display: inline-block;
	margin-left: 0;
}
table figure {
	margin: 10px 0 10px 10px;
}