@charset "utf-8";
/*------base------*/
#taidan .movie_box, .figure .movie_box{
	width: 100%;
}
.figure{
	padding-top: 1em;
}
.greeting_message {
  background-color: #fff;
  border-radius: 8px;
  padding: 1em;
  text-align: center;
  max-width: 680px;
}
.greeting_message ol{
  margin: 0;
  text-align: left;
}
.greeting_message ol li{
  margin: .5em 0 .5em 2.5em;
}