@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
  margin: 0;
  padding: 0;
  color: #444;
  line-height: 1;
  font-family: 'Noto Sans Japanese', 'Yu Gothic', YuGothic, Meiryo, sans-serif;
}
small, address, figcaption { margin:0; padding:0; font-size:100%; font-weight:normal; font-style:normal; }
h1, h2, h3, h4, h5, h6 { margin:0; padding:0; font-size:100%; font-weight:normal; font-style:normal; }
img {
    border: 0;
    font-size: 100%;
    font-weight: 400;
    font: inherit;
    vertical-align: bottom;
    width: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
  color: #444;
    line-height: 1;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration:none;
    overflow: hidden;
}
body {
    -webkit-text-size-adjust: 100%;
}
p {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
a:hover,a.selected{
    text-decoration:none;
    overflow: hidden;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity:0.5;
}

@media print, screen and (max-width:736px) {

  [pc] {
    display: none !important;
  }

}

@media print, screen and (min-width:737px) {

  [sp] {
    display: none !important;
  }

}
