@charset "shift_jis";
/*全体の設定
---------------------------------------------------------------------------*/
body{
  color : #666666;
  /*全体の文字色*/
	margin: 0px;
  padding: 0px;
  font: 14px;
  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  /*文字サイズ・行間・フォント設定*/
	background: url(https://www.3205-1105.co.jp/images/bg.png);
/*背景画像の読み込み*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
  margin: 0px;
  padding: 0px;
}
ul{
  list-style-type: none;
}
img{
  border: none;
}
input,textarea,select{
  font-size: 1em;
}
form{
  margin: 0px;
}

/*table{
  border-collapse:collapse;
  font-size: 100%;
  border-spacing: 0;
}*/


/*ページトップスクロールvr*/
#pagetop{
    position:fixed;
    right:20px;
    bottom:0px;
    cursor:pointer;
}

/*高さ調整シリーズ*/
.takasa15{
    position: relative;
    top: 0px;
}

.takasa15{
    position: relative;
    top: 0px;
}

.takasa30{
    position: relative;
    top: 30px;
}


/*PAGE TOP設定
---------------------------------------------------------------------------*/
/*#pagetop{
  display: none;
  clear: both;
}*/


/*トップページメイン画像の詳細ボタン*/
.btn-square-soft {
　z-index: 8;
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #000000;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#fed6e3 0%, #ffaaaa 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

/*.btn-square-soft:active {
  /*押したとき
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);/*グラデーションを明るく*/
}

/*トップページメイン画像の詳細ボタン創立42年のボタン*/
.btn-square-soft2 {
  display: inline-block;
  text-align: center;
  position: relative;
　z-index: 2;
  top: 0px;
  text-decoration: none;
  color: #000000;
  width: 80px;
  height: 26px;
  line-height: 26px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#fed6e3 0%, #ffaaaa 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

/*トップページメイン画像の詳細ボタン終わり*/


/*きれいなテーブル2-返済方法*/
 table.tab20 {
  position:relative;
  top: 0px;
  width: 100%;
  border-spacing: 0;
  font-size:16px;
}

table.tab20 th {
color: #fff;
 padding: 8px 15px;
 background: #258;
 background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
 background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
 font-weight: bold;
 border-left:1px solid #258;
 border-top:1px solid #258;
 border-bottom:1px solid #258;
 line-height: 120%;
 text-align: center;
 text-shadow:0 -1px 0 rgba(34,85,136,0.9);
 box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
} 

table.tab20 th:first-child {
border-radius: 5px 0 0 0;
} 

table.tab20 th:last-child {
 border-radius:0 5px 0 0;
 border-right:1px solid #258;
 box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}

table.tab20 tr td {
 padding: 8px 15px;
 border-bottom: 1px solid #84b2e0;
 border-left: 1px solid #84b2e0;
 text-align: center;
}

table.tab20 tr td:last-child {
 border-right: 1px solid #84b2e0;
 box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

table.tab20 tr { 
 background: #fff;
}

table.tab20 tr:nth-child(2n+1) {
 background: #f1f6fc;

}

table.tab20 tr:last-child td {
 box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

table.tab20 tr:last-child td:first-child {

 border-radius: 0 0 0 5px;
}

table.tab20 tr:last-child td:last-child {
 border-radius: 0 0 5px 0;
}

table.tab20 tr:hover {
 background: #bbd4ee;
 cursor:pointer;
}

/*きれいなテーブル1-よくある質問等メインテーブル*/
 table {
  position:relative;
  top: -30px;
  width: 100%;
  border-spacing: 0;
  font-size:16px;
}

table th {
color: #fff;
 padding: 8px 15px;
 background: #258;
 background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
 background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
 font-weight: bold;
 border-left:1px solid #258;
 border-top:1px solid #258;
 border-bottom:1px solid #258;
 line-height: 120%;
 text-align: center;
 text-shadow:0 -1px 0 rgba(34,85,136,0.9);
 box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
} 

table th:first-child {
border-radius: 5px 0 0 0;
} 

table th:last-child {
 border-radius:0 5px 0 0;
 border-right:1px solid #258;
 box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}

table tr td {
 padding: 8px 15px;
 border-bottom: 1px solid #84b2e0;
 border-left: 1px solid #84b2e0;
 text-align: center;
}

table tr td:last-child {
 border-right: 1px solid #84b2e0;
 box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

table tr { 
 background: #fff;
}

table tr:nth-child(2n+1) {
 background: #f1f6fc;

}

table tr:last-child td {
 box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

table tr:last-child td:first-child {

 border-radius: 0 0 0 5px;
}

table tr:last-child td:last-child {
 border-radius: 0 0 5px 0;
}

table tr:hover {
 background: #bbd4ee;
 cursor:pointer;
}


/*きれいなテーブル1-ここまで*/

/*おしゃれな見出し*/
h2.blu{
  position: relative ;
  top:0px;
  clear: both;
  margin-bottom: 15px;
  padding: 10px 10px;
  /*上下、左右への余白*/
	background: #fff;
  /*背景色（古いブラウザ用）*/
	background: linear-gradient(#fff, #eee);
  /*グラデーション*/
	border-radius: 4px 4px 0px 0px;
  /*角丸のサイズ。左上、右上、右下、左下への順。*/
	border-left: 1px solid #ccc;
  /*左の線の幅、線種、色*/
	border-top: 1px solid #ccc;
  /*上の線の幅、線種、色*/
	border-right: 1px solid #ccc;
  /*右の線の幅、線種、色*/
	border-bottom: 4px solid #5fa271;
  /*下の線の幅、線種、色*/
	color: #000000;
  font-size:16px;
}

h2.blu-10{
  position: relative ;
  top:-10px;
  clear: both;
  margin-bottom: 15px;
  padding: 10px 10px;
  /*上下、左右への余白*/
	background: #fff;
  /*背景色（古いブラウザ用）*/
	background: linear-gradient(#fff, #eee);
  /*グラデーション*/
	border-radius: 4px 4px 0px 0px;
  /*角丸のサイズ。左上、右上、右下、左下への順。*/
	border-left: 1px solid #ccc;
  /*左の線の幅、線種、色*/
	border-top: 1px solid #ccc;
  /*上の線の幅、線種、色*/
	border-right: 1px solid #ccc;
  /*右の線の幅、線種、色*/
	border-bottom: 4px solid #5fa271;
  /*下の線の幅、線種、色*/
	color: #000000;
  font-size:16px;
}

h2.blu-20{
  position: relative ;
  top:20px;
  clear: both;
  margin-bottom: 15px;
  padding: 10px 10px;
  /*上下、左右への余白*/
	background: #fff;
  /*背景色（古いブラウザ用）*/
	background: linear-gradient(#fff, #eee);
  /*グラデーション*/
	border-radius: 4px 4px 0px 0px;
  /*角丸のサイズ。左上、右上、右下、左下への順。*/
	border-left: 1px solid #ccc;
  /*左の線の幅、線種、色*/
	border-top: 1px solid #ccc;
  /*上の線の幅、線種、色*/
	border-right: 1px solid #ccc;
  /*右の線の幅、線種、色*/
	border-bottom: 4px solid #5fa271;
  /*下の線の幅、線種、色*/
	color: #000000;
  font-size:16px;
}


/* アコーディオン(開閉ボタンデザインなし) */
.acdn-content{
  width: 700px ;
  height: 500px ;
  background: #D36015 ;
}

/*トップページ電話が繋がらない件*/
.info10 {
        position: relative;
        top: 0px;
	width: 98%;
	height: auto;
	margin-left: 2.5%;
	margin-right: 2.5%;
}


/*画像設定*/
img.wa {
	width: 100%;
	height: auto;
}


img.wa3 {
	width: 98%;
	height: auto;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
/*トップページメイン画像4つ*/



/*画像の周りに文字を回り込ませる
---------------------------------------------------------------------------*/
<!--
img.mawarikomi{
  float: left;
}
-->

/*場所の案内のビル画像*/
img.mawarikomi2{
  width:70%;
  float: left;
}

/*カード案内の自社ＡＴＭ*/
img.mawarikomi3{
  width:33%;
  height:auto;
  float: left;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a{
  color: #666;
/*リンクテキストの色*/
}
a:hover{
  color: #ef8100;
  /*マウスオン時の文字色（全体）*/
	text-decoration: none;
/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
/*h1ロゴの設定
---------------------------------------------------------------------------*/
h1{
  position: relative;
  top: -30px;
  font-size: 10px;
  /*文字サイズ*/
	font-weight: normal;
  /*太字を標準にする設定*/
	text-align: right;
  /*テキストを右側に*/
	line-height: 30px;
  /*行間*/
	width: 680px;
  margin: 0 auto 0;
}

h1 tt{
  position: relative;
  top: 70px;
  font-size: 10px;
  /*文字サイズ*/
	font-weight: normal;
  /*太字を標準にする設定*/
	text-align: right;
  /*テキストを右側に*/
	line-height: 30px;
  /*行間*/
	width: 680px;
  margin: 0 auto 0;
}
/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container{
  width: 950px;
  /*ボックス幅*/
	margin: 0 auto 0;
  padding: 20px;
  /*ボックス内の余白*/
	background-color: #FFF;
  /*背景色*/
	border-radius: 20px;
  /*角丸のサイズ*/
	-webkit-box-shadow: 0px 0px 10px #CCC;
  /*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 0px 10px #CCC;
/*同上*/
}
/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header{
  width: 100%;
  /*ヘッダーブロックの幅*/
	position: relative;
  margin-bottom: 30px;
}
/*ロゴ画像*/
header #logo img{
  position: absolute;
  z-index: 3;
  left: 6%;
  /*ヘッダーブロックに対して左から6pxの位置に配置*/
	top: 17%;
  /*ヘッダーブロックに対して上から6pxの位置に配置*/
	width: 21%;
  /*画像幅*/
	height: auto;
/*画像の高さ。上の幅に合わせて高さは自動になる。*/
}
/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg{
  position: relative;
  height: 300px;
  width: 950px;
  margin-bottom: 20px;
  border-radius: 10px;
/*角丸のサイズ*/
}
#mainimg img{
  border-radius: 10px;
  /*角丸のサイズ*/
	vertical-align: bottom;
}
#mainimg .slide_file{
  display: none;
}
#slide_image{
  z-index:2;
  position: absolute;
  left:0px;
  top:0px;
}
#slide_image2{
  z-index:1;
  position: absolute;
  left:0px;
  top:0px;
}
#slide_image3{
  z-index:2;
  position: absolute;
  left:0px;
  top:0px;
}
#slide_image4{
  z-index:1;
  position: absolute;
  left:0px;
  top:0px;
}
/*メインコンテンツ
---------------------------------------------------------------------------*/
#main{
  width: 700px;
  /*メインコンテンツ幅*/
	float: right;
  /*右側に回り込み*/
	padding-bottom: 20px;
}



/*mainコンテンツの段落タグ設定*/
#main p{
  padding: 0.5em 20px 1em;
/*左から、上、左右、下への余白*/
}
/*gallery.html内のブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article{
  height: 440px;
  /*ボックスの高さ*/
	width: 280px;
  /*ボックスの幅*/
	border-radius: 10px;
  /*角丸のサイズ*/
	-webkit-box-shadow: 0px 1px 6px #999;
  /*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 1px 6px #999;
  /*同上*/
	background-color: #FFF;
  /*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));
  /*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e6e6e6);
  /*同上*/
	background-image: linear-gradient(#FFF, #e6e6e6);
  /*同上*/
	padding: 20px;
  /*ボックス内の余白*/
	float: left;
  margin: 0px 14px 15px;
  overflow: hidden;
}
/*ボックス内の段落タグ設定*/
#main section.list article p{
  padding: 0px;
  color: #666;
  /*文字色*/
	font-size: 12px;
  /*文字サイズ*/
	line-height: 1.4;
}
/*ボックス内のh4タグ設定*/
#main section.list article h4{
  font-size: 100%;
  color: #ef8100;
  /*文字色*/
	border-bottom: 2px dotted #ef8100;
  /*下線の幅、線種、色*/
	margin-bottom: 5px;
}



/*各ボックスの設定(利息表)*/
#main section.list5 article{
  height: auto;
  /*ボックスの高さ*/
	width: 45%;
  /*ボックスの幅*/
	border-radius: 3px;
  /*角丸のサイズ*/
	-webkit-box-shadow: 0px 1px 6px #999;
  /*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 1px 6px #999;
  /*同上*/
	background-color: #FFF;
  /*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));
  /*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e6e6e6);
  /*同上*/
	background-image: linear-gradient(#FFF, #e6e6e6);
  /*同上*/
	padding: 3px;
  /*ボックス内の余白*/
	float: left;
  margin: 0px 3px 3px;
  overflow: hidden;
}
/*ボックス内(利息表)の段落タグ設定*/
#main section.list5 article p{
  padding: 0px;
  color: #666;
  /*文字色*/
	font-size: 12px;
  /*文字サイズ*/
	line-height: 1.4;
}
/*ボックス内(利息表)のh4タグ設定*/
#main section.list5 article h4{
  font-size: 100%;
  color: #ef8100;
  /*文字色*/
	border-bottom: 2px dotted #ef8100;
  /*下線の幅、線種、色*/
	margin-bottom: 5px;
}

