@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 850px) {
#mainvisual {
	height: 120px;
}
.intro-section,  .works-detail {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.works-detail {
	margin-bottom: 120px;
}
.intro-section {
	margin: 50px auto 30px;
}
.intro-section h1 {
	font-size: 2.0rem;
}
.intro-section .intro-text {
	font-size: 1.0rem;
}
.works-image img {
	max-width: 60%;
}
.works-detail h2 {
	font-size: 1.15rem;
	padding: 8px 12px;
}
.works-table {
	border-collapse: collapse;
	border-spacing: 0;
}
.works-table tr {
	background: none;
}
.works-table th,  .works-table td {
	display: table-cell;
	padding: 12px 8px;
	border-bottom: 1px solid #ddd;
}
.works-table th {
	width: 30%;
	background: none;
	font-size: 0.9rem;
	background: #eee;
}
.works-table td {
	font-size: 0.9rem;
	padding: 0 20px;
	text-align: left;
}
.works-result li {
	font-size: 1.0rem;
}
.works-related a {
	font-size: 1.0rem;
}
}
