@charset "utf-8";
/* CSS Document */

body{
	background-color:#f7f7f7 !important;
	background-image:url(../images/bg_ornament.gif);
	background-repeat:repeat-x;
	position:relative;
	min-width:1200px;
}

/*===================================================================
	 common setting
===================================================================*/

/*float*/
.floLeft{
	float:left;
}
.floRight{
	float:right;
}

/*indent*/
.indent{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}

/*font*/
.fontGray{
	color:#777;
}
.bold{
	font-weight:bold;
}
.block{
	display:block;
}

/*mod*/
.modInner{
	width:1200px;
	margin:0 auto;
}

/*display*/
.smpDisp{
	display:none;
}

/*font*/
.fontBlue{
	color:#3687c4;
}

/*mb*/
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb35{margin-bottom: 35px !important;}


/*===================================================================
	header setting
===================================================================*/
#container{
	*text-align:left;
}

#mainContents{
	min-height:850px;
}

header{
	width:1200px;
	margin:0 auto 30px;
	padding-top:10px;
	position:relative;
	z-index:8000;
}

header .groupComp{
	text-align:right;
	margin-bottom:10px;
	font-size:0.8em;
}
	header .groupComp a{
		color:#222222;
		font-weight:bold;
		text-decoration:none;
	}
	header .groupComp a:hover{
		color:#f39800;
	}

header .leftCon{
	width:385px;
}

header .leftCon .tagLine a{
	width:166px;
	height:26px;
	background-image:url(../images/common_parts.png);
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin-bottom:13px;
}

header .leftCon .siteLogo a{
	background-image:url(../images/common_parts.png);
	background-repeat:no-repeat;
	background-position:0 -28px;
	width:376px;
	height:42px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}

header .rightCon{
	width:480px;
	margin-top:20px;
}

header .rightCon .btnArea{
	margin-bottom:5px;
	height:29px;
}

header .rightCon .btnArea.head01{
	height:30px;
}
header .rightCon .btnArea.head01 .entryBtn{
	float:right;
	padding-right: 12px;
	margin-top: 2px;
}
header .rightCon .btnArea.head02 .entryBtn{
	margin-top:3px;
}
header .rightCon .btnArea .entryBtn li.entry {
	background:#0046a5;
	width:220px;
	height:25px;
}
header .rightCon .btnArea .entryBtn li.entry:hover{
	background:#638dc6;
}

header .rightCon .btnArea .entryBtn li.entry a{
	text-decoration: none;
	line-height: 0;
	text-indent: -9999em;
	width:220px;
	height:25px;
	display:block;
	background-image:url(../images/common_parts.png );
	background-repeat:no-repeat;
	background-position: 26px -162px;
	overflow:hidden;
}
header .rightCon .btnArea .entryBtn li.entry a:hover{
		opacity:0.6;
		filter: alpha( opacity=60 );
		*background-color:#fff;
		background-color:#fff\9;
}

header .rightCon .btnArea .socialBtn{
	width:67px;
	float:right;
}
header .rightCon .btnArea .socialBtn.head01{
	width:68px;
	float:right;
}

header .rightCon .btnArea .socialBtn.off{
	display:none;
}

	header .rightCon .btnArea .socialBtn li a{
		display:block;
		width:29px;
		height:29px;
		background-image:url(../images/common_parts.png);
		background-repeat:no-repeat;
		display:block;
		text-indent:-9999px;
		overflow:hidden;
	}

	header .rightCon .btnArea .socialBtn.head01 li a{
		width: 29px;
		height: 29px;
	}
	header .rightCon .btnArea ul.socialBtn li a:hover{
		opacity:0.6;
		filter: alpha( opacity=60 );
		*background-color:#fff;
		background-color:#fff\9;
	}

	header .rightCon .btnArea ul.socialBtn li.facebookBtn a{
		background-position:-408px 0;
	}
	header .rightCon .btnArea ul.socialBtn li.twitterBtn a{
		background-position:-439px 0;
	}
header .rightCon .btnArea ul.socialBtn.head01 li.facebookBtn{
	margin-left: 1 px;
}

header .rightCon .btnArea ul.socialBtn.head01 li.facebookBtn a{
		background-position:-407px 0;
}
header .rightCon .btnArea ul.socialBtn.head01 li.twitterBtn a{
		background-position:-439px 0;
}

header nav ul.gNav{
	height:15px;
	margin-left:5px;
}

header nav ul.gNav li{
	float:left;
	position:relative;
}

header nav ul.gNav li a{
	background-image:url(../images/gnav.png);
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:474px;
	height:15px;
	margin-bottom:10px;
}

/*Accordion style*/
header nav ul.gNav li ul{
	position:absolute;
	z-index:100;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	background-color:#0046a5;
}

header nav ul.gNav li ul li{
  overflow: hidden;
  height: 0;
  color: #fff;
  transition: .2s;
  font-size:0.9em;
}

header nav ul.gNav li ul li a {
	background-color:#0046a5;
	color:#fff;
	text-indent:inherit;
	background-image:none;
	height:auto;
	padding:10px 10px 0;
	text-decoration:none;
	margin-bottom:0;
	*text-align:center;
	*text-indent:0;
}
header nav ul.gNav li ul li a.last{
	padding-bottom:10px;
}
header nav ul.gNav li ul li a span.borderBtm{
	border-bottom:#4a95cf solid 1px;
	display:block;
	height:100%;
	padding-bottom:10px;
}

header nav ul.gNav li ul li.last{
	box-shadow:0 3px 0 rgba(0, 0, 0, 0.8);
	-moz-box-shadow:0 3px 0 rgba(0, 0, 0, 0.8);
	-webkit-box-shadow:0 3px 0 rgba(0, 0, 0, 0.8);
}

header nav ul.gNav li.menu02 ul li a{
	width:116px;
}

header nav ul.gNav li.menu06 ul{
	width:100px;
	left:-25px;
}

header nav ul.gNav li.menu06 ul li a{
	width:100px;
}


header nav ul.gNav li.menu06 ul li a{
}




/*subNav setting*/
header nav ul.gNav span.navIco{
	display:block;
	content:" ";
	width:15px;
	height:7px;
	background-image:url(../images/common_parts.png);
	background-repeat:no-repeat;
	background-position:-1px -109px;
	position:absolute;
	top:-7px;
	left:50%;
	margin-left:-7px;

}
header nav ul.gNav > li:hover > a {
	color:#fff;
}
header nav ul.gNav > li:hover li:hover > a {
	background: #2e63ac;
	color:#fff;
}
header nav ul.gNav li:hover > ul > li {
  overflow: visible;
  height: auto;
}
header nav ul.gNav li ul li ul {
  top: 0;
  left: 100%;
}
header nav ul.gNav li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
header nav ul.gNav li ul li ul li{
	border-bottom:#fff solid 1px;
}

