@charset "UTF-8";
/* CSS Document */
html,hedder h1{margin-top: 0 !important;}
body{font-size: 14px;color: #000;margin: 0;padding: 0;}
img{vertical-align: top;border: 0;max-width: 100%;height: auto;}
p{font-size: 12px;margin: 20px 0;}
li{list-style: none;}
#wrap{width: 752px;height: 100%;
  margin: 0 auto;
  border-left: 4px solid #808080;
  border-right: 4px solid #808080;
  position: relative;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
section
--------------------------------------------------------------*/
section{
  width: 600px;
  margin: 0 auto 55px;
}
section h2{
  font-size: 16px;
  color: #0C80C0;
  padding: 0 0 7px 10px;
  border-bottom: 2px solid #0C80C0;
  position: relative;
}
section h2::before{
  content: "";
  display: block;
  width: 6px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  background: #0C80C0;
}
section a{color: #0C80C0;}
section table{ 
  width: 100%;
  border-collapse:collapse;
}
section td,section th{
  font-size: 13px;
  text-align: left;
  line-height: 1.615;
  padding: 16px 5px 16px 10px;
  border: 1px solid #0C80C0;
  font-weight: normal;
}
section h3{
	margin-top: 64px;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
  margin-bottom: 25px;
}

/*--------------------------------------------------------------
top
--------------------------------------------------------------*/
#top p{
	font-size: 14px;
	line-height: 28px;
  margin-bottom: -5px;
}
/*--------------------------------------------------------------
summary
--------------------------------------------------------------*/

#summary table td span{
	font-size: 10px;
}

#summary tr th{
	background: #DCE8F4;
}
#summary p{
	text-align: right;
}
#summary h2{
	margin-bottom: 28px;
}
#summary .image{
	margin: 35px 0 0;
  display: table;
}
#summary .image .movie{
  display: table-cell;
  width: 320px;
  padding-right: 15px;
}
#summary .image .img{
  display: table-cell;
  width: 265px;
}
#summary .image .img ul{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0;
}
#summary .image p{
	text-align: left;
	margin-top: 0;
}
#summary .image p span{
  letter-spacing: 0.2em;
}
#summary th {
  width: 83px;
  box-sizing: border-box;
  vertical-align: top;
}
#summary .movie p{
  font-size: 14px;
}

/*--------------------------------------------------------------
schedule
--------------------------------------------------------------*/
#schedule th{
	font-weight: bold;
}
#schedule th,
#schedule td{
  box-sizing: border-box;
}
#schedule tr td:last-child{
  padding: 5px;
}
#schedule tr:first-child td:last-child{
  text-align: center;
}
#schedule td, #schedule th{
    padding: 16px 10px;
}
#schedule tr td a{
  display: block;
  text-decoration: none;
  width: 180px;
  height: 60px;
  background: #DCE8F4;
  border-radius: 4px;
  position: relative;
}
#schedule tr td a span{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 14px;
  font-weight: bold;
  color: #000;
  padding-left: 10px;
}
#schedule tr td span span{
	position: static;
    text-indent: -1rem;
    padding-left: 0.9rem;
}
#schedule tr:first-child td a span{padding-left: 0;}
#schedule tr:nth-child(3) td a{
  background: #99BCDE;
}
#schedule tr:nth-child(5) td a{
  background: #397FBE;
}
#schedule tr:nth-child(6) td a{
  background: #1C5A9B;
}
#schedule tr:nth-child(5) td a span,
#schedule tr:nth-child(6) td a span{
  color: #fff;
}
/*--------------------------------------------------------------
download
--------------------------------------------------------------*/
#download td:first-child{
  width: 57.5%;
  padding-right: 0;
}
/*--------------------------------------------------------------
virtual
--------------------------------------------------------------*/
#virtual{ margin: 0 auto 25px;}
#virtual .img{
  width: calc(100% + 144px);
  margin: 0 -72px 40px;
}
#virtual tr:first-child th{text-align: center;padding: 16px 0;background: #DCE8F4;}
#virtual th:first-child{
  width: 42.5%;
}
#virtual th:last-child{
  width: 27.83%;
}
/*#virtual th:nth-child(2),
#virtual th:last-child,
#virtual td:nth-child(2),
#virtual td:last-child{
  padding-left: 20px;
}*/
#virtual .videos p{
	margin-bottom: 10px;
}
#virtual .hyphen{
	text-align: center;
}
#virtual td{
	word-break: break-all;
	font-size: 12px;
}

/*--------------------------------------------------------------
sns
--------------------------------------------------------------*/
#sns{display: table;}
#sns .txt{
  display: table-cell;
  width: 363px;
}
#sns .link{
  display: table-cell;
  width: 237px;
  vertical-align: middle;
}
#sns h2{
  border: none;
  padding: 0;
  margin-bottom: 5px;
}
#sns h2::before{display: none;}
#sns p{margin-top: 0;}
#sns .link ul{
  display: flex;
  justify-content: space-between;
  padding: 0;
}
#sns .link li{
  display: inline-block;
}



/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
footer{
  width: 100%;
  border-top: 1px solid #808080;
}
footer a{font-size: 12px;}