@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document jump
--------------------------------------------------------- */

#jump {
	border: solid 1px #ccc;
	background: #f0f0f0;
	text-align: left;
}

#jump .jump {
	margin-bottom: 20px;
	padding: 40px 20px;
	border: solid 5px #e8eefc;
	text-align: center;
}

#jump .jump p {
	margin-bottom: 20px;
}

#jump .jump p:last-child {
	margin-bottom: 0;
}

#jump .jump a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 220px;
	height: 48px;
	padding-right: 10px;
	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;
}

#jump .jump 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;
}

#jump .jump a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document privacypolicy
--------------------------------------------------------- */

#privacypolicy {
	text-align: left;
}

#privacypolicy h3 {
	margin-top: 60px;
	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;
}

#privacypolicy h3:first-child {
	margin-top: 20px;
}

#privacypolicy p {
	margin-bottom: 20px;
}

/* ---------------------------------------------------------
	CSS Document news_bn
--------------------------------------------------------- */

#news_bn {
	text-align: left;
}

#news_bn h3 {
	margin-top: 60px;
	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;
}

#news_bn h3:first-child {
	margin-top: 20px;
}

#news_bn dl {
	margin-bottom: 20px;
	padding: 0 0 20px;
	border-bottom: solid 1px #ccc;
}

#news_bn dt {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 18%;
	font-weight: bold;
}

#news_bn dd {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 81%;
}


/* ---------------------------------------------------------
	CSS Document faq
--------------------------------------------------------- */

#faq {
	text-align: left;
}

#faq .section {
	margin-bottom: 40px;
}


#faq h3 {
	position:relative;
	margin-bottom: 20px;
	padding:20px 15px 18px 38px;
	background:url(/include/images/mk_02.png);
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	border-radius:10px;
	clear:both;
}

#faq h3::after{
	content:"";
	display:inline-block;
	width:7px;
	height:39px;
	background-color:#5671be;
	position:absolute;
	top:10px;
	left:17px;
}

#faq p {
	margin-bottom: 20px;
}

#faq .lead_01 {
	font-size:17px;
	text-indent:-2em;
	margin-left:2em;
	margin-bottom:30px;
}

#faq .lead_01::before {
	content: url(/include/images/mk_01.png);
	vertical-align: top;
	padding-right: 10px;
}

#faq .cate_01 {
	font-size:20px;
	color:#3d559a;
	border-bottom:2px solid #3d559a;
	padding-bottom:5px;
	margin-bottom:30px;
	clear:both;
}

#faq ol {
	margin-bottom: 20px;
	padding: 20px 10px;
	border: solid 1px #ccc;
	border-radius:15px;
	font-size: 16px;
	line-height: 1.8;
}

#faq ol.ol_colum_3 div {
	display:inline-block;
	vertical-align:top;
	width:28%
}

#faq ol.ol_colum_3 div:nth-child(1) {
	width:43%
}

#faq ol.ol_colum_3 div:nth-child(3) {
	width:20%
}


#faq li {
	margin-left: 25px;
	list-style: disc;
}

#faq .btn {
	text-align: center;
}

#faq .btn li {
	display:inline-block;
	margin:0 15px;
}

#faq .btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width:320px;
	height: 48px;
	padding-right: 15px;
	padding-left: 15px;
	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;
	line-height: 48px;
	color: #333;
	position: relative;
}

#faq .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: 15px;
}

#faq .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}


/* ---------------------------------------------------------
	CSS Document sourcebook
--------------------------------------------------------- */

#sourcebook {
	text-align: left;
}

#sourcebook .section {
	margin-bottom: 40px;
}

#sourcebook .cate_01 {
	font-size:20px;
	color:#3d559a;
	border-bottom:2px solid #3d559a;
	padding-bottom:5px;
	margin-bottom:30px;
	clear:both;
}

#sourcebook h3 {
	position:relative;
	margin-bottom: 20px;
	padding:20px 15px 18px 38px;
	background:url(/include/images/mk_02.png);
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	border-radius:10px;
	clear:both;
}

#sourcebook h3::after{
	content:"";
	display:inline-block;
	width:7px;
	height:39px;
	background-color:#5671be;
	position:absolute;
	top:10px;
	left:17px;
}

#sourcebook h4 {
	font-size: 17px;
}

#sourcebook h4 a {
	color:#333
}

#sourcebook h4::before {
	content: url(/include/images/mk_04.png);
	vertical-align: top;
	padding-right: 10px;
}

