@charset "utf-8";
/* CSS Document */
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf {display:inline-block;}
.cf {display:block;}

.sp {display: none;}

.txtC {text-align: center;}
.mb0 {margin-bottom: 0!important;}
.mb10 {margin-bottom: 10px!important;}
.mb20 {margin-bottom: 20px!important;}
.pb0 {padding-bottom: 0!important;}
.pb10 {padding-bottom: 10px!important;}
.pb20 {padding-bottom: 20px!important;}

.mdBtn1 {
	background: #365383;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto;
	width: 300px;
}
.mdBtn1 a {
	display: block;
	color: #fff!important;
	font-size: 114%;
	padding: 12px 0;
	text-align: center;
}
.mdBtn1:hover a {text-decoration: none!important;}

body {
	background: #F2F2F9 url(../img/head_inq_bg.png) no-repeat 50% 0;
	overflow-x: hidden;
}	

#headArea {
	overflow: hidden;
	height: 503px;
}
#headArea.type2 {
	overflow: visible;
	height: 100px;
}
#headArea .wrap {
	position: relative;
	margin: 0 auto;
	width: 1100px;
}

#headArea .logo {
	position: absolute;
	top: 7.8%;
	left: 2%;
	z-index: 4;
}
#headArea.type2 .logo {
	top: 4%;
	left: 0;
}
#headArea .logo a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/logo.png) no-repeat 0 0;
	width: 124px;
	height: 44px;
}

#headArea .gNav {
	position: absolute;
	top: 4.4%;
	left: 19.7%;
	z-index: 100;
}

#headArea .gNav li {
	float: left;
	position: relative;
	background: url(../img/gnav_line.png) no-repeat 100% 0;
	text-align: center;
}
#headArea .sMenu,
#headSub .sMenu {
	display: none;
}
#headArea .gNav li .sMenu {
	position: absolute;
	z-index: 100;
	top: 40px;
	left: -30px;
	border-bottom:1px #000 solid;
}
#headArea .gNav li .sMenu .box {
	border-collapse: collapse;
	background: #fff;
	border:1px #000 solid;
	border-bottom: none;
}
#headArea .gNav li .sMenu .box a {
	display: block;
	width: 200px;
	padding: 10px;
}
#headArea .gNav li .sMenu .box a:hover:before {
	display: none;
}

#headArea .gNav li.coming {
	position: relative;
}

#headArea .gNav li.coming span {
	position: absolute;
	display: block;
	padding: 3px 6px;
	top: -21px;
	left: 42px;
	font-size: 72%;
	color: #fff;
	background: #365383;
	text-align: center;
}

#headArea .gNav li:nth-child(4),
#headArea .gNav li:last-child {
	background: none;
}

#headArea .gNav li:last-child {
	margin-top: -2px;
	margin-left: 32px;
}

#headArea .gNav li:last-child a,
#headArea .gNav li:last-child a:hover {
	color: #fff;
}
#headArea .gNav li:last-child a:hover:before {
	display: none;
}
#headArea .navSp {
	display: none;
}

#headArea .gNav li a {
	position: relative;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 13px 10px 0;
	width: 157px;
}

#headArea .gNav li a:before{
  position: absolute;
  bottom: 1px;
  left: 20px;
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #365383;
  transition: 0.3s;
}
#headArea .gNav li.coming a:before{
	display: none;
}
#headArea .gNav li a:hover,
#headArea .gNav li.current a{
  color: #365383;
}
#headArea .gNav li a:hover:before,
#headArea .gNav li.current a:before{
  width: 120px;
}

#headArea .mainCatch {
	position: absolute;
	z-index: 1000;
	top: 210px;
	left: 50%;
	margin-left: -500px;
}

#headArea #slideWrap {
	position: absolute;
	z-index: -1;
	top: 108px;
	height: 409px;
	overflow: hidden;
}

