body #wrapper #Head01,
body #wrapper #Head02 {
  border-bottom: 1px solid #ebebeb !important;
  -webkit-box-shadow: 0px 0 5px #f3f3f3 !important;
  -moz-box-shadow: 0px 0 5px #f3f3f3 !important;
  box-shadow: 0px 0 5px #f3f3f3 !important;
}

/*btn*/
.videos a.taishou_tour_btn{
    display: block;
    width: 800px;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 30px auto;
    padding: 15px 0;
    background-color: #73c300;
    color: #FFF;
    clear: both;
    font-size: 20px;
    font-weight: bold;
    border: 3px solid #FFF;
	position:relative;
}
.videos a.taishou_tour_btn:link{
	text-decoration:none!important;
	color: #FFF!important;
}
.videos a.taishou_tour_btn:hover{
	text-decoration:none!important;
	color: #FFF!important;
	opacity:0.7;
}
.videos a.taishou_tour_btn:after{
    width: 24px;
    height: 24px;
    content: "";
    display: block;
    background: url(../images/im_arrow.png) no-repeat;
    position: absolute;
    top: 26%;
    right: 5%;
}