@charset "utf-8";
/* ------------------
created date 2013.3

body
------------------ */

/* common */
*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
html{
height:100%;
margin:0;
padding:0;
}
.oldie body{
font-family: "ＭＳ ゴシック";
}
.win body{
font-family: "メイリオ", Meiryo;
}
body {
font-family:"Gruppo","Economica","Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
font-size:12px;
line-height:1;
}
.msie body {
font-size: 75%;
}
.oldie{
background-color: transparent;
-webkit-font-smoothing: antialiased;
}
.noHighlight{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.executeHidden{visibility: hidden !important;}
.disnon{display:none; !important;}
h1, h2, h3, h4, h5, h6, p, span, ul, li, dl, dt, dd{
margin:0;
padding:0;
}
ul, ol{
list-style-type:none;
}
h1, h2, h3, h4, h5, h6 {
font-size: 1em;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;
vertical-align: bottom;
}

.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}