@charset "utf-8";
/* CSS Document */

#help_box{
	display:block;
	margin:10px auto;

}
#help_box table{
	margin:20px auto 40px auto;
	width:90%;
}

#help_box table tr td{
	padding:10px;
	border-bottom:dotted 1px #cccccc;
}
#help_box table tr td:nth-child(odd){
	color:#6ab6c6;
	width:35%;
}
#help_boxtable tr td:nth-child(even){
	width:55%;
	text-align:left;
}

#help_box table tr td p {
	line-height: 1.5em;
}