/* CSS Document */
/* ---------------------------------- */
/*　個別ページStyle　　　　　　　　　　　　 */
/* ---------------------------------- */
#greeting p {
  text-indent: 1em
}
#prSign{
	padding-top: 0.6rem;
	padding-right: 0.6rem;
	padding-left: 5rem;
	padding-bottom: 0.6rem;
	border-bottom: 4px solid rgba(255,209,133,1.00);
	border-left: 20px solid rgba(255,209,133,1.00);
	border-left-radius: 10px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 80px;
}
#program .zachou::before {
  content: "座長";
  color: rgba(200,204,217,1.00);
  width: 3.5em;
  display: inline-block;
  font-size: 0.8em;
  background-color: rgba(68,77,107,1.00);
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  margin-right: 1em;
  text-align: center;
  border-radius: 3px;
  font-weight: 400;
}
#program .enja::before {
  content: "演者";
  color: rgba(201,239,255,1.00);
  width: 3.5em;
  display: inline-block;
  font-size: 0.8em;
  background-color: rgba(53,137,171,1.00);
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  margin-right: 1em;
  text-align: center;
  border-radius: 3px;
  font-weight: 400;
}
#program .theme {
  color: rgba(73,73,73,1.00);
  font-size: 1.1em;
}
#program .sessionName {
	color: rgba(42,42,42,1.00);
	font-weight: 600;
  font-size: 1.2em
}
#program .title {
  font-weight: 600;
  font-size: 1.05em
}
#program .title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 400;
  color: rgba(160, 216, 239, 1.00);
  margin-right: 0.5em
}
#program .name {
  font-weight: 600;
  font-size: 1.05em;
	margin-right: 0.5em
}
#program .shozoku {
  font-size: 0.9em;
	margin-right: 0.8em
}
#program .date::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f073";
  margin-right: 0.5em;
  opacity: 0.7
}
#program .time {
  font-family: Arial, Helvetica, "sans-serif";
  white-space: nowrap;
	font-size: 1.2em
}
#program .time::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 0.5em;
  margin-left: 0em;
  opacity: 0.7;
	color: #4E8B7F
}
#program .kyousai {
  font-size: 1.05em;
}
#top_info1 {
  max-height: 250px;
  overflow-y: scroll;
  position: absolute;
  top: 400px
}
#top_info2 {
  max-height: 222px;
  position: absolute;
  top: 664px
}