.pdflink {
  display: block;
  padding-left: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: url("../../images/event/pdf_icon.gif") no-repeat center left;
}
.pdflink_s {
  padding-left: 18px;
  background: url("../../images/event/pdficon_ss.gif") no-repeat 3px center;
}
.flex_box li:first-child {
  margin-bottom: 1em;
}
.flex_box li img {
  width: 100%;
}
.custom_list_style {
  background: url("../../images/event/h4_head.gif") center left no-repeat;
  padding-left: 14px;
}
.horiz1 {
  border: none;
  border-collapse: collapse;
  border-top: 1px solid #69C;
}
.horiz1 td {
  border-bottom-color: currentcolor;
  border-bottom: 1px solid #69C;
}
.w40p {
  width: 40%;
}
.bgmarker_yellow {
    background: linear-gradient(rgba(255,255,255,0) 60%, #ff6 40%);
}
.text_red {
  color: #f00;
}
.event_detail p {
  margin-bottom: 1em;
}
.youtube_frame iframe {
  width: 100%;
}
.disc_list_style li {
  list-style: disc;
  margin-left: 1em;
}
.disc_list_style li.parent {
  list-style: none;
}
.disc_list_style li li {
  list-style: circle;
}
ol.list li {
  list-style: decimal;
  margin: 0 0 1em 2em;
}
.lead {
  margin: 18px auto;
  padding: 18px;
  border: 1px solid #ccc;
  width: 90%;
  background-color: #eee;
  -moz-border-radius: 9px;
  -moz-box-shadow: 2px 2px 2px #999;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 2px 2px 2px #999;
  box-shadow: 2px 2px 2px rgba(9,9,9,0.4);
  border-radius: 6px;
}
.maruNumList {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.pic_list {
  flex-wrap: wrap;
  align-content: center;
  margin-top: 20px;
}
.flex_box.pic_list li {
  background: #444;
  box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.6);
  color: #fff;
  margin: 0 0 50px 0;
  padding: 20px 0;
}
.pic_list li p {
  margin: auto;
  max-width: 240px;
}
.design_btn {
  background: #2196f3;
  color: #fff;
  padding: .5em 2em;
}
.design_btn:hover {
  color: #fff;
  opacity: .7;
}

/* 201214 */
.uvtech-recentCorona-list {
	margin-bottom: 2em;
	overflow: hidden;
}
.uvtech-recentCorona-list dt {
	clear: left;
	float: left;
}
.uvtech-recentCorona-list dd {
	margin-left: 5em;
}

@media screen and (min-width: 768px) {
  .flex_box {
    display: flex;
    justify-content: space-between;
  }
  .flex_box li {
    min-width: 200px;
  }
  .flex_box li:first-child {
    margin-right: 1em;
  }
  .flex_box li img {
    width: auto;
  }
  .youtube_frame iframe {
    max-width: 560px;
  }
  .rphoto {
    float: right;
    margin-top: 2px;
    margin-right: 0px;
    margin-bottom: 2px;
    margin-left: 8px;
  }
  .flex_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1em;
  }
  ol.list.flex_list li, ol.list.flex_list li + li {
    margin: 0 auto;
    width: 47%;
  }
  .pic_list li {
    margin: 0 0 50px .5%;
    width: 45%;
  }
  .pic_list li:first-child {
    margin: 0 .5% 50px 0;
  }
}

.alc2021forum table {
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 100%;
}
.alc2021forum table th, .alc2021forum table td {
	border: 1px solid #333;
}
.alc2021forum table td {
	padding: .5em;
	width: 25%;
}
.alc2021forum table td:nth-child(2) {
	text-align: center;
	width: 75%;
}