@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document report
--------------------------------------------------------- */

#report {
	text-align: left;
}

#report .section {
	margin-bottom: 40px;
}

#report h3 {
	margin-bottom: 20px;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 2px #808fbb;
	background: #e8eefc;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.2;
}

#report p {
	margin-bottom: 20px;
}

#report ol li {
	margin-bottom: 10px;
	font-size: 16px;
}

#report ol li.single {
	margin-bottom: 20px;
	padding: 10px 15px;
	border: solid 1px #ccc;
	font-size: 14px;
}

#report ul {
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 10px 15px;
	border: solid 1px #ccc;
}

#report ul li {
	margin-bottom: 0;
	font-size: 14px;
}

#report ul.decimal li {
	margin-left: 24px;
	list-style: decimal;
}

#report ul.roman li {
	margin-left: 24px;
	list-style: upper-roman;
}

#report ul li ul {
	margin-bottom: 5px;
	padding: 0;
	border: 0;
}

#report ul li li {
	margin-left: 0;
	list-style: none;
}

/* ---------------------------------------------------------
	CSS Document report > btn
--------------------------------------------------------- */

#report .center a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	height: 48px;
	padding-right: 10px;
	padding-left: 50px;
	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;
}

#report .center a:before {
	content: '';
	width: 26px;
	height: 29px;
	margin-top: -14px;
	background: url(/include/images/i_pdf_pc.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 15px;
}

#report .center a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
