@charset "Shift_JIS";

/* 全体の設定 */

/* フォントファミリー */
body {
  font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* ブラウザの余白設定を0にする */
* {
    margin: 0px;
    padding: 0px;
}

/* 全体の背景 */
body{
   background-color: #D4FF6D;
  } 

/* つねにスクロールバーを表示*/
html{
	overflow-y:scroll;
	}

/* 画像を幅に合わせて変更*/
img {
   max-width: 100%;
}

/* リンクの下線を消す*/
a {
text-decoration: none;
}
a {
  transition: color .3s;
}
