@charset "UTF-8";
/* **************************************************
 * mybestgoal
************************************************** */

.myBestGoalTit{
  margin-bottom: 10px;
}
.myBestGoalTit img{
  width: 100%;
  height: auto;
}
.myBestGoalTxt{
  font-size:13px;
  font-weight: bold;
  line-height: 19px;
  padding: 0 8px;
}
.myBestGoalBlock{
  margin-bottom: 35px;
}
.bestGoalMovieTitBlock{
  background-color: #444;
  font-size: 18px;
  padding: 10px 8px;
  margin-top: 15px;
}
.bestGoalMovieTit{
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #fff
}
.bestGoalMovieTit .embM {
  margin-right: 10px;
  float: left;
}
.bestGoalMovieBlock .videoOneArea{
  margin-top: 15px;
  text-align: center;
}
.bestGoalMovieBlock .videoOneArea iframe{
  margin: 0 auto;
}
.bestGoalMovieBlock{
  margin-bottom: 25px;
}
.bestGoalCommentBlock{
  margin-bottom: 30px;
}
.bestGoalCommentBlock .titBlockArea{
  padding-bottom: 15px;
}
.bestGoalComment img{
  float: left;
  margin: 0 16px 10px 0;
  zoom: 0.5;
}
.bestGoalComment p{
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 15px;
}
h4.matchTitGray {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  padding: 6px;
  color: #fff;
  background-color: #4f4f4f;
  border-left: none;
  margin-bottom: 0;
}
.bestGoalLink {

}
.bestGoalLink li a {
  display: block;
  padding: 10px 8px;
  border-bottom: 1px solid #ccc;
  position: relative;
  color: #333;
  font-size: 12px;
  text-decoration: none;
  height: 62px;
}
.bestGoalLink li a p {
  display: block;
  vertical-align: middle;
  font-weight: bold;
}
.bestGoalLink li a .bestTeam{
  margin-top: 12px;
}
.bestGoalLink li a .bestPlayer{
  font-size: 16px;
  margin-top: 5px;
}
.bestGoalLink li a img {
  float: left;
  margin-right: 13px;
  width: 60px;
  height: auto;
}
.bestGoalLink li a span.embS {
  float: left;
  margin-right: 8px;
}
.bestGoalLink li a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  content: "";
}
