﻿@charset "utf-8";

/* =======================================
	共通
======================================= */

html,body { height:100%; }

body {
	font-size: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
  -webkit-text-size-adjust: 100%;
}
#container {
	float:left;
	width: 100%;
	position:absolute;
	top:0;
	left:0;
}

#loading {
	width: 100%;
	height: 390px;
	z-index: 100;
	clear: both;
	position: absolute;
}
#loading img {
	position: absolute;
	top:50%;
	left:50%;
}
.slides {
	display:none;
}
#wrapper {
width:1000px;
margin:0 auto;
}

#content_top {
float:left;
width:100%;
margin:30px 0;
}

#content_left_top {
float:left;
width:40%;
margin:0;
}

#content_right_top {
float:right;
width:56%;
margin:0;
}

a { text-decoration:none; color: #000;}
a:hover { text-decoration:none; color: #000;}

#content a { text-decoration:none; color: #224488;}
#content a:hover { text-decoration:underline; color: #3355AA;}

.map_link a { text-decoration:none; color: #224488;}
.map_link a:hover { text-decoration:underline; color: #3355AA;}

.right {
text-align:right;
}
.center {
text-align:center;
}

#header {
width:100%;
}
#header_out {
width:1000px;
margin:auto;
}
#header_in {
position:relative;
width:100%;
margin:auto;
float:left;
}
h1 {
width:100%;
float:left;
padding: 20px 0;
font-size: 18px;
}
h1 img {
width:300px;
margin-right:14px;
float:left;
}
#header #link {
position:absolute;
right:0;
bottom:0;
font-size:85%;
}
#header #link a {
display:block;
float:right;
padding:10px 15px;
}
#header #link a:hover {
background-color:#EEE;
}
#footer {
clear:both;
width:100%;
padding-top: 10px;
padding-bottom: 20px;
background-color:#E5E4E3;
text-align:center;
}
#footer_in {
width:1000px;
margin:0 auto ;
}
#add {
	width:100%;
	margin: 10px 0
}
#add p {
font-size: 110%;
line-height: 180%;
margin-right:20px;
text-align: left;
}
.indent-1 {
	padding-left:3em;
}
#footer #flink {
	display:table;
	clear:both;
	background-color: #CCC;
	width: 100%;
	margin-bottom: 10px;
	overflow:hidden;
}
#footer #flink a {
display:inline-block;
padding:5px 20px;
}
#footer #flink a:hover {
background-color:#EEE;
}

#f_mark {
	vertical-align:middle;
	float:left;
	margin-top:-20px;
}
#f_copy {
	width: 100%;
	text-align:center;
}
#mori {
	vertical-align:middle;
	margin-right:10px;
}
#pmark {
	vertical-align:middle;
	margin-right:10px;
}

#page-top{
	display:block;
	background-image:url(../images/pagetop.png);
	background-repeat:no-repeat;
	position: fixed;
	z-index: 9999;
	top: -60px;
	right: 20px;
	width: 60px;
	height:60px;
	text-indent:-999px;
	overflow:hidden;
	transition: 0.3s;
}
#page-top:hover{ 
}

