@charset "utf-8";
/*
/ admin.css
/*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
img{vertical-align:top;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}



body,input,select,textarea
{
    font-family:"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Meiryo","メイリオ",Sans-Serif;
    color:#333;
    font-size:13px;
    line-height:20px;

}

html
{
    background:#f6f6f6;
    text-align:center;
    font-size:100%;
}
body
{
    overflow-y :scroll;
    -webkit-text-size-adjust: none;
}

.nowrap {white-space:nowrap;}


/* 汎用マージン */
/* .mb5
{
    margin-bottom:5px;
}
.mb10
{
    margin-bottom:10px;
}
.mb15
{
    margin-bottom:15px;
}
.mb20
{
    margin-bottom:20px;
}
.mb30
{
    margin-bottom:30px;
}
.mb40
{
    margin-bottom:40px;
}
.mb50
{
    margin-bottom:50px;
}
.mb60
{
    margin-bottom:60px;
}
.mb90
{
    margin-bottom:90px;
}
.mr5
{
    margin-right:5px;
}
.mr10
{
    margin-right:10px;
}
.mr20
{
    margin-right:20px;
}
.mr30
{
    margin-right:20px;
}
.ml5
{
    margin-left:5px;
}
.ml10
{
    margin-left:10px;
}
.mt5
{
    margin-top:5px;
}
.mt10
{
    margin-top:10px;
}
.mt20
{
    margin-top:20px;
}
.mt40
{
    margin-top: 40px;
}
.mt60
{
    margin-top: 60px;
}
.mt100
{
    margin-top: 100px;
}

.pb40{
    padding-bottom:40px;
}
.pb60{
    padding-bottom:60px;
} */

.black
{
    color: #333;
}
.gray
{
    color:#888;
}
.white
{
    color:#fff;
}
.wine
{
    color:#a12830;
}
.brown
{
    color:#5e2728;
}

.bold
{
    font-weight:bold;
}

.marking /* マーカー線 */
{
    background:#fe9;
}


.lh15{
    line-height:1.5;
}

.fs10
{
    font-size:10px;
}
.fs11
{
    font-size:11px;
}
.fs12
{
    font-size:12px;
}
.fs13
{
    font-size:13px;
}
.fs14
{
    font-size:14px;
}
.fs16
{
    font-size:16px;
}
.fs18
{
    font-size:18px;
}
.fs20
{
    font-size:20px;
}
.fs24
{
    font-size:24px;
}
.fs28
{
    font-size:28px;
}
.fs32
{
    font-size:32px;
}


.hide
{
    display:none;
}



/* ********************* */

#admin .left
{
    float:left;
}
#admin .right
{
    float:right;
}
#admin .center
{
    margin-left :auto;
    margin-right:auto;
}
#admin .tar
{
    text-align:right;
}


#admin a
{
    text-decoration:none;
    color:#333;
}

#admin a:hover
{
    text-decoration:underline;
}


#admin span.btn
{
    display:inline-block;
    padding:3px 7px 3px;
    text-decoration:none;

    border:1px solid #911d22;
    border-radius:2px;

    line-height:11px;
    font-size:11px;
    color:#911d22;
}


#admin a.btn
{
    display:inline-block;
    padding:3px 7px 3px;
    text-decoration:none;

    border:1px solid #911d22;
    border-radius:2px;
    background:#911d22;

    line-height:11px;
    font-size:11px;
    color:#fff;
}
#admin a.btn:hover
{
    background:#a02e33;
}
/* 削除ボタン */
#admin a.btn.delete
{
    border:1px solid #6ca000;
    background:#6ca000;
}
#admin a.btn.delete:hover
{
    background:#7ab500;
}
/* キャンセルボタン */
#admin a.btn.negative
{
    border:1px solid #444;
    background:#444;
}
#admin a.btn.negative:hover
{
    background:#555;
}
/* DLボタン */
#admin a.btn.download
{
    border:1px solid #0979c5;
    background:#0979c5;
}
#admin a.btn.download:hover
{
    background:#0787de;
}
/* 通知ボタン */
#admin a.btn.notification
{
    border:1px solid #ee771b;
    background:#ee771b;
}
#admin a.btn.notification:hover
{
    background:#ff8e37;
}
#admin a.btn.lot
{
    border:1px solid #55008a;
    background:#55008a;
}
#admin a.btn.lot:hover
{
    background:#55008a;
}
#admin a.btn.complete
{
    border:1px solid #999;
    background:#999;
}
#admin a.btn.complete:hover
{
    background: #aaa;
}


/* 無効 */
#admin a.btn.disabled
{
    cursor:default;
    border:1px solid #ccc;
    background:#ccc;
}
#admin a.btn.disabled:hover
{
    background:#ccc;
}
#admin input.text.disabled
{
    cursor:default;
    background:#ccc;
}
#admin div.mb5.disabled
{
    background:#333333;
}
#admin img.current_asset.disabled
{
    cursor:default;
    background:#333333;
    opacity:0.5;
}


#admin img.icon
{
    float:left;
    margin-right:5px;
}



/* ********************* */
#admin .header
{
    background:#fff;
    border-bottom:1px solid #bbb;
    padding:5px 20px;
}
/* ********************* */
#admin .nav
{
    background:#fff url(../img/border940.png) bottom repeat-x;
    padding:0 20px;
}
#admin .nav .list
{
    border-left:1px solid #bbb;
}
#admin .nav a
{
    display:inline-block;
    padding:10px 15px;
    text-decoration:none;
    color:#333;
    border-right:1px solid #bbb;
}
#admin .nav a:hover
{
    background:#f6f6f6 url(../img/border940.png) bottom repeat-x;
}
#admin .nav a.active
{
    background:#f6f6f6 url(../img/border_dot.png) bottom repeat-x;
}
/* ********************* */

#admin .info
{
    padding:30px 20px;
    text-align:left;
}

#admin .info .pagetitle
{
    font-size:20px;
    line-height:28px;
    padding-bottom:10px;
    width:270px;
}
#admin .info .desc
{
    font-size:16px;
    padding:20px 0 10px;
    border-bottom:1px dotted #bbb;
}

#admin .pagenav
{
    margin-top:-4px;
    border-left:1px solid #bbb;
}
#admin .pagenav a
{
    display:inline-block;
    padding:5px 15px 5px 10px;
    text-decoration:none;
    color:#333;
    border-top:1px solid #bbb;
    border-right:1px solid #bbb;
    border-bottom:1px solid #bbb;
    background:#fff;
}
#admin .pagenav a:hover
{
    background:#f6f6f6;
}
#admin .pagenav a.active
{
    background:#eee;
}
/* ********************* */