#sourcebook .lead_01 {
	font-size:17px;
}

#sourcebook .lead_01::before {
	content: url(/include/images/mk_01.png);
	vertical-align: top;
	padding-right: 10px;
}

#sourcebook .img_01 {
	float:left;
	margin:0 50px 50px 50px;
	border:1px solid #ccc
}

#sourcebook .sub_colum01 div {
	border-bottom:1px dotted #999;
	padding:5px 0 5px 20px;
	margin-bottom:20px;
}

#sourcebook p {
	margin-bottom: 20px;
}

#sourcebook .vol,
#sourcebook ol {
	margin-bottom: 20px;
	padding: 20px;
	border: solid 1px #ccc;
	font-size: 16px;
	line-height: 1.8;
}

#sourcebook .vol ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 40%;
}

#sourcebook ol li {
	margin-left: 25px;
	list-style: decimal;
}

#sourcebook .btn {
	text-align: center;
}

#sourcebook .btn li {
	display:inline-block;
	margin:0 30px;
}

#sourcebook .btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width:280px;
	height: 48px;
	padding-right: 30px;
	padding-left: 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;
	line-height: 48px;
	color: #333;
	position: relative;
}

#sourcebook .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: 15px;
}

#sourcebook .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}


/* ---------------------------------------------------------
	CSS Document handbook
--------------------------------------------------------- */

#handbook {
	text-align: left;
}

#handbook 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;
}

#handbook .section {
	margin-bottom: 40px;
}

#handbook p {
	margin-bottom: 20px;
}

#handbook ol li {
	margin-bottom: 20px;
	font-size: 16px;
}

#handbook ol ul {
	margin-top: 5px;
	padding: 10px 15px;
	border: solid 1px #ccc;
}

#handbook ol  ul li dt {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 60px;
}

#handbook ol ul li dd {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 70%;
}

#handbook ol ul li {
	margin-bottom: 0;
	font-size: 14px;
}

#handbook .btn {
	text-align: center;
}

#handbook .btn br {
	display:none;
}

#handbook .btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	height: 48px;
	padding-right: 20px;
	padding-left: 60px;
	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;
}

#handbook .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;
}

#handbook .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document related
--------------------------------------------------------- */

#related {
	text-align: left;
}

#related h3 {
	margin-bottom: 20px;
	padding-left:20px;
	border-left: solid 8px #808fbb;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.8;
}

#related .section {
	margin-bottom: 40px;
}

#related .link {
	border: solid 3px #ccc;
	padding: 35px;
}

#related ul li {
	display: inline-block;
	vertical-align: top;
}

#related ul li:nth-of-type(1){
	width: 330px;
}

#related ul li:nth-of-type(2){
	width: 588px;
}


/* ---------------------------------------------------------
	CSS Document report-consulting
--------------------------------------------------------- */

#report-consulting {
	text-align: left;
}

#report-consulting .section {
	margin-bottom: 60px;
}

#report-consulting .section:last-child {
	margin-bottom: 0;
}

#report-consulting 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-consulting p {
	margin-bottom: 20px;
}

#report-consulting ol li {
	margin-bottom: 20px;
	font-size: 16px;
}

#report-consulting .btn {
	margin-bottom: 20px;
	text-align: center;
}

#report-consulting .btn li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin: 0 10px;
}

#report-consulting .btn a {
	display: block;
	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;
}

#report-consulting .btn .pdf a {
	width: 500px;
	padding-left: 35px;
}


#report-consulting .btn .pdf a br {
	display:none
}

#report-consulting .btn .pdf 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;
}

#report-consulting .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document case-matching
--------------------------------------------------------- */

#case-matching {
	text-align: left;
}

#case-matching 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;
}

#case-matching .section {
	margin-bottom: 40px;
}

#case-matching p {
	margin-bottom: 20px;
}

#case-matching ol li {
	margin-bottom: 20px;
	font-size: 16px;
}

#case-matching ol ul {
	margin-top: 5px;
	padding: 10px 15px;
	border: solid 1px #ccc;
}

#case-matching ol  ul li dt {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 60px;
}

#case-matching ol ul li dd {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 70%;
}

#case-matching ol ul li {
	margin-bottom: 0;
	font-size: 14px;
}

#case-matching .btn {
	text-align: center;
}

#case-matching .btn br {
	display:none;
}

