@charset "Shift_JIS";

#nav-workList a{
	color: #000;
	background-color: rgba(168,157,172,0.5);
}




.left-content figure {
	width: calc(85% / 3);
    background-color: rgb(91,112,101,0.3);
    padding: 1% 2%;
    margin-bottom: 1%;
    text-align: center;
    vertical-align: middle;
}

.left-content figure figcaption{
	text-align: left;
}


@media (min-width:481px) and ( max-width:1024px) {
	.left-content figure {
		width: 45%;
	}
}

@media (max-width: 480px) {
	.left-content figure {
		width: 95%;
	}
}


/*section.left-content a img {
	width: 60%;
}*/

section.left-content figure p {
	color: #475950;
}


div.work-detail {
 margin-top: 5%; 
}

div.work-detail p {
	float: left;
}

div.work-detail a {
	float: right;
}