/*各ボックスの設定(ご安心頂く為に)*/
#main section.lis6t article{
  float: none;
  width: 100%;
  height: auto;
  margin: 10px 10px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*各ボックス内の画像設定(ご安心頂く為に)*/
#main section.list6 article img{
  float: left;
  /*左に回り込み*/
	width: 50%;
  /*画像幅*/
	height: auto;
  margin-right: 20px;
}
/*各ボックスの設定(カレッヂカードページでの自社ATMコーナー)*/
#main section.list72 article{
  float: none;
  width: 100%;
  height: auto;
  margin: 10px 10px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*各ボックス内の画像設定(カレッヂカードページでの自社ATMコーナー)*/
#main section.list72 article img{
  float: left;
  /*左に回り込み*/
	width: 30%;
  /*画像幅*/
	height: auto;
  margin-right: 20px;
}
/*各ボックスの設定(新規トップ（幅90%))*/
#main section.list73 article{
  float: none;
  width: 90%;
  height: auto;
  margin: 10px 10px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*各ボックス内の画像設定-mモード(場所のお案内)*/
#main section.list73 article img{
  float: left;
  /*左に回り込み*/
	width: 50%;
  /*画像幅*/
	height: auto;
  margin-right: 20px;
}
/*ボックス内(場所のご案内2)の段落タグ設定*/
#main section.list999 article p{
  padding: 0px;
  color: #666;
  /*文字色*/
	font-size: 12px;
  /*文字サイズ*/
	line-height: 1.4;
}
/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub7{
  position: relative;
  top: -30px;
  float: left;
  /*左側に回り込み*/
	width: 220px;
  /*サブコンテンツ幅*/
	padding-bottom: 0px;
}

