@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document index
--------------------------------------------------------- */

#index {
	text-align: left;
}

#index .section {
	margin-bottom: 60px;
}

#index .section:last-child {
	margin-bottom: 0;
}

#index 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;
}

#index p {
	margin-bottom: 20px;
}

#index ul {
	margin-bottom: 20px;
	padding: 10px;
	border: solid 1px #ccc;
}

#index ul li {
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 14px;
	list-style: disc;
	line-height: 2;
}

/* ---------------------------------------------------------
	CSS Document index > btn
--------------------------------------------------------- */

#index .btn {
	margin-bottom: 40px;
	text-align: center;
}

#index .btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 220px;
	height: 48px;
	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;
}

#index .btn a:before {
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

#index .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document agency
--------------------------------------------------------- */

#agency {
	text-align: left;
}

#agency .section {
	margin-bottom: 40px;
}

#agency 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;
}

#agency p {
	margin-bottom: 20px;
}

#agency h4 {
	float: left;
	width: 15%;
	font-size: 14px;
}

#agency .block {
	margin-bottom: 10px;
	padding: 0 10px 10px;
	border-bottom: solid 1px #ccc;
}

#agency dl {
	float: right;
	width: 85%;
}

#agency dt {
	float: left;
	width: 14%;
}

#agency dd {
	float: left;
	width: 86%;
}

#agency ol li {
	margin-bottom: 20px;
	font-size: 16px;
}

#agency ul {
	margin-top: 5px;
	padding: 15px;
	border: solid 1px #ccc;
}

#agency ul li {
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 14px;
	list-style: disc;
}

#agency p.center a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 220px;
	height: 48px;
	padding: 0 0 0 40px;
	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;
}

#agency p.center 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;
}

#agency p.center a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document career
--------------------------------------------------------- */

#career {
	text-align: left;
}

#career .section {
	margin-bottom: 60px;
}

#career .section:last-child {
	margin-bottom: 0;
}

#career 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;
}

#career h4 {
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: solid 5px #808ebd;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.2;
}

#career h5 {
	padding: 0 10px;
	background: #f3f3f3;
	font-weight: 100;
	font-size: 14px;
}

#career .section p {
	margin-bottom: 20px;
}

#career .section strong {
	color: #fd6d16;
}

#career .section ol,
#career .section ul {
	margin-bottom: 20px;
	padding: 10px;
	border: solid 1px #ccc;
}

#career .section ul li {
	margin-bottom: 0;
	margin-left: 22px;
	font-size: 14px;
	list-style: disc;
	line-height: 2;
}

#career .section ol li {
	margin-bottom: 0;
	margin-left: 28px;
	font-size: 14px;
	list-style: decimal;
	line-height: 2;
}

#career dl {
	border-bottom: solid 1px #ccc;
}

#career dd,
#career dt {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	padding: 10px;
}

#career dt {
	width: 10%;
}
