@charset "utf-8";

/* heading */
div#popup-body #popup-contents #contentsarea .detail h2 {
	margin-bottom: 5px;
}

div#popup-body #popup-contents #contentsarea .detail h3 {
	margin: 30px 0 0 0;
	padding: 0;
}
div#popup-body #popup-contents #contentsarea .detail h3.sub-caption {
	text-align: center;
}
/* /heading */

div#popup-body #popup-contents #contentsarea .detail p {
	margin: 10px 0 0 0;
	padding: 0;
}
div#popup-body #popup-contents #contentsarea .detail p.first-paragragh {
	margin: 30px 0 0 0;
}

/* annotation_fix */
div#popup-body #popup-contents #contentsarea .detail ul.annotation_fix {
	margin: 0;
	padding: 0 0 0 5px;
}
div#popup-body #popup-contents #contentsarea .detail ul.annotation_fix li {
	margin: 5px 0 0 0;
	color: #333333;
}
/* /annotation_fix */

/* table */
div#popup-body #popup-contents #contentsarea .detail table {
	margin: 20px 20px 0 20px;
	padding: 0;
}

div#popup-body #popup-contents #contentsarea .detail table,
div#popup-body #popup-contents #contentsarea .detail table tr,
div#popup-body #popup-contents #contentsarea .detail table th,
div#popup-body #popup-contents #contentsarea .detail table td {
	border: #333333 solid 1px;
	background: none;
	font-size:12px;
	vertical-align: top;
}

div#popup-body #popup-contents #contentsarea .detail table th {
	text-align: center;
}
/* /table */

/* compliant-model */
div#popup-body #popup-contents #contentsarea .detail table.compliant-model {
	margin: 20px 0 0;
}

div#popup-body #popup-contents #contentsarea .detail table.compliant-model th,
div#popup-body #popup-contents #contentsarea .detail table.compliant-model td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

div#popup-body #popup-contents #contentsarea .detail table.compliant-model th {
	background: #eeeeee;
}

div#popup-body #popup-contents #contentsarea .detail table.compliant-model .no-wrap {
	white-space: nowrap;
}

div#popup-body #popup-contents #contentsarea .detail table.compliant-model td.model-number {
	background: #ffff99;
	font-weight: bold;
}

div#popup-body #popup-contents #contentsarea .detail table.compliant-model td.note {
	text-align: left;
}
div#popup-body #popup-contents #contentsarea .detail table.compliant-model td a {
	font-size: 12px;
}
/* /compliant-model */


/* btn_link  */
div#popup-body #popup-contents #contentsarea .detail p.line-wrap {
	border: #333333 solid 1px;
	margin: 30px 0 0 0;
	padding: 10px 0;
	text-align: center;
}
/* /btn_link  */
