

/*-----------------
	レスポンシブ対応
-------------------*/

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.6;
    padding: 10px;
  }

  #page_width, #page {
    width: 100% !important;
    padding: 10px;
  }

  #index_top_img img,
  #footer_line img,
  #footer_logo img {
    max-width: 100%;
    height: auto;
  }


  #index_contents, #news, #index_text, #index_link {
    width: 100% !important;
  }



  /* スマホで横スクロールが出ないように */
  img {
    max-width: 100%;
    height: auto;
  }
}



/* 画像の縮小を最小限にしつつ、画面をはみ出さない方法 */
#index_top_img {
  width: 100%;
  max-width: 745px;
  margin: 0 auto;
  overflow: hidden;
}

#index_top_img img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