#admin .w860
{
    width:860px;
    margin:0 auto;
    text-align:left;
}

#admin .w640
{
    width:640px;
    margin:0 auto;
    text-align:left;
}
#admin .w640 textarea
{
    width:630px;
}
#admin .w640 input.text
{
    width:630px;
}


#admin .w240
{
    width:240px;
    margin:0 auto;
    text-align:left;
}
#admin .w240 input.text
{
    width:230px;
}
#admin .w240 button
{
    width:240px;
}


#admin .wide
{
    padding:0 20px;
    text-align:left;
}


/* テーブル */
#admin table
{
    width:100%;
}
#admin table th
{
    border-top:1px solid #ccc;
    border-bottom:1px dotted #bbb;
    background:#ddd;
    padding:2px 5px;
    font-size:11px;
    font-weight:bold;
}
#admin table td
{
    border-bottom:1px dotted #bbb;
    padding:8px 5px;
}

#admin table tr.off
{
    background-color:#eee;
}
#admin table tr:hover
{
    background:#fff;
}



/* テーブルソート */
#admin a.sort
{
    color:#888;
    display:block;
    padding-left:15px;
    background:url(../img/sort.png) left center no-repeat;
}
#admin a.sort.ascend
{
    background-image:url(../img/sort_ascend.png);
    color:#333;
}
#admin a.sort.descend
{
    background-image:url(../img/sort_descend.png);
    color:#333;
}



#admin .max
{
    color:#911d22;
    font-weight:bold;
}

#admin .label
{
    font-size:12px;
    font-weight:bold;
    color:#888;
}

#admin .group
{
    padding:8px 0 4px;
}

#admin label
{
    cursor:pointer;
}

#admin input.text
{
    padding:4px;
    border:1px solid #bbb;
    width:100%;
}
#admin input.text.w160
{
    width:150px;
}
#admin input.text.w320
{
    width:310px;
}

#admin input.text.w360
{
    width:350px;
}


#admin textarea
{
    padding:4px;
    border:1px solid #bbb;
    width:100%;
}
#admin textarea:disabled
{
    background:#f6f6f6;
    border:1px solid #ccc;
}


#admin button
{
    cursor:pointer;
    width:120px;
    padding:7px 0;
    text-decoration:none;
    text-shadow:none;
    border:1px solid #911d22;
    border-radius:3px;
    background:#911d22;
    line-height:14px;
    font-size:13px;
    color:#fff;
}
#admin button.dist
{
    width:200px;
}
#admin button:hover
{
    background:#a02e33;
}
#admin button.disabled
{
    cursor:default;
    border:1px solid #ccc;
    background:#ccc;
}
#admin button.negative
{
    border:1px solid #444;
    background:#444;
}
#admin button.negative:hover
{
    background:#555;
}

#admin .notice
{
    color:#888;
    font-size:11px;
    line-height:18px;
}


#admin a.book
{
    display:block;
    float:left;
    height:200px;
    width:145px;
    margin-right:10px;
    margin-bottom:15px;
    border:1px solid #ddd;
    background:#fff;
    text-align:center;
}
#admin a.book:hover
{
    border:1px solid #bbb;
    text-decoration:none;
}
#admin a.book .title
{
    font-weight:bold;
    margin-top:60px;
}
#admin a.book .memo
{
    font-size:11px;
    color:#888;
    margin-top:30px;
}


#admin .static
{
    margin-top:2px;
    padding:4px;
    border:1px dotted #bbb;
    background:#eee;
}


#admin .thumb
{
    width:120px;
    margin-right:20px;
    float:left;
}
#admin .fileinfo
{
    float:left;
    width:500px;
}
#admin .fileinfo input.text
{
    width:490px;
}
#admin div.current_asset_box
{
    text-align: center;
    vertical-align: middle;
}
#admin img.current_asset
{
    max-width: 120px;
    max-height: 120px;
}

#admin .lottery
{
    width: 200px;
}
#admin .lottery.-total
{
    width: 220px;
}
#admin .lotterytitle
{
    padding-left: 220px;
}
#admin button.mail
{
    display: block;
}
#admin .result
{
    margin-top: 150px;
    text-align: center;
    line-height: 40px;
}
#admin .ac
{
    text-align: center;
}

/*抽選フロー */

/* ex */
#admin .accessLottery-componetName-partsName {

}
/* /ex */
#admin .accessLottery-serchBoxArea{
    width: 360px;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    float:left;
}
#admin .accessLottery-serchBoxArea-clearButton {
    position: absolute;
    right: 10px;
    top: 20%;
    display: none;
    cursor: pointer;
    background:url(../img/icon_input_close.png) no-repeat;
    background-size:18px 18px;
    width: 18px;
    height:18px;
    color:#fff;
}
#admin .accessLottery-serchBtn {
    float: left;
    padding-left:10px;
}
#admin .accessLottery-serchBtn button {
    width:85px;
}
#admin .accessLottery-grayBox {
    width:240px;
    background: #eeeeee;
    color:#888;
}
#admin .accessLottery-grayBox table
{
    width:100%;
    border:1px solid #dddddd;
    padding:2px 10px;
}
#admin .accessLottery-grayBox table td:first-child
{
    border-bottom:none;
    padding:0 6px 0 0;
}
#admin .accessLottery-grayBox table td
{
    border-bottom:none;
    padding:0;
}
#admin .accessLottery-grayBox table td:last-of-type
{
    text-align: right;
}
#admin .accessLottery-grayBox table td:last-of-type span
{
    color:#8e8e8e;
}
#admin .accessLottery-grayBox table tr:hover
{
    background:none;
}


#admin .accessMail-sendAgainLink{
    text-decoration: underline;
}
#admin .accessMail-sendAgainLink:hover{
    text-decoration: none;
}

