@charset "utf-8";
<!--エンコード:UTF-8-->
/*
theme Name: Lever Webレスポンシブテーマ
Author: imegg
Description: original theme
version： 1.0.0
*/


body {
overflow-x: hidden;
font-family:'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体',
'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
/*サイト全体のフォントサイズを指定*/
   font-size: 100%;
  /*行間の指定*/
  line-height: 1.7;
  /*サイト全体にかかるmarginをリセット*/
  margin: 0;
  /*サイト全体にかかるpaddingをリセット*/
  padding: 0;
  /*サイトのデフォルトとなる文字の色を指定*/
  color: #333;
}

/*ワイド表示*/
#body-inside{
overflow-x: hidden;
}


/*テーブル余白を削除---------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}