@charset "UTF-8";

/* ---------- font ---------- */

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

.colorGold{
	color:#736C6D;
	display:block;
	padding:0 0 10px 0;
		
}

.pinkB{
	display:block;
	font-size:14px;
	color:#CC6666;
	font-weight:bold;
	padding:0 0 5px 0;
}


.undercons{
	text-align:left;
	line-height:180%;	
}

/* ---------- MARGIN---------- */


.mp0{
	margin:0;
	padding:0;
}



.mb10{
	margin:0 0 10px 0;	
}


.mr10_fl{
margin:0 15px 0px 0;
float:left;	
}

.mr10_fr{
margin:0 0px 0px 15px;
float:right;	
}

.mb30{
	margin:0 0 30px 0;	
}

.mb100{
	margin:0 0 100px 0;	
}

.mb200{
	margin:0 0 200px 0;	
}

.mb300{
	margin:0 0 300px 0;	
}

.mb45{
	margin:0 0 45px 0;	
}


.mb15{
	margin:0 0 15px 0;	
}

.mb10{
	margin:0 0 10px 0;	
}

.mb20{
	margin:0 0 20px 0;	
}

.mt10b10{
	margin:10px 0;	
}