#case-matching .btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	height: 48px;
	padding-right: 20px;
	padding-left: 60px;
	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;
}

#case-matching .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;
}

#case-matching .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document handbook2018
--------------------------------------------------------- */

#handbook2018 {
	text-align: left;
}

#handbook2018 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;
}

#handbook2018 .section {
	margin-bottom: 40px;
}

#handbook2018 p {
	margin-bottom: 20px;
}

#handbook2018 ol li {
	margin-bottom: 20px;
	font-size: 16px;
}

#handbook2018 ol ul {
	margin-top: 5px;
	padding: 10px 15px;
	border: solid 1px #ccc;
}

#handbook2018 ol  ul li dt {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 60px;
}

#handbook2018 ol ul li dd {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 70%;
}

#handbook2018 ol ul li {
	margin-bottom: 0;
	font-size: 14px;
}

#handbook2018 .btn {
	text-align: center;
}

#handbook2018 .btn br {
	display:none;
}

#handbook2018 .btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	height: 48px;
	padding-right: 20px;
	padding-left: 60px;
	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;
}

#handbook2018 .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;
}

#handbook2018 .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}


/* ---------------------------------------------------------
	CSS Document guideline_new
--------------------------------------------------------- */

#guideline_new {
	text-align: left;
}

#guideline_new 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;
}

#guideline_new .section {
	margin-bottom: 40px;
}

#guideline_new p {
	margin-bottom: 20px;
}

#guideline_new ul li {
	list-style-type:circle;
	margin-left:20px;
	margin-top:15px;
}

#guideline_new .info ul li {
	list-style-type:disc;
	margin-left:20px;
	margin-top:0;
}

#guideline_new .link ul {
	margin-top: 5px;
	padding: 10px 15px;
	border: solid 1px #ccc;
}

#guideline_new .link ul li {
	list-style-type:disc;
	margin-left:20px;
	margin-top:0;
}

#guideline_new .btn {
	text-align: center;
}

guideline_new .btn br {
	display:none;
}

#guideline_new .btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	height: 48px;
	padding-right: 20px;
	padding-left: 60px;
	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;
}

#guideline_new .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;
}

#guideline_new .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}


/* ---------------------------------------------------------
	CSS Document sitemap
--------------------------------------------------------- */

#sitemap {
	text-align: left;
}

#sitemap li {
	padding-left: 26px;
	border-bottom: solid 1px #ddd;
	line-height: 2.7;
	position: relative;
}

#sitemap li:after {
	content: "";
	width: 0;
	height: 0;
	border: solid 5px transparent;
	border-left: solid 7px #fd6d16;
	position: absolute;
	top: 14px;
	left: 10px;
}

#sitemap li ul {
	margin-bottom: 10px;
}

#sitemap li li {
	padding-left: 20px;
	border: 0;
	line-height: 1.7;
}

#sitemap li li:after {
	top: 7px;
	left: 3px;
}

/* ---------------------------------------------------------
	CSS Document socialmedia
--------------------------------------------------------- */

#socialmedia {
	text-align: left;
}

#socialmedia 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;
}

#socialmedia .section {
	margin-bottom: 60px;
}

#socialmedia .section:last-child {
	margin-bottom: 0;
}

#socialmedia .btn {
	text-align: center;
}

#socialmedia .btn li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin: 0 10px;
}

#socialmedia .btn a {
	display: block;
	height: 56px;
	padding: 0 15px 0 60px;
	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: 56px;
	color: #333;
	position: relative;
}

#socialmedia .twitter a:before {
	content: '';
	width: 35px;
	height: 35px;
	margin-top: -17px;
	background: url(/include/images/i_twitter_pc.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 15px;
}

#socialmedia .facebook a:before {
	content: '';
	width: 35px;
	height: 35px;
	margin-top: -17px;
	background: url(/include/images/i_facebook_pc.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 15px;
}

#socialmedia .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document aboutus
--------------------------------------------------------- */

#aboutus {
	text-align: left;
}

#aboutus .box {
	margin-bottom: 20px;
	padding: 20px;
	border: solid 5px #e8eefc;
}

#aboutus h3 {
	margin-top: 40px;
	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;
}

#aboutus p {
	margin-bottom: 20px;
}

#aboutus p:last-child {
	margin-bottom: 0;
}

/* ---------------------------------------------------------
	CSS Document for
--------------------------------------------------------- */

#for {
	text-align: left;
}

#for .section {
	margin-bottom:50px;
}

