@charset "utf-8";

.index_pr{
  width : 100%;
  margin-left : auto;
  margin-right : auto;
  box-sizing : border-box;
  padding-left : 3px;
  padding-right : 3px;
  text-align : center;
}


#pr{
  width : 100%;
  text-align : center;
  padding-top : 15px;
  padding-bottom : 15px;
border-width : 1px;border-style : solid;border-color : navy;
  box-sizing : border-box;
  padding-left : 5px;
  padding-right : 5px;
  font-weight : bolder;
  color : white;
  background-color : blue;
}
#pr p{
   color : white;
  text-align : center;
}
.mp4{
	position:relative;
	width : 100%;
	height:0;
	padding-top:75%;
  margin-left : auto;
  margin-right : auto;
  text-align : center;
  margin-top : 2%;
  color : white;
}
.mp4 iframe{
	position:absolute;
	width : 100%;
	height : 100%;
  margin-left : auto;
  margin-right : auto;
  top : 0px;
  left : 0px;
  margin-top : 0px;
}
.mp4 a{
  color : white;
}
.mp4_c{
	position:relative;
	width : 300px;
	height : 150px;
	padding-top : 15%;
  margin-left : auto;
  margin-right : auto;
  text-align : center;
  margin-top : 2%;
  color : white;
}
.mp4_c iframe{
	position:absolute;
	width : 100%;
	height : 100%;
  margin-left : auto;
  margin-right : auto;
  top : 0px;
  left : 0px;
  margin-top : 0px;
}
.mp4_c a{
  color : white;
}
.pr_btt{
	width : 100%;
  color : white;
  background-color : orange;
  text-align : center;
  padding-top : 10px;
  padding-bottom : 10px;
  border-top-left-radius : 10px 10px;
  border-top-right-radius : 10px 10px;
  border-bottom-right-radius : 10px 10px;
  border-bottom-left-radius : 10px 10px;
  box-sizing : border-box;
}