@charset "UTF-8";
/* CSS Document */

.work_box {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.work_title {
	font-size: 18px;
	font-weight: normal;
	color: #09C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 1px;
}
.work_title a {
	color: #09C;
	padding-bottom: 1px;
	text-decoration: none;
}
.work_title span a{
	font-size: 14px;
	font-weight: normal;
	padding-left: 20px;
	color: #666;
	text-decoration: none;
}
.work_title span a:hover {
	color: #F60;
	text-decoration: none;
}
.work_img {
	margin-top: 5px;
}
.work_page {
	padding-top: 25px;
}