@media screen and (min-width:800px) and (max-width: 900px) {
	body {
		background: #F2F2F9 url(/img/head_inq_bg.png) no-repeat 57% 0;
		overflow-x: hidden;
	}	
	#headArea .gNav li a {
		position: relative;
		display: block;
		font-weight: bold;
		text-decoration: none;
		padding: 10px 6px 10px 0;
		width: 100px;
	}
	#headArea .mainCatch {
		left: 66%;
	}
}
@media screen and (min-width:901px) and (max-width: 950px) {
	body {
		background: #F2F2F9 url(../img/head_inq_bg.png) no-repeat 58% 0;
		overflow-x: hidden;
	}	
	#headArea .gNav li a {
		position: relative;
		display: block;
		font-weight: bold;
		text-decoration: none;
		padding: 10px 6px 10px 0;
		width: 110px;
	}
	#headArea .mainCatch {
		left: 56%;
	}
}
@media screen and (min-width:951px) and (max-width: 1050px) {
	body {
		background: #F2F2F9 url(../img/head_inq_bg.png) no-repeat 60% 0;
		overflow-x: hidden;
	}	
	#headArea .gNav li a {
		position: relative;
		display: block;
		font-weight: bold;
		text-decoration: none;
		padding: 10px 6px 10px 0;
		width: 110px;
	}
}
#headSub {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background: #fff;
	border-bottom: 1px #365383 solid;
	width: 100%;
	height: 70px;
}

#headSub .inner {
	margin: 0 auto;
	width: 1100px;
}

#headSub .inner .logo {
	float: left;
	margin: 10px 80px 0 0;
}

#headSub .inner .logo a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/logo2.png) no-repeat 0 0;
	width: 124px;
	height: 44px;
}

#headSub .inner ul li {
	position: relative;
	float: left;
	text-align: center;
}

#headSub .inner ul li:after {
	position: absolute;
	content: "";
	display: block;
	background: url(../img/gnav_line2.png) no-repeat 100% 0;
	width: 21px;
	height: 70px;
	top: 0;
	right: -10px;
}

#headSub .inner ul li a {
	display: block;
	color: #365383;
	font-size: 121%;
	font-weight: bold;
	text-decoration: none;
	padding: 20px 0 0;
	width: 170px;
	height: 50px;
}
#headSub .inner ul li a:hover {
	text-decoration: underline;
}
#headSub .inner .service .sMenu {
	position: absolute;
	left: -10px;
	background: #fff;
	border-left: 1px #365383 solid;
	border-right: 1px #365383 solid;
	margin: 1px 0 0;
}
#headSub .inner .service .sMenu a {
	border-bottom: 1px #365383 solid;
	font-size: 93%;
	margin: 0;
	padding: 14px 5px;
	width: 200px;
	height: auto;
}

#paticle {
	position: relative;	
	top: 0;
	left: -80%;
	z-index: 3;
	background: #365383;
	width: 100%;
	height: 750px;
	transform: rotate(-70deg);
}
#paticle.type2 {
	background: #365383;
	top: -380px;
	transform: rotate(-42deg);
}

#newsBox {
	position: relative;
	background: #fff;
	border: 1px #4B71B3 solid;
	margin: 40px auto 80px;
	width: 1100px;
	height: 48px;
}

#newsBox .back a {
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 9px 0 0;
	width: 172px;
	height: 27px;
}

#newsBox .main dt {
	position: relative;
	float: left;
	background: #4B71B3;
	color: #fff;
	text-align: center;
	padding: 15px 0 0;
	width: 100px;
	height: 33px;
}
#newsBox .main dt:after {
	position: absolute;
	display: block;
	content: "";
	background: url(../img/news_arr.png) no-repeat 0 0;
	width: 6px;
	height: 11px;
	margin-top: -5px;
	top: 50%;
	right: -6px;
}

#newsBox .main dd {
	position: relative;
	overflow: hidden;
	padding: 15px 0 0 25px;
}

#newsBox .main dd .ticker {
	position: relative;
	height: 1.6em;
	width: 100%;
}

