.x a, .x a:hover { color: #333; text-decoration: none; }
.x h2 { margin: 8px 0; }
.x p { margin: 0; }
.x form { margin: 0; }
.x blockquote p { font-size: 14px; line-height: 1.5; }
.x td select, .x td input { width: auto; height: 24px !important; min-width: 120px; box-sizing: border-box; }

.clear { display: block; position: relative; clear: both; }
.clear:after { content: ""; display: block; clear: both; }

.tl_srch .fr { margin: 0 8px 12px; }
.tl_srch .x_label-important { padding: 12px; white-space: normal; background-color: #777; }
.tl_srch .fa-times {
	position: absolute;
    top: 0;
    right: 16px;
    margin: 0;
    width: 24px;
    height: 24px;
    line-height: 1.6;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    font-size: 14px;
    color: #aaa;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

@media screen and (max-width: 533px) {
	.bd .bd_hd {
		padding: 3px 0 15px;
	}
}

.bd_tl { margin: 0 16px 20px; }
.bd_tl h1, .bd_tl h2 { margin: 0; padding: 0 20px; font-size: 16px; line-height: 22px; font-weight: bold; }
.bd_tl h2 { margin-top: 2px; font-size: 11px; line-height: 11px; color: #888; }
.bd_tl h1 .bg_color { background-color: #333; }
.bd_tl h2 .bg_color { background-color: #999; }

.rd .no_doc { margin: 0; padding: 24px; border: 1px solid #ccc; border-radius: 4px; text-align: center; box-shadow: 0 1px 4px rgba(0,0,0,.2); }
.rd .regist { margin: 20px auto; text-align: center; }

.bd_wrt_hd .itx[name="title"] { padding: 16px 8px; box-sizing: border-box; }


/* declare */

.bd_body {
	padding: 0 16px;
}
#declare_message {
	display: none;
}
	#declare_message textarea {
		width: 100%;
		margin: 8px 0 4px;
	}


/* saved_list */

.bd_tb_lst th, .bd_tb_lst td {
    font-size: 12px;
}
td.title {
	font-weight: bold;
}
	td.title .saved_content {
		font-weight: normal;
	}
td.title.has_thumb {
	display: flex;
	gap: 8px;
	box-sizing: border-box;
}
	td.title.has_thumb img {
		width: 80px;
		height: 45px;
	}
a.bd_btn {
	font-size: 12px;
}
@media screen and (max-width: 640px) {
	.bd_tb_lst td span {
		display: none;
	}
	a.bd_btn {
		font-size: 13px;
		line-height: 1.8;
	}
}

/* footer */

.regist {
    position: relative;
    margin-top: 24px;
    padding: 12px 0;
    text-align: center;
    border-top: 1px solid #CCC;
}
.regist .cancel {
    position: absolute;
	right: 16px;
}