@charset "utf-8";

/* ================================================

	page common

=================================================*/

/* margin */
.mb5px  { margin-bottom: 5px; }
.mb10px { margin-bottom:10px; }
.mb15px { margin-bottom:15px; }
.mb20px { margin-bottom:20px; }
.mb25px { margin-bottom:25px; }
.mb30px { margin-bottom:30px; }
.mb35px { margin-bottom:35px; }
.mb40px { margin-bottom:40px; }
.mb45px { margin-bottom:45px; }
.mb50px { margin-bottom:50px; }
.mb55px { margin-bottom:55px; }
.mb60px { margin-bottom:50px; }
.mb65px { margin-bottom:65px; }
.mb70px { margin-bottom:70px; }
.mb75px { margin-bottom:75px; }
.mb80px { margin-bottom:80px; }
.mr5px  { margin-right: 5px; }
.mr10px { margin-right:10px; }
.mr15px { margin-right:15px; }
.mr20px { margin-right:20px; }
.ml5px  { margin-left: 5px; }
.ml10px { margin-left:10px; }
.ml15px { margin-left:15px; }
.ml20px { margin-left:20px; }

/* align */
.ac { text-align: center; }
.ar { text-align: right; }
.al { text-align: left; }

/* float */
.fr { float:right; }
.fl { float:left; }

/* font color */
.redB { color:#F00; font-weight:bold;}
.red { color:#F00;}

/* campaignBanner 
.campaignBanner { width:960px; height:275px; position:relative; }
.campaignBanner .viewArea { position:absolute; }
.campaignBanner .viewListWrap { width:190px; height:226px; position:absolute; overflow:hidden; left:770px; top:25px; }
.campaignBanner .viewList { position:absolute; display:block; }
.campaignBanner .viewList li { margin-bottom:5px; padding-bottom:5px; border-bottom:dotted 1px #CCC; }
.campaignBanner .control { position:absolute; left:770px; top:0px; }
.campaignBanner .control .nex { margin-top:227px; }*/
