@charset "utf-8";
.mainCol {
	position: relative;
}
#fuzokuten_table {
	padding: 0 5px;
	box-sizing: border-box;
}
.fuzokuten_title {
	position: relative;
	height: 54px;
	margin: 0 0 12px;
	padding-left: 16px;
	color: #13131e;
	font-size: 131%;
	font-weight: bold;
	line-height: 54px;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.fuzokuten_title:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(77,77,77); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(77,77,77,1) 0%, rgba(149,149,149,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(77,77,77,1) 0%,rgba(149,149,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(77,77,77,1) 0%,rgba(149,149,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#959595',GradientType=1 ); /* IE6-9 */
}
.fuzokuten_title:after {
	content: "";
	width: 52px;
	height: 52px;
	position: absolute;
	top: 2px;
	right: 0;
	background: -moz-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(79,79,79,1) 50%, rgba(118,119,118,1) 70%, rgba(149,149,149,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(79,79,79,1) 50%,rgba(118,119,118,1) 70%,rgba(149,149,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(79,79,79,1) 50%,rgba(118,119,118,1) 70%,rgba(149,149,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#959595',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#fuzokuten_table table caption.play_title {	border: none;}


/* イベント一覧 */
.heading-box-line {
	margin-bottom: 0;
}
div.event_cell {
  display: block;
  width: 98%;
  margin: auto;
}
div.event_cell .eventtitle {

}
div.event_cell div.eventborder {
  padding: 10px;
  text-align: center;
  overflow: hidden;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
div.event_cell div.eventborder div.eventxt img {
  display: block;
  margin: 10px 5px;
}
div.event_cell div.eventborder div.eventxt {
  margin: 0 auto;
  padding: 15px;
  text-align: left;
}
div.event_cell div.eventborder h6 {
  clear: both;
  display: block;
  text-align: center;
  font-size: 15px;
  color: #0000ff;
}
div.event_cell div.eventborder h5 {
  display: block;
  width: 240px;
  margin: 10px auto 5px;
  text-align: center;
  font-weight: normal;
  color: #ffffff;
  /*background-color: #0000ff;*/
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.eventVerse {
    margin: 10px auto;
    text-align: center;
    line-height: 26px;
    font-weight: bold;
    font-size: 1.1em;
    color: #0075c2;
    background-color: #f3f3f3;
    border: 8px solid #dcdcdc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
