@charset "UTF-8";

/*========================================

	FUKUOKA BANK
	style_category_top.css
	
	*カテゴリトップページスタイル設定
	
	[1] コンテナ
	[2] ヘッダー・メインビジュアル
	[3] メインコンテンツ
	[4] 左コンテンツ
	[5] 右コンテンツ
	
========================================*/

@import "base.css";
@import "style_all.css";
@import "style_elements.css";
@import "style_side.css";
@import "style_footer.css";
@import "style_pages.css";
@import "campaign.css";
@import "colorbox.css";
@import "../js/colorbox/colorbox.css";



/* ● [1] コンテナ --------------------*/

#wrapper_cat_top {
	font-size: 93%;
	width:100%;
	display:table;
}


/* ● [2] ヘッダー・メインビジュアル --------------------*/

/* ●トップ */

#top_head_block {
	background: #eee url(../img_common/cat_top/head_bg.gif) top center repeat-x;
}

#top_head_box {
	background: url(../img_common/cat_top/head_bg_inner.gif) top center no-repeat;
}

#top_head_inner {
	background: url(../img_common/cat_top/head_bg_inner.gif) top center no-repeat;
	width: 1000px;
	margin: 0 auto;
	height: 605px;
}

/* ●カテゴリトップ */

#cat_top_head_block {
	background: #eee url(../img_common/cat_top/head_bg_s.gif) top center repeat-x;
}

#cat_top_head_box {
	background: url(../img_common/cat_top/head_bg_s_inner.gif) top center no-repeat;
}

#cat_top_head_inner {
	background: url(../img_common/cat_top/head_bg_s_inner.gif) top center no-repeat;
	width: 1000px;
	margin: 0 auto;
	height: 515px;
}

/* ●カテゴリトップ Gナビ無し */

#cat_top_head_nomenu_block {
	background: #eee url(../img_common/cat_top/head_bg_s.gif) top center repeat-x;
}

#cat_top_head_nomenu_box {
	background: url(../img_common/cat_top/head_bg_s_inner_nomenu.gif) top center no-repeat;
}

#cat_top_head_nomenu_inner {
	background: url(../img_common/cat_top/head_bg_s_inner_nomenu.gif) top center no-repeat;
	width: 1000px;
	margin: 0 auto;
	height: 460px;
}

#gmenu li {
	float: left;
}


/* ●メインメージ内要素 */

#head_main_image_block {
	width: 1000px;

}

/* ●クイックメニュー */

#top_head_inner #quick_menu_block {
	float: right;
	width: 40px;
	padding: 48px 0 0;
}

#cat_top_head_inner #quick_menu_block {
	float: right;
	width: 40px;
	padding: 45px 0 0;
}

#cat_top_head_nomenu_inner #quick_menu_block {
	float: right;
	width: 40px;
	padding: 45px 0 0;
}

#quick_menu_block li {
	margin: 3px 0 0;
	background-color:#fff; /* for hover effect */
}


/* ●メインイメージ部分 */

#head_main_image_box_personal { /* 個人 */
	float: left;
	width: 960px;
	height: 510px;
	background: url(../img_common/cat_top/head_main_image_personal.jpg) left top no-repeat;
	position: relative;
}

#head_main_image_box_corporate { /* 法人トップ */
	float: left;
	width: 960px;
	height: 420px;
	background: url(../img_common/cat_top/head_main_image_corporate.jpg) left top no-repeat;
	position: relative;
}

#head_main_image_box_aboutus { /* ふくぎんについてトップ */
	float: left;
	width: 960px;
	height: 420px;
	background: url(../img_common/cat_top/head_main_image_aboutus.jpg) left top no-repeat;
	position: relative;
}

#head_main_image_box_employment { /* 採用情報トップ */
	float: left;
	width: 960px;
	height: 420px;
	background: url(../img_common/cat_top/head_main_image_employment.jpg) left top no-repeat;
	position: relative;
}

/* ●切り替え画像 暫定処置 */

#head_main_nextimage_box_personal,
#head_main_nextimage_box_corporate,
#head_main_nextimage_box_aboutus,
#head_main_nextimage_box_employment {
	display:none;
}

/* ●メインイメージ内レイアウト */

