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


body {
overflow-x: hidden;
font-family:'HGｺﾞｼｯｸE', 'HGPｺﾞｼｯｸE', '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: 80%;
  /*行間の指定*/
  line-height: 1.7;
  /*サイト全体にかかるmarginをリセット*/
  margin: 0;
  /*サイト全体にかかるpaddingをリセット*/
  padding: 0;
  /*サイトのデフォルトとなる文字の色を指定*/
  color: #595959;
}


p {font-size: 110%;
   line-height: 200%;          /* 縦行間調整 */
  margin: 0 0 15px 0;
}

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

a img:hover {
	opacity: 0.8 ;
}


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