@charset "UTF-8";

.comment {
	white-space: pre-line;
}

.file-preview__table {
    border: 1px solid #ccc;
	font-size: 14px;
}

.file-preview__table--zumen {
	margin-top: 20px;
}

.file-preview__head {
	text-align: center;
    width: auto;
    background: #f1f1f1;
    padding: 2px 10px;
	border-bottom: 1px solid #ccc;
}

.file-preview__body {
	text-align: center;
	padding: 12px 10px;
}

.file-preview__body a {
	text-decoration: underline;
	color: #000;
}

.file-preview__title {
	margin-right: 15px;
    width: 18em;
}

.myorders__order .file-preview__title {
	text-align: right;
}
.myorders__order .file-preview__table {
	width: 50%;
}

@media (max-width: 640px) {
	.myorders__order .file-preview__title {
		text-align: left;
	}
	.myorders__order .file-preview__table {
		width: 100%;
	}
}