header nav ul.gNav li ul li ul li a {  background: #0046a5 }
header nav ul.gNav li:hover ul li ul li:hover > a {  background-color:#2e63ac; }
header nav ul.gNav li ul li ul:before {
  position: absolute;
  content: "";
}


/*Respective setting*/
header nav ul.gNav li.menu01 a{
	width:44px;
}
	header nav ul.gNav li.menu01 a:hover{
		background-position:0 -16px;
	}

header nav ul.gNav li.menu02 a{
	width:100px;
	background-position:-44px 0px;
}
	header nav ul.gNav li.menu02 a:hover{
		background-position:-44px -16px;
	}

header nav ul.gNav li.menu03 a{
	width:79px;
	background-position:-144px 0px;
}
	header nav ul.gNav li.menu03 a:hover{
		background-position:-144px -16px;
	}

header nav ul.gNav li.menu04 a{
	width:78px;
	background-position:-223px 0px;
}
	header nav ul.gNav li.menu04 a:hover{
		background-position:-223px -16px;
	}

header nav ul.gNav li.menu05 a{
	width:106px;
	background-position:-302px 0px;
}
	header nav ul.gNav li.menu05 a:hover{
		background-position:-302px -16px;
	}

header nav ul.gNav li.menu06 a{
	width:68px;
	background-position:-415px 0px;
}
	header nav ul.gNav li.menu06 a:hover{
		background-position:-415px -16px;
	}

/*page rollover*/
body#top header nav ul.gNav li.menu01 a{
	background-position:0 -16px;
}

body#personList header nav ul.gNav li.menu02 a,
body#personDetail header nav ul.gNav li.menu02 a,
body#personOther header nav ul.gNav li.menu02 a{
	background-position:-44px -16px;
}

body#message header nav ul.gNav li.menu03 a{
	background-position:-144px -16px;
}

body#faq header nav ul.gNav li.menu05 a,
body#business header nav ul.gNav li.menu05 a,
body#office header nav ul.gNav li.menu05 a{
	background-position:-302px -16px;
}

body#recruit header nav ul.gNav li.menu06 a,
body#recruit header nav ul.gNav li.menu06 a{
	background-position:-415px -16px;
}





/*-----------------------------------------------------------------------*/
/*--scrollNav------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
header.scrollNavMod{
	background-color:#070504;
	width:100%;
	padding-top:0;
	display:none;
	z-index:1000;
	top:0;
	position:fixed;
}
header.scrollNavMod .modInner{
	padding:25px 0 20px;
}

header.scrollNavMod .siteLogo02{
	width:340px;
}

	header.scrollNavMod .siteLogo02 .txt{
		float:left;
	}

	header.scrollNavMod .siteLogo02 .txt a{
		width:166px;
		height:26px;
		background-position:0 -128px;
		display:block;
		background-image:url(../images/common_parts.png);
		background-repeat:no-repeat;
		text-indent:-9999px;
		overflow:hidden;
	}

	header.scrollNavMod .siteLogo02 .siteLogo{
		float:right;
	}
	header.scrollNavMod .siteLogo02 .siteLogo a{
		width:158px;
		height:37px;
		background-position:-179px -127px;
		display:block;
		background-image:url(../images/common_parts.png);
		background-repeat:no-repeat;
		text-indent:-9999px;
		overflow:hidden;
	}
header.scrollNavMod .rightCon{
	margin-top:0;
	width:795px;
}
header.scrollNavMod .rightCon .btnArea{
	width:300px;
	float:right;
	margin-top:3px;
}
header.scrollNavMod .rightCon nav{
	float:left;
	margin-top:10px;
}
header.scrollNavMod .rightCon .btnArea ul.socialBtn li a:hover{
	opacity:0.6;
	filter: alpha( opacity=60 );
	*background-color:#000;
	background-color:#000\9;
}

/*Respective setting*/
header.scrollNavMod nav ul.gNav li.menu01 a{
	background-position: 0 -31px !important;
}
	header.scrollNavMod nav ul.gNav li.menu01 a:hover{
		background-position: 0 -16px !important;
	}

header.scrollNavMod nav ul.gNav li.menu02 a{
	background-position: -44px -31px !important;
}
	header.scrollNavMod nav ul.gNav li.menu02 a:hover{
		background-position: -44px -16px !important;
	}

header.scrollNavMod nav ul.gNav li.menu03 a{
	background-position: -144px -31px !important;
}
	header.scrollNavMod nav ul.gNav li.menu03 a:hover{
		background-position: -144px -16px !important;
	}

header.scrollNavMod nav ul.gNav li.menu04 a{
	background-position: -223px -31px !important;
}
	header.scrollNavMod nav ul.gNav li.menu04 a:hover{
		background-position: -223px -16px !important;
	}

header.scrollNavMod nav ul.gNav li.menu05 a{
	background-position: -302px -31px !important;
}
	header.scrollNavMod nav ul.gNav li.menu05 a:hover{
		background-position: -302px -16px !important;
	}

header.scrollNavMod nav ul.gNav li.menu06 a{
	background-position: -415px -30px !important;
}
	header.scrollNavMod nav ul.gNav li.menu06 a:hover{
		background-position: -415px -15px !important;
	}


/*page rollover*/
body#top header.scrollNavMod nav ul.gNav li.menu01 a{
	background-position:0 -16px !important;
}

body#personOther header.scrollNavMod nav ul.gNav li.menu02 a,
body#personList header.scrollNavMod nav ul.gNav li.menu02 a,
body#personOther header nav ul.gNav li.menu02 a{
	background-position: -44px -16px !important;
}


body#faq header.scrollNavMod nav ul.gNav li.menu05 a,
body#business header.scrollNavMod nav ul.gNav li.menu05 a,
body#office header.scrollNavMod nav ul.gNav li.menu05 a{
	background-position: -302px -16px !important;
}

body#recruit header.scrollNavMod nav ul.gNav li.menu06 a{
	background-position: -415px -15px !important;
}





.smpDispPcNone.smpNavMenu,
.smpDispPcNone.smpScreen {
    display: none;
}

/*===================================================================
	masonry style
===================================================================*/

.centered{
	margin: 0 auto;
}

.mainBoxUnit{
	margin:0 auto;
	max-width:1230px;
}

#masonryBox{
	margin: 0 auto 0px;
	color:#f7f7f7 !important;
}

#masonryBox .box{
    margin: 5px;
    background: #D8D5D2;
    float: left;
	word-break:break-all;
	height:270px;
	width:290px;
	margin-bottom:8px;
	text-align:left;
	overflow:hidden;
}

#masonryBox .box a{
	text-decoration:none;
}

#masonryBox.mainBoxMod .box img{
	transition: 0.5s;
}

#masonryBox.mainBoxMod .box img:hover{
	transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}

#masonryBox .page-nav a{
	color:#f7f7f7 !important;
}

/*--phStyle----------*/
#masonryBox .box.phStyle{
	position:relative
}

#masonryBox .box.phStyle a .divisionName{
	position:absolute;
	bottom:15px;
	text-decoration:none;
	color:#fff;
	display:block;
	padding-left:15px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	-moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	-webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