#sub{
  /*        position: absolute;
  top: 800px;
  */
	float: left;
  /*左側に回り込み*/
	width: 220px;
  /*サブコンテンツ幅*/
	padding-bottom: 10px;
}
/*subコンテンツのh2タグの設定*/
#sub h2{
  background-color: #8c8c8c;
  /*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#8c8c8c));
  /*グラデーション*/
	background-image: -webkit-linear-gradient(#cbcbcb, #949494 49%, #8c8c8c 50%);
  /*同上*/
	background-image: linear-gradient(#cbcbcb, #949494 49%, #8c8c8c 50%);
  /*同上*/
	border-radius: 10px 10px 0px 0px;
  /*角丸のサイズ。左上、右上、右下、左下への設定。*/
	color: #FFF;
  /*文字色*/
	font-size: 100%;
  text-align: center;
  /*文字をセンタリング*/
	padding: 10px 0px;
/*上下、左右への余白*/
}
/*サブコンテンツ(赤色メニュー)
---------------------------------------------------------------------------*/
#sub3{
  /*        position: absolute;
  top: 490px;
  */
	float: left;
  /*左側に回り込み*/
	width: 220px;
  /*サブコンテンツ幅*/
	padding-bottom: 10px;
}
/*sub3コンテンツのh2タグの設定*/
#sub3 h2{
  background-color: #ff0000;
  /*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#ff0000));
  /*グラデーション*/
	background-image: -webkit-linear-gradient(#ffc8c8, #ff5b5b 49%, #ff0000 50%);
  /*同上*/
	background-image: linear-gradient(#ffc8c8, #ff5b5b 49%, #ff0000 50%);
  /*同上*/
	border-radius: 10px 10px 0px 0px;
  /*角丸のサイズ。左上、右上、右下、左下への設定。*/
	color: #FFF;
  /*文字色*/
	font-size: 100%;
  text-align: center;
  /*文字をセンタリング*/
	padding: 10px 0px;
/*上下、左右への余白*/
}
/*サブコンテンツ(緑色メニュー)
---------------------------------------------------------------------------*/

#sub4{
  /*        position: absolute;
  top: 380px;
  */
	float: left;
  /*左側に回り込み*/
	width: 220px;
  /*サブコンテンツ幅*/
	padding-bottom: 10px;
}
/*sub4コンテンツのh2タグの設定*/
#sub4 h2{
  background-color: #0000ff;
  /*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#0000ff));
  /*グラデーション*/
	background-image: -webkit-linear-gradient(#6262ff, #8a8aff 49%, #0000ff 50%);
  /*同上*/
	background-image: linear-gradient(#6262ff, #8a8aff 49%, #0000ff 50%);
  /*同上*/
	border-radius: 10px 10px 0px 0px;
  /*角丸のサイズ。左上、右上、右下、左下への設定。*/
	color: #FFF;
  /*文字色*/
	font-size: 100%;
  text-align: center;
  /*文字をセンタリング*/
	padding: 10px 0px;
/*上下、左右への余白*/
}
/*メニュー（※サブコンテンツ内）
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub #submenu{
  margin-bottom: 15px;
/*ブロックの下にスペースを空ける設定*/
}
/*メニュー１個ごとの設定*/
#sub #submenu ul li a{
  text-decoration: none;
  text-align: center;
  /*文字をセンタリング*/
	display: block;
  border-bottom: 2px dotted #8c8c8c;
  /*下線の幅、線種、色*/
	padding: 5px 0px;
  /*上下、左右への余白*/
	-webkit-transition: 0.5s;
  /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;
