@charset 'shift_jis';

/** -------------------------------------------------------
 ** Base CSS
 ** ------------------------------------------------------- */

html {
	overflow-y: scroll;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	color: #3a3a3a;
	font-size: 16px;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.5;
	background:#f9f9f9;
}

/*----- input -----*/
input,
select,
textarea,
button {
	font-size: 100%;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/*----- link -----*/
a {
	color: #0277bd;
	text-decoration: underline;
}
a:hover {
	color: #0277bd;
	text-decoration: none;
}

/*----- box-sizing -----*/
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/*----- Hover -----*/
[class^="btnN"]:hover,
[class^="btnC"]:hover,
.hover:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* Header
------------------------------------------------------ */
#gbHeader{
	width:100%;
	min-width:960px;
	text-align:center;
	background:#fff;
	border-bottom:solid 1px #ccc;
	z-index: 200;
	position:relative;
}
#header{
	width:960px;
	min-height:70px;
	margin:0 auto;
	padding:15px 0;
	text-align:left;
	position:relative;
}
.logo{
	float:left;
	margin:2px 0 0;
}
.hdUtility{
	float:right;
	display:table;
}

/*----- fontsize -----*/
.fcDefault {
	font-size: 16px;
}
#fontChanger {
	display:table;
	font-size:16px;
}
#fontChanger ul{
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	height:40px;
}
#fontChanger li {
	display:table-cell;
	cursor:pointer;
	width:70px;
	height:40px;
	vertical-align:middle;
	text-align:center;
}
#fontChanger li:first-child{
	border-right: 1px solid #ccc;
}
#fontChanger .isActive {
	color:#fff;
	background:#666;
	cursor:default;
}
#fontChanger li:hover{
	background:#666;
	color:#fff;
}
#fontChanger .fcTit{
	display:table-cell;
	padding:0 20px 0 0;
	vertical-align:middle;
}
.hdMenu,
.hdMenu li{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
.hdMenu li{
	white-space:nowrap;
	padding-left:12px;
	text-align:left;
}
.hdMenu li a{
	color:#000;
	display:table-cell;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none;
	height:40px;
	vertical-align:middle;
}
.hdMenu01 a{
	padding-right:18px;
	vertical-align:middle;
}
.hdMenu .hdHelp a{
	width:116px;
	background:url(/webbk/pages/enduser/images/ico_help01.png) no-repeat 16px center;
	padding-left:47px;
	padding-right:10px;
}
.hdMenu .hdLogout a{
	width:155px;
	padding-left:56px;
	background:url(/webbk/pages/enduser/images/ico_logout01.png) no-repeat 16px center;
}

/* Contents
------------------------------------------------------ */
#contents{
	width:960px;
	margin:0 auto;
	padding:0 0 50px;
	position:relative;
}
#contents:before,
#contents:after {
	display: table;
	content: " ";
}
#contents:after {
	clear: both;
}
#main {
	width:960px;
	margin:0 auto;
	max-height: 100%;
	padding-top:25px;
	position:relative;
}
#side + #main{
	width:720px;
	padding-top:15px;
	float:right;
}

/* Nav
------------------------------------------------------ */

/*-----gbNavi -----*/
#gbNavi{
	padding:20px 0 0;
}
#gbNaviIn{
	width:960px;
	margin:0 auto;
}
#nav{
	display:table;
}
#nav li{
	width:220px;
	padding:0 14px 0 0;
	display:table-cell;
	vertical-align:top;	
	font-size:90%;
}
#nav li a{
	min-width:220px;
	padding-left:35px;
}
#nav .navBtn{
	width:265px;
	padding:0;
	position:relative;
	z-index:200;
}

/* side
------------------------------------------------------ */
#side{
	width:220px;
	padding-top:47px;
	float:left;
}
#side > ul{
	padding-left:2px;
}
#side > ul > li{
	font-size:90%;
	margin-bottom:10px;
	text-align:left;
}
#side > ul > li a{
	text-align:left!important;
	padding-left:60px!important;
}
#side .navBtn{
	padding:0;
	position:relative;
	z-index:200;
}
#nav li .navIcon02{
	padding-left:40px!important;
}
/* gbNavi sidenav Icons */
.navIcon01:before {
	position: absolute;
	top: 10px;
	left: 15px;
}
.navIcon02:before {
	position: absolute;
	top: 9px;
	left: 13px;
}
.navIcon03:before {
	position: absolute;
	top: 11px;
	left: 14px;
}
.navIcon04:before {
	position: absolute;
	top: 15px;
	left: 20px;
}
#nav .navIcon04:before {
	left: 15px;
}
.navIcon04:after {
	position: absolute;
	top: 20px;
}
#nav .navIcon04:after {
	right: 20px;
}
#side .navIcon04:after {
	right: 16px;
}
.navIcon05:before {
	position: absolute;
	top: 10px;
	left: 14px;
}
.navIcon06:before {
	position: absolute;
	top: 9px;
	left: 19px;
}
.navIcon07:before {
	position: absolute;
	top: 12px;
	left: 17px;
}
.navIcon07:after {
	position: absolute;
	top: 10px;
	right: 15px;
	content: url(/webbk/pages/enduser/images/ico_payeasy.png);
}
.navIcon08:before {
	position: absolute;
	top: 9px;
	left: 20px;
}
.navIcon09:before {
	position: absolute;
	top: 9px;
	left: 19px;
}
.navIcon10:before {
	position: absolute;
	top: 9px;
	left: 18px;
}
.navIcon11:before {
	position: absolute;
	top: 9px;
	left: 18px;
}
.navIcon12:before {
	position: absolute;
	top: 9px;
	left: 20px;
}
.navIcon13:before {
	position: absolute;
	top: 9px;
	left: 19px;
}
.navIcon14:before {
	position: absolute;
	top: 9px;
	left: 18px;
}