#masonryBox .box.phStyle a .divisionName span.catchCopy{
	display:block;
	font-size:0.95em;
	font-weight:normal;
	margin-bottom:5px;
}

#masonryBox .box.phStyle a .divisionName span.category{
	font-size:2em;
	font-weight:bold;
	line-height:1;
}

/*--#masonryBox person_detail---------------------------------------------------------*/

.personBoxUnit{
	margin:0 auto;
	max-width:1218px !important;
}

#masonryBox.detailBoxMod{
	margin: 0 auto 0px;
}

#masonryBox.detailBoxMod .box{
	width:390px !important;
	height:auto;
	min-height:100px;
	margin:6px 0;
	margin-right:5px;
	margin-left:7px;
	background-color:#fff;
	margin-bottom:7px;
}

#masonryBox.detailBoxMod .box .boxInner{
	padding:20px 30px;
}

#masonryBox.detailBoxMod .box .boxTtl{
	color:#000;
	font-weight:bold;
	font-size:1.9em;
	border-bottom:#dadada solid 5px;
	padding-bottom:5px;
	margin-bottom:20px;
	padding-left: 1.3em;
    text-indent: -1.4em;
	line-height:1.2;
}

#masonryBox.detailBoxMod .box .boxTtl .ico{
	margin-right:10px;
	margin-bottom:5px;
}

#masonryBox.detailBoxMod .box p{
	color:#000;
	font-size:1.15em;
}

#masonryBox.detailBoxMod .box p.boxTxt{
	margin-bottom:20px;
	line-height:1.6;
}

#masonryBox.detailBoxMod .box .boxPh img{
	vertical-align:top;
}

#masonryBox.detailBoxMod .box.captStyle{
	background:none !important;
}

#masonryBox.detailBoxMod .box.captStyle .boxPh{
	margin-bottom:5px;
	display:block;
}

#masonryBox.detailBoxMod .box.captStyle .captTxt{
	font-size:0.95em;
	color:#000;
	padding:0 10px 10px;
	display:block;
}





/*category label*/
#masonryBox .box .catLabel{
	position:absolute;
	top:10px;
	left:10px;
}

.catLabel{
	display:inline-block;
	*display:inline;
	*zoom:1;
	color:#fff;
	padding:4px 8px;
	font-size:0.82em;
}
	.catLabel.bgBlue{
		background-color:#0046a5;
	}
	.catLabel.bgPink{
		background-color:#ea2856;
	}
	.catLabel.bgYel{
		background-color:#e48600;
	}
	.catLabel.bgGrn{
		background-color:#399e07;
	}
	.catLabel.bgRed{
		background-color:#b70000;
	}
	.catLabel.bgNavy{
		background-color:#1d2088;
	}





/*--txtStyle----------*/
#masonryBox .box.txtStyle{
	position:relative;
}

#masonryBox .box.txtStyle a{
	text-decoration:none;
	color:#fff;
	display:block;
	height:100%
}

#masonryBox .box.txtStyle .boxInner{
	padding:20px 30px;
}



#masonryBox .box.txtStyle .tag{
	display:inline-block;
	*display:inline;
	*zoom:1;
	background-color:#033882;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#fff;
	padding:5px 15px;
	font-weight:bold;
	margin-bottom:15px;
}

#masonryBox .box.txtStyle .boxTtl{
	font-size:1em;
	line-height:1.2;
	position:absolute;
	bottom:15px;
	left:15px;
	right:15px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	-moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	-webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

#masonryBox .box.txtStyle .date{
	display:block;
	margin-bottom:10px;
}

#masonryBox .box.txtStyle .blogTtl{
	font-size:1.8em;
	font-weight:bold;
}

/*--socialCol2----------*/
#masonryBox .box.socialCol2{
	background:#fff;
}

#masonryBox .box.socialCol2 a{
	height:50%;
	display:block;
	overflow:hidden;
}


/*===================================================================
	contentsTop setting
===================================================================*/
#contents{
	background-color:#f7f7f7;
}

#contentsTop{
	background-color:#f1f1f0;
}

#contentsTop .footpath{
	width:1200px;
	margin:0 auto;
	text-align:left;
	color:#bdbdbd;
	font-size:0.9em;
	padding:12px 0 10px;
}

#contentsTop .footpath div{
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-weight:bold;
}

#contentsTop .footpath div a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:100%;
	text-decoration:none;
}

#contentsTop .footpath div.location{
	color:#232323;
}

#contentsTop .footpath div span.higher{
	color:#232323;
}




/*===================================================================
	mainContents setting
===================================================================*/
.unit{
	padding-bottom:20px;
}

/*--person---------------------------------------------------------*/
.pesonOthMainMod{
	text-align:center;
	background-color:#ddd;
}

.pesonOthMainMod .mainPh img{
	vertical-align:top;
}

.pesonOthMainMod .mainTtlBox{
	background:#181818;
	text-align:left;
}

.pesonOthMainMod .mainTtlBox .boxInner{
	width:1200px;
	margin:0 auto;
	padding:15px 0 15px;
}

.pesonOthMainMod .mainTtlBox .catLabel{
	margin-bottom:5px;
	font-size:1.1em;
}

.pesonOthMainMod .mainTtlBox .mainTtlTxt{
	color:#fff;
	font-size:2.8em;
	font-weight:bold;
}

.pesonOthMainMod .mainTtlBox .mainTtlName{
	color:#fff;
	background-image:url(../images/person/person_ttl_ico.png);
	background-repeat:no-repeat;
	padding-left:15px;
	line-height:1.2;
	background-position:0 1px;
}

/*pesonOthContMod*/
.pesonOthContMod {
	padding-top:60px;
}

.pesonOthContMod .modBox{
	margin-bottom:60px;
	text-align:left;
}

.pesonOthContMod .modBox .boxTtl{
	font-weight:bold;
	font-size:2.2em;
	color:#000;
	margin-bottom:40px;
	line-height:1.4;
}

.pesonOthContMod .modBox .boxPh{
	text-align:center;
	margin-bottom:20px;
}

.pesonOthContMod .modBox .boxPh span.splTxt{
	font-size:1.1em;
	display:block;
	text-align:right;
}

.pesonOthContMod .modBox .boxTxt .interview{
	font-weight:bold;
	color:#0059d2;
	margin-bottom:20px;
	font-size:1.45em;
	line-height:1.4;
}

.pesonOthContMod .modBox .boxTxt .talkVoice{
	font-size:1.3em;
	margin-bottom:40px;
}

.pesonOthContMod .modBox .boxTxt .talkVoice p{
	line-height:1.6;
	margin-bottom:20px;
	letter-spacing:0.05em;
}

.pesonOthContMod .modBox .boxTxt .talkVoice span.talkName{
	display:block;
	color:#cc6600;
	float:left;
	margin-right:15px;
}

/*moreBtn*/
.pesonOthContMod .moreBtn a{
	display:block;
	background-color:#e4e4e4;
	border:#d9d9d9 solid 1px;
	border-radius:5px;
	width:640px;
	margin:0 auto 90px;
	color:#727272;
	text-decoration:none;
	font-size:1.9em;
	text-align:center;
}