/*同上*/
}
#sub #submenu ul li a:hover{
  background-color: #fce6cc;
/*マウスオン時の背景色*/
}
/*メニューブロック全体の設定(赤色メニュー)*/
#sub3 #submenu3{
  margin-bottom: 15px;
/*ブロックの下にスペースを空ける設定*/
}
/*メニュー１個ごとの設定(赤色メニュー)*/
#sub3 #submenu3 ul li a{
  text-decoration: none;
  text-align: center;
  /*文字をセンタリング*/
	display: block;
  border-bottom: 2px dotted #8c8c8c;
  /*下線の幅、線種、色*/
	padding: 5px 0px;
  /*上下、左右への余白*/
	-webkit-transition: 0.5s;
  /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;
/*同上*/
}
#sub3 #submenu3 ul li a:hover{
  background-color: #fce6cc;
/*マウスオン時の背景色*/
}
/*メニューブロック全体の設定*/
#sub4 #submenu4{
  margin-bottom: 15px;
/*ブロックの下にスペースを空ける設定*/
}
/*メニュー１個ごとの設定(緑メニュー)*/
#sub4 #submenu4 ul li a{
  text-decoration: none;
  text-align: center;
  /*文字をセンタリング*/
	display: block;
  border-bottom: 2px dotted #8c8c8c;
  /*下線の幅、線種、色*/
	padding: 5px 0px;
  /*上下、左右への余白*/
	-webkit-transition: 0.5s;
  /*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;
/*同上*/
}
#sub4 #submenu4 ul li a:hover{
  background-color: #fce6cc;
