 /*
Theme Name: ROKUSHU
Theme URI: https://rokushu.com/
Description: ROKUSHU様用
Version: 1.0
Author: @Try
Author URI: 
 */

/* RESET CSS */

html {
  scroll-behavior:smooth;
}

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;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  color: #333;
  font-size: 16px;
  line-height: 1.618;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

body {
font-family: 'Noto Serif JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', serif;
}

img {
  vertical-align:bottom;
  max-width: 100%;
  height: auto;
}

.cf::after {
  content: "";
  clear: both;
  display: block;
}

a{
  color: #333;
  text-decoration: none;
}

a:hover , a:visited{
  color: #333;
}

strong{
  color: #E53C00;
  font-weight:800;
}

b{
  font-weight: bold;
}

blockquote{
  background: #fefefe;
  border: 1px dotted #ccc;
  margin: 0;
  padding: 1em 1em 0;
}

dt{
  font-weight: bold;
}

dd{
  margin-bottom: 1em;
  margin-left: 1em;
}

time{
  display: block;
  text-align: right;
}

iframe{
  width: 100%;
}


