@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*font-family: 'Marcellus', serif;
font-family: 'Noto Serif JP', serif;*/

/* common
   ========================================================================== */
body{
  -webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

::selection {background: #ccc; color: #fff;}
::-moz-selection {background: #ccc; color: #fff;}

img{
  max-width: 100%;
  height: auto;
}
*:focus {
  outline: none;
}
th,td{
  font-weight: normal;
}

