/* フォームメール用スタイルシート */

body {
	font-size: 15px;
	line-height: 140%;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    background-color: #f1f1f1;
}
.main h2 {
    margin-left: 10px;
}
/*----------------------ハンバーガーメニュー---------------------------------*/
#menu div a{
	/*デザイン*/
	background-color: #f1f1f1;
}
/*------------------------ お問い合わせフォーム ----------------------------*/
div#MAINLAYOUT {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
/*	border: 1px solid #ccc;*/
}
div#FORM table {
    padding: 0 10px;
	/*border: 1px solid #ccc;*/
}
div#FORM {
	padding: 0 10px;
}
div#FORM .SmallType {
	font-size: 15px;
	font-weight: normal;
	line-height: normal;
}
div#FORM form {
	margin: 0px;
}
div#FORM td {
    /*margin: px;*/
	padding: 5px 20px;
	/*background: #;*/
	width: 350px;
}
div#FORM th {
  color: #555;
	font-weight: 300;
	text-align: left;
	padding: 5px;
	/*background-color: #e5e5e5;*/
	vertical-align: top;
}
div#FORM .Submit {
	/*background: #f1f1f1;*/
	text-align: center;
    font-size: 90%;
    color: #555;
}
input{
    font-size: 100%;
    font-family: inherit;
    /*border-radius: 0px;*/
}
.ERR {
	color: #f00;
}
input[type=text],textarea {
    width:800px;
}

/* 著作権表記用 */
div#Copyright {
	text-align: right;
	margin-top: 2px;
	font-size: 10px;
    padding-right: 40px;
}
div#Copyright a:link, div#Copyright a:visited {
	color: #999999;
	text-decoration: none;
}
div#Copyright a:hover {
	text-decoration: underline;
}

/* ---------------------------------
メディアクエリー
--------------------------------- */
@media screen and (min-width : 767px){
    #menu {
        display: none;
    }
}
@media screen and (max-width : 766px){
  /* 基本要素 */
  /*------------------------------ ナビゲーション */
  /* メイン部分 */
    input[type=text],textarea {
        width:100%;
        border-radius: 0px;
    }
  div#MAINLAYOUT {
	width: 100%;
	margin: 0 auto;
	padding: 3px;
    /*	border: 1px solid #ccc;*/
  }
  div#FORM {
      margin: 0 auto;
  }
  div#FORM table {
    width: 100%;
    padding-left: 0;
  }
  div#FORM {
    width: 90%;
  }
  div#FORM form {
    width: 100%;
  }
  div#FORM td {
    width: 50%;
  }
  div#FORM th {
    width: 20%;
    font-size: 80%;
  }
  div#FORM p {
    font-size: 80%;
  }
  div#FORM .Submit {
    width: 100%;
    font-size: 80%;
  }
  /*div#FORM .input-button {
    border-radius: 0%;
  }*/
}