/* Width by Percents */
.p8 ,.l .l-p8 ,.m .m-p8 ,.s .s-p8 {width:8%;}
.p10 ,.l .l-p10 ,.m .m-p10 ,.s .s-p10 {width:10%;}
.p12 ,.l .l-p12 ,.m .m-p12 ,.s .s-p12 {width:12.5%;}/* 1/8 */
.p14 ,.l .l-p14 ,.m .m-p14 ,.s .s-p14 {width:14%;}
.p15 ,.l .l-p15 ,.m .m-p15 ,.s .s-p15 {width:15%;}
.p16 ,.l .l-p16 ,.m .m-p16 ,.s .s-p16 {width:16.66666666%;}/* 1/6 */
.p20 ,.l .l-p20 ,.m .m-p20 ,.s .s-p20 {width:20%;}
.p23 ,.l .l-p23 ,.m .m-p23 ,.s .s-p23 {width:23%;}/* 「募集について」で使用 */
.p25 ,.l .l-p25 ,.m .m-p25 ,.s .s-p25 {width:25%;}
.p30 ,.l .l-p30 ,.m .m-p30 ,.s .s-p30 {width:30%;}
.p33 ,.l .l-p33 ,.m .m-p33 ,.s .s-p33 {width:33.33333333%;}/* 1/3 */
.p37 ,.l .l-p37 ,.m .m-p37 ,.s .s-p37 {width:37.5%;}/* 3/8 */
.p40 ,.l .l-p40 ,.m .m-p40 ,.s .s-p40 {width:40%;}
.p50 ,.l .l-p50 ,.m .m-p50 ,.s .s-p50 {width:50%;}
.p60 ,.l .l-p60 ,.m .m-p60 ,.s .s-p60 {width:60%;}
.p63 ,.l .l-p63 ,.m .m-p63 ,.s .s-p63 {width:62.5%;}/* 5/8 */
.p66 ,.l .l-p66 ,.m .m-p66 ,.s .s-p66 {width:66.66666667%;} /* 2/3 */
.p70 ,.l .l-p70 ,.m .m-p70 ,.s .s-p70 {width:70%;}
.p75 ,.l .l-p75 ,.m .m-p75 ,.s .s-p75 {width:75%;}
.p77 ,.l .l-p77 ,.m .m-p77 ,.s .s-p77 {width:77%;}/* 「募集について」で使用 */
.p80 ,.l .l-p80 ,.m .m-p80 ,.s .s-p80 {width:80%;}
.p83 ,.l .l-p83 ,.m .m-p83 ,.s .s-p83 {width:83.33333333%;} /* 5/6 */
.p85 ,.l .l-p85 ,.m .m-p85 ,.s .s-p85 {width:85%;}
.p86 ,.l .l-p86 ,.m .m-p86 ,.s .s-p86 {width:86%;}
.p87 ,.l .l-p87 ,.m .m-p87 ,.s .s-p87 {width:87.5%;} /* 7/8 */
.p90 ,.l .l-p90 ,.m .m-p90 ,.s .s-p90 {width:90%;}
.p100,.l .l-p100,.m .m-p100,.s .s-p100{width:100%;}

/* Margin */
.mt0  ,.l .l-mt0  ,.m .m-mt0  ,.s .s-mt0  {margin-top:  0px;}
.mt5  ,.l .l-mt5  ,.m .m-mt5  ,.s .s-mt5  {margin-top:  5px;}
.mt10 ,.l .l-mt10 ,.m .m-mt10 ,.s .s-mt10 {margin-top: 10px;}
.mt15 ,.l .l-mt15 ,.m .m-mt15 ,.s .s-mt15 {margin-top: 15px;}
.mt20 ,.l .l-mt20 ,.m .m-mt20 ,.s .s-mt20 {margin-top: 20px;}
.mt25 ,.l .l-mt25 ,.m .m-mt25 ,.s .s-mt25 {margin-top: 25px;}
.mt30 ,.l .l-mt30 ,.m .m-mt30 ,.s .s-mt30 {margin-top: 30px;}
.mt35 ,.l .l-mt35 ,.m .m-mt35 ,.s .s-mt35 {margin-top: 35px;}
.mt40 ,.l .l-mt40 ,.m .m-mt40 ,.s .s-mt40 {margin-top: 40px;}
.mt45 ,.l .l-mt45 ,.m .m-mt45 ,.s .s-mt45 {margin-top: 45px;}
.mt50 ,.l .l-mt50 ,.m .m-mt50 ,.s .s-mt50 {margin-top: 50px;}
.mt60 ,.l .l-mt60 ,.m .m-mt60 ,.s .s-mt60 {margin-top: 60px;}
.mt70 ,.l .l-mt70 ,.m .m-mt70 ,.s .s-mt70 {margin-top: 70px;}
.mt80 ,.l .l-mt80 ,.m .m-mt80 ,.s .s-mt80 {margin-top: 80px;}
.mt90 ,.l .l-mt90 ,.m .m-mt90 ,.s .s-mt90 {margin-top: 90px;}
.mt100,.l .l-mt100,.m .m-mt100,.s .s-mt100{margin-top:100px;}
.mt120,.l .l-mt120,.m .m-mt120,.s .s-mt120{margin-top:120px;}
.mt140,.l .l-mt140,.m .m-mt140,.s .s-mt140{margin-top:140px;}

.mb0  ,.l .l-mb0  ,.m .m-mb0  ,.s .s-mb0  {margin-bottom:  0px;}
.mb5  ,.l .l-mb5  ,.m .m-mb5  ,.s .s-mb5  {margin-bottom:  5px;}
.mb8 ,.l .l-mb8 ,.m .m-mb8 ,.s .s-mb8 {margin-bottom: 8px;}
.mb10 ,.l .l-mb10 ,.m .m-mb10 ,.s .s-mb10 {margin-bottom: 10px;}
.mb15 ,.l .l-mb15 ,.m .m-mb15 ,.s .s-mb15 {margin-bottom: 15px;}
.mb20 ,.l .l-mb20 ,.m .m-mb20 ,.s .s-mb20 {margin-bottom: 20px;}
.mb25 ,.l .l-mb25 ,.m .m-mb25 ,.s .s-mb25 {margin-bottom: 25px;}
.mb30 ,.l .l-mb30 ,.m .m-mb30 ,.s .s-mb30 {margin-bottom: 30px;}
.mb35 ,.l .l-mb35 ,.m .m-mb35 ,.s .s-mb35 {margin-bottom: 35px;}
.mb40 ,.l .l-mb40 ,.m .m-mb40 ,.s .s-mb40 {margin-bottom: 40px;}
.mb45 ,.l .l-mb45 ,.m .m-mb45 ,.s .s-mb45 {margin-bottom: 45px;}
.mb50 ,.l .l-mb50 ,.m .m-mb50 ,.s .s-mb50 {margin-bottom: 50px;}
.mb60 ,.l .l-mb60 ,.m .m-mb60 ,.s .s-mb60 {margin-bottom: 60px;}
.mb65 ,.l .l-mb65 ,.m .m-mb65 ,.s .s-mb65 {margin-bottom: 65px;}
.mb70 ,.l .l-mb70 ,.m .m-mb70 ,.s .s-mb70 {margin-bottom: 70px;}
.mb80 ,.l .l-mb80 ,.m .m-mb80 ,.s .s-mb80 {margin-bottom: 80px;}
.mb90 ,.l .l-mb90 ,.m .m-mb90 ,.s .s-mb90 {margin-bottom: 90px;}
.mb100,.l .l-mb100,.m .m-mb100,.s .s-mb100{margin-bottom:100px;}
.mb120,.l .l-mb120,.m .m-mb120,.s .s-mb120{margin-bottom:120px;}
.mb140,.l .l-mb140,.m .m-mb140,.s .s-mb140{margin-bottom:140px;}

