@charset "UTF-8";

/*------------------------------
---------------------------------body*/

body{
  max-width:100%;
/*  background:#37395C;
*/  color:#413d3c;
  font-family:
    Helvetica,
    "Lucida Sans Unicode",
    "Lucida Grande",
    "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, sans-serif;
  font-size:16px;
  line-height:1.6;
}

body#top_page {
  background-image:url(../img/main.png);
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
  /* 画像を繰り返し表示しない */
  background-repeat: no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #464646;
}
/*------------------------------
---------------------------------header*/


/*------------------------------contact/index.html
---------------------------------#contact_page*/


section.g-form p{
  max-width:640px;
}

section.g-form p iframe{
  width:100%;
}


/*------------------------------
---------------------------------works_page*/
