@charset "euc-jp";

.contents-isms-list-wrap {
    border-top: 1px dotted #ccc;
    margin-top: 40px;
    padding: 40px 0 0 20px;
}
.contents-isms-list {
    list-style-type: decimal;
    margin-bottom: 24px;
}

.contents-isms-wrap {
    margin-top: 8px;
}

.contents-isms-author-wrap {
    text-align: right;
}

.contents-isms-image {
    text-align: center;
    margin: 32px 0;
}

.contents-isms-table {
	width: 80%;
	border: 1px solid #ccc;
	margin: 48px auto 0;
}
.contents-isms-table th {
	width: 30%;
	background-color: #f0f0f0;
    border: 1px solid #ccc;
	padding: 16px;
}
.contents-isms-table td {
	width: 70%;
    border: 1px solid #ccc;
	padding: 16px;
}

@media (max-width: 640px) {

    .contents-isms-table {
        width: 100%;
    }
    
}