@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-bottom: 1px solid #ebebeb;
}
#fuzokuten_table .title {
  position: relative;
  margin: 10px 0 5px !important;
  padding: 5px 0 5px 5px !important;
  background: #ff3232; /* Old browsers */
  background: -moz-linear-gradient(left, #ff3232 0%, #ff7777 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff3232 0%,#ff7777 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff3232 0%,#ff7777 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#ff7777',GradientType=1 ); /* IE6-9 */
  border: none;
}
.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;}
#fuzokuten_table .ttl {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 16px;
  line-height: 16px;
  border-left: 4px solid #FF7777;
  border-bottom: 2px solid #FF7777;
}



/* */
#fuzokuten_table,
#fuzokuten_table table {
  width: 100%;
}
#fuzokuten_table table {
  border-collapse: collapse;
  border-color: #e3e3e3;
}
#fuzokuten_table table th,
#fuzokuten_table table td {
  border-color: #e3e3e3;
}
#fuzokuten_table table th {
  padding: 8px;
  color: #fff;
  background-color: #6e6e6e;
}
#fuzokuten_table table td {
  background-color: #f6f6f6;
}
#shop_info #fuzokuten_table table th {
  color: #000;
}

#fuzokuten_table table.price {
}
#fuzokuten_table table.shop-charge-notes {
  margin-bottom: 24px;
}
.charge_content {
  display: block;
  width: 98%;
  margin: auto;
}
.heading-box-line {
  margin-bottom: 10px;
}
p.heading-line {
	font-size: 1.4em;
}

