@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	text-align: left;
}

#detail .section {
	margin-bottom: 30px;
}

#detail .section:last-child {
	margin-bottom: 0;
}

#detail h3 {
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: solid 5px #7f8dba;
	font-weight: 100;
	font-size: 22px;
	line-height: 1.4;
}

#detail h3 .promoter {
	display: block;
	font-size: 14px;
}

#detail h4 {
	margin-bottom: 15px;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 2px #808fbb;
	background: #e8eefc;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.2;
}

#detail p,
#detail ol,
#detail ul {
	margin-bottom: 20px;
}

#detail ol li {
	margin-left: 22px;
	list-style: decimal;
}

#detail .ellipsis {
	margin-top: -10px;
	text-align: right;
}

#detail ul.ellipsis li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 12px;
}

/* ---------------------------------------------------------
	CSS Document detail > text_announce_end
--------------------------------------------------------- */

#detail h5 {
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: solid 3px #e8eefc;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.2;
}

#detail h5 span {
	font-size: 12px;
}

#detail dl {
	margin-bottom: 60px;
}

#detail dt {
	margin-bottom: 15px;
	padding: 10px;
	border: solid 1px #ccc;
	color: #fd6d16;
}

/* ---------------------------------------------------------
	CSS Document detail > btn
--------------------------------------------------------- */

#detail .btn {
	text-align: center;
}

#detail .btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 220px;
	height: 48px;
	padding: 0 0 0 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
	text-decoration: none;
	font-size: 15px;
	line-height: 48px;
	color: #333;
	position: relative;
}

#detail .btn a:before {
	content: '';
	width: 26px;
	height: 29px;
	margin-top: -13px;
	background: url(/include/images/i_pdf_pc.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 15px;
}

#detail .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
