#tribe-events {
	padding: 60px 0;
	background: url(../images/common/bg_check.png);
    width: 100%;
}

#tribe-events-content-wrapper,
#tribe-events-content {
	width: 1200px;
    margin: 0 auto;
}

.tribe-events-page-title {
	font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 4px;
	position: relative;
    background: url(../images/common/chara02.png) no-repeat center center;
    background-size: 81px 91px;
    padding: 20px 0;
    text-align: center;
}

.tribe-events-page-title:before {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #e50012;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    margin-left: -25px;
}

.tribe-events-page-title:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #a0020e;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    margin-left: 25px;
}

#tribe-bar-views,
.tribe-bar-filters {
	display:none;
}

#tribe-events-bar {
	display: none;
}

.tribe-events-list-separator-month {
	text-align: left;
	margin-top: 0 !important;
}

.tribe-events-list-separator-month span {
	background: none;
	padding: 0;
	font-weight:bold;
	color: #e50012;
	font-size: 28px;
}

.tribe-events-list-separator-month:after {
	border-bottom: none;
}

.tribe-events-list-event-title,
.tribe-events-single-event-title,
.tribe-events-list-separator-month {
	display: block !important;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 25px !important;
    letter-spacing: 2px;
	position: relative;
    margin-bottom: 30px;
}

.tribe-events-list-event-title:before,
.tribe-events-single-event-title:before,
.tribe-events-list-separator-month:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #ccc;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.tribe-events-list-event-title:after,
.tribe-events-single-event-title:after,
.tribe-events-list-separator-month:after {
    content: "";
    display: block;
    width: 126px;
    height: 3px;
    background: #e50012;
    position: absolute;
    left: 0;
    bottom: -10px;
	top: inherit;
	z-index: 1;
}

.tribe-events-first {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.tribe-events-loop {
	padding: 20px;
    background: #fff;
	margin-bottom: 40px;
}

.type-tribe_events {
	margin-bottom: 40px !important;
}

.tribe-events-ical,
.tribe-events-gcal {
	display: none !important;
}

.tribe-event-schedule-details span {
	font-size: 1.6rem;
	font-weight: bold;
}

.tribe-events-read-more {
	display: inline-block;
	padding: 13px 50px;
	position: relative;
	font-siz: 1.6rem;
	font-weight: 700;
	-webkit-transition: .2s;
	transition: .2s;
	line-height: 1;
	color: #fff;
	border: solid 3px #047eba;
	background: #279ed9;
}

.tribe-events-read-more:hover {
	background: #fff;
	border: solid 3px #047eba;
	color: #279ed9;
}

#tribe-events-header {
	display:none;
}

.tribe-events-schedule span {
	font-weight: bold;
}


.tribe-events-nav-previous span,
.tribe-events-nav-next span {
	display: none;
}

.tribe-events-nav-previous a {
  display: block;
  padding: 15px 40px;
  background: #e50012;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  line-height: 1;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
}

.tribe-events-nav-previous a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  left: .5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 7px 3.5px 0;
  border-color: transparent #fff transparent transparent;
}

.tribe-events-nav-previous a:hover {
  opacity: 0.8;
  color: #fff;
}

.tribe-events-nav-next a {
  display: block;
  padding: 15px 40px;
  background: #e50012;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  line-height: 1;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
}

.tribe-events-nav-next a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  right: .5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 7px;
  border-color: transparent transparent transparent #fff;
}

.tribe-events-nav-next a:hover {
  opacity: 0.8;
  color: #fff;
}

.type-tribe_events {
	border-bottom: solid 1px #ccc !important;
	padding-bottom: 20px !important;
}

.tribe-events-single-section {
	background: #fff;
    border: solid 1px #ccc;
    border-radius: 8px;
	margin-top: 30px;
}

.tribe-events-event-meta .tribe-events-meta-group {
	width: 100%;
	padding: 0 20px;
}

.tribe-events-single-section-title {
	color: #e50012;
}

.tribe-events-single-section dt {
	float: left;
}

.tribe-events-single-section dd {
	padding-left: 60px;
}

@media only screen and (max-width: 1199px) {
	#tribe-events-content-wrapper,
	#tribe-events-content {
		padding: 0;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
	#tribe-events-content-wrapper,
	#tribe-events-content {
		width: 95%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 992px){
	.tribe-events-page-title {
		font-size: 2.8rem;
	}
}

@media only screen and (max-width: 767px){
	#tribe-events-content-wrapper,
	#tribe-events-content {
		width: auto;
		margin: 0 auto;
		padding: 0 10px;
	}
	
	#tribe-events {
		padding: 30px 0;
	}
	
	.tribe-events-page-title {
		font-size: 2.4rem;
		margin-bottom: 20px;
		letter-spacing: 2px;
		padding: 27px 0;
	}
	
	.tribe-events-list-event-title {
		font-size: 1.8rem;
		margin-bottom: 15px;
		letter-spacing: 1px;
	}
	
	.type-tribe_events {
		margin-bottom: 20px;
	}
	
	.tribe-events-loop .tribe-events-event-meta {
		background: none;
		border: none;
		margin-top: 0;
		padding: 0;
	}
	
	.tribe-events-list .tribe-events-venue-details {
		border-top: none;
		margin-top: 0;
		padding: 0;
	}

}

