#concert_wrap {
	width: 100%;
}
#concert_wrap a,
#concert_wrap a:hover {
	text-decoration: none;	
}
.concert_item {
	width: 190px;
	height: 305px;
/*	overflow: hidden; */
	margin: 10px 10px 0 0;
	padding: 0;
	float: left;
}
.concert_img {
	width: 190px;
	height: 250px;
}
.concert_img_title {
	width: 188px;
	height: 43px;
	text-align: center;
	color: #333333;
	padding: 5px 0 0 0;
	margin:  5px 0 0 0;
}
.concert_text {
	position: relative;
	display: none;
	width: 190px;
	height: 310px;
	top: -306px;
}
.concert_text_title {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	opacity: 0.85;
	width: 190px;
	height: 55px;
	padding: 10px 0 0 0;
}
.concert_text_body {
	color: #222222;
	background-color: #bbbbbb;
	opacity: 0.95;
	width: 182px;
	height: 190px;
	overflow: hidden;
	padding: 4px;
}
#go_board {
	text-align: center;
	color: #eeeeee;
	margin: 1px 0 0 0;
	padding: 12px 0 8px 0;
}
#go_board:hover {
	font-weight: bold;
	color: #ffffff;
}
.concert_item:after {
	display: block;
	content: '';
	clear: both;
}