.ml0  ,.l .l-ml0  ,.m .m-ml0  ,.s .s-ml0  {margin-left:  0px;}
.ml5  ,.l .l-ml5  ,.m .m-ml5  ,.s .s-ml5  {margin-left:  5px;}
.ml10 ,.l .l-ml10 ,.m .m-ml10 ,.s .s-ml10 {margin-left: 10px;}
.ml15 ,.l .l-ml15 ,.m .m-ml15 ,.s .s-ml15 {margin-left: 15px;}
.ml20 ,.l .l-ml20 ,.m .m-ml20 ,.s .s-ml20 {margin-left: 20px;}
.ml25 ,.l .l-ml25 ,.m .m-ml25 ,.s .s-ml25 {margin-left: 25px;}
.ml30 ,.l .l-ml30 ,.m .m-ml30 ,.s .s-ml30 {margin-left: 30px;}
.ml35 ,.l .l-ml35 ,.m .m-ml35 ,.s .s-ml35 {margin-left: 35px;}
.ml40 ,.l .l-ml40 ,.m .m-ml40 ,.s .s-ml40 {margin-left: 40px;}
.ml45 ,.l .l-ml45 ,.m .m-ml45 ,.s .s-ml45 {margin-left: 45px;}
.ml50 ,.l .l-ml50 ,.m .m-ml50 ,.s .s-ml50 {margin-left: 50px;}
.ml60 ,.l .l-ml60 ,.m .m-ml60 ,.s .s-ml60 {margin-left: 60px;}
.ml70 ,.l .l-ml70 ,.m .m-ml70 ,.s .s-ml70 {margin-left: 70px;}
.ml80 ,.l .l-ml80 ,.m .m-ml80 ,.s .s-ml80 {margin-left: 80px;}
.ml90 ,.l .l-ml90 ,.m .m-ml90 ,.s .s-ml90 {margin-left: 90px;}
.ml100,.l .l-ml100,.m .m-ml100,.s .s-ml100{margin-left:100px;}

.mr0  ,.l .l-mr0  ,.m .m-mr0  ,.s .s-mr0  {margin-right:  0px;}
.mr5  ,.l .l-mr5  ,.m .m-mr5  ,.s .s-mr5  {margin-right:  5px;}
.mr10 ,.l .l-mr10 ,.m .m-mr10 ,.s .s-mr10 {margin-right: 10px;}
.mr15 ,.l .l-mr15 ,.m .m-mr15 ,.s .s-mr15 {margin-right: 15px;}
.mr20 ,.l .l-mr20 ,.m .m-mr20 ,.s .s-mr20 {margin-right: 20px;}
.mr25 ,.l .l-mr25 ,.m .m-mr25 ,.s .s-mr25 {margin-right: 25px;}
.mr30 ,.l .l-mr30 ,.m .m-mr30 ,.s .s-mr30 {margin-right: 30px;}
.mr35 ,.l .l-mr35 ,.m .m-mr35 ,.s .s-mr35 {margin-right: 35px;}
.mr40 ,.l .l-mr40 ,.m .m-mr40 ,.s .s-mr40 {margin-right: 40px;}
.mr45 ,.l .l-mr45 ,.m .m-mr45 ,.s .s-mr45 {margin-right: 45px;}
.mr50 ,.l .l-mr50 ,.m .m-mr50 ,.s .s-mr50 {margin-right: 50px;}
.mr60 ,.l .l-mr60 ,.m .m-mr60 ,.s .s-mr60 {margin-right: 60px;}
.mr70 ,.l .l-mr70 ,.m .m-mr70 ,.s .s-mr70 {margin-right: 70px;}
.mr80 ,.l .l-mr80 ,.m .m-mr80 ,.s .s-mr80 {margin-right: 80px;}
.mr90 ,.l .l-mr90 ,.m .m-mr90 ,.s .s-mr90 {margin-right: 90px;}
.mr100,.l .l-mr100,.m .m-mr100,.s .s-mr100{margin-right:100px;}

.mh0  ,.l .l-mh0  ,.m .m-mh0  ,.s .s-mh0  {margin-left:  0px;margin-right:  0px;}
.mh5  ,.l .l-mh5  ,.m .m-mh5  ,.s .s-mh5  {margin-left:  5px;margin-right:  5px;}
.mh10 ,.l .l-mh10 ,.m .m-mh10 ,.s .s-mh10 {margin-left: 10px;margin-right: 10px;}
.mh15 ,.l .l-mh15 ,.m .m-mh15 ,.s .s-mh15 {margin-left: 15px;margin-right: 15px;}
.mh20 ,.l .l-mh20 ,.m .m-mh20 ,.s .s-mh20 {margin-left: 20px;margin-right: 20px;}
.mh25 ,.l .l-mh25 ,.m .m-mh25 ,.s .s-mh25 {margin-left: 25px;margin-right: 25px;}
.mh30 ,.l .l-mh30 ,.m .m-mh30 ,.s .s-mh30 {margin-left: 30px;margin-right: 30px;}
.mh35 ,.l .l-mh35 ,.m .m-mh35 ,.s .s-mh35 {margin-left: 35px;margin-right: 35px;}
.mh40 ,.l .l-mh40 ,.m .m-mh40 ,.s .s-mh40 {margin-left: 40px;margin-right: 40px;}
.mh45 ,.l .l-mh45 ,.m .m-mh45 ,.s .s-mh45 {margin-left: 45px;margin-right: 45px;}
.mh50 ,.l .l-mh50 ,.m .m-mh50 ,.s .s-mh50 {margin-left: 50px;margin-right: 50px;}
.mh60 ,.l .l-mh60 ,.m .m-mh60 ,.s .s-mh60 {margin-left: 60px;margin-right: 60px;}
.mh70 ,.l .l-mh70 ,.m .m-mh70 ,.s .s-mh70 {margin-left: 70px;margin-right: 70px;}
.mh80 ,.l .l-mh80 ,.m .m-mh80 ,.s .s-mh80 {margin-left: 80px;margin-right: 80px;}
.mh90 ,.l .l-mh90 ,.m .m-mh90 ,.s .s-mh90 {margin-left: 90px;margin-right: 90px;}
.mh100,.l .l-mh100,.m .m-mh100,.s .s-mh100{margin-left:100px;margin-right:100px;}

