@charset "utf-8";


/* ==================================================
新卒・キャリア採用
================================================== */
.cnvWrap {
  margin-bottom:30px;
}
.cntSec .innerWrap {
  padding: 30px 10px;
}

.pairedBox__child {
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 0 0;
  background: #e8f5fd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pairedBox__child:last-child {
  margin-bottom: 0;
}
.pairedBox__child > div {
  text-align: center;
}
.pairedBox__main {
  font-size: 16px;
  font-weight: bold;
}
.pairedBox__sub {
  font-size: 12px;
}
.nmlTexttitle{
  background: #fff;
  padding:5px 5px 0;
}
.indenttxt{
  padding-left:1em;
  text-indent:-1em;
}

/* ==================================================
頭取メッセージ
================================================== */
@font-face {
	font-family: "ipaexm";
	src: url(/recruit/common/font/ipaexm.ttf);
	font-weight:300;
}
.msstyle{
  font-family: "ipaexm","ヒラギノ明朝 Pro W3",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  color:#444;
  line-height:1.7;
  letter-spacing:2px;

}
/* ==================================================
選択画面（人・仕事を知る）
================================================== */
#about .linkPanel__txt {
  height: 50px;
  padding-top: 25px;
}



/* ==================================================
選択画面（福井銀行について、”ふくぎん”でのキャリア）
================================================== */
#abouttwo {
  background: #f0f0f0 url(../images/about_bg.png) no-repeat left top;
  background-size: 600px 600px;
}
#abouttwo .innerWrap {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../images/about_bg_line.png) repeat-y center top;
}
#abouttwo .heading {
  margin-bottom: 20px;
  font-family: Quattrocento;
  font-size: 24px;
  color: #1d3550;
  line-height: 1.2;
}
#abouttwo .heading > span {
}
#abouttwo .heading > span .big {
  font-size: 36px;
}
#abouttwo .linkPanel {
}
#abouttwo .linkPanel > li {
  float: left;
  width: 49%;
  height: auto;
}
#abouttwo .linkPanel > li:nth-child(even) {
  float: right;
}
#abouttwo .linkPanel__txt {
  position: relative;
  display: table;
  width: 100%;
  height: 70px;
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 12px !important;
  font-weight: bold;
  text-align: center;
}
#abouttwo .linkPanel__txt .label {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  padding-left: 10px;
  padding-right: 5px;
  font-family: Quattrocento;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  line-height: 20px;
  background: #285184;
}
#abouttwo .linkPanel__txt .label:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #285184 transparent transparent transparent;
}
#abouttwo .linkPanel__txt .text--main {
  display: table-cell;
  padding-right: 0;
  font-size: 14px;
  color: #1d3550;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  background: none;
}
#abouttwo .linkPanel__floatIcon {
  top: 46%;
}
#abouttwo .linkPanel__floatTxt {
  top: 60%;
}



/* ==================================================
人・仕事を知る
================================================== */
.careerstep th{
  background:#fff;
  width:25%;
  color:#1d3550;
  padding:0;
}
.careerstep td{
  text-align:left;
}
.careerstep table{
  padding-bottom:0;
}
.schedule th{
  background:#fff;
  width:20%;
  color:#1d3550;
  border-right:none;
  padding:0;
}
.schedule td{
  text-align:left;
}
.holyday {
  padding-right: 0px;
  padding-bottom:15px;
}

/* ==================================================
説明会・中途採用
================================================== */
.sptable th{
  background:#4676ce;
  color:#fff;
  width:100%;
  padding:10px;
  display:block;
}
.sptable td{
  text-align:left;
  width:100%;
  display:block;
  padding-bottom:10px;
}
.sptable table{
  padding-bottom:0;
  margin-bottom:30px;
  display:block;
}

/* ==================================================
数字で見る 福井銀行・福井県
================================================== */
#fukuifeature {
  background: #f0f0f0 url(../images/fukuifeature.jpg) no-repeat center fixed;
  background-size: cover;
}
#fukuifeature .innerWrap {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../images/about_bg_line.png) repeat-y center top;
}
#fukuifeature .heading {
  margin-bottom: 20px;
  font-family: Quattrocento;
  font-size: 24px;
  color: #1d3550;
  line-height: 1.2;
}
#fukuifeature .heading > span {
}
#fukuifeature .heading > span .big {
  font-size: 36px;
}

#fukuifeature .twobox{
  padding-top:60px;
  padding-left:10px;
  padding-right:10px;
  width:100%;
  float:left;
}
#fukuifeature .twobox .img img{
  height:50px;
}
#fukuifeature .twobox .caption{
  height:auto;
  width:100%;
  padding-bottom:10px;
}
#fukuifeature .twobox .title{
  padding-bottom:35px;
}
#fukuifeature .twobox .feature{
  padding-bottom:25px;
}

#fukuifeature .desc {
  position: relative;
  display: table;
  width: 100%;
  height: 40px;
  padding-top: 20px;
  padding-bottom: 5px;
  margin-top:10px;
  font-size: 12px !important;
  font-weight: bold;
  text-align: left;
}
#fukuifeature .desc .label {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 5px;
  font-family: Quattrocento;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  line-height: 20px;
  background: #285184;

}
#fukuifeature .desc .label:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #285184 transparent transparent transparent;

}

