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

.works_wrap{
	width: 1000px;
	margin: 0 auto;
}

.works img{
	display: block;
	margin: 0 auto;
}

.works_detail_img img{
	width: 800px;
}

.works table{
	width: 1000px;
	border-top: solid 1px #222;
	border-bottom: solid 1px #222;
}

.works th{
	width: 280px;
	font-size: 18px;
	font-weight: 700;
	vertical-align: middle;
	border-bottom: solid 1px #222;
	padding: 40px 0;
}

.works td{
	font-size: 16px;
	vertical-align: middle;
	line-height: 34px;
	border-bottom: solid 1px #222;
	padding: 40px 0;
}

.works_img_sp img{
	width: 330px;
}

.works_img_detail img{
	width: 470px;
	float: left;
	margin-top: 60px;
	margin-right: 60px;
	border: solid 1px #777;
}

.works_img_detail{
	overflow: hidden;
	margin-right: -60px;
}

.works_img_detail_sp img{
	width: 235px;
	float: left;
	margin-top: 60px;
	margin-right: 20px;
	border: solid 1px #777;
}

.works_img_detail_sp{
	overflow: hidden;
	margin-right: -20px;
}

@media only screen and (max-width:767px){	
	
	.works_wrap{
		width: 100%;
		padding: 0 40px;
	}
	
	.works_detail_img img{
		width: 60%;
	}
	
	.works_img_sp img{
		width: 60%;
	}

	.works_img_detail img{
		width: 35%;
		float: left;
		margin-top: 60px;
		margin-right: 20px;
		border: solid 1px #777;
	}

	.works_img_detail{
		overflow: hidden;
		margin-right: 0;
	}

	.works table{
		width: 100%;
	}
	
	.works th{
		width: 40%;
	}
	
	.works td{
		width: 45%;
	}

}