a.file_pdf {
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 2px 14px 2px 0;
	margin:0 4px;
}
a.file_page {
	background-image: url(../images/icon_file.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 2px 14px 2px 0;
	margin:0 4px;
}

.t_right {
	text-align:right;
}
.t_center {
	text-align:center;
}
.f_left {
	float:left;
}
.f_right {
	float:right;
}
.p20 {
padding: 20px 0;
}
.top30 {
padding-top: 30px;
}

.ph_right {
	float:right;
	margin: 0 0 20px 20px;
	width:35%;
}
.ph_left {
	float:left;
	margin: 0 20px 0 20px;
	width:40%;
}
.ph_right img,
.ph_left img {
	width:100%;
}
/*リスト*/

ul.type1 , ul.type2 , ul.dot {
	list-style: none;
	margin: 10px;
	overflow:hidden;
}
ul.type1 li {
	text-indent:-3em;
	padding-left:3em;
	margin: 5px 0;
}
ul.type2 li {
	text-indent:-2em;
	padding-left:2em;
	margin: 5px 0;
}

ul.dot li {
	text-indent:-1em;
	padding-left: 1em;
	margin: 5px 0;
}
ul.dot li:before {
	content:"・";
}

ul.dot0 {
	list-style: none;
	overflow:hidden;
}
ul.dot0 li {
	text-indent:-1em;
	padding-left: 1em;
	margin: 5px 0;
}
ul.dot0 li:before {
	content:"・";
}

dl.table {
	width: 100%;
	float: left;
	margin-top: 30px;
}
dl.table dt {
	clear:both;
	width:200px;
	float:left;
	border-top:1px dotted #ccc;
	padding:10px 20px;
	white-space:nowrap;
	font-weight:bold;
}
dl.table dd {
	border-top:1px dotted #ccc;
	padding:10px 20px;
	margin-left:220px;
}

dl.table2 {
	width: 100%;
	float: left;
	margin: 20px 0;
}
dl.table2 dt {
	clear:both;
	width:120px;
	float:left;
	border-top:1px dotted #ccc;
	padding:10px 20px;
	white-space:nowrap;
	font-weight:bold;
}
dl.table2 dd {
	border-top:1px dotted #ccc;
	padding:10px 20px;
	margin-left:140px;
}
dl.table2 dd table.ind {
}
dl.table2 dd table.ind th {
	white-space:nowrap;
	vertical-align:top;
}
dl.table2 dd table.ind td {
	vertical-align:top;
}

dl.table3 {
	width: 100%;
	float: left;
	margin: 10px 0;
}
dl.table3 dt {
	clear:both;
	width:120px;
	float:left;
	padding:10px 20px;
	white-space:nowrap;
	font-weight:bold;
}
dl.table3 dd {
	padding:0px 20px;
	margin-left:140px;
}
dl.table3 dd table.ind {
}
dl.table3 dd table.ind th {
	white-space:nowrap;
	vertical-align:top;
}
dl.table3 dd table.ind td {
	vertical-align:top;
}

dl.flow {
width:100%;
padding-bottom:25px;
margin-bottom:10px;
background-image: url(../images/https://job.axol.jp/hy/s/82bank_25/mypage/login);
background-position:center bottom;
background-repeat:no-repeat;
display:table;
}
dl.end {
background-image: none;
}
dl.flow dt {
	display:table-cell;
	vertical-align:middle;
width:20%;
text-align:center;
background-color:#b5d5f3;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
padding: 8px ;
}
dl.flow dd {
width:80%;
	display:table-cell;
	vertical-align:middle;
background-image: url(../images/arw1.png);
background-position:left center;
background-repeat:no-repeat;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
padding: 8px 8px 8px 30px;
border:1px solid #ddd;
border-left:none;
}

/*テーブル*/

.t_out {
	margin:10px;
}
.t_width {
	width: 500px;
}
table.normal {
	width: 100%;
	border-collapse: collapse;
}
table.normal th {
	background-color: #EDEDED;
	border: 1px solid #CCCCCC;
	white-space: nowrap;
	padding: 4px 0;
}
table.normal .light {
	background-color: #FAFAFA;
}
table.normal td {
	border: 1px solid #CCCCCC;
	padding: 4px 0;
}

table.center th,
table.center td {
	text-align:center;
}

table.blue {
	width: 100%;
	border-collapse: collapse;
	margin-top:20px;
}
table.blue th {
	color: #FFF;
	background-color: #5CAAFF;
	white-space: nowrap;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
}
table.blue td.light {
	background-color: #9CF;
	border-bottom: 1px solid #5CAAFF;
	border-right: 1px solid #5CAAFF;
	text-align:center;
}
table.blue td {
	background-color: #FFF;
	border-right: 1px solid #5CAAFF;
	border-bottom: 1px solid #5CAAFF;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-align:left;
	vertical-align:middle;
}
table.blue td.cener {
	text-align:center;
}
.wright {border-right: 1px solid #FFF;}
.wbtm {border-bottom: 1px solid #FFF;}
.btop {border-top: 1px solid #5CAAFF;}
.bright {border-right: 1px solid #5CAAFF;}
.bleft {border-left: 1px solid #5CAAFF;}

/* ===========================================
	ナビゲーション
=========================================== */

#pc_menu {
display:block;
}

#sp_menu {
display:none;
}

#pc_menu #menu {
	display: block;
	clear: both;
	width: 100%;
	background-color:#3399FF;
	float: left;
	padding: 0;
}
#pc_menu #navi {
	max-width: 1000px;
	margin:auto;
	padding:0;
}

#pc_menu #navi li {
	display: block;
	text-align: center;
	padding: 20px 0;
	float: left;
/*	width: 20%;	*/
	width: 33%;
	font-size: 120%;
	color: #FFFFFF;
	border-left: 1px solid #2991F8;
	cursor:pointer;
}
#pc_menu #navi li#home {
border-left: none;
}
#pc_menu #navi li:hover {
background-color:#2991F8;
}
.selected {
	background-color: #2991F8;
}