#for 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;
}

#for ul {
	margin-top: 20px;
}

#for li {
	display: inline-block;
	width:486px;
	height:252px;
 	border:3px solid #ccc;
	vertical-align: top;
	margin-bottom: 26px;
	padding:25px;
	font-size: 15px;
	line-height: 23px;
}

#for li:nth-child(odd){
	margin-right:26px
}

#for li img {
	float:left;
	margin-right:22px;
}

#for ul li p {
	margin-bottom: 15px;
	font-weight:bold
}

/* ---------------------------------------------------------
	CSS Document enq_outsourcing
--------------------------------------------------------- */

#enq_outsourcing {
	text-align: left;
}

#enq_outsourcing .section {
	margin-bottom: 40px;
}

#enq_outsourcing 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;
}

#enq_outsourcing h4 {
	font-size:18px;
	color:#45537d;
	text-align:center;
	padding:0 0 20px
}

#enq_outsourcing p {
	margin-bottom: 20px;
}

#enq_outsourcing .date {
	color:#d66d2e;
}

#enq_outsourcing .login {
	background:#eee;
	padding:20px 20px 10px;
	margin:0 0 30px
}

#enq_outsourcing .login p {
	display:block;
	background:#fff;
	padding:20px;
	border:1px #e0e0de solid;
	margin:20px 0
}

#enq_outsourcing .btn {
	text-align: center;
}

#enq_outsourcing .btn li {
	display:inline-block;
	margin:0 30px;
	font-size:20px;
}

#enq_outsourcing .btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width:460px;
	height: 60px;
	padding-right: 30px;
	padding-left: 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;
	line-height: 60px;
	color: #333;
	position: relative;
}

#enq_outsourcing .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: 15px;
}

#enq_outsourcing .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#enq_outsourcing .box {
	display:block;
	background:#fff;
	padding:20px 20px 0;
	border:1px #808fbb solid
}

#enq_outsourcing .form_info {
	background:#f4f5f8;
	border-top:#dee2ef 2px solid;
	border-bottom:#dee2ef 2px solid;
	padding:20px 20px 0;
	margin-bottom:20px
}

#enq_outsourcing .mk01 {
	color:#6a7597
}

#enq_outsourcing .note {
	font-size:14px
}

/* ---------------------------------------------------------
	CSS Document for_worker
--------------------------------------------------------- */

.for_worker .swiper-button-prev,
.for_worker .swiper-button-next {
	width: 35px;
	height: 35px;
	background-size: 35px 35px;
	margin-top: -24px;
}

.for_worker .swiper-button-next {
	background-image: url(/include/images/swiper-button.png);
}

.for_worker .swiper-button-prev {
	background-image: url(/include/images/swiper-button.png);
	transform: scale(-1, 1); /* 左右反転 */
}

.for_worker {
	width:100%;
	background:#eeeeee;
	margin-bottom:-60px;
	padding:40px 0 60px;
	text-align:left
}

.for_worker h5 {
	display: flex;
	width:1000px;
	margin:0 auto 30px;
	align-items: center;
	font-size:18px;
	font-weight:normal;
}

.for_worker h5:before, .for_worker h5:after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background: #8b88bb;
	display: block;
}

.for_worker h5:before {
	margin-right: 20px;
}

.for_worker h5:after {
	margin-left: 20px;
}

.for_worker .swiper-container {
	width:1012px;
	margin:auto;
}

.for_worker ul {
	width:1000px;
	margin:0 auto 40px;
}

.for_worker ul li {
	display:inline-block;
	vertical-align:top;
	background:#fff;
	width:490px;
	padding:25px;
	border:3px solid #ccc;
	font-size:15px;
	line-height:23px;
}

.for_worker ul li:first-child{
	margin-right:20px
}

.for_worker ul li a {
	display:block;
	margin-bottom:10px;
	line-height:25px;
	font-weight:bold
}

.for_worker ul li img {
	float:left;
	margin-right:25px
}

.for_worker .swiper-slide p{
	background:#fff;
	border-left:7px solid #c0c0c0;
	padding:12px;
	font-size:13px;
	line-height:20px;
	min-height:250px;
	margin:0 6px
}

.for_worker .swiper-slide img {
	float:left;
	margin-bottom:120px;
	margin-right:12px;
}

.for_worker .swiper-slide a{
	display:block;
	font-size:15px;
	line-height:25px;
	margin-bottom:5px;
	font-weight:bold
}