

// @font-face {
//     font-family: 'LATOLIGHT';
//     src: url('/themes/bluemoon/pc_en/fonts/LATOLIGHT/LATOLIGHT.eot');
//     src: url('/themes/bluemoon/pc_en/fonts/LATOLIGHT/LATOLIGHT.eot') format('embedded-opentype'),
//          url('../font/LATOLIGHT.woff') format('woff'),
//          url('/themes/bluemoon/pc_en/fonts/LATOLIGHT/LATOLIGHT.woff2') format('woff2'),
//          url('../font/LATOLIGHT.ttf') format('truetype'),
//          url('../font/LATOLIGHT.svg') format('svg');
// }
// @font-face {
//     font-family: 'LATOREGULAR';
//     src: url('/themes/bluemoon/pc_en/fonts/LATOREGULAR/LATOREGULAR.eot');
//     src: url('/themes/bluemoon/pc_en/fonts/LATOREGULAR/LATOREGULAR.eot') format('embedded-opentype'),
//          url('../font/LATOREGULAR.woff') format('woff'),
//          url('/themes/bluemoon/pc_en/fonts/LATOREGULAR/LATOREGULAR.woff2') format('woff2'),
//          url('../font/LATOREGULAR.ttf') format('truetype'),
//          url('../font/LATOREGULAR.svg') format('svg');
// }
@font-face {
    font-family: 'LatoBlack';
    src: url('../font/LatoBlack.eot');
    src: url('../font/LatoBlack.eot') format('embedded-opentype'),
         url('../font/LatoBlack.woff') format('woff'),
         url('/themes/bluemoon/pc_en/fonts/LatoBlack/LatoBlack.woff2') format('woff2'),
         url('../font/LatoBlack.ttf') format('truetype'),
         url('../font/LatoBlack.svg') format('svg');
}


// @font-face {
//     font-family: 'latothin';
//     src: url('/themes/bluemoon/pc_en/fonts/lato-thin/lato-thin_1.eot');
//     src: url('/themes/bluemoon/pc_en/fonts/lato-thin/lato-thin_1.eot?') format('embedded-opentype'),
//          url('../font/lato-thin_1.woff') format('woff'),
//          url('/themes/bluemoon/pc_en/fonts/lato-thin/lato-thin_1.woff2') format('woff2'),
//          url('/themes/bluemoon/pc_en/fonts/lato-thin/LATO-THIN_1.ttf') format('truetype'),
//          url('../font/lato-thin_1.svg') format('svg');
//     font-weight: normal;
//     font-style: normal;

// }

@font-face {
    font-family: 'MYRIADWEBPRO';
    src: url('../font/MYRIADWEBPRO.eot');
    src: url('../font/MYRIADWEBPRO.eot') format('embedded-opentype'),
         url('../font/MYRIADWEBPRO.woff') format('woff'),
         url('/themes/bluemoon/pc_en/fonts/MYRIADWEBPRO/MYRIADWEBPRO.woff2') format('woff2'),
         
         url('../font/MYRIADWEBPRO.ttf') format('truetype'),
         url('../font/MYRIADWEBPRO.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit; 
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-transform: none;
    text-decoration: none;
    color:#5b5b5b;
    font-family:"MYRIADWEBPRO",Arial,"Microsoft Yahei";
}
strong{
    font-style: inherit; 
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-transform: none;
    text-decoration: none;
    color:#5b5b5b;
    font-family:"MYRIADWEBPRO",Arial,"Microsoft Yahei";
}
:focus {
    outline: 0;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
a img, iframe {
    border: none;
}
ol, ul {
    list-style: none;
}
input, textarea, select, button {
    font-size: 100%;
    font-family: inherit;
}
select {
    margin: inherit;
}
img{display: block; padding: 0; margin: 0;}
/* Fixes incorrect placement of numbers in ol’s in IE6/7 */
ol { margin-left:2em; }
/* == clearfix == */
.clearfix:after {
    content: “.”;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;

}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block; clear: both; float: none;}
