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

/* ETC */
.top3{
	margin:3px 0 0 0;
}
.top10{
	margin:10px 0 0 0;
}
.top20{
	margin:20px 0 0 0;
}
.top30{
	margin:30px 0 0 0;
}
.lp{
	float:left;
	display:inline;
}
.rp{
	float:right;
	display:inline;
}
.Acenter{
	width:100%;
	text-align:center;
}
.red{
	color:#f7941d;
	font-weight:bold;
}
.red2{
	color:#e54466;
	font-weight:bold;
}
.lp20{
	padding-left:20px;
}
.bold{
	font-weight:bold;
}
.line-dot{
	border-bottom:1px dotted #b8b8b8;
}