#newsBox .main dd .ticker li {
	float: left;
	display: inline;
	clear: both;
	text-align: left;
	list-style-type: none;
	position: relative;
	line-height: 1.6em;
	margin-bottom: -1.6em;
	width: 100%;
}
#newsBox .main dd .ticker li a {
	display: block;
	text-decoration: underline;
}
#newsBox .more {
	position: absolute;
	top: 6px;
	right: 6px;
}
#newsBox .more a {
	display: block;
	background: #847C35;
	color: #fff;
	padding: 7px 30px;
}

.sec .ttl {
	font-size: 255%;
	font-weight: normal;
	text-align: center;
	padding: 30px 0;
}

.sec .ttl span {
	display: block;
	color: #4B71B3;
	font-size: 40%;
}

#solution .boxList {
	background: #35507F;
	border-top: 27px #5579B7 solid;
	margin: 0 0 64px;
}

#solution .boxList .inner {
	margin: 0 auto;
	width: 1100px;
}

#solution .boxList .inner li {
	position: relative;
	float: left;
	border-right: 1px #7285A6 solid;
	box-sizing: border-box;
	color: #fff;
	width: 366px;
	min-height: 530px;
	padding: 30px 7px 0;
}
#solution .boxList .inner li:after {
	display: block;
	content: "";
	overflow: hidden;
	background: url(../img/line_solution.png) no-repeat 0 0;
	position: absolute;
	top: -28px;
	right:-12px;
	width: 12px;
	height: 28px;
}
#solution .boxList .inner li:last-child:after {
	display: none;
}
#solution .boxList .inner li:last-child {
	border-right: none;
}
#solution .boxList .inner li a {
	display: block;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#solution .boxList .inner li a .pic {
	background: #000;
	overflow: hidden;
	width: 350px;
	height: 214px;
}

#solution .boxList .inner li a .pic img {
	transition: 0.5s;
}

#solution .boxList .inner li a:hover .pic img {
	opacity: 0.7;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#solution .boxList .inner li dl dt {
	font-size: 163%;
	text-align: center;
	padding: 28px 0;
}

#solution .boxList .inner li dl dd {
	font-size: 114%;
	line-height: 2;
	padding: 0 0 30px;
}

#example .boxList {
	background: url(../img/bg_example.jpg) no-repeat 50% 0;
	background-size: cover;
	height: 698px;
	padding: 60px 0 0;
}

#solution .boxList .box1 dl {
	background: url(../img/solution_pic1.png) no-repeat 50% 65px;
}
#solution .boxList .box2 dl {
	background: url(../img/solution_pic2.png) no-repeat 50% 65px;
}
#solution .boxList .box3 dl {
	background: url(../img/solution_pic3.png) no-repeat 50% 65px;
}
#example .listWrap {
	padding: 0 0 60px;
}
#example .lead {
	text-align: center;
	padding: 0 0 60px;
}

#example .inner {
	margin: 0 auto;
	width: 1100px;
}

#example .inner li {
	position: relative;
	float: left;
	background: #fff;
	border: 1px #D1D8E2 solid;
	box-sizing:border-box;
	margin: 0 25px 0 0;
	padding: 5px 5px 15px;
	width: 350px;
}

#example .inner li:before {
	position: absolute;
	z-index: 10;
	content: "";
	display: block;
	background: url(../img/exp_bg_arr.png) no-repeat 0 0;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
}

#example .catelabel {
	margin: 15px 0 0 10px;
}
#example .catelabel li {
	float: left;
	background: #4B71B3;
	border-radius: 6px;
	border: none;
	color: #fff;
	font-size: 86%;
	margin: 0 10px 0 0;
	padding: 4px 8px;
	width: auto;
	height: auto;
}
#example .catelabel li:before {
	background: none;
}

#example .inner li:last-child,
#example .catelabel li:last-child {margin: 0;}

#example .inner li a:hover .logo img {
	opacity: 0.6;
}

