/* Sass Document */
body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  /*	font-family: "Noto Sans Japanese",Verdana,sans-serif;*/
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  color: #020202; }

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

html {
  height: 100%;
  /*font-size:62.5%;*/
  overflow-y: scroll; }

h1, h2 {
  font-family: serif;
  text-align: center;
  margin: 0 auto; }

body, main {
  background: url("../img/bg_beige.jpg"); }

.hiddenText {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.mincho {
  font-family: "Sawarabi Mincho"; }

.box-shadow {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); }

.btn_hover {
  display: block;
  background: #fff; }
  .btn_hover:hover {
    transition: all 0.8s;
    filter: alpha(opacity=70);
    /* IE 6,7*/
    -moz-opacity: 0.7;
    /* IE 8,9 */
    opacity: 0.7; }

.clearfix:after {
  clear: both;
  content: '';
  display: block; }
