@charset "utf-8";

.category {
	font-size: 12px;
    color: #fff;
    width: 100px;
    padding: 6px 4px 4px;
    margin: 8px 0;
    background-color: #555;
    text-align: center;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.workName {
	font-size: 16px;
	line-height: 1.2;
}
@media (min-width: 768px) {
	.inner {
		width: 90%;
	}
}
@media (min-width: 900px) {
	.inner {
		width: calc(100% - 40px);
	}
}
@media (min-width: 1300px) {
	.inner {
		width: 1100px;
	}
}