.pesonOthContMod .moreBtn a:hover{
	opacity:0.7;
	*background-color:#ebebeb;
	background-color:#ebebeb\9;
	*color:#acacac;
	color:#acacac\9;
}

.pesonOthContMod .moreBtn a span{
	display:block;
	padding:25px 10px;
}


.pesonOthContMod .modBoxMore{
	/*display:none;*/
}


/*ph left*/
.pesonOthContMod .modBox .boxPh.floLeft{
	width:auto;
	margin-right:30px
}
.pesonOthContMod .modBox .boxTxt{
	/*overflow:hidden;*/
}

/*ph right*/
.pesonOthContMod .modBox .boxPh.floRight{
	width:auto;
	text-align:center;
	margin-left:30px;
}

/*moreBtn click*/
.modBoxMore.clickDisp{
	display:none;
}



/*personPreMod*/

.personPreMod .modTtl{
	text-align:center;
	color:#4d4e46;
	font-size:1.7em;
	margin-bottom:5px;
}
.personPreMod.saidArea .modTtl{
	text-align: left;
	font-weight: bold;
	padding: 20px 30px ;
	background:#e6e3ce;

}

.personPreMod.saidArea .modTtl .deco{
	background-image:url(../images/common_parts.png);
	background-repeat:no-repeat;
	background-position: -477px 1px;
	padding-left: 27px;
}

/*
.personPreMod.saidArea .modTtl .text{
	padding-left: 10px;
}
*/

.mod .preBox{
	background-color:#e7e7e7;
	margin-bottom:60px;
}

.mod .preBox .boxInner{
	padding:25px 30px;
}

.mod .col2SaidArea{
	margin-bottom: 35px;
}

.mod .col2SaidArea .preBox .boxInner{
	padding: 15px 10px;
}
.mod .preBox li{
	text-align:left;
	font-size:1.05em;
	float:left;
	width:33%;
	margin-bottom:18px;
}
.mod .col2SaidArea .preBox li{
	width:100%;
	*margin-bottom: 30px;
	*height: 120px;
}

.mod .preBox li a:hover p{
	color:#8b8b86\9;
	*color:#8b8b86;
}
.mod .preBox li a.preBoxLink,
.mod .preBox li span.preBoxLink{
	color:#4d4e46;
	text-decoration:none;
}
	.mod .preBox li a:hover {
		opacity:0.6;
	}
	.mod .preBox li a:hover img{
		filter: alpha( opacity=60 );
		*background-color:#fff;
		background-color:#fff\9;
	}
	.personPreMod .preBox li a:hover img{
		background-color:#e7e7e7;
	}

.mod .preBox li span.listPh{
	display:table-cell;
	*display:inline;
	*zoom:1;
	display:block\9;
	width:81px\9;
	float:left\9;
	vertical-align:top;
	padding-right:20px;
}
.mod .col2SaidArea .preBox li span.listPh{
	width:120px;
	display:table-cell;
	*display:block;
}


.mod .preBox li span.nameTxt{
	font-weight:bold;
	display:block;
	font-size:1.2em;
	line-height:1.2;
	margin-bottom:5px;
}
.mod .col2SaidArea .preBox li span.nameTxt,
.mod .col2SaidArea .preBox li span.nameTxt.block{
	display:inline-block;
	*display:inline;
	*zoom:1;
}


.mod .preBox li .listName{
	display:table-cell;
	*display:inline;
	*zoom:1;
	display:block\9;
	float:right\9;
	width:275px\9;
	vertical-align:middle;
}
.mod .col2SaidArea .preBox li .listName{
	width:100%;
	*display:block;
	*zoom:0;
	float:none;
	*float:right;
	*width:200px;
	*margin-top: 20px;
	margin-top: 20px\8;

}

.mod .col2SaidArea .preBox .imgArea{
	float:left;
	display:block;
	margin-left: 18px;
}

.mod .col2SaidArea .preBox .lead{
	margin-left: 150px;
	display:block;
	vertical-align: middle;
	margin-top: 8px;
	}

.mod .col2SaidArea .preBox .block {
	display:block;
}

.mod .col2SaidArea .preBox .nameTxt{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2;
	margin-bottom: 5px;
	margin-top: 20px;
	}

/*col2AreaMod*/
.col2AreaMod{
	background: #edebde;
}
/*colLeftMod*/
.colLeftMod{
	float:left;
	width:750px;
	padding-right: 70px;
	background:#f7f7f7;
}

/*colRightMod*/
.colRightMod{
	float:right;
	width:380px;
}

.colRightMod .preBox{
	background:none;
	margin:0 ;
}


/*shareSocialMod*/

.shareSocialMod .modTtl{
	color:#939393;
	text-align:center;
	margin-bottom:5px;
}
.shareSocialMod ul{
	width:100px;
	margin:0 auto 60px;
}

.shareSocialMod ul li{
	float:left;
	margin-right:5px;
}

.shareSocialMod ul li.last{
	margin-right:0;
}

.shareSocialMod ul li a{
	display:block;
	background-image:url(../images/common_parts.png);
	background-repeat:no-repeat;
	width:47px;
	height:47px;
	text-indent:-9999px;
	overflow:hidden
}

.shareSocialMod ul li a:hover{
	opacity:0.6;
	filter: alpha( opacity=60 );
	*background-color:#fff;
	background-color:#fff\9;
}

.shareSocialMod ul li.Facebook a{
	background-position:-401px -37px;
}

.shareSocialMod ul li.twitter a{
	background-position:-455px -37px;
}


/*otherLinkMod*/
.otherLinkMod{
	margin-bottom:20px;
}

.otherLinkMod .modInner{
	background-color:#fff;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1));
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.otherLinkMod .modInner .modCont{
	padding:20px 35px;
}

.otherLinkMod .modTtl{
	text-align:left;
	margin-bottom:20px;
	margin-top:5px;
}

.otherLinkMod .modTtl .txtBlock{
	display:inline-block;
	*display:inline;
	*zoom:1;
}

.otherLinkMod .modTtl span.smlTtl{
	color:#a8a8a8;
	display:block;
}

.otherLinkMod .modTtl span.lagTtl{
	color:#4d4e46;
	font-weight:bold;
	font-size:1.75em;
}

.otherLinkMod .sectionLink{
	font-size: 1.1em;
    font-weight: bold;
    margin-right: 20px;
    text-align: right;
	margin-top:10px;
}

.otherLinkMod .sectionLink a{
	color:#4d4e46;
	text-decoration:none;
}
.otherLinkMod .sectionLink a:hover{
	color:#8b8b86 !important;
}


/*lookBox*/
.lookBox{
	text-align:left;
}

.lookBox ul li{
	float:left;
	width:360px;
	margin-right:25px;
	margin-bottom:15px;
}

.lookBox ul li a{
	text-decoration:none;
	display:block;
}
	.lookBox ul li a:hover{
		opacity:0.6;
	}
	.lookBox ul li a:hover img{
		filter: alpha( opacity=60 );
		*background-color:#fff;
	}
	.lookBox ul li a:hover p{
		color:#8b8b86\9 !important;
		*color:#8b8b86 !important;
	}

.lookBox ul li.last{
	margin-right:0 !important;
}

.lookBox ul li .boxPh{
	margin-bottom:10px;
}

.lookBox ul li p{
	color:#4d4e46;
	line-height:1.3;
}

.lookBox ul li .boxTxt span.boxTtl{
	display:block;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:5px;
}

.lookBox ul li .boxTxt span.boxName{
	font-size:1.1em;
}


/*listSocialLink*/
.otherLinkMod .listSocialLink{
	text-align:center;
	background-color:#e7e7e7;
	padding:12px 10px;
}

.otherLinkMod .listSocialLink li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-weight:bold;
	font-size:1.1em;
	margin-right:30px;
}
.otherLinkMod .listSocialLink li.last{
	margin-right:0px;
}