.mv0  ,.l .l-mv0  ,.m .m-mv0  ,.s .s-mv0  {margin-top:  0px;margin-bottom:  0px;}
.mv5  ,.l .l-mv5  ,.m .m-mv5  ,.s .s-mv5  {margin-top:  5px;margin-bottom:  5px;}
.mv10 ,.l .l-mv10 ,.m .m-mv10 ,.s .s-mv10 {margin-top: 10px;margin-bottom: 10px;}
.mv15 ,.l .l-mv15 ,.m .m-mv15 ,.s .s-mv15 {margin-top: 15px;margin-bottom: 15px;}
.mv20 ,.l .l-mv20 ,.m .m-mv20 ,.s .s-mv20 {margin-top: 20px;margin-bottom: 20px;}
.mv25 ,.l .l-mv25 ,.m .m-mv25 ,.s .s-mv25 {margin-top: 25px;margin-bottom: 25px;}
.mv30 ,.l .l-mv30 ,.m .m-mv30 ,.s .s-mv30 {margin-top: 30px;margin-bottom: 30px;}
.mv35 ,.l .l-mv35 ,.m .m-mv35 ,.s .s-mv35 {margin-top: 35px;margin-bottom: 35px;}
.mv40 ,.l .l-mv40 ,.m .m-mv40 ,.s .s-mv40 {margin-top: 40px;margin-bottom: 40px;}
.mv45 ,.l .l-mv45 ,.m .m-mv45 ,.s .s-mv45 {margin-top: 45px;margin-bottom: 45px;}
.mv50 ,.l .l-mv50 ,.m .m-mv50 ,.s .s-mv50 {margin-top: 50px;margin-bottom: 50px;}
.mv60 ,.l .l-mv60 ,.m .m-mv60 ,.s .s-mv60 {margin-top: 60px;margin-bottom: 60px;}
.mv70 ,.l .l-mv70 ,.m .m-mv70 ,.s .s-mv70 {margin-top: 70px;margin-bottom: 70px;}
.mv80 ,.l .l-mv80 ,.m .m-mv80 ,.s .s-mv80 {margin-top: 80px;margin-bottom: 80px;}
.mv90 ,.l .l-mv90 ,.m .m-mv90 ,.s .s-mv90 {margin-top: 90px;margin-bottom: 90px;}
.mv100,.l .l-mv100,.m .m-mv100,.s .s-mv100{margin-top:100px;margin-bottom:100px;}

/* Negative Margin */
.nl0  ,.l .l-nl0  ,.m .m-nl0  ,.s .s-nl0  {margin-left: -0px;}
.nl5  ,.l .l-nl5  ,.m .m-nl5  ,.s .s-nl5  {margin-left: -5px;}
.nl10 ,.l .l-nl10 ,.m .m-nl10 ,.s .s-nl10 {margin-left:-10px;}
.nl15 ,.l .l-nl15 ,.m .m-nl15 ,.s .s-nl15 {margin-left:-15px;}
.nl20 ,.l .l-nl20 ,.m .m-nl20 ,.s .s-nl20 {margin-left:-20px;}
.nl25 ,.l .l-nl25 ,.m .m-nl25 ,.s .s-nl25 {margin-left:-25px;}
.nl30 ,.l .l-nl30 ,.m .m-nl30 ,.s .s-nl30 {margin-left:-30px;}
.nl35 ,.l .l-nl35 ,.m .m-nl35 ,.s .s-nl35 {margin-left:-35px;}
.nl40 ,.l .l-nl40 ,.m .m-nl40 ,.s .s-nl40 {margin-left:-40px;}

.nr0  ,.l .l-nr0  ,.m .m-nr0  ,.s .s-nr0  {margin-right: -0px;}
.nr5  ,.l .l-nr5  ,.m .m-nr5  ,.s .s-nr5  {margin-right: -5px;}
.nr10 ,.l .l-nr10 ,.m .m-nr10 ,.s .s-nr10 {margin-right:-10px;}
.nr15 ,.l .l-nr15 ,.m .m-nr15 ,.s .s-nr15 {margin-right:-15px;}
.nr20 ,.l .l-nr20 ,.m .m-nr20 ,.s .s-nr20 {margin-right:-20px;}
.nr25 ,.l .l-nr25 ,.m .m-nr25 ,.s .s-nr25 {margin-right:-25px;}
.nr28 ,.l .l-nr28 ,.m .m-nr28 ,.s .s-nr28 {margin-right:-28px;}
.nr30 ,.l .l-nr30 ,.m .m-nr30 ,.s .s-nr30 {margin-right:-30px;}
.nr35 ,.l .l-nr35 ,.m .m-nr35 ,.s .s-nr35 {margin-right:-35px;}
.nr40 ,.l .l-nr40 ,.m .m-nr40 ,.s .s-nr40 {margin-right:-40px;}

.nh0  ,.l .l-nh0  ,.m .m-nh0  ,.s .s-nh0  {margin-left: -0px;margin-right: -0px;}
.nh5  ,.l .l-nh5  ,.m .m-nh5  ,.s .s-nh5  {margin-left: -5px;margin-right: -5px;}
.nh10 ,.l .l-nh10 ,.m .m-nh10 ,.s .s-nh10 {margin-left:-10px;margin-right:-10px;}
.nh15 ,.l .l-nh15 ,.m .m-nh15 ,.s .s-nh15 {margin-left:-15px;margin-right:-15px;}
.nh20 ,.l .l-nh20 ,.m .m-nh20 ,.s .s-nh20 {margin-left:-20px;margin-right:-20px;}
.nh25 ,.l .l-nh25 ,.m .m-nh25 ,.s .s-nh25 {margin-left:-25px;margin-right:-25px;}
.nh30 ,.l .l-nh30 ,.m .m-nh30 ,.s .s-nh30 {margin-left:-30px;margin-right:-30px;}
.nh35 ,.l .l-nh35 ,.m .m-nh35 ,.s .s-nh35 {margin-left:-35px;margin-right:-35px;}
.nh40 ,.l .l-nh40 ,.m .m-nh40 ,.s .s-nh40 {margin-left:-40px;margin-right:-40px;}

