
body {
  margin: 0;
  padding: 0;
}

.top {
  width: 100%;
  height: 1080px;
  /*height: 1080px;*/
  background-attachment: fixed;
  background-image: url( "imgs/bg.jpg" );
  background-color: #000000;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*justify-content: center;*/
}

.main {
  width: 700px;
  height: 210px;
  margin-top: 10px;
  background-image: url( "imgs/frame0.png" );
  background-size: 100% 100%;
  padding-top: 0px;
}

.main_title {
    border-bottom: 3px dashed #423c28;
    font-size: 2.3em;
	font-weight: bold;
	color: #252217;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
	margin-left: 50px;
	margin-right: 50px;
}

.main_explain {
    font-size: 1.0em;
	color: #252217;
	background-color: #81754f;
	background-size: 100% 100%;
    margin-top: 10px;
    margin-bottom: 10px;
	margin-left: 70px;
	margin-right: 70px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.info_container {
	width: 100%;
	margin-top: 0px;
	height: 350px;
	display: flex;
	flex-direction: row;
	/*align-items: center;*/
	justify-content: center;
}

.movie_frame {
	width: 450px;
	/*margin-right: 20px;*/
	/*
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	*/
	padding-bottom: 35px;
	background-image: url( "imgs/frame1.png" );
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.update_history_frame {
	width: 450px;
	/*
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 35px;
	padding-left: 50px;
	padding-right: 50px;
	padding-left: 50px;
	*/
    background-image: url( "imgs/frame1.png" );
    background-size: 100% 100%;
}

.update_history_container {
	padding-left: 50px;
	padding-right: 50px;
	
	display: flex;
	flex-direction: column;
}

.update_history_title {
	padding-top: 5px;
	padding-bottom: 3px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	/*height: 20px;*/
}

.update_history_title_inner {
    border-bottom: 2px dashed #504931;
	/*
	flex-direction: row;
	align-items: center;
	justify-content: center;
	*/
}

.update_history_title_text {
    font-size: 1.2em;
	font-weight: normal;
	color: #252217;
    text-align: center;	
}

.update_history_text {
	text-align: start;
	color:  #e0d8ba;
	background-color:  #665d3e;
	border: 1px solid  #403b27;
	resize: none;
}

.star_mark {
	/*vertical-align: baseline;*/
	vertical-align: text-bottom;
}

.chapter_area {
	width: 100%;
	margin-block: 20px;
	background-color: #12100ba3;
}

.chapter_area_header {
	display: flex;
	align-items: center;
	justify-content: center;	
	height: 60px;
	/*margin-top: 5px;*/
	margin-bottom: 5px;
	background-color: #59533b69;
	background-image: url("imgs/gradH0.png");
	background-size: 100% 100%;
    border-bottom: 2px dotted #504931;	
}

.chapter_area_header_text {
	color: #ccbc84;
	font-size: 2.0em;
	/*background-color: #514b36;*/
	/*text-align: center;*/
	/*width: 100px;*/
	padding-left: 10px;
	padding-right: 10px;
}

.chapter_container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;	
}

.chapter {
	width: 250px;
	height:200px;
    background-image: url( "imgs/frame2.png" );
    background-size: 100% 100%;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 1px;
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
}

.chapter_title {
	/*height: 20px;*/
	background-color: #ccbc8459;
	/*
	display: flex;
	justify-content: center;	
	*/
	margin-top: 25px;
	margin-bottom: 5px;
	background-image: url("imgs/gradH1.png");
	background-size: 100% 100%;
}

.chapter_title_text {
	color: #342f21;
	font-size: 1.2em;	
	font-weight: bold;
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px;
}

.chapter_nothing_image {
	background-color: #413c2a;
	background-size: 100% 100%;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.chapter_nothing_image_text {
	color: #746b4b;
	/*text-align: center;*/
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}