@charset "utf-8";
/*----------------------------------------------------
	                 style
------------------------------------------------------*/
.sectionBox{
	border-bottom:solid 1px #e9e9e9;
	margin-bottom: 40px;
}
.sectionBox:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
/*----------------------------------------------------
	                 sort
------------------------------------------------------*/
.sortList{
	display: inline-block;
	text-align: center;
	border: solid 1px #e9e9e9;
}
.sortList,
.sortList:hover{
	color: #45b1c7;
	text-decoration: none;
	/* display: block; */
}
.sortList.active,
.sortList:hover{
	background: #e9e9e9;
}
/*----------------------------------------------------
	                 workBox
------------------------------------------------------*/
.workBox .thum{
	border: solid 1px #e9e9e9;
}
.workBox .tags{
	color: #7a7a7a;
}
.workBox h3{
	color: #45b1c7;
	font-weight: normal;
}