@charset "UTF-8";
/*Config Vars*/
/*functions*/
/*Extends*/
/* line 4, ../sass/common/_extend.scss */
#library > section > table > tbody > tr td > dl {
  display: block;
}
/* line 6, ../sass/common/_extend.scss */
#library > section > table > tbody > tr td > dl:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
}

/* line 44, ../sass/common/_extend.scss */
#library > div > section > h1 {
  font-size: 158%;
  font-weight: bold;
  line-height: 115%;
  text-align: left;
}

/*Mixins*/
/* line 8, ../sass/library_centers.scss */
#library > section > table > tbody > tr th {
  text-align: left;
  border-right: solid 1px #333;
  padding: 7px;
}
/* line 13, ../sass/library_centers.scss */
#library > section > table > tbody > tr th {
  background-color: #f0ead3;
}
/* line 18, ../sass/library_centers.scss */
#library > section > p {
  text-indent: 1em;
  padding-top: 15px;
}
/* line 23, ../sass/library_centers.scss */
#library > section > table {
  margin-top: 5px;
  width: 100%;
}
/* line 27, ../sass/library_centers.scss */
#library > section > table > thead > tr th {
  color: #FFF;
  width: 50%;
  background-color: #009fcd;
}
/* line 31, ../sass/library_centers.scss */
#library > section > table > thead > tr th:first-child {
  border-right: solid 1px #333;
}
/* line 33, ../sass/library_centers.scss */
#library > section > table > thead > tr th:first-child + th {
  width: 9em;
}
/* line 36, ../sass/library_centers.scss */
#library > section > table > thead > tr th:first-child + th + th {
  width: 18em;
  border-left: solid 1px #333;
}
/* line 41, ../sass/library_centers.scss */
#library > section > table > thead > tr th > span {
  display: none;
}
/* line 47, ../sass/library_centers.scss */
#library > section > table > tbody > tr:hover {
  background-color: rgba(220, 201, 122, 0.15);
}
/* line 50, ../sass/library_centers.scss */
#library > section > table > tbody > tr th {
  border-top: solid 1px #333;
  vertical-align: middle;
}
/* line 55, ../sass/library_centers.scss */
#library > section > table > tbody > tr th + td + td {
  border-left: solid 1px #333;
}
/* line 59, ../sass/library_centers.scss */
#library > section > table > tbody > tr td {
  text-align: center;
  vertical-align: middle;
  border-top: solid 1px #333;
  padding: 7px;
}
/* line 65, ../sass/library_centers.scss */
#library > section > table > tbody > tr td > span {
  color: #009fcd;
}
/* line 69, ../sass/library_centers.scss */
#library > section > table > tbody > tr td > dl {
  text-align: left;
}
/* line 72, ../sass/library_centers.scss */
#library > section > table > tbody > tr td > dl dt, #library > section > table > tbody > tr td > dl dd {
  display: block;
}
/* line 75, ../sass/library_centers.scss */
#library > section > table > tbody > tr td > dl dt {
  float: left;
  clear: left;
}
/* line 78, ../sass/library_centers.scss */
#library > section > table > tbody > tr td > dl dt:after {
  content: "/";
  padding: 0 7px;
}
/* line 90, ../sass/library_centers.scss */
#library > div {
  margin-top: 40px;
  display: table;
  width: 100%;
}
/* line 95, ../sass/library_centers.scss */
#library > div > section {
  display: table-cell;
  width: auto;
}
/* line 98, ../sass/library_centers.scss */
#library > div > section > h1 {
  margin-bottom: 5px;
}
/* line 102, ../sass/library_centers.scss */
#library > div > section > h1:before {
  content: "";
  background-image: url(../img/library_centers/library/p01.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 100%;
  height: 200px;
  display: block;
  margin-bottom: 10px;
}
/* line 114, ../sass/library_centers.scss */
#library > div > section:last-child {
  padding-left: 25px;
}
/* line 117, ../sass/library_centers.scss */
#library > div > section:last-child > h1:before {
  background-image: url(../img/library_centers/library/p02.jpg);
}
/* line 125, ../sass/library_centers.scss */
#library > div > section > details > dl {
  display: table;
  border-spacing: 0;
}
/* line 128, ../sass/library_centers.scss */
#library > div > section > details > dl dt {
  display: table-cell;
  white-space: nowrap;
}
/* line 131, ../sass/library_centers.scss */
#library > div > section > details > dl dt:before {
  content: "・";
}
/* line 134, ../sass/library_centers.scss */
#library > div > section > details > dl dt:after {
  content: ":";
  padding: 0 7px;
}

/* line 148, ../sass/library_centers.scss */
#center > ul {
  padding: 15px;
}
/* line 150, ../sass/library_centers.scss */
#center > ul > li {
  padding: 5px 0;
}
