@charset "UTF-8";
/* CSS Document */
#billboard {
}
#section01 .ttl01 {
  font-size: 112.5%;
  text-align: center;
  margin: 3em 0 1em;
}
#section01 .inner01 {
}
#section01 .inner01 table {
	width: 100%;
	margin: 0 auto;
}
#section01 .inner01 table + table {
  margin-top: 3em;
}
#section01 .inner01 table tr th,
#section01 .inner01 table tr td {
	font-size: 87.5%;
	line-height: 1.5;
	text-align: left;
	padding: 1em 1em 1em 1.5em;
	border-top: 1px solid #ccc;
}
#section01 .inner01 table tr:last-child th,
#section01 .inner01 table tr:last-child td {
	border-bottom: 1px solid #ccc;
}
#section01 .inner01 table tr th {
  font-weight: normal;
	width: 16em;
	background: #f4f2ee;
}
#section01 .inner01 table tr td {
}
#section01 .inner01 table tr td span {
	font-size: 50%;
}
#section01 .inner01 .txt01.pre {
  font-size: 14px;
  line-height: 1.5;
  margin: 3em 0;
}
#section01 .inner01 .txt01.pre2 {
  font-size: 14px;
  line-height: 1.5;
  margin: 1em 0 0;
}
#section01 .inner01 .img01 {
  max-width: 300px;
  margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
}
@media only screen and (max-width: 960px) {

}
@media (min-width: 768px) {

}
@media only screen and (max-width: 767px) {
  #section01 .inner01 {
    margin-top: 3em;
  }
  #section01 .ttl01 {
    font-size: 137.5%;
    margin-bottom: 1em;
  }
  #section01 .inner01 table tr th {
    width: 9.5em;
    padding: 1em;
  }
  #section01 .inner01 table tr td {
    padding: 1em;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
}