@charset "UTF-8";
/* html5doctor.com Reset Stylesheet v1.4 2009-07-27 Author: Richard Clark - http://richclarkdesign.com */
html,body {
  min-height: 100%;
}

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,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
  "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
  "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
  "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;

  -moz-osx-font-smoothing: grayscale;
}

article,aside,dialog,figure,footer,header,hgroup,nav,section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: "";
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title],dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

input,select {
  vertical-align: middle;
}

select,input,button,textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  font-family: "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
  "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.clearfix:before,.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clr {
  content: " ";
  clear: both;
  overflow: hidden;
  margin: 0 -1px -1px 0;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  font-size: 0;
  line-height: 0;
}

sup {
  vertical-align: top;
  font-size: 10px;
}

sub {
  vertical-align: bottom;
  font-size: 10px;
}

/*a{}
a:visited{}*/
small {
  margin-left: 3px;
  font-size: 80%;
}

img {
  width: 100%;
  height: auto;
}

* {
          box-sizing: border-box;

  -webkit-box-sizing: border-box;
}

pre {
  overflow-x: auto;
  margin-bottom: 30px;
  padding: 5px;
  background: #555;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}

xmp {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}