/* Padding */
.pt0  ,.l .l-pt0  ,.m .m-pt0  ,.s .s-pt0  {padding-top:  0px;}
.pt5  ,.l .l-pt5  ,.m .m-pt5  ,.s .s-pt5  {padding-top:  5px;}
.pt10 ,.l .l-pt10 ,.m .m-pt10 ,.s .s-pt10 {padding-top: 10px;}
.pt15 ,.l .l-pt15 ,.m .m-pt15 ,.s .s-pt15 {padding-top: 15px;}
.pt20 ,.l .l-pt20 ,.m .m-pt20 ,.s .s-pt20 {padding-top: 20px;}
.pt25 ,.l .l-pt25 ,.m .m-pt25 ,.s .s-pt25 {padding-top: 25px;}
.pt30 ,.l .l-pt30 ,.m .m-pt30 ,.s .s-pt30 {padding-top: 30px;}
.pt35 ,.l .l-pt35 ,.m .m-pt35 ,.s .s-pt35 {padding-top: 35px;}
.pt40 ,.l .l-pt40 ,.m .m-pt40 ,.s .s-pt40 {padding-top: 40px;}
.pt45 ,.l .l-pt45 ,.m .m-pt45 ,.s .s-pt45 {padding-top: 45px;}
.pt50 ,.l .l-pt50 ,.m .m-pt50 ,.s .s-pt50 {padding-top: 50px;}
.pt60 ,.l .l-pt60 ,.m .m-pt60 ,.s .s-pt60 {padding-top: 60px;}
.pt70 ,.l .l-pt70 ,.m .m-pt70 ,.s .s-pt70 {padding-top: 70px;}
.pt80 ,.l .l-pt80 ,.m .m-pt80 ,.s .s-pt80 {padding-top: 80px;}
.pt90 ,.l .l-pt90 ,.m .m-pt90 ,.s .s-pt90 {padding-top: 90px;}
.pt100,.l .l-pt100,.m .m-pt100,.s .s-pt100{padding-top:100px;}

.pb0  ,.l .l-pb0  ,.m .m-pb0  ,.s .s-pb0  {padding-bottom:  0px;}
.pb4  ,.l .l-pb4  ,.m .m-pb4  ,.s .s-pb4  {padding-bottom:  4px;}
.pb5  ,.l .l-pb5  ,.m .m-pb5  ,.s .s-pb5  {padding-bottom:  5px;}
.pb8  ,.l .l-pb8  ,.m .m-pb8  ,.s .s-pb8  {padding-bottom:  8px;}
.pb10 ,.l .l-pb10 ,.m .m-pb10 ,.s .s-pb10 {padding-bottom: 10px;}
.pb15 ,.l .l-pb15 ,.m .m-pb15 ,.s .s-pb15 {padding-bottom: 15px;}
.pb20 ,.l .l-pb20 ,.m .m-pb20 ,.s .s-pb20 {padding-bottom: 20px;}
.pb25 ,.l .l-pb25 ,.m .m-pb25 ,.s .s-pb25 {padding-bottom: 25px;}
.pb30 ,.l .l-pb30 ,.m .m-pb30 ,.s .s-pb30 {padding-bottom: 30px;}
.pb35 ,.l .l-pb35 ,.m .m-pb35 ,.s .s-pb35 {padding-bottom: 35px;}
.pb40 ,.l .l-pb40 ,.m .m-pb40 ,.s .s-pb40 {padding-bottom: 40px;}
.pb45 ,.l .l-pb45 ,.m .m-pb45 ,.s .s-pb45 {padding-bottom: 45px;}
.pb50 ,.l .l-pb50 ,.m .m-pb50 ,.s .s-pb50 {padding-bottom: 50px;}
.pb52 ,.l .l-pb52 ,.m .m-pb52 ,.s .s-pb52 {padding-bottom: 52px;}
.pb55 ,.l .l-pb55 ,.m .m-pb55 ,.s .s-pb55 {padding-bottom: 55px;}
.pb60 ,.l .l-pb60 ,.m .m-pb60 ,.s .s-pb60 {padding-bottom: 60px;}
.pb70 ,.l .l-pb70 ,.m .m-pb70 ,.s .s-pb70 {padding-bottom: 70px;}
.pb80 ,.l .l-pb80 ,.m .m-pb80 ,.s .s-pb80 {padding-bottom: 80px;}
.pb90 ,.l .l-pb90 ,.m .m-pb90 ,.s .s-pb90 {padding-bottom: 90px;}
.pb100,.l .l-pb100,.m .m-pb100,.s .s-pb100{padding-bottom:100px;}

.pl0  ,.l .l-pl0  ,.m .m-pl0  ,.s .s-pl0  {padding-left:  0px;}
.pl5  ,.l .l-pl5  ,.m .m-pl5  ,.s .s-pl5  {padding-left:  5px;}
.pl10 ,.l .l-pl10 ,.m .m-pl10 ,.s .s-pl10 {padding-left: 10px;}
.pl15 ,.l .l-pl15 ,.m .m-pl15 ,.s .s-pl15 {padding-left: 15px;}
.pl20 ,.l .l-pl20 ,.m .m-pl20 ,.s .s-pl20 {padding-left: 20px;}
.pl25 ,.l .l-pl25 ,.m .m-pl25 ,.s .s-pl25 {padding-left: 25px;}
.pl30 ,.l .l-pl30 ,.m .m-pl30 ,.s .s-pl30 {padding-left: 30px;}
.pl35 ,.l .l-pl35 ,.m .m-pl35 ,.s .s-pl35 {padding-left: 35px;}
.pl40 ,.l .l-pl40 ,.m .m-pl40 ,.s .s-pl40 {padding-left: 40px;}
.pl45 ,.l .l-pl45 ,.m .m-pl45 ,.s .s-pl45 {padding-left: 45px;}
.pl50 ,.l .l-pl50 ,.m .m-pl50 ,.s .s-pl50 {padding-left: 50px;}
.pl60 ,.l .l-pl60 ,.m .m-pl60 ,.s .s-pl60 {padding-left: 60px;}
.pl70 ,.l .l-pl70 ,.m .m-pl70 ,.s .s-pl70 {padding-left: 70px;}
.pl80 ,.l .l-pl80 ,.m .m-pl80 ,.s .s-pl80 {padding-left: 80px;}
.pl90 ,.l .l-pl90 ,.m .m-pl90 ,.s .s-pl90 {padding-left: 90px;}
.pl100,.l .l-pl100,.m .m-pl100,.s .s-pl100{padding-left:100px;}
.pl103,.l .l-pl103,.m .m-pl103,.s .s-pl103{padding-left:103px;}
.pl110,.l .l-pl110,.m .m-pl110,.s .s-pl110{padding-left:110px;}
.pl170,.l .l-pl170,.m .m-pl170,.s .s-pl170{padding-left:170px;}
.pl200,.l .l-pl200,.m .m-pl200,.s .s-pl200{padding-left:200px;}

