/* ÒŠ³ö¤· */
#main h4 {
  color: #ED5826;
  font-size: 120%;
  margin: 10px 0;
  background-color: #F0F0F0;
  /*padding:7px 0 5px 10px;*/
  padding: 10px 0 8px 10px;
  border-radius: 3px;
}
/*-----*/
#main h5 {
  color: #333;
  font-size: 100%;
  margin: 20px 0px 10px 0px;
  padding: 0px 0px 0px 12px;
  font-weight: bold;
  border-left: 5px solid #B9B9B9;
}
#main h5 a:link, #main h5 a:active, #main h5 a:visited {
  color: #333;
  font-size: 100%;
  font-weight: bold;
}
#main h5 a:hover {
  color: #999;
}
.right {
  text-align: right;
}
/* table */
#main table {
  border: none;
  margin: 0px 0px 30px 0px;
}
#main table th, #main table td {
  padding: 10px;
  border: #999 solid 1px;
}
#main table th, #main table thead th, #main table tbody th {
  width: 15%;
  color: #333;
  text-align: center;
  font-weight: bold;
  background-color: #E4E4E4;
  white-space: nowrap;
}
#main table td, #main table tbody td {
  padding: 10px 15px;
}
/* ¥¤¥Ù¥ó¥Èˆó¸æ */
#main table .report th, #main table .report td {
  border: none;
  border-bottom: 1px solid #999;
}
#main table .report th {
  padding: 10px 20px;
  text-align: left;
}
/* ¥«¥ì¥ó¥À©` */
.gc_wrapper {
  max-width: 800px;
  min-width: 300px;
  margin: 2.0833% auto;
}
.responsive-iframe-container {
  position: relative;
  padding-bottom: 80%;
  height: auto; /*overflow: hidden;*/
  /*position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;*/
}
.responsive-iframe-container iframe, .responsive-iframe-container object, .responsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100% !important;
  max-height: 100% !important;
}
.event_report table {
  width: 100%;
}
.event_report table th {
  width: 15%;
}
@media (max-width: 360px) {
  .responsive-iframe-container {
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 768px) {
  #main table .report th, #main table .report td {}
  #main table .report th {
    width: 10%;
  }
}