#history-page .contents_history {
    margin: 0;
}

#history-page .search_page{
    margin-top: 25px;
}

#history-page .contents_m table.tb_style01 td {
    border-width: 0 1px 1px 0;
}

#history-page .contents_m table.tb_style01 td:last-child {
    border-right: 0;
}

#history-page .contents_m table.tb_style01 th:last-child {
    border-right: 0;
}

#contents #history-page.contents_inline .contents_history.btn-sm01 a .content-button {
    height: 60px;
    font-size: 14px;
    width: 240px;
    background-color: #999999;
}

#contents #history-page.contents_inline .contents_history.btn-sm01 a .content-button::before{
    content: url('../../img/custom/ic-more-gray.png');
    top: 23px;
}

.no_content {
	padding: 20px !important;
	margin-top: 10px !important;
	text-align: center !important;
	background-color: #ffedf2 !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-ms-border-radius: 5px !important;
	-o-border-radius: 5px !important;
}

.no_content p {
	color: #614a3f !important;
	font-size: 100% !important;
}

.no_content p.f_big {
	margin-top: 5px !important;
	font-weight: bold !important;
}

.no_content p a {
	text-decoration: underline !important;
}

.no_content p a:hover {
	text-decoration: none !important;
}

.contents_history {
    display: none !important !important;
}

@media only screen and (min-width: 1024px) {
    .no_content {
		padding: 30px !important;
		margin-top: 20px !important;
		border-radius: 8px !important;
		-webkit-border-radius: 8px !important;
		-moz-border-radius: 8px !important;
		-ms-border-radius: 8px !important;
		-o-border-radius: 8px !important;
	}

	.no_content p {
		font-size: 16px !important;
	}

	.no_content p.f_big {
		margin-top: 10px !important;
	}
}