@charset "UTF-8";

/* HELP STYLE */
.align-center {
	text-align: center !important;
	/* margin: auto; */
}
/*
th#help {
	text-align: center;
	margin: auto;
}
*/
.align-middle {
  vertical-align: middle !important;
}
/*
th#help {
  vertical-align: middle;
}
*/
/*
div.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
*/
/*
tr {
  display:block;
  margin-bottom: 10px;
}

th {
  display: block;
  width: 100%;
}

td {
  display: list-item;
  width: 90%;
  margin-left: 10%;
  border:mpne;
}
*/

.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


p {
  white-space: pre-line;
  line-height: 1.25em
}

.red {
  color: #F00;
}
.font-bold {
	font-weight: bold;
}

.contents-label {
  margin: 20px 0px 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  background-color: #feae36;
  position: relative;
  padding-left: 0px;
  text-align: center;
}