#example .inner li dl {
	margin: 0 10px;
}

#example .inner li dt {
	border-bottom: 1px #D1D8E2 solid;
	color: #34507F;
	font-size: 135%;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

#example .inner li dd {
	line-height: 1.8;
}

#example .inner li .btn {
	display: block;
	color: #fff;
	font-size: 121%;
	text-align: center;
	background: url(../img/btn1.png) no-repeat 0 0;
	margin: 30px auto 0;
	padding: 8px 0 0;
	width: 270px;
	height: 32px;
}

#recruit {
	background: url(../img/bg_recruit.jpg) no-repeat 50% 0;
	height: 440px;
	padding: 50px 0 0;
	text-align: center;
}

#recruit .ttl {
	margin: 0 0 30px;
}

#recruit.sec .txt {
	font-size: 128%;
	line-height: 2;
	padding: 0 0 20px;
}

#recruit.sec .txt span {
	display: inline-block;
	background: rgba(255,255,255,.6);
	padding: 6px 12px;
}

#recruit.sec .btn a,
#contact.sec .btn a {
	display: block;
	overflow: hidden;
	background: url(../img/btn2.png) no-repeat 0 0;
	color: #fff;
	font-size: 142%;
	text-align: center;
	margin: 0 auto;
	padding: 16px 0 4px;
	width: 508px;
	height: 41px;
}

#contact.sec {
	padding: 30px 0 60px;
}

#contact.sec .txt {
	text-align: center;
	padding: 0 0 40px;
}

#pageTop {
	position: fixed;
	bottom: 50px;
	right: 50px;
}

#pageTop a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/ptop.png) no-repeat 0 0;
	width: 80px;
	height: 80px;
}


#footArea {
	background: #294065 url(../img/foot_line.jpg) repeat-x 0 0;
	color: #fff;
	text-align: center;
	padding: 40px 0 15px;
}

#footArea .logo {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/logo.png) no-repeat 0 0;
	margin: 0 auto 30px;
	width: 124px;
	height: 44px;
}

#footArea .nav {
	position: relative;
	overflow: hidden;
}

#footArea .nav ul {
	position: relative;
	float: left;
	left: 50%;
}

#footArea .nav li {
	position: relative;
	float: left;
	left: -50%;
	margin: 0 20px;
}

#footArea .nav li a {
	color: #fff;
}

#footArea .copy {
	padding: 50px 0 0;
}

.slider {
	margin: 0 auto;
}

.slider img {
	max-width: auto;
}
.slider li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.single-item {
	max-width: 600px;
	margin: 0 auto 50px;
}
.lazy-item .slick-next,
.thumb-item-nav .slick-next,
.multiple-item .slick-next,
.center-item .slick-next {
	right: 20px;
	z-index: 99;
	display: none!important;
}
.lazy-item .slick-prev,
.thumb-item-nav .slick-prev,
.multiple-item .slick-prev,
.center-item .slick-prev {
	left: 15px;
	z-index: 100;
	display: none!important;
}
.single-item .slick-prev::before,
.single-item .slick-next::before {
	color: #666;
	display: none!important;
}
.slick-dots {
	display: none!important;
	bottom:-25px;
}
.multiple-item li {
	margin: 0 5px;
}
.thumb-item {
	max-width: 700px;
	margin: 0 auto 5px;
	padding: 0 5px;
}
.thumb-item-nav {
	max-width: 700px;
	margin: 0 auto;
}
.thumb-item-nav li{
	margin: 5px;
}
.lazy-item {
	width: 400px;
	margin: 0 auto 50px;
}
.lazy-item li {
	margin: 0 5px;
}

.breadCrumbs {
	margin: 0 auto;
	width: 900px;
}

.breadCrumbs li {
	position: relative;
	float: left;
	margin: 0 30px 0 0;
}

.breadCrumbs li:after {
	position: absolute;
	top: 0;
	right: -20px;
	content: ">";
	width: 1em;
	height: 1em;
}
.breadCrumbs li:last-child:after {
	content: "";
}


