@charset "utf-8";

/*/--------------------------------------------------------------------------/*/
/* ===== CSS PROPERTY RESET ===== */
/*/--------------------------------------------------------------------------/*/

html,body{
margin:0;
padding:0;
}

h1,h2,h3,h4,h5{
margin:0;
padding:0;
}

p,address,ul,ol,dl,dd,caption,form,td,th{
margin:0;
padding:0;
text-align:left;
}

table{border-collapse:collapse;
border-spacing:0;
border:none;
}

object{
outline:none;
}

ul ul,
ul ol,
ul dl,
ol ul,
ol ol,
ol dl,
dl ul,
dl ol,
dl dl{
font-size:100% !important;
}

img{
vertical-align:top;
image-rendering:-webkit-optimize-contrast;
image-rendering:crisp-edges;
}

a img{
border:none;
}

address,em,dfn,strong,b{
font-style:normal;
font-weight:normal;
}

input,textarea{
font-size:12px;
}

/*/--------------------------------------------------------------------------/*/
/* ===== COMMON CLASS ===== */
/*/--------------------------------------------------------------------------/*/


/*---------------------------*/
/* --- HIDDEN --- */
/*---------------------------*/

.hidden{
display:none;
}

/*---------------------------*/
/* --- ALIGN --- */
/*---------------------------*/

/* ALIGN */

.lefting{
text-align:left;
}

.righting{
text-align:right;
}

.centering{
text-align:center;
padding-right:0;
padding-left:0;
}

/*---------------------------*/
/* --- FLOAT CLEAR --- */
/*---------------------------*/

.clrLeft{
clear:left;
}
.clrRight{
clear:right;
}

.clrBoth{
clear:both;
}

/*---------------------------*/
/* --- FONT COLOR --- */
/*---------------------------*/

.color_red{
color:#E50112;
}

/*---------------------------*/
/* --- FONT WIEHGT/STYLE --- */
/*---------------------------*/

.bold{
font-weight:bold !important;
}

.italic{
font-style:italic !important;
}

/*---------------------------*/
/* --- FONT SIZE --- */
/*---------------------------*/

.fs10{
font-size:62.5%;
}

.fs12{
font-size:75%;
}

.fs14{
font-size:87.5%;
}
.fs16{
font-size:100%;
}

.fs10px{
font-size:10px !important;
}

.fs12px{
font-size:12px !important;
}

.fs14px{
font-size:14px !important;
}

.fs16px{
font-size:16px !important;
}
