@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}

h3.tab{
  color:#000;
  font-size: 18px;
  padding:10px 0px;
  border-bottom:5px solid #f54784;
}

.pic{
	width: 175px;
	float: left;
	text-align: center;
}
  
.pic img{
	display: inline;
	margin: 20px;
	border: none;
}

.pic a{color:#fff;}
.pic a:hover{color:#F54784;}
.pic a:hover img{
	background: #FF6600;
	margin: 10px;
	border: 10px solid #F54784;
}

.desc{
	text-align: center;
	font-weight: normal;
	width: 146px;
	margin: 2px;
}