#company {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	padding: 30px 0 0;
	width: 900px;
}

#company .summary {
	margin: 50px auto 0;
	width: 700px;
}

#company .summary li {
	border-bottom: 1px #e1e1e1 solid;
	font-size: 114%;
	margin: 0 0 30px;
}

#company .summary li dt {
	float: left;
	clear: left;
	font-weight: bold;
	padding: 0 0 0 20px;
	width: 170px;
}

#company .summary li dd {
	overflow: hidden;
	padding: 0 0 30px;
}
#company .summary li dd a {
	color: #4B71B3;
	text-decoration: underline;
}
#company .summary li dd a:hover {
	text-decoration: none;
}
#company .summary li dd #map {
	border: 1px #365383 solid;
	margin: 10px 0 0;
	width: 500px;
	height: 250px;
}


#inquiry {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	padding: 50px 0;
	width: 1100px;
}

#inquiry .formBox {
	margin: 20px auto 0;
	padding: 0 0 30px;
	width: 800px;
}

#inquiry .formBox li {
	padding: 0 0 30px;
}
#inquiry .formBox li:last-child {
	padding: 0;
}
#inquiry .formBox li dt {
	float: left;
	font-weight: bold;
	margin: 0 30px 0 0;
	padding: 6px;
	width: 160px;
}

#inquiry .formBox li dt span {
	color: #ff0000;
	font-weight: normal;
}

#inquiry .formBox li dd {
	overflow: hidden;
}

#inquiry .formBox li dd select,
#inquiry .formBox li dd input[type="text"] {
	padding: 12px;
}

#inquiry .formBox li dd .inp01 {
	width: 400px;
}

#inquiry .formBox li dd .txtArea {
	resize:none;
	padding: 6px;
	width: 480px;
	height: 120px;
}

#inquiry .formBox .submitbtn input {
	display: block;
	background: #294065;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-size: 128%;
	margin: 30px auto 0;
	width: 400px;
	height: 60px;
}
#inquiry .formBox .submitbtn input:hover {
	cursor: pointer;
	opacity: 0.7;
}

#privacy {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	padding: 50px 0;
	width: 1100px;
}

#privacy .summary {
	line-height: 1.6;
	margin: 50px auto 0;
	width: 700px;
}

#privacy .summary .signature {
	text-align: right;
	margin: 0 0 20px;
}

#privacy .summary .lead {
	margin: 0 0 30px;
}

#privacy .summary .note {
	margin: 0 0 20px;
}

#privacy .summary .note dt {
	font-weight: bold;
	padding: 0 0 8px;
}

#privacy .summary .note dd {
	padding: 0 0 35px;
}

#privacy .summary .note dd p,
#privacy .summary .note2 dd p {
	padding: 0 0 15px;
}

#privacy .summary .note dd li,
#privacy .summary .note2 dd li {
	margin: 0 0 0 20px;
	list-style: disc;
}

#privacy .summary .note2 dd {
	padding: 0 0 15px;
}

#solution.sec {
	padding: 30px 0;
}
#solution.sec > .lead {
	margin: 0 auto 30px;
	width: 1000px;
}
#solution.sec a {
	color: #4E6383;
	text-decoration: underline;
}
#solution.sec .mainTtl {
	font-size: 170%;
	padding: 0 0 10px;
	text-align: center;
}
.ttl_Pic {
	text-align: center;
	margin: 0 0 30px;
}
#solution.sec .subTtl {
	position: relative;
	display: block;
	font-size: 142%;
	color: #365383;
	margin: 0 0 10px;
	padding: 0 0 0 10px;
}
#solution.sec .subTtl span {
	position: relative;
	z-index: 2;
	display: inline-block;
	background: #F2F2F9;
	padding: 0 20px 0 10px;
}
#solution.sec .subTtl:before,
#solution.sec .subTtl:after{
content: '';
position: absolute;
z-index: 1;
top: 48%;
display: inline-block;
width: 100%;
height: 1px;
background-color: #365383;
}

