@charset "utf-8";

/* ----------------------------------------

reset

---------------------------------------- */
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,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  list-style: none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #333;
  word-wrap: break-word;
  font-weight: 400;
  font-family: 游ゴシック,Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
  empty-cells: show;
  border-spacing: 0;
}
table th,table td {
  font-size: 100%;
}
a {
  outline: none;
}
a:link {
  color: #01addf;
  text-decoration: underline;
}
a:visited {
  color: #01addf;
  text-decoration: underline;
}
a:hover {
  color: #01addf;
  text-decoration: none;
}
a:active {
  color: #01addf;
  text-decoration: none;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
textarea,input[type="text"],input[type="password"],input[type="button"],input[type="submit"] {
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media print {
}
.font_lato {
  font-family: 'Lato', sans-serif;
}
_:-ms-fullscreen, :root section {
}
