@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%;/*vertical-align:baseline;*/background:transparent}
    body{line-height:1}
    article,aside,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}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

table,caption,tbody,tfoot,thead,tr,th,td { margin:0;padding:0;/*border:0;outline:0;*/ }
table { /*border-collapse:collapse; border-spacing:0;*/ font-size:inherit; }
td, th { text-align:left; }
caption { text-align:left;}

hr { border:0; height:1px; background:#ccc; }

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; }

body {
  -webkit-text-size-adjust: 100%;
  font-family:"游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2em;
  font-size:10px; /font-size:62.5%; font-size:62.5%;\9 
}

.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: 768px) {
  html{
    font-size: 85%;
  }
}

@media screen and (max-width: 540px) {
  html{
    font-size: 80%;
  }
}