#contents .t_title {
	font-size: 16px;
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#contents .t_main {
	float: left;
	width: 1000px;
	margin-bottom: 50px;
}
#contents .t_main .after {
	float: left;
	width: 740px;
}
#contents .t_main .after dt,#contents .t_main .before dt {
	font-family: Quicksand;
	font-size: 20px;
	font-weight: 700;
	float: left;
	width: 100%;
	margin-bottom: 12px;
}
#contents .t_main .after dd {
	float: left;
	width: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
	text-align: center;
}
#contents .t_main .before {
	float: right;
	width: 220px;
	padding-left: 40px;
	background-image: url(../images/arrow.png);
	background-position: 15px bottom;
	padding-left: 40px;
	background-repeat: no-repeat;
	padding-bottom: 70px;
	margin-bottom: 20px;
}

#contents .t_main .before dd {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
}
#contents .comment  {
	float: right;
	width: 220px;
}
