@charset "utf-8";
/* ------------ border ------------ */
.lnbk{	border-top:#666 1px solid;}
.lnbotbk{	border-bottom:#666 1px solid;}
.lnbotdbl{	border-bottom:#0046A4 1px solid;}
.lnbotpk{	border-bottom:#ED287B 1px solid;}
.lnbot2px{	border-bottom-width:2px;}
.lndotbk{	border-bottom:#666 1px dotted;}
.lndotpk{	border-bottom:#ED287B 1px dotted;}
.lndottbk{	border-top:#666 1px dotted;}
.lndotbbk{	border-bottom:#666 1px dotted;}
.boxdotpk{	border:#ED287B 1px dotted;}
.boxdotbk{	border:#666 1px dotted;}
/* ------------ box ------------ */
.box400{width:400px;}
.box450{width:450px;}
.box600{width:600px;}
/* ------------ space ------------ */
.pd10{	padding:10px;}
.pd20{	padding:20px;}
.pdtb10{ padding-bottom:10px; padding-top:10px;}
.pdtb20{ padding-bottom:20px; padding-top:20px;}
.pdb10{ padding-bottom:10px;}
.pdb20{ padding-bottom:20px;}
.pdt20{padding-top:20px;}
.pdl20{padding-left:20px;}
.pdlr10{ padding-left:10px; padding-right:10px;}
.m5{margin:5px;}
.m10{margin:10px;}
.ml3{	margin-left:3px;}
.ml10{	margin-left:10px;}
.ml15{	margin-left:15px;}
.ml20{	margin-left:20px;}
.ml40{	margin-left:40px;}
.mr20{ margin-right:20px;}
.mb10{ margin-bottom:10px;}
.mb20{ margin-bottom:20px;}
.mb40{ margin-bottom:40px;}
.mb5{ margin-bottom:5px;}
.mt5{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt40{ margin-top:40px;}
.mtb5{ margin-bottom:5px; margin-top:5px;}
.mtb10{ margin-bottom:10px; margin-top:10px;}
.mtb20{ margin-bottom:20px; margin-top:20px;}
.mlr10{ margin-left:10px; margin-right:10px;}
.mlr15{ margin-left:15px; margin-right:15px;}
.clrl  {clear: left;}
.clrr {clear: right;}
.clrb   {clear: both;}
.fltl {float:left;}
.fltr{float:right;}
.texc{ text-align:center;}
.texr{text-align:right;}
.texl{text-align:left;}
/* ------------ font ------------ */
.f9{	font-size:9px;}
.f10{	font-size:10px;}
.f12{	font-size:12px;}
.f14{	font-size:14px;}
.f16{	font-size:16px;}
.f18{	font-size:18px;}
.f24{	font-size:24px;}
.fcbl{	color:#2388FF;}
.fclbl{	color:#00B1E0;}
.fcrd{	color:#b91a2e;}
.fcrd2{color:#F00;}
.fcrwh{	color:#fff;}
.fcrbk{color:#333;}
.fcrpk{	color:#ED287B;}
.fwb{	font-weight:bold;}
.fheight17{	line-height:1.7em;}
.fheight2{	line-height:2em;}
.fheight3{	line-height:3em;}
.tac{text-align:center;}
.tal{text-align:left;}
/* ------------ others ------------ */
a img.alpha60{
background:none!important;
}
 
a:hover img.alpha60{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}