@charset"utf-8";
/*bequeath*/
/* ------------------------->ボタン系*/
.b_w_button a{
  background:#595757;
  color:#ffffff;
  text-decoration:none;
  text-align: center;
  display:block;
  transition:800ms ease all;
}
.b_w_button a:hover{
  background:#595757;
  color:#ffffff;
}
.b_w_button:before,.b_w_button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:1px;
  width:0;
  background: #ffffff;
  transition:400ms ease all;
}
.b_w_button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.b_w_button:hover:before,.b_w_button:hover:after{
  width:100%;
  transition:800ms ease all;
}

.black_bot a{
 background:#231815;
 color:#ffffff;
 text-decoration:none;
 cursor:pointer;
}
.black_bot a:hover{
 background:#f19fb4;
 color:#ffffff;
 /*アニメーション*/
 transition-property:background;
 transition-color:background;
 transition-duration:0.5s;
 transition-timing-function:ease-out;
 transition-delay:0.1s;
}

#main_box .pink_table .blue_bot a{
 background:#057cc1;
 color:#ffffff;
 text-decoration:none;
 cursor:pointer;
}
#main_box .pink_table .blue_bot a:hover{
 background:#3686bf;
 color:#ffffff;
 /*アニメーション*/
 transition-property:background;
 transition-color:background;
 transition-duration:0.5s;
 transition-timing-function:ease-out;
 transition-delay:0.1s;
}

/* ------------------------->テーブル系*/
#main_box .pink_table{
 min-width:60%;
 max-width:100%;
 border-collapse:collapse;
 border:1px solid #9f9fa0;
 }
#main_box .pink_table th,td{
 text-align:left;
 vertical-align:top;
 border:1px solid #9f9fa0;
}
#main_box .pink_table a{
  color:#717071;
}
#main_box .pink_table a:hover{
  color:#e50011;
  text-decoration:none;
}

/* --------------------------------------------------->色*/
.red{color:#e50011;}      .red_bak{background-color:#e50011;}
.l_blue{color:#54c2f1;}   .l_blue_bak{background-color:#54c2f1;}
.blue{color:#057cc1;}     .blue_bak{background-color:#057cc1;}
.paple{color:#855799;}    .paple_bak{background-color::#855799;}
.m_paple{color: #611d86;} .m_paple_bak{background-color:#611d86;}
.d_paple{color: #1c1f87;} .d_paple_bak{background-color:#1c1f87;}
.green{color:#006834;}    .green_bak{background-color:#006834;}
.grey{color:#717071;}     .grey_bak{background-color:#717071;}
.white{color: #ffffff;}   .white_bak{background-color:#ffffff;}