#solution.sec .subTtl:before {left:0;}
#solution.sec .subTtl:after {right: 0;}

#solution.sec .innerWrap {
	margin: 0 auto;
    width: 1000px;
}
#solution.sec .innerWrap .secInner {
	margin: 0 0 50px;
}
#solution.sec .innerWrap .lead {
	line-height: 2.2;
	padding: 0 0 0 20px;
}

#solution.sec .innerWrap .summary li {
	float: left;
	margin: 0 2% 2% 0;
	width: 48%;
}
#solution.sec .innerWrap .summary li:nth-child(even) {
	margin-right: 0;
}
#solution.sec .innerWrap .summary dt {
	position: relative;
	top: 15px;
	left: 10px;
	display: inline-block;
	background: #365383;
	color: #fff;
	padding: 8px 16px;
}
#solution.sec .innerWrap .summary dd {
	background: #fff;
	line-height: 1.7;
	margin: 0 0 0 20px;
	padding: 25px 20px 20px;
}

#solution.sec .innerWrap .cap {
	display: block;
	text-align: center;
	margin: 20px auto;
}
#solution.sec .innerWrap .otherService {
	margin: 0 0 30px;
}
#solution.sec .innerWrap .otherService li {
	margin: 0 0 8px;
}

#example.sec {
	padding: 30px 0 0;
}

#example.sec .detail {
	margin: 0 auto;
	padding: 30px 0;
	width: 900px;
}

#example.sec .detail .mainTtl {
	position: relative;
	z-index: 10;
	border-top: 1px #2C659E solid;
	font-size: 149%;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 20px 0 0;
}

#example.sec .detail .mainTtl span {
	font-size: 58%;
	font-weight: normal;
}
#example.sec .detail .mainTtl span a {
	color: #2C659E;
}

#example.sec .detail .mainPic {
	text-align: center;
	margin: 0 0 20px;
}

#example.sec .detail .summary dt {
	color: #2C659E;
	font-size: 142%;
	font-weight: bold;
	padding: 0 0 5px;
}

#example.sec .detail .summary dd {
	font-size: 114%;
	padding: 0 0 35px;
}

#example.sec .detail .summary dd:last-child {
	padding: 0;
}

#example.sec .detail .summary dd .table {
	display: table;
	box-sizing:border-box;
	border-bottom: 1px #2C659E solid;
	width: 740px;
}

#example.sec .detail .summary dd .table dt {
	display: table-cell;
	box-sizing:border-box;
	background: #F0F1FD;
	border: 1px #2C659E solid;
	border-right: none;
	border-bottom: none;
	font-size: 100%;
	padding: 10px;
	vertical-align: middle;
	width: 150px;
}

#example.sec .detail .summary dd .table dd {
	display: table-cell;
	box-sizing:border-box;
	border: 1px #2C659E solid;
	border-bottom: none;
	font-size: 100%;
	padding: 10px;
	width: 590px;
}

#example.sec .detail .summary dd .table dd a {
	color: #4E6383;
	text-decoration: underline;
}
#example.sec .detail .summary dd .table .catelabel {
	margin: 5px 0 0;
}
#example.sec .detail .summary dd .table .catelabel.type2 li {
	background: #847C35;
}
#example.sec .detail .summary dd .table .catelabel.type2 li a {
	color: #fff;
}
#example.sec .detail .pagination {
	border-top: 1px #4E6383 dotted;
	margin: 50px 0 0;
	padding: 10px 0 0;
}

#example.sec .detail .pagination a {
	color: #4E6383;
	text-decoration: underline;
}

#recruitDeail.sec {
	position: relative;
	z-index: 10;
	padding: 30px 0 0;
}

#recruitDeail.sec .mainWrap {
	margin: 0 auto;
	padding: 0 0 40px;
	width: 960px;
}