#pc_menu #navi li#blank {
	display: none;
}	
#pc_menu .subnavi {
display: none;
width:100%;
float:left;
background-color:#2991F8;
background-image:url(../images/shadow.png),url(../images/shadowx.png);
background-position:top,bottom;
background-repeat:repeat-x;
padding: 10px 0;
}
#pc_menu .subnavi li {
max-width: 1000px;
margin: auto;
}
#pc_menu .subnavi li a {
display:block;
padding:4px 20px;
color:#FFFFFF;
float:left;
margin: 0 10px 0 0;
}
#pc_menu .subnavi li a:hover {
background-color:rgba(255,255,255,0.2);
}
#pc_menu .subnavi span {
	clear:both;
	display:block;
	float:left;
	padding:4px;
	margin-right:20px;
filter: alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
color:#FFFFFF;
}


/* ===========================================
	スライダー
=========================================== */

#slider_out {
	width: 100%;
	clear:both;
	background-color:#E5E4E3;
	position:relative;
}
#slider_in {
	width: 1000px;
	margin:auto;
	position:relative;
	overflow:hidden;
	background-color:#000;
}
ul.slides {
	width: 100%;
	position:relative;
}
ul.slides li {
	position:absolute;
	top:0;
	left:0;
}
#slider_in img {
	width: 100%;
}
ul.slides li img {
	display:none;
}
ul.slides li img.cp1,
ul.slides li img.img1-1 {
	display:block;
}
ul.slides li.cp {
	z-index:100;
}


/* ===========================================
	トップページ
=========================================== */

.scroll-pane {
width:100%;
height:400px;
overflow: auto;
}

#news li {
font-size:110%;
line-height:180%;
width:95%;
border-bottom:1px dotted #CCC;
padding:10px;
}

#news li p {
color:#999;
}
#news li a {
	text-decoration:underline;
}
#top_subt {
margin:10px 0;
}

#banner {
	margin-top: 30px;
}
#banner img {
	width:100%;
}

.senpai_msg {
float:left;
width:48%;
}

.senpai_msg div {
	margin-top:10px;
	font-weight:bold;
	text-align: center;
}
.senpai_msg div p {
	text-align: left;
	font-size: 120%;
	margin-bottom: 10px;
	border-left: 4px solid #005ca2;
	padding-left:10px;
}
.senpai_msg div p span {
	font-size: 90%;
	color: #005ca2;
}
.senpai_msg div {
	margin-top:10px;
}
.senpai_msg div a {
	display: block;
	background-color: #EAE5E3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:10px;
	color: #005ca2;
}

.senpai_msg div a:hover {
	background-color: #DDD7D5;
	color: #005ca2;
}

#msg2 {
	float:right;
}
#saiyo img, .senpai_msg img {
width:100%;
}

#top_t {
margin-bottom:10px;
}
#top_t img {
	width:250px;
}

/* ===========================================
	セカンド以降
=========================================== */

#title_bg {
	float:left;
	width: 100%;
	position:relative;
}

