@charset "utf-8";

/* Main
--------------------------------------------------------- */
#main {
	float: left;
	width: 655px;
	margin-left:15px;
	padding-top:28px;
}

#box1 .txt {
	width: 400px;
	float: left;
}

#box1 .fig {
	width: 240px;
	float: right;
}


#main .list {
	margin-left: 10px;
}

#main .list li {
	background: url(../img/security/mark.jpg) no-repeat left center;
	padding-left: 20px;
	margin-bottom: 10px;
}

#problem {
	margin-bottom:30px;
	width:655px;
}
#problem li {
	float:left;
	margin-bottom:15px;
}
#problem li:nth-child(2n) {
	float:right;
}


.left {
	float:left;
	width:320px;
}
.right {
	float:right;
	width:310px;
}
.right h3 {
	font-weight:bold;
}

.result {
	font-weight:bold;
	color:#c00;
}