.pr0  ,.l .l-pr0  ,.m .m-pr0  ,.s .s-pr0  {padding-right:  0px;}
.pr5  ,.l .l-pr5  ,.m .m-pr5  ,.s .s-pr5  {padding-right:  5px;}
.pr10 ,.l .l-pr10 ,.m .m-pr10 ,.s .s-pr10 {padding-right: 10px;}
.pr15 ,.l .l-pr15 ,.m .m-pr15 ,.s .s-pr15 {padding-right: 15px;}
.pr20 ,.l .l-pr20 ,.m .m-pr20 ,.s .s-pr20 {padding-right: 20px;}
.pr25 ,.l .l-pr25 ,.m .m-pr25 ,.s .s-pr25 {padding-right: 25px;}
.pr30 ,.l .l-pr30 ,.m .m-pr30 ,.s .s-pr30 {padding-right: 30px;}
.pr35 ,.l .l-pr35 ,.m .m-pr35 ,.s .s-pr35 {padding-right: 35px;}
.pr40 ,.l .l-pr40 ,.m .m-pr40 ,.s .s-pr40 {padding-right: 40px;}
.pr45 ,.l .l-pr45 ,.m .m-pr45 ,.s .s-pr45 {padding-right: 45px;}
.pr50 ,.l .l-pr50 ,.m .m-pr50 ,.s .s-pr50 {padding-right: 50px;}
.pr60 ,.l .l-pr60 ,.m .m-pr60 ,.s .s-pr60 {padding-right: 60px;}
.pr70 ,.l .l-pr70 ,.m .m-pr70 ,.s .s-pr70 {padding-right: 70px;}
.pr80 ,.l .l-pr80 ,.m .m-pr80 ,.s .s-pr80 {padding-right: 80px;}
.pr90 ,.l .l-pr90 ,.m .m-pr90 ,.s .s-pr90 {padding-right: 90px;}
.pr100,.l .l-pr100,.m .m-pr100,.s .s-pr100{padding-right:100px;}

.ph0  ,.l .l-ph0  ,.m .m-ph0  ,.s .s-ph0  {padding-left:  0px;padding-right:  0px;}
.ph5  ,.l .l-ph5  ,.m .m-ph5  ,.s .s-ph5  {padding-left:  5px;padding-right:  5px;}
.ph10 ,.l .l-ph10 ,.m .m-ph10 ,.s .s-ph10 {padding-left: 10px;padding-right: 10px;}
.ph15 ,.l .l-ph15 ,.m .m-ph15 ,.s .s-ph15 {padding-left: 15px;padding-right: 15px;}
.ph20 ,.l .l-ph20 ,.m .m-ph20 ,.s .s-ph20 {padding-left: 20px;padding-right: 20px;}
.ph25 ,.l .l-ph25 ,.m .m-ph25 ,.s .s-ph25 {padding-left: 25px;padding-right: 25px;}
.ph30 ,.l .l-ph30 ,.m .m-ph30 ,.s .s-ph30 {padding-left: 30px;padding-right: 30px;}
.ph35 ,.l .l-ph35 ,.m .m-ph35 ,.s .s-ph35 {padding-left: 35px;padding-right: 35px;}
.ph40 ,.l .l-ph40 ,.m .m-ph40 ,.s .s-ph40 {padding-left: 40px;padding-right: 40px;}
.ph45 ,.l .l-ph45 ,.m .m-ph45 ,.s .s-ph45 {padding-left: 45px;padding-right: 45px;}
.ph50 ,.l .l-ph50 ,.m .m-ph50 ,.s .s-ph50 {padding-left: 50px;padding-right: 50px;}
.ph60 ,.l .l-ph60 ,.m .m-ph60 ,.s .s-ph60 {padding-left: 60px;padding-right: 60px;}
.ph70 ,.l .l-ph70 ,.m .m-ph70 ,.s .s-ph70 {padding-left: 70px;padding-right: 70px;}
.ph80 ,.l .l-ph80 ,.m .m-ph80 ,.s .s-ph80 {padding-left: 80px;padding-right: 80px;}
.ph90 ,.l .l-ph90 ,.m .m-ph90 ,.s .s-ph90 {padding-left: 90px;padding-right: 90px;}
.ph100,.l .l-ph100,.m .m-ph100,.s .s-ph100{padding-left:100px;padding-right:100px;}