#head_image_logo {
	position: absolute;
	top: 15px;
	left: -15px;
}

#umenu_block {
	position: absolute;
	top: 0;
	left: 428px;
}

#umenu_block  li {
	float: left;
	margin:0 0 0 4px;
	_display:inline; /* for IE6 */
}

#login_bt_1 {
	position: absolute;
	background: url(../img_common/cat_top/login_bt_bg.png) left top no-repeat;
	_background: url(../img_common/cat_top/login_bt_bg.gif) left top no-repeat; /* for IE6 */
	top: 40px;
	left: 649px;
	padding:4px;
}

#login_bt_2 {
	position: absolute;
	background: url(../img_common/cat_top/login_bt_bg.png) left top no-repeat;
	_background: url(../img_common/cat_top/login_bt_bg.gif) left top no-repeat; /* for IE6 */
	top: 40px;
	left: 802px;
	padding:4px;
}

#top_login_personal_block {
	background: url(../img_common/cat_top/login_top_bg_personal.png) left top no-repeat;
	position: absolute;
	width: 288px;
	height: 82px;
	top: 40px;
	left: 509px;
}

#top_login_personal_block_1601 {
	background: url(../img_common/cat_top/login_top_bg_corporate.png) left top no-repeat;
	position: absolute;
	width: 148px;
	height: 82px;
	top: 40px;
	left: 649px;
}

#login_top_ttl_personal {
	position: absolute;
	top: 4px;
	left: 4px;
}

#login_top_bt_ib {
	position: absolute;
	top: 28px;
	left: 4px;
}

#login_top_cap_ibsimple {
	position: absolute;
	top: 30px;
	left: 154px;
}

#login_top_bt_ibsimple {
	position: absolute;
	top: 45px;
	left: 151px;
}

#top_login_corporate_block {
	background: url(../img_common/cat_top/login_top_bg_corporate.png) left top no-repeat;
	position: absolute;
	width: 148px;
	height: 82px;
	top: 40px;
	left: 802px;
}

#login_top_ttl_corporate {
	position: absolute;
	top: 4px;
	left: 4px;
}

#login_top_bt_bb {
	position: absolute;
	top: 28px;
	left: 4px;
}

#head_search_help {

}

/* ●検索ボックス 個人トップ */

#head_main_image_box_personal #top_head_search_bg { /* main image related */
	position: absolute;
	background: url(../img_common/cat_top/search_box_bg.png) left top no-repeat;
	_background: url(../img_common/cat_top/search_box_bg.gif) left top no-repeat; /* for IE6 */
	/*top: 270px;
	left: 501px;*/
	width:431px;
	height:62px;
	visibility: hidden;
}

#head_main_image_box_personal #top_head_search_box { /* main image related */
	position: absolute;
	/*top: 273px;
	left: 504px;*/
	width: 425px;
	height: 35px;
	background-color: #fff;
	visibility: hidden;
	z-index: 10;
}

#head_main_image_box_personal #head_search_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 370px;
	height: 31px;
	padding:2px 5px;
	border-style: none;
	background-color: transparent;
	font-size: 154%;
	line-height: 1.5;
}

#head_main_image_box_personal #head_search_bt {
	position: absolute;
	top: 6px;
	right: 5px;
}

#head_main_image_box_personal #top_head_search_menu { /* main image related */
	position: absolute;
	/*top: 308px;
	left: 529px;*/
	visibility: hidden;
	z-index: 11;
}

#head_main_image_box_personal #top_head_search_menu01 {
	position: absolute;
	top: 0;
	left: 0;
}

#head_main_image_box_personal #top_head_search_menu02 {
	position: absolute;
	top: 0;
	left: 100px;
}

#head_main_image_box_personal #top_head_search_menu03 {
	position: absolute;
	top: 0px;
	left: 200px;
}

#head_main_image_box_personal #head_search_help_cattop { /* main image related */
	position:absolute;
	/*top: 308px;
	left: 889px;*/
	visibility: hidden;
	z-index: 12;
}

#head_main_image_box_personal #head_search_help_cattop a {
	display: block;
}

/* ●個人トップ バナーセット */

