@charset "utf-8";

html,body {  
   -webkit-text-size-adjust: none;  
 }

body       {
	color: #333333;
	font-size: 12px;
	line-height: 20px;
}

em         { font-style: normal;	visibility: hidden; }
UL.param1  { list-style-type: none; }
a          {
	color: #ef7a00;
	text-decoration:none;
}
a:visited  {
	color: #ef7a00;
	text-decoration:none;
}
a:hover    {
	color: #ef7a00;
	text-decoration: underline;
}

.f10       { font-size: 10px; line-height: 18px; letter-spacing: 0.1em;}
.f12       { font-size: 12px; line-height: 20px; }
.f14       { font-size: 14px; line-height: 22px; }
.f16       { font-size: 16px; line-height: 24px; }
.foottxt   { font-size: 10px; line-height: 18px; letter-spacing: 0.1em;}
.f12pro    { font-size: 12px; line-height: 20px; }


.green     { color: #3d9b35; }
.blue      { color: #0072b1; }
.black     { color: #000000; }
.white     { color: #FFFFFF; }
.orange    { color: #ef7a00; }
.red       { color: #F00; }


br         { letter-spacing: 0; }