#title_wrap {
width:1000px;
margin: 50px auto 0 auto;
}
#title_on {
float:left;
width:100%;
padding: 30px;
background: rgba(255,255,255,0.8);
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88ffffff,EndColorStr=#88ffffff);/*IE8以下用*/
border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
}
h2 {
	font-size: 100%;
	color: #FFF;
	background: rgba(0,0,0,0.3);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#33000000,EndColorStr=#33000000);/*IE8以下用*/
	padding: 0 10px;
	margin-bottom:20px;
	clear:both;
}
h3 {
	font-size:200%;
	line-height:120%;
	font-weight:bold;
	padding: 5px 15px;
	clear:both;
}
h4 {
	font-size: 140%;
	font-weight: bold;
	line-height: 140%;
	background-image: url(../images/h4_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 1.5em;
	clear: both;
	padding-top: 1.5em;
	padding-right: 0;
	padding-bottom: 1.5em;
	padding-left: 0.8em;
}
h5 {
	font-size: 140%;
	font-weight: bold;
	line-height: 140%;
	padding: 0 10px;
	margin-bottom: 20px;
	clear:both;
}
h6 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 7px;
	border-bottom: 1px solid #DDD;
	padding-left: 28px;
	margin: 30px 0 20px 0;
	background-image: url(../images/h6_bg.gif);
	background-repeat: no-repeat;
	background-position: 9px 3px;
	clear:both;
}
h6.nobor {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 0;
	border-bottom: none;
	padding-left: 28px;
	margin: 30px 0 20px 0;
	background-image: url(../images/h6_bg.gif);
	background-repeat: no-repeat;
	background-position: 9px 1px;
	clear:both;
}
.sub_h1 {
	font-size: 110%;
	font-weight: bold;
	margin: 20px 10px 10px 10px;
}
#title_bg {
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
}

#corporate #title_bg {
	background-image:url(../images/image1.jpg);
}

#business #title_bg {
	background-image:url(../images/image2.jpg);
}

#recruite #title_bg {
	background-image:url(../images/image3.jpg);
}
#contact #title_bg {
	background-image:url(../images/image4.jpg);
}

#site #title_bg {
	background-image:url(../images/image5.jpg);
}

#next {
	float: left;
	width: 100%;
}

#content {
	float: left;
	width: 100%;
	padding: 0 30px 30px 30px;
	margin-bottom: 30px;
box-shadow:0 0 5px #ccc;
-webkit-box-shadow:0 0 5px #ccc;
-moz-box-shadow:0 0 5px #ccc;
border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
}

#content_wrap {
	float: left;
	width: 100%;
}
#content p {
	margin:10px 30px;
}
#content_left {
float:left;
}

#content_right {
float:right;
}

#president #content_left {
width:70%;
}

#president #content_right {
width:27%;
}

#policyt #content_left {
width:55%;
}

#policy #content_right {
width:40%;
}

#organization {
	width:80%;
	padding:0;
	margin:auto;
	margin-top:30px;
}

.reader {
	float:right;
	margin-left:30px;
}

ul.sitemap li {
	float:left;
	margin-right:40px;
}
ul.tabmenu {
	width:100%;
	float:left;
	border-bottom:1px solid #ddd;
	padding:30px 0 0 20px;
}
ul.tabmenu li {
	display:block;
	font-weight: bold;
	float:left;
	padding:10px 30px;
	background-color: #EEE;
	border:1px solid #ddd;
	border-bottom:0;
	margin-right:5px;
	cursor:pointer;
}
#content ul.tabmenu li a { text-decoration:none; color: #224488;}
#content ul.tabmenu li a:hover { text-decoration:none; color: #224488;}
.tabhover {
	background-color: #FAFAFA!important;
}
.tabactive {
	background-color: #FFF!important;
	margin-top: 1px;
	margin-bottom: -1px;
}

ul.tabcont {
	padding:10px;
	overflow:hidden;
}

dl.contact {
	margin:20px;
}

dl.contact dt {
	margin-bottom:10px;
	font-weight:bold;
	font-size:110%;
}

#wide_net {
margin:20px 0 0 0;
clear:both;
}

#widenet_ex {
	width:100%;
	overflow:hidden;
}
#widenet_ex ul {
	float:left;
	width:30%;
}

