body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 150%;
  color: #444;
  background-color: #ffffff;
}
/* 施設基準提示 */
.fs_box {
  width: 960px;
  margin: 80px auto;
}
.fs_ttl {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.fs_sub_ttl {
	font-size: 18px;
	font-weight: bold;
  color: #005bac;
}
.textblue {
  margin: 15px 0px 8px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #005bac;
}
.listpri {
  margin: 10px 0px 10px 18px;
}
.listpri li {
  font-size: 13px;
  line-height: 18px;
  list-style-type: square;
}
.top_space {
  margin-top: 12px;
}
.fs_table {
  width: 100%;
  margin-top: 20px;
  border-collapse: separate;
}
.fs_table_th,
.fs_table_td {
  background-color: #F3F3F3;
  padding: 20px;
  font-size: 16px;
  border: 2px solid #fff;
  line-height: 1.8em;
  word-break: break-all;
}
@media only screen and (max-width: 1200px) {
	.fs_ttl {
		font-size: 20px;
	}
  .fs_sub_ttl {
    font-size: 16px;
  }
  .textblue {
    font-size: 14px;
  }
}
@media only screen and (max-width: 960px) {
  .fs_box {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}