/*マウスオン時の背景色*/
}
/*フッター設定
---------------------------------------------------------------------------*/
footer{
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .pr{
  display: block;
  font-size: 80%;
}
footer a{
  text-decoration: none;
}



/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
.new dl{
  overflow: auto;
  /*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;
  margin: 5px 20px 0px;
}
/*日付設定*/
.new dt{
  font-weight: bold;
  /*太字にする設定。標準がいいならこの行削除。*/
	float: left;
  width: 8em;
}
/*記事設定*/
.new dd{
  border-bottom: 1px solid #ccc;
  /*下線の幅、線種、色*/
	padding-left: 8em;
}
.new dd img{
  vertical-align: middle;
}
/*20150413カスタマイズ分追加*/
.new.ha dl{
  height: auto;
}
/*テーブル１
---------------------------------------------------------------------------*/
.ta1{
  width: 660px;
  margin: 0px auto;
}
.ta1, .ta1 td, .ta1 th{
  border: 1px solid #CCC;
  /*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
  padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
  width: 180px;
  padding: 10px;
  text-align: center;
  background-color: #ececed;
/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
  width: auto;
  text-align: left;
  background-color: #e9ddae;
  /*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));
  /*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);
  /*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);
/*同上*/
}


/*その他
---------------------------------------------------------------------------*/
.look{
  background: #dcdcdc;
}
.mb15{
  margin-bottom: 15px;
}
.clear{
  clear: both;
}
ul.disc{
  padding: 0em 25px 1em;
  list-style: disc;
}
.color1{
  color: #ef8100;
}
.color2{
  color: #FF0033;
}
.pr{
  font-size: 10px;
}
.btn{
  font-size: 13px;
}
.wl{
  width: 96%;
}
.ws{
  width: 50%;
}
.c{
  text-align: center;
}
figcaption{
  font-size: 11px;
}
/*
#menubar_hdr {
  display: none;
}
#menubar {
  display: none;
}
20150413カスタマイズ追加
---------------------------------------------------------------------------
#menubar1_hdr,#menubar1,
#menubar2_hdr,#menubar2,
#menubar3_hdr,#menubar3,
#menubar4_hdr,#menubar4,
#menubar5_hdr,#menubar5,
#menubar6_hdr,#menubar6,
#menubar7_hdr,#menubar7 {
  display: none;
}
.dn {
  display: none;
}
*/

/*ご安心頂くために*/
@media screen and (min-width:481px){
  .box11-b{
  position: relative ;
  top:20px;
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #000000;
  background: #ffffca;
  /*背景色*/
    border-top: solid 6px #1dc1d6;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
/*影*/
}

/*自社ＡＴＭ*/
.box11-d{
   width:95%;
   height:300px;
/*    position: relative ;
    top:-40px;*/
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #000000;
    background: #ffffca;/*背景色*/
    border-top: solid 6px #1dc1d6;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}

/*返済方法BOX高さ調整*/
.box11-f{
   width:95%;
   height:250px;
/*    position: relative ;
    top:-40px;*/
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #000000;
    background: #ffffca;/*背景色*/
    border-top: solid 6px #1dc1d6;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
/*.box-top1{
position: relative;
top: 0px;
}*/

.box-top{
  float: left;
  width: 48%;
  padding-right: 4px;
  margin: 4px;
  text-align: left;
  /*	border-left: solid 10px #ffc06e;
*/
}
.box-topb{
  float: left;
  width: 48%;
  padding-left: 4px;
  margin: 4px;
  text-align: right;
}

.box-top3{
　z-index: 4;
  float: left;
  width: 48%;
  padding: 0px;
  margin: 4px;
  color: #ff0000;
  background: #ffffff;
  text-align: center;
  font-size: 16px;
}

.box-top4{
　z-index: 5;
  position: relative;
  float: left;
  width: 48%;
  padding-right: 4px;
  margin: 4px;
  color: #000000;
  background: #ffffff;
  text-align: left;
  font-size: 16px;
}
.box-top5{
　z-index: 6;
  position: relative;
  float: left;
  width: 48%;
  padding-left: 4px;
  margin: 4px;
  color: #000000;
  background: #ffffff;
  text-align: left;
  font-size: 16px;
}

.box-top6{
　z-index: 7;
  position: relative;
  text-align: center;
}


.f-navi{
  display: none;
}


.cen2{
  position: relative;
  top: 20px;
  text-align: center;
}
.cen3{
  position: relative;
  top: 30px;
  text-align: center;
}

/*カード発行のお申込みボタン*/
.btn-gradient-3d-simple {
  position: relative;
  top: 10px;
  width:90%;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  font-weight:bold;
  text-shadow: black 1px 1px 0px, black -1px 1px 0px,
             black 1px -1px 0px, black -1px -1px 0px;
  background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #5e7fca;
}

.btn-gradient-3d-simple:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

/*カード発行ページ・「手続きが必要です」の画像の縦位置*/
.box-card1{
       position: relative;
       top: 0px;
}

/*トップページ・「手続きが必要です」の画像の縦位置*/
.box-card1{
       position: relative;
       top: 20px;
}

/*質問Ｑ＆Ａのカレミちゃん画像の縦位置*/
/*下段*/
.box-karemi{
position: relative;
top: 0px;
}

/*上段*/
.box-karemi{
position: relative;
top: 0px;
}

/******************************

	開閉ボタンデザインあり

******************************/

/* 親の[ul] */
.syncer-acdn-parent{
  width: 90% ;
  margin: 1.5em 0 0 ;
  padding: 12px 18px ;
  border: 2px solid rgba( 0,0,0, 0.1 ) ;
}
/* 子の[ul] */
.syncer-acdn-child{
  display: none ;
}
/* 余白設定 */
.syncer-acdn-child,
.syncer-acdn-parent li,
.syncer-acdn-parent li p{
  margin: 0 ;
  padding: 0 ;
}
/* 親と子の[li] */
syncer-acdn-parent li{
  list-style: none ;
}
/* 親の[a] */
.syncer-acdn-parent li p a{
  position: relative ;
  top: 0 ;
  left: 0 ;
}
.syncer-acdn-parent li p a::after,
.syncer-acdn-parent li p a:hover::after{
  color: #333 ;
  background: rgba( 0,0,255 , 0.1 ) ;
}
.syncer-acdn-parent li p a::after{
  position: absolute ;
  top: 50% ;
  right: 12px ;
  content: "▼" ;
  font-size: .85em ;
  margin-top: -12.5px ;
  height: 17px ;
  line-height: 17px ;
  padding: 4px 8px ;
  background: ffffff;
}
/* 親の[a]と子の[li] */
.syncer-acdn-parent li p a,
.syncer-acdn-child li{
  border-bottom: 1px solid rgba( 0,0,0, 0.1 ) ;
}
/* 親と子の[a] */
.syncer-acdn-parent li a{
  display: block ;
  padding: 8px 0 ;
  font-weight: 700 ;
  text-decoration: none ;
  color: #333 ;
}
.syncer-acdn-parent li a:hover{
  cursor: pointer ;
  color: #f00 ;
  background: rgba( 0,0,0, 0.1 ) ;
}
/* 子の[a] */
.syncer-acdn-child li a::before{
  content: "●" ;
  padding-right: 5px ;
}


/*質問Q&Aの開閉メニュー*/
p.question {
        cursor: pointer;
}
p.question:hover {
        text-decoration: underline;
}
p.answer {
        display: none;
        background: #f2f2f2;
        margin-left: 1em;
        padding: 10px;
}