#person {
	margin-top:20px;
	width:100%;
	position:relative;
}
#person ul#md {
	margin: 0;
	position:relative;
	height:90px;
}
#person ul#md > li {
	width: 102%;
	position: absolute;
	left:0;
	float:left;
}
#person ul#md li.point em {
	position: absolute;
	width: 18%;
	display:block;
	height:90px;
	background-image:url(../images/grade1.png);
	background-repeat:repeat-x;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	margin: 0;
	padding-top:10px;
}
#person ul#md li.point em a {
	display:block;
	height:70px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	line-height:150%;
	margin: 0;
	padding:0;
}
#person ul#md li.point em a:hover {
	text-decoration:none;
}
#person ul#md li .pc {
	display:block;
}
#person ul#md li .sm {
	display:none;
}
#person ul#md li em#md1 { left: 0;}
#person ul#md li em#md2 { left: 20%;}
#person ul#md li em#md3 { left: 40%;}
#person ul#md li em#md4 { left: 60%;}
#person ul#md li em#md5 { left: 80%;}

#person ul#md li ul {
	position:relative;
}
#person ul#md li ul li {
	position: absolute;
	top: 100px;
	background-color: #DDD;
	padding: 20px 40px;
	z-index: 10;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 3px 3px 8px rgba(000,000,000,0.3);
	-webkit-box-shadow: 3px 3px 8px rgba(000,000,000,0.3);
	display:none;
}
#person ul#md li ul li:before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	top: -16px;
	left: 20%;
	border: 8px solid transparent;
	border-bottom: 8px solid #DDD; /*10px*/
}
#person ul#md li ul li#con1 { left: 0; }
#person ul#md li ul li#con2 { left: 20%; }
#person ul#md li ul li#con3 { left: 40%; }
#person ul#md li ul li#con4 { right: 2%; }
#person ul#md li ul li#con5 { right: 2%; }

#person ul#md li ul li#con1:before { left: 10%; }
#person ul#md li ul li#con2:before { left: 10%; }
#person ul#md li ul li#con3:before { left: 10%; }
#person ul#md li ul li#con4:before { left: 40%; }
#person ul#md li ul li#con5:before { left: 90%; }

.senpai img {
	width:100%;
}
.senpai ul {
	padding: 20px;
	background-color: #E2F0F8;
	margin-top: 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.senpai ul li.name {
	font-size:120%;
	font-weight:bold;
}
.senpai ul li.comment {
	font-size:90%;
	line-height:160%;
	margin-top:5px;
}
.sen_left {
	width:50%;
	float:left;
	margin: 0 30px 10px 0;
}
.sen_right {
	width:50%;
	float:right;
	margin: 0 0 10px 30px;
}
.bs_img {
	width:80%;
	margin: 20px auto;
}
.bs_img img {
	width:100%;
}
#history p {
	text-align:right;
	margin: 20px 0 0 0;
}

#content .btn {
	width: 50%;
	display:block;
	background-image:url(../images/grade2.png);
	background-repeat:repeat-x;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	margin: auto;
}
#content .btn a {
	display:block;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	line-height:140%;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	margin: 0;
	padding:10px;
}
#content .btn a:hover {
	text-decoration:none;
}
#content .red_bold {
	color:#FF0000;
	font-weight:bold;
}
#sp_hyou {
	display:none;
}
#pc_hyou {
	display:block;
}
#trainer {
	width:100%;
}

#toiawase {
	padding-top:30px;
	font-size:120%;
	line-height:180%;
}
#toiawase span {
	font-size:120%;
	font-weight:bold;
}

.doui_area {
	border:1px solid #ddd;
}
input.input_btn {
	width: 300px;
	height: 40px;
	margin:10px 0;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #9CF;
	border-style: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
input.entry_pdf:hover {
	/* 透明度を20%に指定 */
	opacity: 0.8;
}
.text_underline {
	text-decoration:underline;
}
p.pad30 {
	padding:0 0 0 30px;
}
.col-1 {
    margin-left: 28px;
}
.col-2 {
    margin-left: 5px;
}
.col-3 {
    margin-left: 16px;
}

.training_left {
	float:left;
	margin: 0 0 0 0;
	width:100%;
}
.training_left img {
	width:100%;
}

