@charset "utf-8";
/*===================================================*/
/* ROW
/*===================================================*/
.row {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}
.row .row {
    margin: 0 -10px;
    width: auto;
    display: inline-block;
}
/*===================================================*/
/* COL
/*===================================================*/
.col {
    margin-left:10px;
    margin-right:10px;
    display: inline;
    overflow: hidden;
    position: relative;
}
.col_1 {
    width:40px;
}
.col_2 {
    width:100px;
}
.col_3 {
    width:160px;
}
.col_4 {
    width:220px;
}
.col_5 {
    width:280px;
}
.col_6 {
    width:340px;
}
.col_7 {
    width:400px;
}
.col_8 {
    width:460px;
}
.col_9 {
    width:520px;
}
.col_10 {
    width:580px;
}
.col_11 {
    width:640px;
}
.col_12 {
    width:700px;
}
.col_13 {
    width:760px;
}
.col_14 {
    width:820px;
}
.col_15 {
    width:880px;
}
.col_16 {
    width:940px;
}
/*===================================================*/
/* WIDTH
/*===================================================*/
.width_1 {
    width:40px;
}
.width_2 {
    width:100px;
}
.width_3 {
    width:160px;
}
.width_4 {
    width:220px;
}
.width_5 {
    width:280px;
}
.width_6 {
    width:340px;
}
.width_7 {
    width:400px;
}
.width_8 {
    width:460px;
}
.width_9 {
    width:520px;
}
.width_10 {
    width:580px;
}
.width_11 {
    width:640px;
}
.width_12 {
    width:700px;
}
.width_13 {
    width:760px;
}
.width_14 {
    width:820px;
}
.width_15 {
    width:880px;
}
.width_16 {
    width:940px;
}
/*===================================================*/
/* HELPERS
/*===================================================*/
.alpha {
    margin-left:0
}
.omega {
    margin-right:0
}
.clearme,
.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0
}
.trns {
    /* */
}
/* new clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/*===================================================*/
/* MARGINS
/*===================================================*/
.nm {
    margin: 0 !important;
}
.nmRig {
    margin-right: 0 !important;
}
.nmLef {
    margin-left: 0 !important;
}
.nmTop {
    margin-top: 0 !important;
}
.nmBot {
    margin-bottom: 0 !important;
}
/*===================================================*/
/* BORDERS
/*===================================================*/
.nb {
    border: none !important;
}
.nbRig {
    border-right: none !important;
}
.nbLef {
    border-left: none !important;
}
.nbTop {
    border-top: none !important;
}
.nbBot {
    border-bottom: none !important;
}
/*===================================================*/
/* PADDINGS
/*===================================================*/
.np {
    padding: 0 !important;
}
.npRig {
    padding-right: 0 !important;
}
.npLef {
    padding-left: 0 !important;
}
.npTop {
    padding-top: 0 !important;
}
.npBot {
    padding-bottom: 0 !important;
}
/*===================================================*/
/* BACKGROUND
/*===================================================*/
.nBg {
    background: none !important;
}
/*===================================================*/
/* DO NOT SHOW
/*===================================================*/
.no,
hr {
    display: none !important;
}