@charset "UTF-8";
BODY{
    
  font-size: 17px;  
  color : #4f4f4f;
  background-color: #f6f7f8;
  



  line-height: 1.8;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  margin-top : 150px;
  margin-bottom:120px;
}


  A,A:link,A:visited{   
  color : #000000;
  text-decoration : none;
}A:hover{     
  color : #999999;
  text-decoration : none;
}


table {
    border: 0px;
    width: 750px;
    margin: 0 auto;

    　　　
}



P{ 
 
  margin-top : 0px;
margin-bottom : 60px;
 
}




@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 50px; /* 上下も少し調整したい場合 */
    margin-bottom: 80px;
  }

  table {
    width: 100%;
    max-width: 100%;
  }



