@charset "utf-8";
/* CSS Document */

.f10{font-size:10px;}
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}

.pink{color:#DC167E;}

.pt5{margin-top:5px;}
.pr5{margin-right:5px;}
.pb5{margin-bottom:5px;}
.pl5{margin-left:5px;}

.pt10{margin-top:10px;}
.pr10{margin-right:10px;}
.pb10{margin-bottom:10px;}
.pl10{margin-left:10px;}

.pt15{margin-top:15px;}
.pr15{margin-right:15px;}
.pb15{margin-bottom:15px;}
.pl15{margin-left:15px;}


.pr20{margin-right:20px;}
.pb30{margin-bottom:30px;}


.none{display:none;}
.arrow {
	background:url(../img/arrow.gif) no-repeat;
	padding:0 0 0 12px;
	background-position :left center;
}

.point {
	background:url(../img/circle.gif) no-repeat;
	padding:0 0 0 17px;
	background-position :left center;
}

.red{color:#CC0000;}