.otherLinkMod .listSocialLink li a{
	text-decoration:none;
}

	.otherLinkMod .listSocialLink li.Facebook a{
		color:#3b5998;
	}
	.otherLinkMod .listSocialLink li.twitter a{
		color:#55acee;
	}

/*col2 Ver*/
.col2Area{
	width:1200px;
	margin:0 auto;
}

.col2Area .otherLinkMod.floLeft {
	width:550px;
}
	.col2Area .otherLinkMod.floLeft .modInner{
		width:550px;
	}

.col2Area .otherLinkMod.floRight{
	width:630px;
}
	.col2Area .otherLinkMod.floRight .modInner{
		width:630px;
	}

.col2Area .otherLinkMod.linkArrow .modCont{
	padding:20px 20px 20px 35px;
}


/*preBox common*/
.otherLinkMod .preBox{
	background-color:#fff;
	margin-bottom:0;
}

.otherLinkMod .preBox li{
	width:100%;
	margin-bottom:20px;
}

.otherLinkMod .preBox li.last{
	margin-bottom:0;
}

.otherLinkMod .preBox li a{
	display:block;
	text-decoration:none;
	background-image:url(../images/link_arrow.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding-right:25px;
	color:#4d4e46;
}

.otherLinkMod.linkArrow .serviceBox{
	margin-bottom:30px;
}

.otherLinkMod.linkArrow .serviceBox.last{
	margin-bottom:0px;
}


.otherLinkMod.linkArrow .serviceBox > a{
	background-image:url(../images/link_arrow.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	display:block;
	padding-bottom:10px;
	text-decoration:none;
}

	.otherLinkMod.linkArrow .serviceBox a:hover{
		opacity:0.6;
	}
	.otherLinkMod.linkArrow .serviceBox a:hover img{
		filter: alpha( opacity=60 );
		*background-color:#fff;
		background-color:#fff\9;
	}
	.otherLinkMod.linkArrow .serviceBox a:hover p{
		color:#8b8b86\9;
		*color:#8b8b86;
	}

.otherLinkMod .serviceBox dl{
	text-align:left;
}

.otherLinkMod .serviceBox dl dt{
	float:left;
	width:290px;
	overflow:hidden;
	margin-right:20px;
}

.otherLinkMod .serviceBox dl dd{
	width:220px;
	float:left;
}

.otherLinkMod .serviceBox dl dd .listTtl{
	font-weight:bold;
	font-size:1.3em;
	color:#4d4e46;
	line-height:1.2;
	margin-bottom:5px;
}

.otherLinkMod .serviceBox dl dd .listTxt{
	color:#4d4e46;
	font-size:1.1em;
}


/*col1 Ver*/

.col1Area .otherLinkMod .preBox li{
	margin-right: 30px;
    width: 356px;
}
.col1Area .otherLinkMod .preBox li.last{
	margin-right:0;
}

.col1Area .otherLinkMod .preBox li a{
}

/*backBtn*/
.backBtn{
	margin-top: 10px;
}
.backBtn .modCont .btn{
	text-align: center;
}
.backBtn .modCont .btn a{
	width:240px;
	margin:0 auto;
	padding: 10px 0;
	color:#fff;
	background:#0046a5;
	display:block;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4em;
}

.backBtn .modCont .btn a:hover{
	opacity: 0.6;
}

/*--person_list---------------------------------------------------------*/

.personListTtl{
	background-image:url(../images/person/person_list_ttl_bg.jpg);
	background-repeat:no-repeat;
	min-height:140px;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-position:50% 0;
	margin-bottom:40px;
}

body#personList .personListTtl{
	min-height:160px;
}

body#faq{
	min-height:157px;
}

.personListTtl .listPh{
	padding-top:30px;
	*text-align:center;
}

/*personListMod*/

#findPoint.personListMod{
	margin-top: -100px;
	padding-top: 100px;
}

#topicPoint.personListMod{
	margin-bottom:70px;
	margin-top: -100px;
	padding-top: 100px;
}

#interviewPoint.personListMod{
	margin-bottom:130px;
	margin-top: -100px;
	padding-top: 100px;
}

.personListMod .modHeader{
	border-bottom:#dadada solid 5px;
	padding-bottom:5px;
	margin-bottom:25px;
}

.personListMod .modTxt{
	text-align:left;
	font-size:1.2em;
	margin-bottom:40px;
	margin-top:-5px;
}

.personListMod .modHeader .modTtl{
	font-weight:bold;
	color:#1c1c1c;
	font-size:2.4em;
	line-height:1.2;
}

.personListMod .modHeader .modTtl span{
	padding-right:10px;
}

.personListMod .modHeader ul.modPageNav{
	margin-top:10px;
}

.personListMod .modHeader ul.modPageNav li{
	color:#d3d3d3;
	font-weight:bold;
	border-right:#cfcfcf solid 1px;
	float:left;
	padding-right:9px;
	padding-left:9px;
	font-size:1.4em;
}

.personListMod .modHeader ul.modPageNav li.last{
	border:none;
	padding-right:0;
}

.personListMod .modHeader ul.modPageNav li a{
	text-decoration:none;
	color:#686868;
}
	.personListMod .modHeader ul.modPageNav li a:hover{
		color:#d3d3d3;
	}


/*personListBox*/

.personListMod .personListBox{
	text-align:left;
}

.personListMod .personListBox .boxTtl{
	margin-bottom:12px;
}
	.personListMod .personListBox .boxTtl span.catLabel{
		font-size:1.4em;
		font-weight:bold;
		padding:5px 10px 4px;
	}

.personListMod .personListBox ul.personCat{
	margin-bottom:30px;
}

.personListMod .personListBox ul.personCat.last{
	margin-bottom:55px !important;
}


.personListMod .personListBox ul.personCat li{
	float:left;
	width:190px;
	margin-right:12px;
}

.personListMod .personListBox ul.personCat li.last{
	margin-right:0;
}

