@charset "UTF-8";
/*/////////// base ////////////*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 100%;
  line-height: 1.5em;
  color: #333333;
  background: #fff none no-repeat 0 0 scroll;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.bnr-img{
    margin: 0 auto;
    text-align: center;
}
.bnr-img{
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0px;
    text-align: center;
}
.lp-img img{
    /*margin-bottom: 100px;*/
}
