@charset "utf-8";
/*-----------------------------------------*/
/* HTML5 display definitions */
/*-----------------------------------------*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}

/*-----------------------------------------*/
/* base */
/*-----------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}
html,
body {
  min-height: 100%;
}

/*-----------------------------------------*/
/* typography */
/*-----------------------------------------*/

b,
strong {
  font-weight: bold;
}
small {
  font-size: 75%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.25em;
}
sub {
  bottom: -0.25em;
}
em,
cite {
  font-style: normal;
}

/*-----------------------------------------*/
/* lists */
/*-----------------------------------------*/

ul {
  padding-left: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}

/*-----------------------------------------*/
/* embedded content */
/*-----------------------------------------*/

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}

iframe {
  border: 0;
  vertical-align: top;
}

/*-----------------------------------------*/
/* figure */
/*-----------------------------------------*/

figure {
  margin: 0;
}

/*-----------------------------------------*/
/* table */
/*-----------------------------------------*/

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

th,
td {
  vertical-align: top;
  text-align: left;
}

th {
  font-weight: normal;
}

/**********************************************************/
/* setup */
/**********************************************************/

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
table,
figure,
pre {
  margin: 0;
}

/*-----------------------------------------*/
/* typograpy */
/*-----------------------------------------*/
p,
li,
dt,
dd,
th,
td,
pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}

p,
ul,
ol,
dl,
th,
td,
button,
pre,
textarea {
  line-height: 1.5;
}

html {
  font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
th,
td,
button,
pre,
textarea,
time {
  /*font-size: medium;*/
  /*line-height: 1.5;*/
  font-weight: normal;
}

/*-----------------------------------------*/
/* link */
/*-----------------------------------------*/
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden; /* chromeのズレ修正 */
  backface-visibility: hidden; /* chromeのズレ修正 */
}

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: none;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

/*-----------------------------------------*/
/* img */
/*-----------------------------------------*/

img {
  max-width: 100%;
  /*	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;*/
}
a:hover img {
  opacity: 0.8;
}
