@charset "UTF-8";
/* CSS Document */

/* style css */
section {
	margin-bottom: 35px;
}

dl.comp_one {
	margin-right: 7px;
	padding-top: 2px;
	width: 190px;
	float: left;
}

dl.comp_two {
	margin-right: 7px;
	padding-top: 2px;
	width: 180px;
	float: left;
}

dl.map {
	margin-right: 7px;
	padding-top: 2px;
	width: 210px;
	float: left;
}

dl.comp_one dt:before, dl.comp_two dt:before, dl.map dt:before {
	padding-right: 2px;
	content: "■";
	font-size: 110%;
	color: #c9c9ca;
}

dl.comp_one dt, dl.comp_two dt, dl.map dt {
	margin-bottom: 3px;
	font-weight: bold;
}

dl.comp_one dd, dl.comp_two dd, dl.map dd {
	margin-bottom: 2px;
	line-height: 1.6em;
}

dd ul {
	padding-left: 3px;
	list-style-position: inside;
}

div.pict {
	width: 271px;
	height: 212px;
	float: left;
}

iframe {
	margin: 2px 0 25px 0;
	width: 437px;
	height: 371px;
	border: none;
	float: left;
}