#top_head_banner_set {
	position: absolute;
	top: 400px;
	left: 70px;
}

#top_head_banner_set li {
	float: left;
	margin:0 25px 0 0;
}


/* ●スマートフォン誘導ボタン */

#smartPhoneButton{
	height: 148px;
	background: #2e2e2e;
	padding: 5px 0px 0px 0px;
}

/* ●検索ボックス 法人・ふくぎんについて・採用情報トップ */

#head_main_image_box_corporate #top_head_search_bg,
#head_main_image_box_aboutus #top_head_search_bg,
#head_main_image_box_employment #top_head_search_bg {
	position: absolute;
	background: url(../img_common/cat_top/search_box_bg.png) left top no-repeat;
	_background: url(../img_common/cat_top/search_box_bg.gif) left top no-repeat; /* for IE6 */
	top: 217px;
	left: 49px;
	width:431px;
	height:62px;
}

#head_main_image_box_corporate #top_head_search_box,
#head_main_image_box_aboutus #top_head_search_box,
#head_main_image_box_employment #top_head_search_box {
	position: absolute;
	top: 220px;
	left: 52px;
	width: 425px;
	height: 35px;
	background-color: #fff;
}

#head_main_image_box_corporate #head_search_text,
#head_main_image_box_aboutus #head_search_text,
#head_main_image_box_employment #head_search_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 370px;
	height: 31px;
	padding:2px 5px;
	border-style: none;
	background-color: transparent;
	font-size: 154%;
	line-height: 1.5;
}

#head_main_image_box_corporate #head_search_bt,
#head_main_image_box_aboutus #head_search_bt,
#head_main_image_box_employment #head_search_bt {
	position: absolute;
	top: 6px;
	left: 395px;
}

#head_main_image_box_corporate #top_head_search_menu01,
#head_main_image_box_aboutus #top_head_search_menu01,
#head_main_image_box_employment #top_head_search_menu01 {
	position: absolute;
	top: 255px;
	left: 52px;
}

#head_main_image_box_corporate #top_head_search_menu02,
#head_main_image_box_aboutus #top_head_search_menu02,
#head_main_image_box_employment #top_head_search_menu02 {
	position: absolute;
	top: 255px;
	left: 152px;
}

#head_main_image_box_corporate #top_head_search_menu03,
#head_main_image_box_aboutus #top_head_search_menu03,
#head_main_image_box_employment #top_head_search_menu03 {
	position: absolute;
	top: 255px;
	left: 252px;
}

#head_main_image_box_corporate #head_search_help_cattop,
#head_main_image_box_aboutus #head_search_help_cattop,
#head_main_image_box_employment #head_search_help_cattop {
	position:absolute;
	top: 255px;
	left:402px;
}

#head_main_image_box_corporate #head_search_help_cattop a,
#head_main_image_box_aboutus #head_search_help_cattop a,
#head_main_image_box_employment #head_search_help_cattop a {
	display: block;
}

/* ●検索ボックス内テキスト */

.head_search_text_untouched {
	color: #666;
}


/* ● [3] メインコンテンツ --------------------*/

#top_main_contents_block {
	background-color: #ededed;
}

#top_main_contents_box {
	width: 1000px;
	margin: 0 auto;
}

#top_main_contents_inner {
	width: 960px;
}

/* ●法人TOP*/
.servive_info_block {
	clear: both;
	width: 679px;
	margin: 0 0 0 -5px;
	background:url(/img_common/cat_top/service_unit_bg.gif) left top repeat-y;
}

.servive_info_bg {
	width: 679px;
	padding-top: 25px;
	background:url(/img_common/cat_top/service_unit_bg_top.gif) left top no-repeat;
}

.servive_info_btm {
	width: 679px;
	padding-bottom: 25px;
	background:url(/img_common/cat_top/service_unit_bg_btm.gif) left bottom no-repeat;
}

.servive_info_block dl {
	clear: both;
	width: 625px;
	padding: 0 30px 0 24px;
	background:url(/img_common/cat_top/service_unit_bg_icon.gif) 191px center no-repeat;
}

.servive_info_block dt {
	float: left;
	width: 150px;
	text-align: center;
}

