@charset "UTF-8";

/* 201304 interview */
#main .content .leftbox{
	background: #45aae1;
	color: #fff;
	border-right: 0 none;;
}
#main .content  h3{
	color: #45aae1;
}
.leftph{
}
.repo{
	border: 1px solid #45aae1;
	padding: 10px 10px 5px 10px;
	margin:23px 0;
	overflow: hidden;
	_zoom:1;
}
.repo h3{
	font-size:18px;
	margin-bottom:5px;
}
.repo h4{
	font-size:16px;
	margin-bottom:5px;
}
.repo p{
	margin-bottom:5px;
}
/* responsive
-------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 710px) {
	.repo .fl-R{
		float: none;
		text-align: center;
	}

}
