@charset "UTF-8";
/*! ========================================
このCSSファイルはSassから生成しております。
編集する際はSassファイルより編集を行ってください。
========================================= */
.trans {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*===========================================
	Shared Style
=============================================*/
body {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 0;
  text-align: left;
  color: #333;
  height: 100%;
  word-wrap: break-word;
}

html {
  height: 100%;
}

img {
  border: none;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, p, img, form, input, textarea {
  margin: 0px;
  padding: 0px;
}

section,
article {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

p {
  line-height: 160%;
}

/*===========================================
	リセットCSS
=============================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

address {
  font-style: normal;
}

ol, ul {
  list-style: none;
}

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

/* 余白解除 */
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