.pv0  ,.l .l-pv0  ,.m .m-pv0  ,.s .s-pv0  {padding-top:  0px;padding-bottom:  0px;}
.pv1  ,.l .l-pv1  ,.m .m-pv1  ,.s .s-pv1  {padding-top:  1px;padding-bottom:  1px;}
.pv2  ,.l .l-pv2  ,.m .m-pv2  ,.s .s-pv2  {padding-top:  2px;padding-bottom:  2px;}
.pv3  ,.l .l-pv3  ,.m .m-pv3  ,.s .s-pv3  {padding-top:  3px;padding-bottom:  3px;}
.pv4  ,.l .l-pv4  ,.m .m-pv4  ,.s .s-pv4  {padding-top:  4px;padding-bottom:  4px;}
.pv5  ,.l .l-pv5  ,.m .m-pv5  ,.s .s-pv5  {padding-top:  5px;padding-bottom:  5px;}
.pv8  ,.l .l-pv8  ,.m .m-pv8  ,.s .s-pv8  {padding-top:  8px;padding-bottom:  8px;}
.pv10 ,.l .l-pv10 ,.m .m-pv10 ,.s .s-pv10 {padding-top: 10px;padding-bottom: 10px;}
.pv15 ,.l .l-pv15 ,.m .m-pv15 ,.s .s-pv15 {padding-top: 15px;padding-bottom: 15px;}
.pv20 ,.l .l-pv20 ,.m .m-pv20 ,.s .s-pv20 {padding-top: 20px;padding-bottom: 20px;}
.pv25 ,.l .l-pv25 ,.m .m-pv25 ,.s .s-pv25 {padding-top: 25px;padding-bottom: 25px;}
.pv30 ,.l .l-pv30 ,.m .m-pv30 ,.s .s-pv30 {padding-top: 30px;padding-bottom: 30px;}
.pv35 ,.l .l-pv35 ,.m .m-pv35 ,.s .s-pv35 {padding-top: 35px;padding-bottom: 35px;}
.pv40 ,.l .l-pv40 ,.m .m-pv40 ,.s .s-pv40 {padding-top: 40px;padding-bottom: 40px;}
.pv45 ,.l .l-pv45 ,.m .m-pv45 ,.s .s-pv45 {padding-top: 45px;padding-bottom: 45px;}
.pv50 ,.l .l-pv50 ,.m .m-pv50 ,.s .s-pv50 {padding-top: 50px;padding-bottom: 50px;}
.pv60 ,.l .l-pv60 ,.m .m-pv60 ,.s .s-pv60 {padding-top: 60px;padding-bottom: 60px;}
.pv70 ,.l .l-pv70 ,.m .m-pv70 ,.s .s-pv70 {padding-top: 70px;padding-bottom: 70px;}
.pv80 ,.l .l-pv80 ,.m .m-pv80 ,.s .s-pv80 {padding-top: 80px;padding-bottom: 80px;}
.pv90 ,.l .l-pv90 ,.m .m-pv90 ,.s .s-pv90 {padding-top: 90px;padding-bottom: 90px;}
.pv100,.l .l-pv100,.m .m-pv100,.s .s-pv100{padding-top:100px;padding-bottom:100px;}


.w20  ,.l .l-w20 ,.m .m-w20 ,.s .s-w20 {width: 20px;}
.w30  ,.l .l-w30 ,.m .m-w30 ,.s .s-w30 {width: 30px;}
.w40  ,.l .l-w40 ,.m .m-w40 ,.s .s-w40 {width: 40px;}
.w50  ,.l .l-w50 ,.m .m-w50 ,.s .s-w50 {width: 50px;}
.w60  ,.l .l-w60 ,.m .m-w60 ,.s .s-w60 {width: 60px;}
.w70  ,.l .l-w70 ,.m .m-w70 ,.s .s-w70 {width: 70px;}
.w80  ,.l .l-w80 ,.m .m-w80 ,.s .s-w80 {width: 80px;}
.w90  ,.l .l-w90 ,.m .m-w90 ,.s .s-w90 {width: 90px;}
.w100 ,.l .l-w100,.m .m-w100,.s .s-w100{width:100px;}
.w110 ,.l .l-w110,.m .m-w110,.s .s-w110{width:110px;}
.w120 ,.l .l-w120,.m .m-w120,.s .s-w120{width:120px;}
.w130 ,.l .l-w130,.m .m-w130,.s .s-w130{width:130px;}
.w140 ,.l .l-w140,.m .m-w140,.s .s-w140{width:140px;}
.w150 ,.l .l-w150,.m .m-w150,.s .s-w150{width:150px;}
.w160 ,.l .l-w160,.m .m-w160,.s .s-w160{width:160px;}
.w170 ,.l .l-w170,.m .m-w170,.s .s-w170{width:170px;}
.w180 ,.l .l-w180,.m .m-w180,.s .s-w180{width:180px;}
.w200 ,.l .l-w200,.m .m-w200,.s .s-w200{width:200px;}
.w210 ,.l .l-w210,.m .m-w210,.s .s-w210{width:210px;}
.w220 ,.l .l-w220,.m .m-w220,.s .s-w220{width:220px;}
.w240 ,.l .l-w240,.m .m-w240,.s .s-w240{width:240px;}
.w260 ,.l .l-w260,.m .m-w260,.s .s-w260{width:260px;}
.w270 ,.l .l-w270,.m .m-w270,.s .s-w270{width:270px;}
.w280 ,.l .l-w280,.m .m-w280,.s .s-w280{width:280px;}
.w300 ,.l .l-w300,.m .m-w300,.s .s-w300{width:300px;}
.w320 ,.l .l-w320,.m .m-w320,.s .s-w320{width:320px;}
.w570 ,.l .l-w570,.m .m-w570,.s .s-w570{width:570px;}
.w700 ,.l .l-w700,.m .m-w700,.s .s-w700{width:700px;}
.w960 ,.l .l-w960,.m .m-w960,.s .s-w960{width:960px;}

/*letter-spacing */
.lp0 ,.l .l-lp0,.m .m-lp0,.s .s-lp0 {letter-spacing:  0;}
.lp5 ,.l .l-lp5,.m .m-lp5,.s .s-lp5 {letter-spacing:  5px;}
.lp8 ,.l .l-lp8,.m .m-lp8,.s .s-lp8 {letter-spacing:  8px;}
.lp10,.l .lp10 ,.m .m-lp10,.s .s-lp10{letter-spacing:10px;}

.lnp8 ,.l .l-lnp8,.m .m-lnp8,.s .s-lnp8 {letter-spacing: -0.8px;}

/* line-height */
.lh10,.l .l-lh10,.m .lh10,.s .lh10{line-height:1.0}
.lh11,.l .l-lh11,.m .lh11,.s .lh11{line-height:1.1}
.lh12,.l .l-lh12,.m .lh12,.s .lh12{line-height:1.2}
.lh13,.l .l-lh13,.m .lh13,.s .lh13{line-height:1.3}
.lh14,.l .l-lh14,.m .lh14,.s .lh14{line-height:1.4}
.lh15,.l .l-lh15,.m .lh15,.s .lh15{line-height:1.5}
.lh16,.l .l-lh16,.m .lh16,.s .lh16{line-height:1.6}

/* vertical-align */
.vat,.l .l-vat,.m .m-vat,.s .s-vat{vertical-align: top;}
.vam,.l .l-vam,.m .m-vam,.s .s-vam{vertical-align: middle;}
.vab,.l .l-vab,.m .m-vab,.s .s-vab{vertical-align: bottom;}

.bordertop-line{border-top: 1px solid #bbb;}
.borderbottom-line{border-bottom: 1px solid #bbb;}
.bordertop-dot{border-top: 1px dotted #bbb;}
.borderbottom-dot{border-bottom: 1px dotted #bbb;}

.ib{display:inline-block;}