#fukuifeature .desc .labelken {
  background: #403c3b;
}

#fukuifeature .desc .labelken:after {
  border-color: #403c3b transparent transparent transparent;
}

#fukuifeature .txt{
  height:auto;
}
#fukuifeature .title .txt{
  height:auto;
}
/* ==================================================
企業情報 ｜ 福井銀行について
================================================== */
#fukuibankprofile {
  /*background: #f0f0f0 url(../images/fukuibankprofile.jpg) no-repeat center fixed;*/
  background: none;
  background-size: cover;
}
#fukuibankprofile .heading {
  margin-bottom: 20px;
  font-family: Quattrocento;
  font-size: 24px;
  color: #1d3550;
  line-height: 1.2;
}
#fukuifeature .heading > span {
}
#fukuibankprofile .heading > span .big {
  font-size: 36px;
}
#fukuibankprofile table{
	background:none;
	border:none;
}
#fukuibankprofile th{
	background:none;
	border:none;
}
#fukuibankprofile td{
	background:none;
	border:none;
}
/* ==================================================
次世代サービス ｜ 福井銀行について
================================================== */
#nextchannel .nextchannel_list li div.img-side {
  width: 100%;
}
#nextchannel .nextchannel_list li div.img-side img {
  width: 100%;
}
#nextchannel .nextchannel_list li div.text-side {
  width: 100%;
  padding-top:10px;
}

#nextchannel .nextchannel_list li .channeltitle {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif, "筑紫明朝-L", "TsukuMinCID-L", "TsukuMinPro-L", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 25px;
  padding-bottom:5px;
}

#nextchannel .nextchannel_list li .channeltitle span {
  font-size: 16px;
}
#nextchannel .nextchannel_list li .icon {
  height: 35px;
  padding-right:10px;
}
#nextchannel .nextchannel_list li.odd_list{
  padding-bottom:30px;
}
#nextchannel .nextchannel_list li.even_list{
  padding-bottom:30px;
}
#nextchannel .nextline{
  margin-top:15px;
  margin-bottom:35px;
}
#nextchannel .nextchannel_list li .channeltxttitle {
  font-weight: bold;
  padding-bottom:5px;
}

/* ==================================================
仕事フィールド ｜ 福井銀行でのキャリア
================================================== */
.fukuginfield th{
  background:#4676ce;
  color:#fff;
  width:100%;
  padding:10px;
  display:block;
}
.fukuginfield td{
  text-align:left;
  width:100%;
  display:block;
  padding-bottom:10px;
}
.fukuginfield table{
  padding-bottom:0;
  margin-bottom:30px;
  display:block;
}
/* ==================================================
新入行員の声
================================================== */
#fukuginvoice dt{
  font-size:110%;
  padding-left:15px;
  padding-bottom:10px;
}
#fukuginvoice dd{
  padding-left:30px;
  padding-bottom:15px;
}

/* ==================================================
福井銀行での働きがい ｜ 福井銀行について
================================================== */
#profilework .nextchannel_list li div.img-side {
  width: 100%;
}
#profilework .nextchannel_list li div.img-side img {
  width: 100%;
}
#profilework .nextchannel_list li div.text-side {
  width: 100%;
  padding-top:10px;
  padding-bottom:30px;
}

/* ==================================================
説明会情報
================================================== */
.recseminar tr:first-child{
  border:none;
}

.tablepd table{
  margin-bottom:25px;
}

.seminartable table {
  margin-bottom:30px;
}
.seminartable th{
	border-right:none;
}
.seminartable td{
	text-align:left;
  padding:15px 20px;
}

.seminartable th.nittei{
/*  width: 30%;*/
}
.seminartable td.nittei{
  text-align: center;
  white-space:nowrap;
  padding-right:0px;
  padding-left:0px;
}
.seminartable th.event{
  width: auto;
}
.seminartable th.area,
.seminartable td.area{
  display: none;
}


/* ==================================================
福井銀行の変革
================================================== */
#change1{
  background:url(/recruit/profile/change/images/change_back01.jpg) no-repeat top center;
  background-size:cover;
  padding:10px 10px 20px;
  margin-bottom:30px;
}
#change2{
  background:url(/recruit/profile/change/images/change_back02.jpg) no-repeat top center;
  background-size:cover;
  padding:10px 10px 20px;
  margin-bottom:30px;
}
#change3{
  background:url(/recruit/profile/change/images/change_back03.jpg) no-repeat top center;
  background-size:cover;
  padding:10px 10px 20px;
  margin-bottom:30px;
}
#change4{
  background:url(/recruit/profile/change/images/change_back04.jpg) no-repeat top center;
  background-size:cover;
  padding:10px 10px 20px;
  margin-bottom:30px;
}
.innerChange{
  padding:10px 10px 20px;
  margin:10px 10px 0;
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  background-color: rgba(255,255,255,0.6);
}
.txt-box{
  display:inline-block;
  padding:3px 5px;
  margin:5px 10px 5px 0px;
  border:1px solid #1d3550;
  color:#1d3550;
}
.linkArea {
    float: left;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    height: 225px;
}