@charset "utf-8";
/*========================== intro.style ===============================*/
header {
	background-color: #01bb5f;
}

.menu-btn {
	background: #01bb5f;
}

.menu-btn:active {
  background: #01944b;
}

h2{
	border-left: solid 8px #01bb5f;
}

.pagination-holder {
	background-color: #01bb5f;
}

.change-btn {
	background-color: #01bb5f;
}

.change-btn:active {
	background: #01944b;
}

.gonext,.gonext_step {
	background-color: #01bb5f;
}

table.tutorial-table td p {
 color: #01944b;
}

em {
	color: #01944b;　/* 「攻略法」の太字 */
}
.copyright {
    color: #a2eac6;
}

.regulation p {
	color: #01944b;
}

.beta {
	background-color: #c3efd7;
}

.beta_sam {
	background-color: #c3efd7;
}

@keyframes flash {
  0%, 100%{
    background-color: #45e495;
	color:#fff;
  }

  50%{
    background-color: #01bb5f;
	color:#fff;
  }
}

/*========================== style_tango ===============================*/

/*========================== style ===============================*/

.header {
	background-color: #01bb5f;
}
.header_btn {
	background-color: #01bb5f;
}

.header_btn:active {
    background-color: #01944b;
}

.audio_btn {
	background-color: #01bb5f;
}

.audio_btn:active {
	 background-color: #01944b;
}
.text_btn1, .text_btn2, .text_btn3 {
    background-color: #01bb5f;
}

#tab,
#com {
	background-color: #01bb5f;
}

#commentary_statement {
	border-top: solid 5px #01bb5f;
}

#q_list th {
	background-color: #01bb5f;
}

footer {
	background-color: #01bb5f;
}

.next_btn {
	background-color: #01bb5f;
}

.next_btn:active {
	background-color: #01944b;
}

.walkthrough_chapter_title{
	border-left: solid 8px #01bb5f;
}

.walkthrough_point_title{
	background-color: #01bb5f;
}

.walkthrough_point_text{
	border-bottom: 3px dotted #b7d4c5;	
}

#choice_statement{
	border-top: solid 5px #01bb5f;	
}

.text_trans{
	color: #00321a;	
}

.translation{
	color: #00321a;	
}

.on{
	background-color: #00321a;
}

strong{
   font-weight: 500;
   color:  #0172e5;
}

table.modal-table th {
	background-color: #c3efd7;
}