.personListMod .personListBox ul.personCat li a{
	display:block;
	position:relative;
	color:#1c1c1c;
	text-decoration:none;
}
	.personListMod .personListBox ul.personCat li a:hover{
		color:#8b8b86;
	}
	.personListMod .personListBox ul.personCat li a:hover img{
		opacity:0.6;
		filter: alpha( opacity=60 );
	}

.personListMod .personListBox ul.personCat li span.listPh{
	display:block;
	margin-bottom:5px;
}

/*hover*/
.personListMod .personListBox ul.personCat li span.listTxtBlock span.post{
	font-size:0.9em;
	display:block;
	margin-bottom:3px;
}
.personListMod .personListBox ul.personCat li span.listTxtBlock span.listTxt{
	font-weight:bold;
	font-size:1.45em;
	line-height:1;
}

/*.personListMod .personListBox ul.personCat li span.overlay{
	background-image:url(../images/overlay.png);
	display:block;
	width:190px;
	height:270px;
	position:absolute;
	top:0;
	left:0;
}

.personListMod .personListBox ul.personCat li a:hover span.overlay{
	display:none;
}*/



/*lookBox personListSize*/
.lookBox.personListSize ul li{
	width:380px;
	margin-right:30px;
}

.lookBox.personListSize ul li .boxTxt span.boxName{
	font-size:0.9em;
}

.lookBox.personListSize ul li .boxTxt{
	margin-bottom:15px;
}

.lookBox.personListSize ul li .boxComment{
	font-size:1.2em;
	color:#1c1c1c;
	line-height:1.4;
}

/*lookBox lagSize*/
.lookBox.lagSize ul li{
	width:380px;
	margin-right:30px;
}

.lookBox.lagSize ul li.last{
	margin-right:0;
}

.lookBox.lagSize ul li .boxTxt{
	margin-bottom:15px;
}

.lookBox.lagSize ul li .boxTxt span.boxName{
	font-size:0.9em;
}

.lookBox.lagSize ul li .boxComment{
	font-size:1.2em;
	color:#1c1c1c;
	line-height:1.4;
}

/*--.person_detail---------------------------------------------------------*/

.personDetailMod{
	padding-bottom:8px;
	margin-top:20px;
}

.personDetailMod .ttlPh{
	width:795px;
}

.personDetailMod .ttlPh img{
	vertical-align:top;
}

.personDetailMod .ttlTxt{
	width:390px;
	min-height:350px;
	position:relative;
	text-align:left;
}

.personDetailMod .ttlTxt .ttlTxtBlock{
	position:absolute;
	bottom:30px;
	padding:0 25px;
	width:340px;
}


.personDetailMod .ttlTxt .catLabel{
	background:#fff;
	font-size:0.9em;
	margin-bottom:10px;
}

	/*color*/
	.personDetailMod .ttlTxt.bgBlue{
		background-color:#0030aa;
	}
	.personDetailMod .ttlTxt.bgBlue .catLabel{
		color:#0030aa;
	}

.personDetailMod .ttlTxt .divisionName span{
	color:#fff;
	display:block;
}
	.personDetailMod .ttlTxt .divisionName span.name{
		font-weight:bold;
		font-size:4.2em;
		line-height:0.95;
		margin-bottom:5px;
	}
	.personDetailMod .ttlTxt .divisionName span.charaset{
		font-weight:bold;
		font-size:1.5em;
	}
	.personDetailMod .ttlTxt .divisionName span.career .block{
		display:inline-block;
		margin-right:10px;
	}



/*--faq---------------------------------------------------------*/

body#faq .personListTtl{
	margin-bottom:25px;
	background-image:url(../images/about/business_ttl_bg.jpg);
	min-height:156px;
}

.faqMod{
}

.mod .modSectionNav{
	text-align:center;
	margin-bottom:30px;
}
	.mod .modSectionNav.last{
		margin-bottom:0;
	}

.mod .modSectionNav li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	border-right:#c1c1c1 solid 1px;
	padding:0 10px 0 5px;
	font-weight:bold;
	font-size:1.3em;
	line-height:1;
}
	.mod .modSectionNav li.last{
		border:none;
	}
	.mod .modSectionNav li.select{
		color:#f39800;
	}

.mod .modSectionNav li a{
	text-decoration:none;
	color:#686868;
}
	.mod .modSectionNav li a:hover{
		color:#f39800;
	}

/*faqBox*/
.faqMod .faqBox{
	background-color:#fff;
	text-align:left;
	margin-bottom:15px;
}
	.faqMod .faqBox.last{
		margin-bottom:65px;
	}

.faqMod .faqBox .boxTtl{
	margin-bottom:23px;
	padding:20px 30px 0;
}

.faqMod .faqBox .boxTtl .ico,
.faqMod .faqBox .boxTtl .ttlTxt{
	display:table-cell;
	vertical-align:middle;
	*display:inline;
	*zoom:1;
}

.faqMod .faqBox .boxTtl .ico{
	padding-right:10px;
}

.faqMod .faqBox .boxTtl .ttlTxt{
	padding-top:5px;
}

.faqMod .faqBox .boxTtl .ttlTxt .qaTxtSml{
	color:#a8a8a8;
	display:block;
	font-size:1.1em;
	line-height:1;
}

.faqMod .faqBox .boxTtl .ttlTxt .qaTxtLag{
	font-weight:bold;
	color:#1d1d1d;
	font-size:1.85em;
}

.faqMod .faqBox .boxInner{
	padding:0 30px 30px 55px;
}

.faqMod .faqBox .faqBoxBlock{
	margin-bottom:40px;
	color:#4d4d4d;
}
	.faqMod .faqBox .faqBoxBlock.last{
		margin-bottom:0;
	}

.faqMod .faqBox .faqBoxBlock a{
	color:#f39800;
	text-decoration:none;
}

.faqMod .faqBox .faqBoxBlock span.ico{
	margin-right:12px;
	vertical-align:middle;
	margin-left:10px;
}

.faqMod .faqBox .faqBoxBlock .quest{
	font-weight:bold;
	font-size:1.8em;
	border-bottom:#eee solid 5px;
	padding-bottom:5px;
	margin-bottom:15px;
}

.faqMod .faqBox .faqBoxBlock .answer{
    font-size: 1.2em;
	line-height:1.4;
}

.faqMod .faqBox .faqBoxBlock .answer .answerIco{
	display: table-cell;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	padding:3px 10px 0 10px;
}

.faqMod .faqBox .faqBoxBlock .answer .answerTxt{
	display: table-cell;
	*display:inline;
	*zoom:1;
}


/*--recruit---------------------------------------------------------*/

body#recruit .personListTtl{
	background-image:url(../images/recruit/recruit_ttl_bg.jpg);
}

.recruitMod .recruitModBg{
	background-color:#fff;
}

.recruitMod .modTtl{
	margin-bottom:30px;
	padding:20px 30px 0;
	text-align:left;
}

.recruitMod .modTtl .ico,
.recruitMod .modTtl .ttlTxt{
	display:table-cell;
	vertical-align:middle;
	*display:inline;
	*zoom:1;
}

