﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: -apple-system, ‘Helvetica Neue’, ‘Hiragino Kaku Gothic ProN’, ‘游ゴシック Medium’, ‘メイリオ’, meiryo, sans-serif;
}

#wrap{
	background: #fbfdf5;
	clear: both;
}

h1, h2, h3, h4 {
	color: rgb(117, 159, 109);
}

/* 募集要項テーブル */
.recruit-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto;
  font-size: 16px;
  color: #333;
}

.recruit-table th,
.recruit-table td {
  border: 1px solid #d9e6d2;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

.recruit-table th {
  background-color: #f1f8ee;
  color: rgb(117, 159, 109);
  width: 25%;
  font-weight: normal;
}

.recruit-table td {
  background-color: #ffffff;
}


.recruit-table td ul {
  list-style-type: disc;
}

#fotter{
	color: #ffffff!important;
}
