@charset "utf-8";

body{
-webkit-text-size-adjust: 100%;
font-feature-settings : "pkna";
letter-spacing: 0.03em;
margin:0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

img{border:none; height:auto;}
ul{list-style: none;margin:0;padding:0}
p{margin:0;}
/* ##### Ohters ##### */
.All_Block{
    width:100%;
}
.Float_Left{
    float: left;
}
.Float_Right{
    float: right;
}
.Align_Left{
    text-align:left;
}
.Align_Right{
    text-align:right;
}
.Align_Center{
    text-align:center;
}
.C-Both {
  clear: both;
}



.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */