.eventTitleInfo {
	background: url(../img/common.jpg) no-repeat 0 0;
	color: #fff;
	padding: 5px;
}

.eventTitleInfo p{
	margin: 0;
}

.eventTitleInfo p.eCategory{
	background: rgba(0,0,0,0.5);
	display: inline-block;
	padding: 2px 7px 0;
	font-size: 110%;
	font-weight: bold;
}

.eventTitleInfo p.eTitle{
	font-size: 20px;
	font-weight: bold;
	text-shadow:1px 1px 0 #000, -1px -1px 0 #000,-1px 1px 0 #000, 1px -1px 0 #000,0px 1px 0 #000,  0-1px 0 #000,-1px 0 0 #000, 1px 0 0 #000;
	line-height: 1.3;
	margin-top: 7px;
	margin-left: 10px;
}

.eventTitleInfo p.eSubTitle{
	font-size: 12px;
	text-shadow:1px 1px 0 #000, -1px -1px 0 #000,-1px 1px 0 #000, 1px -1px 0 #000,0px 1px 0 #000,  0-1px 0 #000,-1px 0 0 #000, 1px 0 0 #000;
	line-height: 1.3;
	margin-bottom: 2px;
	margin-left: 10px;
}

.eventTitleInfo p.ePlace{
	font-size: 11px;
	width: 400px;
	display: inline-block;
	text-shadow:1px 1px 0 #000, -1px -1px 0 #000,-1px 1px 0 #000, 1px -1px 0 #000,0px 1px 0 #000,  0-1px 0 #000,-1px 0 0 #000, 1px 0 0 #000;
	margin-left: 10px;
}

.eventTitleInfo p.eDate{
	font-size: 12px;
	width: 270px;
	display: inline-block;
	text-align: right;
	text-shadow:1px 1px 0 #000, -1px -1px 0 #000,-1px 1px 0 #000, 1px -1px 0 #000,0px 1px 0 #000,  0-1px 0 #000,-1px 0 0 #000, 1px 0 0 #000;
}

a.btn-bl {
    font-size: 1.2em;
    display: block;
    width: 300px;
    padding: 10px 0px;
    border: #eb050b 1px solid;
    border-radius: 10px;
    background-color: #eb050b;
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
    text-align: center !important;
}
a.btn-bl:before {
    display: inline-block;
    width: 7px;
    height: 12px;
    padding-right: 8px;
    background: url(/common/img/parts/link_window_icon02.png) no-repeat left top;
    vertical-align: middle;
    content: "";
}

.section.online .btn-o {
  position: relative;
}
.section.online .btn-o::after {
  position: absolute;
  content: url("/event/img/event-info-icon.png");
  top: -45px;
  left: -45px;
}
.section.online .btn-o {
  width: 600px;
  height: 35px;
  background-color: #FA9628;
  border-radius: 47px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0px;
  margin: 40px auto 26px;
  padding: 20px 0;
  display: block;
  text-align: center;
  text-decoration: none;
}