@charset "utf-8";
/*----------------------------------------------------
	個別レイアウト / PC用
----------------------------------------------------*/
/* question-017a */
.question-017a #mContents .tableWrap table.reproduction {
	width: auto;
}

.question-017a #mContents .tableWrap table.reproduction th:nth-child(3) {
	width: 100px;
}

.question-017a #mContents .tableWrap table.reproduction th:nth-child(4) {
	width: 100px;
}

.question-017a #mContents .clickOpenContent img {
	vertical-align: middle;
}


/*----------------------------------------------------
	個別レイアウト / SP用
----------------------------------------------------*/
@media screen and (max-width: 736px) {
/* ↓SP用↓ */

.question-017a #mContents .tableWrap table.reproduction {
	min-width: 100%;
}

.question-017a #mContents .tableWrap table.reproduction th:nth-child(3) {
	width: 50px;
}

.question-017a #mContents .tableWrap table.reproduction th:nth-child(4) {
	width: 50px;
}

/* ↑SP用↑ */


}