/* MegaMenu
------------------------------------------------------ */

.navBtn .fngNavActive:hover {
	filter:alpha(opacity=1)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/*-----sbNav -----*/
#sbNav {
	display: none;
	position: absolute;
	text-align:center;
	z-index:200;
}
#gbNavi #sbNav {
	width:960px;
	margin-top:10px;
}
#side #sbNav {
	width:720px;
	top:47px;
	right:0;
}
.sbnavBlock{
	width:100%;
	display:table;
	padding-bottom: 30px;
}
.sbnavBlock li{
	margin-bottom:.3em;
	text-align:left;
}
.sbnavBlock li ul{
	padding-left:20px;
}
.sbnavBlock li a{
	color:#3a3a3a;
	text-decoration:none;
}
.sbnavBlock li a:hover{
	text-decoration:underline;
	color:#aaa;
}
.sbnavItem > li{
	font-weight:bold;
	margin-bottom:25px;
}
.sbnavItem > li > a{
	padding-left:20px;
	position:relative;
}
.sbnavItem > li > a:before {
	position: absolute;
	top: 3px;
	left: 0;
}
.sbnavItem > li ul{
	margin-top:.5em;
}
.sbnavItem > li li a{
	padding-left:15px;
	position:relative;
	display:inline-block;
}
.sbnavItem > li li a:before {
	position: absolute;
	top: 5px;
	left: 0;
}
.sbnavItem > li li{
	font-weight:normal;
}
.sbnavBlock .col{
	display:table-cell;
	vertical-align:top;
	padding-left:30px;
	padding-right:20px;
	width:33.333%;
}
.sbnavClose a{
	display:block;
	font-size:112.5%;
	color:#3a3a3a;
	font-weight:bold;
	text-decoration:none;
	padding:18px 0 16px;
	line-height:1.0;
}
.sbnavClose span{
	position:relative;
	padding-left:35px;
}
.sbnavClose span:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: url(/webbk/pages/enduser/images/ico_close01.png);
}
#sbNav .sbNavIn {
	background-color: #fff;
	padding: 40px 0 0;
	width: 100%;
	position: absolute;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,.4);
	box-shadow: 0 2px 6px rgba(0,0,0,.4);
	position:relative;
}
#gbNavi .sbNav .sbNavIn {
	margin:10px 0 0;
}
#sbNav .sbNavIn:after {
	border: solid transparent;
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
}
#gbNavi #sbNav .sbNavIn:after {
	top: -33px;
	right: 44px;
}
#side #sbNav .sbNavIn:after {
	top: 358px;
	left: -37px;
}
#gbNavBg {
	display: none;
	background: transparent;
	cursor: pointer;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 150;
}
#gbNavBg.gbNavBgActive { display: block; }

.sideIn{
	padding:10px 0;
}

/* Footer
------------------------------------------------------ */
#gbFooter{
	background:#fff;
	border-top: solid 1px #bebebe;
	border-bottom: solid 1px #bebebe;
}
#footer{
	width:960px;
	margin:0 auto;
	padding:20px 0;
}
.fContBlock{
	width:100%;
	display:table;
}
.fContBlock .col{
	display:table-cell;
}
.fContTit{
	font-size:125%;
	text-align:right;
	white-space:nowrap;
}
.fContTit span{
	font-weight:bold;
	padding-right:10px;
}
.fContTel{
	font-size:212.5%;
	font-weight:bold;
	white-space:nowrap;
}
.fContTxt{
	margin-top: 10px;
    font-size: 87.5%;
}
.fContBlock ul{
	line-height:1.2;
	min-height:50px;
}
.fContBlock .col:first-child{
	padding-right:27px;
}

/* pageTop
------------------------------------------------------ */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 3;
}
#pageTop a {
	background: #3a3a3a;
	text-decoration: none;
	color: #fff;
	display: block;
}

/* Print
------------------------------------------------------ */
@media print {
	#pageTop {
		display: none !important;
	}
}

/* clearfix
------------------------------------------------------ */
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}