.voice_table{margin: 0 auto;}
.banner_voice{ width: 600px;  margin: 5px auto 20px auto;}


.navbar-default {
  background-color: #006600;
  border-color: #006600;
}

.navbar-default .navbar-nav>li>a { color: #ffffff; }

.navbar .nav>li>a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a.active { background: #288F23; }

.koe_box{
	padding: 20px 0;
}

@media screen and (max-width: 768px) {
	.banner_voice{
		width: 100%;
	}
	.banner_voice img{
		width: 100%;
	}
}

/* 2021.08.30 修正*/
.afterMessage {
	border: solid 2px #fecc00;
 border-radius: 5px;
 padding: 20px;
 background: #fffbf0;
}
.afterMessage p.supportBt{
	text-align: center;
	margin: 30px 0;
}
.afterMessage p.supportBt a{
background: #5ea7dc;
    color: #FFF;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 5px;
	
}