.recruitMod .modTtl .ico{
	padding-right:10px;
}

.recruitMod .modTtl .ttlTxt{
	padding-top:5px;
}

.recruitMod .modTtl .ttlTxt .modTxtSml{
	color:#a8a8a8;
	display:block;
	font-size:1.1em;
	line-height:1;
}

.recruitMod .modTtl .ttlTxt .modTxtLag{
	font-weight:bold;
	color:#1d1d1d;
	font-size:1.85em;
}

/*freeBox*/
.mod .freeBox{
	text-align:left;
	margin-bottom:50px;
	color:#4d4e46;
}

	.mod #bosyu01.freeBox{
		margin-top:-100px;
		padding-top:100px;
	}
	.mod #salary.freeBox{
		margin-top:-100px;
		padding-top:100px;
		margin-bottom:40px;
	}

.mod .freeBox .boxInner{
	padding:0 30px;
}

.mod .freeBox .boxTtl{
	font-weight:bold;
	color:#303030;
	font-size:1.85em;
	border-bottom:#dadada solid 5px;
	padding-bottom:5px;
	margin-bottom:20px;
}

.mod .freeBox .listBox{
	padding-bottom:20px;
}

.mod .freeBox .boxTxt{
	color:#4d4e46;
	font-size:1.2em;
	margin-bottom:20px;
}

.mod .freeBox ul.recruitBtn li{
	width:550px;
	text-align:center;
}

.mod .freeBox ul.recruitBtn li a{
	display:block;
	padding:20px 10px;
	color:#fff;
	font-weight:bold;
	font-size:1.8em;
	text-decoration:none;
}
	.mod .freeBox ul.recruitBtn li a:hover{
		opacity:0.6;
		filter: alpha( opacity=60 );
		*background-color:#fff;
		background-color:#fff\9;
	}

.mod .freeBox ul.recruitBtn li a span{
	display:block;
	background-image:url(../images/link_arrow.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

.mod .freeBox ul.recruitBtn li.myPage a{
	background-color:#0d6fb8;
}
	.mod .freeBox ul.recruitBtn li.myPage a:hover{
		*background-color:#6ea9d4;
	}

.mod .freeBox ul.recruitBtn li.preEntry a{
	background-color:#0daab8;
}
	.mod .freeBox ul.recruitBtn li.preEntry a:hover{
		*background-color:#6eccd4;
	}

/*career.htm*/
.mod .freeBox ul.recruitBtn li.bosyuList{
	margin:0 auto;
}

.mod .freeBox ul.recruitBtn li.bosyuList a{
	background-color:#0d6fb8;
}
	.mod .freeBox ul.recruitBtn li.bosyuList a:hover{
		*background-color:#6ea9d4;
	}

.mod .freeBox .splTxt{
	text-align:center;
	margin-top:10px;
}

.mod .freeBox .splTxt a{
	text-decoration:none;
}

/*listBox*/
.mod .freeBox .listBox .listTtl{
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:10px;
}

.mod .freeBox .listBox ul.sideBy{
	margin-bottom:25px;
}

.mod .freeBox .listBox li{
	width:550px;
}

.mod .freeBox .listBox li dl{
	padding:0 15px;
}

.mod .freeBox .listBox li dt{
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:5px;
}

.mod .freeBox .listBox li dd ul li{
	font-size:1.2em;
	margin-bottom:3px;
	line-height:1.5;
	white-space:normal;
}

.mod .freeBox ul.detail li{
	width:auto !important;
	padding-left: 1em;
    text-indent: -1em;
}

.mod .freeBox .listBox.col1.last{
	padding-bottom:0;
}

.mod .freeBox .listBox.col1 li{
	width:100%;
}


/*tandem*/
.mod .freeBox .listBox ul.tandem li{
	width:550px;
}

.mod .freeBox .listBox ul.tandem li{
	margin-bottom:30px;
}

.mod .freeBox .listBox ul.tandem li dd.ast{
	margin-bottom:30px;
}

.padB0{
	padding-bottom:0 !important;
}
.magB5 {
    margin-bottom: 5px !important;
}
.padB30{
	padding-bottom:30px !important;
}


/*career.htm*/
.mod .freeBox .listBox ul.tandem li .astTxt{
	font-size: 1em;
    line-height: 1.5;
    margin-bottom: 3px;
    white-space: normal;
	text-indent:-1em;
	padding-left:1em;
}


/*colorBox*/
.mod .colorBox{
	background:#fff;
	text-align:left;
	margin-bottom:20px;
}

.mod .colorBox.last{
	margin-bottom:50px;
}

	.mod .colorBox.blueVer{
		border:#0d6fb8 solid 5px;
	}
	.mod .colorBox.orgVer{
		border:#f39800 solid 5px;
	}

.mod .colorBox .boxInner{
	padding:20px 25px;
}

.mod .colorBox .boxTtl{
	font-weight:bold;
	color:#1d1d1d;
	font-size:1.85em;
	border-bottom:#dadada solid 5px;
	padding-bottom:5px;
	margin-bottom:20px;
}

.mod .colorBox li{
	margin-bottom:20px;
}
	.mod .colorBox li.last{
		margin-bottom:0;
	}

.mod .colorBox dt{
	font-weight:bold;
	font-size:1.4em;
	margin-bottom:5px;
}

.mod .colorBox dd{
	padding-left:1em;
}

.mod .colorBox dd p{
	margin-bottom:10px;
	font-size:1.2em;
	color:#4d4e46;
	line-height:1.6;
}
	.mod .colorBox dd p a{
	}
	.mod .colorBox dd p a{
		text-decoration:none;
	}

.mod .colorBox .boxTxt{
	text-align:center;
	font-size:1.4em;
	margin-bottom:15px;
}

.mod .colorBox .addTxt{
	text-align:center;
	font-size:1.9em;
	font-weight:bold;
	color:#4d4e46;
}
	.mod .colorBox .addTxt a{
		color:#4d4e46;
		text-decoration:none;
	}
	.mod .colorBox .addTxt a:hover{
		color:#4d4e46;
	}



/*--business---------------------------------------------------------*/

body#business .personListTtl{
	background-image:url(../images/about/business_ttl_bg.jpg);
}

.businessMod{
	text-align:left;
	margin-bottom:50px;
}

.businessMod .businessModBg{
	background-color:#fff;
	padding-bottom:30px;
	margin-bottom:20px;
}

.businessMod .modTxt{
	padding:0 30px;
	margin-bottom:30px;
	font-size:1.4em;
}

.mod .freeBox .boxTtl a{
	color:#3687c4;
	text-decoration:none;
}


/*col3Box*/
.mod .freeBox.last{
	margin-bottom:0;
}

.mod .freeBox .col3Box{
}

.mod .freeBox .col3Box .colBox{
	width:33%;
}

.mod .freeBox .col3Box .colBox .colBoxTtl{
	font-weight:bold;
	font-size:1.4em;
	margin-bottom:10px;
	line-height:1;
}

.mod .freeBox .col3Box .colBox .colBoxTtl.smlSize{
	margin-bottom:5px;
}

.mod .freeBox .col3Box .colBox ul.first{
	margin-bottom:15px;
}

.mod .freeBox .col3Box .colBox li{
	font-size:1.1em
}

.mod .freeBox .col3Box .colBox li a{
	color:#3687c4;
	text-decoration:none;
}


/*linkLIstBox*/

.mod .linkLIstBox .boxInner{
	padding:0 30px;
}

.mod .linkLIstBox ul li{
	width:550px;
}

.mod .linkLIstBox ul li a{
	display:block;
	color:#2f2f2f;
	text-decoration:none;
	padding: 10px 0;
}
	.mod .linkLIstBox ul li a:hover{
		opacity:0.6;
	}
	.mod .linkLIstBox ul li a:hover img{
		filter: alpha( opacity=60 );
		*background-color:#fff;
	}
	.mod .linkLIstBox ul li a:hover p{
		color:#8b8b86\9 !important;
		*color:#8b8b86 !important;
	}

.mod .linkLIstBox ul li span.bgArrow{
	background-image:url(../images/link_arrow.png);
	background-repeat:no-repeat;
	background-position:100% 30px;
	padding-right:25px;
	display:block;
	min-height:85px;
}

.mod .linkLIstBox ul li span.listPh{
	display:block;
	margin-bottom:5px;
}

.mod .linkLIstBox ul li p{
	font-size:1.1em;
	line-height:1.65;
}

.mod .linkLIstBox ul li span.listTxt{
	font-size:1.1em;
	line-height:1.65;
}

.mod .linkLIstBox ul li a:hover span.listTxt{
	color:#828282;
}


/*--office---------------------------------------------------------*/

body#office .personListTtl{
	background-image:url(../images/about/business_ttl_bg.jpg);
}

