/* CSS Document */

.conceptArea {
	padding: 60px 0 0;
	overflow: hidden;
}
.conceptArea .img {
	float: left;
	width: 480px;
}
.conceptArea .txt {
	float: left;
	width: 520px;
	margin-bottom: 60px;
	padding-left: 40px;
	margin-top: 10px;
}
.conceptArea .txt p {
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
}
.worksArea {
	padding: 60px 0;
	background-color: #fcfcfc;
}
.worksArea .inner {
	overflow: hidden;
}
.worksArea h3 {
	display: table-cell;
	width: 480px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	vertical-align: middle;
	text-align: center;
}
.worksArea ul {
	display: table-cell;
	width: 500px;
}
.worksArea ul li {
	margin-bottom: 10px;
	font-size: 15px;
}
.worksArea ul li:last-child {
	margin-bottom: 0;
}
.worksArea ul li:before {
	content: "・";
	margin-right: 5px;
}