.servive_info_block .servive_info_menu1 { padding-top: 40px; }
.servive_info_block .servive_info_menu2 { padding-top: 45px; }
.servive_info_block .servive_info_menu3 { padding-top: 15px; }
.servive_info_block .servive_info_menu4 { padding-top: 30px; }
.servive_info_block .servive_info_menu5 { padding-top: 50px; }

.servive_info_block dd {
	float: right;
	width: 433px;
	text-align: left;
}

.servive_info_block dd .bggray {
	margin-bottom: 10px;
	padding: 7px 10px;
	background-color: #eeeeee;
	border: 1px solid #d7d7d7;
}

.servive_info_block .link_list_float_block {
	margin-bottom: 0;
}
	
.servive_info_block .btn_list {
	clear: both;
	padding-top: 10px;
	text-align: right;
}

.bt_newsrelease_block {
	margin:-25px 0 20px;
}


/* ●福岡銀行についてTOP*/

.top_contents_unit01_block .bggray {
	margin-bottom: 10px;
	padding: 7px 10px;
	background-color: #eeeeee;
	border: 1px solid #d7d7d7;
}

.top_contents_unit01_block .unit_col_link {
	text-align: right;
}

.top_contents_unit01_block .unit_col_link02 {
	text-align: left;
}

.top_contents_unit01_block .unit_col_link02 img {
	vertical-align: middle;
	margin: 0 0 0 4px;
}

.top_contents_unit01_block .unit_col_link img {
	vertical-align:-2px;
	margin:0 0 0 4px;
}

.top_contents_unit01_block .unit_col_link a,
.top_contents_unit01_block .unit_col_link02 a {
	color: #333;
	padding: 0 0 0 12px;
	background: url(../img_common/all/mark_arrow01.gif) left center no-repeat;
}

.top_contents_unit01_block .unit_col_link a:hover,
.top_contents_unit01_block .unit_col_link02 a:hover {
	color: #2fceed;
}


/* ●緊急のお知らせ */

.urgency_info_block {
	width:960px;
	margin: 0 0 20px;
}

.urgency_info_box {
	border:3px solid #f66;
	background-color:#fff0ec;
	padding:7px;
}

.urgency_info_inner {
	border: 1px solid #ccc;
	background-color:#fff;
}

.urgency_info_box img {
	float:left;
}

.urgency_info_box p {
	padding: 8px 8px 0 8px;
	overflow: hidden;
	_zoom:1;
}

.urgency_info_box p a {
	color: #f33;
	text-decoration:underline;
}


/* ●キャンペーンティッカー */

.campaign_ticker_block {
	width:960px;
	margin: 0 0 0px;
}

.campaign_ticker_box {
	border:1px solid #ccc;
	background-color:#dadada;
	padding:9px;
}

.campaign_ticker_inner {
	border: 1px solid #ccc;
	background-color:#fff;
}

.campaign_ticker_inner img {
	float:left;
}

.campaign_ticker_inner p,
.campaign_ticker_inner div {
	padding: 5px 8px 0 8px;
	overflow: hidden;
	_zoom:1; /* for IE 6 */
	_width:800px; /* for IE 6 */
}

.campaign_ticker_inner p a {
	color: #333;
	font-size: 115%;
	text-decoration:none;
}


/* ● [4] 左コンテンツ --------------------*/

#top_main_left_block {
	float: left;
	width: 730px;
	padding: 10px 0px 30px;
}

/* ●シャドウボックス */

.left_shadow_block {
	margin: 0 0 35px;
	background: url(../img_common/cat_top/shadow_line_set_med.gif) left repeat-y;
}

.left_shadow_box {
	background: url(../img_common/cat_top/shadow_line_set_btm.gif) left bottom no-repeat;
}

.left_shadow_inner {
	padding: 0 0 10px;
	background: url(../img_common/cat_top/shadow_line_set_top.gif) left top no-repeat;
	_zoom: 1; /* for IE6 */
}

.top_headline_unit {
	padding: 5px 0 0 30px;
	width: 670px;
}

.top_headline_unit_left {
	float:left;
	width:300px;
}

.top_headline_unit_right {
	float:right;
	width:300px;
	padding: 2px 0 0;
	text-align: right;
}


