@charset "utf-8";
/*========================== intro.style ===============================*/
header {
	background-color: #3f2492;
}

.menu-btn {
	background: #3f2492;
}

.menu-btn:active {
  background: #2d0b4f;
}

h2{
	border-left: solid 8px #3f2492;
}

.pagination-holder {
	background-color: #3f2492;
}

.change-btn {
	background-color: #3f2492;
}

.change-btn:active {
	background: #2d0b4f;
}

.gonext,.gonext_step {
	background-color: #3f2492;
}

table.tutorial-table td p {
 color: #4e2cb3;
}

em {
	color: #3f2492;　/* 「攻略法」の太字 */
}
.copyright {
    color: #917ea5;
}

.regulation p {
	color: #5e3786;
}

.beta {
	background-color: #e8daf7;
}

.beta_sam {
	background-color: #e8daf7;
}

@keyframes flash {
  0%, 100%{
    background-color: #7a5bd6;
	color:#fff;
  }

  50%{
    background-color: #3f2492;
	color:#fff;
  }
}

/*========================== style_tango ===============================*/

/*========================== style ===============================*/

.header {
	background-color: #3f2492;
}
.header_btn {
	background-color: #3f2492;
}

.header_btn:active {
    background-color: #2d0b4f;
}

.audio_btn {
	background-color: #3f2492;
}

.audio_btn:active {
	 background-color: #2d0b4f;
}
.text_btn1, .text_btn2, .text_btn3 {
    background-color: #3f2492;
}

#tab,
#com {
	background-color: #3f2492;
}

#commentary_statement {
	border-top: solid 5px #3f2492;
}

#q_list th {
	background-color: #3f2492;
}

footer {
	background-color: #3f2492;
}

.next_btn {
	background-color: #3f2492;
}

.next_btn:active {
	background-color: #2d0b4f;
}

.walkthrough_chapter_title{
	border-left: solid 8px #3f2492;
}

.walkthrough_point_title{
	background-color: #3f2492;
}

.walkthrough_point_text{
	border-bottom: 3px dotted #b7d4c5;	
}

#choice_statement{
	border-top: solid 5px #3f2492;	
}

.text_trans{
	color: #2d0b4f;	
}

.translation{
	color: #2d0b4f;	
}

.on{
	background-color: #2d0b4f;
}

strong{
   font-weight: 850;
   color: #222;
}
strong2{
   font-weight: 800;
   color: #F70105;
}

table.modal-table th {
	background-color: #e7d5f9;
}