@charset "UTF-8";
BODY{
    
  font-size: 16px;  
  color : #4f4f4f;
  background-color: #f6f7f8;
  



  font-family: "Hiragino Mincho ProN",
	YuMincho,
	serif;

    line-height: 1.7;
    letter-spacing: 0.1em;

  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: 16px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 50px; /* 上下も少し調整したい場合 */
    margin-bottom: 80px;
  }

  table {
    width: 100%;
    max-width: 100%;
  }

  p {
    margin-top: 30px; /* スマホで余白が大きすぎる場合 */
  }