body#office .personBoxUnit{
	margin:0 auto;
	max-width:1210px !important;
}


/*#masonryBox*/
#masonryBox.officeBoxMod{
	margin: 0 auto 80px;
}

#masonryBox.officeBoxMod .box{
	width:290px !important;
	height:auto;
	min-height:100px;
	margin:6px 0;
	margin-right:4px;
	margin-left:6px;
	background-color:#fff;
	margin-bottom:7px;
}

#masonryBox.officeBoxMod .box .boxInner{
	padding:20px 30px;
}

#masonryBox.officeBoxMod .box.sceenStyle{
	background-color:#004ca2;
	color:#fff;
}

#masonryBox.officeBoxMod .box.sceenStyle .boxTtl{
	color:#fff;
	font-weight:bold;
	font-size:1.85em;
	margin-bottom:10px;
	line-height:1.2;
}

#masonryBox.officeBoxMod .box.sceenStyle .boxTtl span.splTxt{
	font-size:0.5em;
	font-weight:normal;
	display:block;
	margin-bottom:5px;
}

#masonryBox.officeBoxMod .box.sceenStyle .boxTxt{
	font-size:1.2em;
	line-height:1.6;
}

#masonryBox.officeBoxMod .box.phStyle{
	position:relative;
	background:inherit;
}

#masonryBox.officeBoxMod .box.phStyle img{
	vertical-align:top;
}
#masonryBox.officeBoxMod .box.phStyle img:hover{
	opacity:0.6;
	filter: alpha( opacity=60 );
}


/*#masonryBox.officeBoxMod .box.phStyle:hover img{
	filter: alpha( opacity=30 );
	*background-color:#fff;
	opacity:0.3;
}

#masonryBox.officeBoxMod .box.phStyle span.phOver{
	display:none;
}

#masonryBox.officeBoxMod .box.phStyle:hover span.phOver{
	position:absolute;
	top:20px;
	left:20px;
	color:#2c2c2c;
	font-weight:bold;
	font-size:1.6em;
	display:block;
}
*/

#masonryBox.officeBoxMod .box .boxPh{
	margin-bottom:5px;
	display:block;
}

#masonryBox.officeBoxMod .box .phTxt{
	color: #000;
    display: block;
    font-size: 0.95em;
    padding: 0 10px 10px;
	text-align:center;
	display:none;
}

/*--message---------------------------------------------------------*/

body#message .personListTtl{
	background-image:url(../images/message/message_ttl_bg.jpg);
	margin-bottom:25px;
}

.messageMod .messageBox{
	background:#fff;
	margin-bottom:50px;
	text-align:center;
}

.messageMod .messageBox .boxInner{
	padding:40px 10px 95px;
}

.messageMod .messageBox .boxPh{
	margin-bottom:55px;
}
	.messageMod .messageBox .boxPh.btm{
		margin-bottom:0;
	}

.messageMod .messageBox p.boxTxt{
	font-size:1.5em;
	color:#1c1c1c;
	line-height:1.8;
	margin-bottom:30px;
}
	.messageMod .messageBox p.boxTxt.last{
		margin-bottom:65px;
	}











/*icon*/
.ico.checkIco,
.ico.checkIcoBlue{
	float:left;
	margin-right:10px;
}



/*pegeTopPh*/
.pegeTopPh{
	bottom: 100px;
    position: fixed;
    right: 40px;
}
.pegeTopPh a{
	background-image:url(../images/page_top.png);
	background-repeat:no-repeat;
	width:88px;
	height:88px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}


#page-nav{
	font-size:0.8em;
	display:none;
}

#page-nav a{
	color:#bfbfbf;
}

/*===================================================================
	footer setting
===================================================================*/
footer{
	background-color:#000;
	text-align:left;
	width:100%;
}

body#top footer{
}

footer .footerInner{
	width:1200px;
	margin:0 auto;
	padding:20px 0 15px;
}

footer .niftyLogo{
	margin-bottom:5px;
}

footer .niftyLogo a{
	display:block;
	width:119px;
	height:16px;
	background-image:url(../images/common_parts.png);
	background-repeat:no-repeat;
	background-position:0 -77px;
	text-indent:-9999px;
	overflow:hidden;
}

footer ul{
	width:600px;
}

footer ul li{
	border-right:#505050 solid 1px;
    display: inline-block;
	*display:inline;
	*zoom:1;
    padding:0 10px 0 5px;
	font-size:0.9em;
}

footer ul li.first{
	padding-left:0;
}

footer ul li.last{
	border:none;
	padding-right:0;
}

footer ul li a{
	color:#fff !important;
	text-decoration:none !important;
}

footer ul li a:hover{
	text-decoration:none !important;
	color:#f39800 !important;
}

footer p.ftCorp{
	color:#fff;
	font-size:1em;
	padding-top:32px;
	text-align: right;
}

footer p.ftCorp span{
	display: block;
}

footer p.ftCorp span.recmd{
	padding-bottom: 2px;
}

footer .ftGroupMenu{
	/*display:none;*/
	padding-top: 12px;
}

footer .ftGroupMenu ul li:last-child{
	border:none;
	padding-right:0;
}

footer .ftGroupMenu .listTtl{
	width: 114px;
	float: left;
	color: #fff;
	font-weight: bold;
}