@charset "UTF-8";
/* CSS Document */
h4 {
  font-weight: bold;
  font-size: 1.2em;
  color: #440A0B;
}
h5 {
  font-weight: bold;
  font-size: 1.1em;
}
.centering {
  text-align: center;
}
.kukuriSub {
  margin-bottom: 2em;
}
.changeLanguage {
  text-align: right;
}
/*ul, ol{
	margin-left:-1em;
}*/
.submissionTable {
  width: 100%;
  background-color: #fff;
}
.submissionTable th {
  border: 1px solid #666;
  padding: 0.5em;
  text-align: center;
  background-color: #aaa; /*font-weight:normal;*/
}
.submissionTable td {
  border: 1px solid #666;
  padding: 0.5em;
}
.a3 {
  width: 100%;
  background-color: #BC2E30;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 8px 4px;
  border-radius: 6px;
}
.insideKukuri {
  padding: 1rem;
  border: 1px dotted #999;
  text-align: center;
  margin-bottom: 1em;
  background-color: white;
}