@charset "UTF-8";

/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,button{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent}

body{line-height:1}

article,aside,main,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}

input,select{vertical-align:middle}

table,caption,tbody,tfoot,thead,tr,th,td { margin:0;padding:0; }
table { font-size:inherit; }
td, th { text-align:left; }
caption { text-align:left;}



ul, ol { list-style:none; }

form { margin:0px; padding:0; }
fieldset { border:0; }
address, caption, cite, code, dfn, strong, th, var { font-style:normal; }
q:before, q:after {  content:''; }
abbr, acronym { border:0; }

img { max-width:100%; height:auto; vertical-align:bottom; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

body {
  -webkit-text-size-adjust : 100%;
  word-break: break-all;
  font-family:Arial, Helvetica, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height:1;
  font-size:16px;
}

.clearfix:after { content: "."; display: block;  clear: both; height: 0; visibility: hidden; }
.clearfix { min-height:1px; }
* html .clearfix { height:1px; }

* { box-sizing: border-box; margin:0; padding:0; }

@media screen and (max-width: 480px) {
  body{
    font-size: 90%;
  }
}