#recruitDeail.sec .mainWrap .mttl {
	background: #214575;
	color: #fff;
	font-size: 156%;
	font-weight: normal;
	margin: 20px 0 30px;
	padding: 10px 0 10px 10px!important;
}
#recruitDeail.sec .mainWrap .sttl {
	border-left: 3px #214575 solid;
	font-size: 128%;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 5px 0 5px 10px!important;
}

#recruitDeail.sec .mainWrap .intro {
	margin: 0 0 30px;
}

#recruitDeail.sec .mainWrap .intro dt {
	padding: 0 0 10px;
}

#recruitDeail.sec .mainWrap .intro dd p {
	padding: 0 0 10px;
}

#recruitDeail.sec .mainWrap .jobBox {
	padding: 20px 0 0 30px;
}
#recruitDeail.sec .mainWrap .jobBox dt {
	color: #214575;
	font-size: 128%;
	padding: 0 0 10px;
}
#recruitDeail.sec .mainWrap .jobBox dd {
	font-size: 128%;
	margin: 0 0 50px;
}
#recruitDeail.sec .mainWrap .jobBox dd ul li{
	float: left;
	background: url(../img/arrow1.png) no-repeat 0 8px;
	padding: 0 0 0 18px;
	width: 400px;
}


#recruitDeail.sec .mainWrap .table1 {
	margin: 0 0 30px;
	width: 100%;
}
#recruitDeail.sec .mainWrap .table1 li {
	border-bottom: 2px #F2F2F9 solid;
}
#recruitDeail.sec .mainWrap .table1 li:last-child {
	border-bottom: none;
}
#recruitDeail.sec .mainWrap .table1 dl {
	border-bottom: none;
	display: table;
	width: 100%
}
#recruitDeail.sec .mainWrap .table1 dt {
	background: #E2E2F1;
	border-right: 2px #F2F2F9 solid;
	box-sizing:border-box;
	font-weight: bold;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 20px 10px;
	width: 20%;
}
#recruitDeail.sec .mainWrap .table1 dd {
	background: #fff;
	display: table-cell;
	padding: 20px 10px;
	width: 80%;
}

#recruitDeail.sec .mainWrap .other .txt2 {
	padding: 10px 0 40px;
}

#recruitDeail.sec .mainWrap .cvBtn a {
	display: block;
	background: #294065;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-size: 142%;
	margin: 0 auto;
	text-align: center;
	padding: 25px 0;
	width: 400px;
}

#recruitDeail.sec .mainWrap .cvBtn a:hover {
	cursor: pointer;
	opacity: 0.7;
	text-decoration: none;
}

#news.sec {
	position: relative;
	z-index: 10;
	padding: 30px 0 80px;
}
#news.sec .newsList {
	margin: 30px auto 50px;
	width: 1000px;
}
#news.sec .newsList li {
	border-bottom: 1px #ccc solid;
}
#news.sec .newsList li a {
	display: block;
	padding: 20px 0;
}
#news.sec .newsList dl dt {
	float: left;
	clear: left;
	font-weight: bold;
}
#news.sec .newsList dl dd {
	overflow: hidden;
	padding: 0 0 0 20px;
}

#news.sec .detailArea {
	background: #fff;
	margin: 0 auto 30px;
	padding: 20px 40px;
	width: 920px;
}

#news.sec .detailArea .date {
	padding: 0 0 5px;
}

#news.sec .detailArea .ttl {
	border-bottom: 1px #4C72B3 solid;
	font-size: 156%;
	text-align: left;
	margin: 0 0 20px;
	padding: 0 0 15px;
}

#news.sec .detailArea .txtArea {
	font-size: 114%;
}

#news.sec .detailArea .txtArea p {
	padding: 0 0 10px;
}
#news.sec .detailArea .txtArea p:last-child {
	padding: 0;
}
#news.sec .detailArea .txtArea p.img {
	margin: 10px 0;
}
#news.sec .detailArea .txtArea p.img img {
	display: block;
	margin: 0 auto;
}