/* ●メインコンテンツボックス(1) */ 

.top_contents_unit01_block {
	margin:10px 0 0 20px;
	background: url(../img_common/cat_top/service_block_bg_med.gif) left repeat-y;
}

.top_contents_unit01_box {
	background: url(../img_common/cat_top/service_block_bg_top.gif) left top no-repeat;
}

.top_contents_unit01_inner {
	padding: 10px 32px 10px 11px;
	background: url(../img_common/cat_top/service_block_bg_btm.gif) left bottom no-repeat;
}

.top_contents_unit01_set_left {
	width: 187px;
	float: left;
	margin:0 14px 0 0;
	padding: 13px;
}

.top_contents_unit01_set_center {
	width: 187px;
	float: left;
	padding: 13px;
}

.top_contents_unit01_set_right {
	width: 187px;
	float: right;
	padding: 13px;
}

.top_contents_unit01_set_title {
	margin: 0 0 10px;
}

.top_contents_unit01_set_caption {
	margin: 0 0 10px;
}

.top_contents_unit01_set_link li {
	padding: 0 0 0 12px;
	background: url(../img_common/all/mark_arrow01.gif) 0px 4px no-repeat;
}

.top_contents_unit01_set_link li a {
	color: #333;
	text-decoration: none;
}

.top_contents_unit01_set_link li a:hover {
	text-decoration: underline;
}


/* ●メインコンテンツボックス(1) */

.top_main_block01 {
	clear: both;
	width: 716px;
	height: 229px;
	margin: 0 0 2px -8px;
	_position: relative; /* for IE6 */
	background:url(/img_common/cat_top/shadow_block01.gif) top left no-repeat;
}

.top_main_box01 {
	float: left;
	width: 322px;
	margin: 18px 0 0 21px;
	display: inline;
}

.top_main_box02 {
	float: right;
	width: 322px;
	margin: 18px 16px 0 0;
	display: inline;
}

.top_main_block01 h2 {
	margin: 0 0 5px 1px;
}

.top_main_block01 ul {
	clear: both;
	margin-bottom: 5px;
}

.top_main_block01 ul li {
	float: left;
	margin: 0 5px 5px 0;
	list-style: none;
}

.top_main_block01 .bt_all {
	clear: both;
	margin-right: 6px;
	text-align: right;
}

/* ●メインコンテンツボックス(2) */

.top_main_block02 {
	clear: both;
	width: 670px;
	height: 115px;
	margin: 0 0 20px -8px;
	padding: 17px 23px 0 23px;
	_position: relative; /* for IE6 */
	background:url(/img_common/cat_top/shadow_block02.gif) top left no-repeat;
}

.top_main_block02 li {
	float: left;
	list-style: none;
}

.top_main_block02 .sp{
	margin: 0 41px;
}


/* ●お知らせ・新着 */

.top_info_block {
	margin: 0 0 0 30px;
	padding: 16px 0 0;
	width: 670px;
}

.top_info_unit {
	margin: 0 0 5px;
	background: #fff url(../img_common/cat_top/info_unit_bg_top.gif) left top no-repeat;
}

.top_info_unit dl {
	background: url(../img_common/cat_top/info_unit_bg_btm.gif) left bottom no-repeat;
	padding:6px 14px;
}

.top_info_unit dt {
	float: left;
	clear: left;
	font-weight: bold;
}

.top_info_unit dd {
	margin: 0 0 0 10em;
	padding:0 0 0 12px;
	background: url(../img_common/all/mark_arrow01.gif) 0px 4px no-repeat;
}

.top_info_unit dd a {
	color: #333;
	text-decoration: none;
}

.top_info_unit dd img {
	margin:0 0 0 3px;
	vertical-align: -2px;
}

.top_info_unit dd a:hover {
	text-decoration: underline;
}

.newsbox_precedent {
	text-align:right;
	padding:0 30px 0 0;
	font-size:93%;
	font-weight:bold;
}

.newsbox_precedent img {
	margin:0 3px 0 0;
	vertical-align: -2px;
}


/* ● [5] 右コンテンツ --------------------*/

#top_main_right_block {
	float: right;
	width: 210px;
	padding: 20px 0 30px;
}



