@charset "utf-8";
/*========================== intro.style ===============================*/
header {
	background-color: #017cf9;
}

.menu-btn {
	background: #017cf9;
}

.menu-btn:active {
  background: #0155aa;
}

h2{
	border-left: solid 8px #017cf9;
}

.pagination-holder {
	background-color: #017cf9;
}

.change-btn {
	background-color: #017cf9;
}

.change-btn:active {
	background: #0155aa;
}

.gonext,.gonext_step {
	background-color: #017cf9;
}

table.tutorial-table td p {
 color: #0172e5;
}

em {
	color: #0172e5;
}
.copyright {
    color: #a1bddc;
}

.regulation p {
	color: #0172e5;
}

.beta {
	background-color: #d3e8ff;
}

.beta_sam {
	background-color: #d3e8ff;
}

@keyframes flash {
  0%, 100%{
    background-color: #4aa3fe;
	color:#fff;
  }

  50%{
    background-color: #017cf9;
	color:#fff;
  }
}

/*========================== style_tango ===============================*/

/*========================== style ===============================*/

.header {
	background-color: #017cf9;
}
.header_btn {
	background-color: #017cf9;
}

.header_btn:active {
    background-color: #0155aa;
}

.audio_btn {
	background-color: #017cf9;
}

.audio_btn:active {
	 background-color: #0155aa;
}
.text_btn1, .text_btn2, .text_btn3 {
    background-color: #017cf9;
}

#tab,
#com {
	background-color: #017cf9;
}

#commentary_statement {
	border-top: solid 5px #017cf9;
}

#q_list th {
	background-color: #017cf9;
}

footer {
	background-color: #017cf9;
}

.next_btn {
	background-color: #017cf9;
}

.next_btn:active {
	background-color: #0155aa;
}

.walkthrough_chapter_title{
	border-left: solid 8px #017cf9;
}

.walkthrough_point_title{
	background-color: #017cf9;
}

.walkthrough_point_text{
	border-bottom: 3px dotted #79b9fb;	
}

#choice_statement{
	border-top: solid 5px #017cf9;	
}

.text_trans{
	color: #002e5c;	
}

.translation{
	color: #002e5c;	
}

.on{
	background-color: #002e5c;
}

strong{
   font-weight: 500;
   color:  #0172e5;
}