@charset "utf-8";
.works_detail_wrap {
		max-width: 900px;
		margin: 0 auto;
		padding-top: 60px;
		padding-left: 30px;
		padding-right: 30px;
}
.current_category_wrap {
		display: flex;
		align-items: center;
		margin: 0 0 20px
}
.current_category {
		color: #B32518;
		border: 1px solid #B32518;
		font-size: 16px;
		font-weight: 700;
		height: 32px;
		border-radius: 6px;
		padding: 0 15px;
		display: flex;
		justify-content: center;
		align-items: center;
}
.works_name {
		font-size: 26px;
		font-weight: 700;
		line-height: 1.6;
		margin: 0 0 20px;
}
.hdr_gallery {
		margin-bottom: 50px;
}
.works_detail_spec {
		margin-bottom: 50px;
}
.works_detail_spec table {
		width: 100%;
		border-collapse: collapse;
		border-top: 1px dotted #A8A8A8;
}
.works_detail_spec th, .works_detail_spec td {
		text-align: left;
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 1.6;
		vertical-align: top;
		border-bottom: 1px dotted #A8A8A8;
}
.works_detail_spec th {
		padding-left: 10px;
		font-weight: 700;
		width: 15%;
		white-space: nowrap;
}
@media(max-width: 767px) {
		.works_detail_wrap {
				padding-top: 0;
				padding-left: 20px;
				padding-right: 20px;
		}
		.current_category_wrap {
				margin: 0 0 15px
		}
		.current_category {
				font-size: 14px;
				height: 26px;
				border-radius: 6px;
				padding: 0 8px;
		}
		.works_name {
				font-size: 20px;
				margin: 0 0 20px;
		}
		.hdr_gallery {
				margin-bottom: 30px;
		}
		.works_detail_spec {
				margin-bottom: 30px;
		}
		.works_detail_spec th, .works_detail_spec td {
				display: block;
				padding: 0 10px;
				border: none;
				width: auto;
		}
		.works_detail_spec th {
				padding: 10px 10px 5px;
		}
		.works_detail_spec td {
				padding-bottom: 10px;
				border-bottom: 1px dotted #A8A8A8;
		}
}