@charset "utf-8";

/* BASE =============================== */
body {
margin: 0;
line-height:1.8;
font-family: "Hiragino Kaku Gothic ProN", sans-serif;
/*font: 14px/1.8em 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
}


/*---フォーム---*/
input, textarea {
	width: 100%;
	box-sizing: border-box;
	line-height: 1.8em;
	font-size: 13px;
}
form {
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

input[type="submit"] {
  width: 200px; line-height: 1.8em; font-size: 14px; font-weight:800;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 3px 19px;   /* 余白       */
  background    : #E4A235;     /* 背景色     */
  box-shadow    : none;        /* カーソル時の影消去 */  
  color         : #ffffff;     /* 文字色     */
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

input[type="submit"]:hover {
   /* マウスが載ったとき */
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #d8801c;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}

input[type="button"] {
   /* input要素のうちtype属性値がbuttonのものに対して装飾 */
  width: 200px; line-height: 1.8em; font-size: 14px; font-weight:800;       /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 3px 19px;   /* 余白       */
  background    : #E4A235;     /* 背景色     */
  box-shadow    : none;        /* カーソル時の影消去 */  
  color         : #ffffff;     /* 文字色     */
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

input[type="button"]:hover {
   /* マウスが載ったとき */
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #d8801c;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}


/*---テキスト---*/
.txt_white { color: #FFFFFF;}
.txt_green { color: #109236;}
.txt_red { color: #BF0002;}
.txt_brown { color: #8C3E00; font-weight: bold; font-size: 15px; line-height: 1.5em;}
.txt12 { font-size:12px;} 

/*テーブル（スマホ・レスポンシブ）
-----------------------------------------*/
.table-sp {
	width: 100%;
	/*display: block;*/
}
.table-sp th {
	/*border-bottom: 1px solid #C0C0C0;*/
	text-align: left;
	padding-left:10px;
	width: 30%;
	font-size: 13px;
	background-color: #F4F4F4}
.table-sp td {
	/*border-bottom: 1px solid #C0C0C0;*/
	padding: 10px;
}

/* Mobile*/
@media screen and (max-width : 600px) {
/*テーブル（スマホ・レスポンシブ）
-----------------------------------------*/
.table-sp,
.table-sp tbody,
.table-sp thead,
.table-sp tr,
.table-sp td,
.table-sp th {
	display: block;
	border-bottom: none;
	width: 100%;
}
.table-sp th {
	width: auto;
	background-color: #DCDCDC;
}
}
