/************************************************
/index
************************************************/
/*---------------
common
------------------*/
.pcOnly{
	display: block !important;
}
.spOnly{
	display: none !important;
}
#mainArea{
	position: relative;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic",Arial,sans-serif, Osaka;
}


/* contBox */
.contBox{
	width: 910px;
	margin: 0 auto;
	margin: 30px 0 0;
}

/* cmnH2 */
.cmnH2{
	border-bottom: solid 1px #96d8aa;
}
.cmnH2 span{
	display: block;
	padding: 12px 12px 10px;
	background: #f3f3f3;
	border-bottom: solid 1px #03852b;
	color: #015c23;
	font-size: 138.5%;
	font-weight: bold;
	line-height: 1;
}

/* cmnBtn */
.cmnBtn{
	width: 100%;
}
.cmnBtn a{
	display: block;
	background: #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom: solid 3px #666;
	text-align: center;
}
.cmnBtn a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.cmnBtn a > span{
	display: block;
}
.cmnBtn a > span > span{
	display: inline-block;
	padding: 22px 0 18px;
	color: #fff;
	font-size: 153.8%;
	font-weight: bold;
	line-height: 1;
}
/* sml */
.cmnBtn.sml a > span > span{
	padding: 12px 0 10px;
	color: #015c23 !important;
	font-size: 100.0% !important;
}

/* red */
.cmnBtn.red a{
	background: #ff0000;
	background: -moz-linear-gradient(top,  #ff0000 0%, #e50000 100%);
	background: -webkit-linear-gradient(top,  #ff0000 0%,#e50000 100%);
	background: linear-gradient(to bottom,  #ff0000 0%,#e50000 100%);
	border-bottom: solid 3px #cc0000;
}

/* orange */
.cmnBtn.orange a{
	background: #f8af00;
	background: -moz-linear-gradient(top,  #ffb400 0%, #f0a900 100%);
	background: -webkit-linear-gradient(top,  #ffb400 0%,#f0a900 100%);
	background: linear-gradient(to bottom,  #ffb400 0%,#f0a900 100%);
	border-bottom: solid 3px #cb8100;
}
.cmnBtn.orange a > span > span{
	padding: 21px 0 17px;
	font-size: 169.2%;
}

/* green */
.cmnBtn.green a{
	background: #0fab24;
	background: -moz-linear-gradient(top,  #0fab24 0%, #02a42a 100%);
	background: -webkit-linear-gradient(top,  #0fab24 0%,#02a42a 100%);
	background: linear-gradient(to bottom,  #0fab24 0%,#02a42a 100%);
	border-bottom: solid 3px #006e1b;
}
.cmnBtn.green a > span > span{
	padding: 21px 0 17px;
	font-size: 169.2%;
}

/* white */
.cmnBtn.white a{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 33%, #f7f7f7 100%);
	background: -webkit-linear-gradient(top,  #ffffff 33%,#f7f7f7 100%);
	background: linear-gradient(to bottom,  #ffffff 33%,#f7f7f7 100%);
	border: solid 1px #d7d7d7;
	border-bottom: solid 3px #b3b3b3;
}
.cmnBtn.white a > span > span{
	color: #e60012;
}

/* blank */
.cmnBtn.blank a > span{
	background: url('/shared/img/index_new_ico_blank_001.png') no-repeat 95% 50%;
}

/* blank02 */
.cmnBtn.blank02 a > span{
	background: url('/shared/img/index_new_ico_blank_002.png') no-repeat 95% 50%;
}

/* atm */
.cmnBtn.atm a > span > span{
	padding-left: 35px;
	background: url('/shared/img/index_new_ico_001.png') no-repeat 0 50%;
}

/* logOn */
.cmnBtn.logOn a > span > span{
	padding-left: 40px;
	background: url('/shared/img/index_new_ico_005.png') no-repeat 0 50%;
}
.cmnBtn.logOn a > span > .subTxt{
	display: block;
	padding: 9px 0 0 40px;
	background: none;
	font-size: 107.7%;
}
.cmnBtn.logOn a > span > .subTxt + span{
	font-size: 153.8%;
	padding: 9px 0 9px 40px;
}

/* cord */
.cmnBtn.cord a > span > span{
	padding-left: 50px;
	background: url('/shared/img/index_new_ico_006.png') no-repeat 0 50%;
}

/* atmNavi */
.cmnBtn.atmNavi {
	margin-top:32px;
}
.en .cmnBtn.atmNavi {
	margin:47px 0 15px;
}
.cmnBtn.atmNavi a > span > span{
	padding-left: 54px;
	background: url('/shared/img/index_new_ico_003.png') no-repeat 0 50%;
}
.cmnBtn.atmNavi a > span > span > span{
	padding-right: 18px;
	background: url('/shared/img/index_new_ico_004.png') no-repeat 100% 50%;
}
.cmnBtn.atmNavi a > span > span > span + span{
	padding: 0;
	background: none;
	font-size: 60.0%;
}

/* firstTime */
.cmnBtn.firstTime a > span > span{
	padding: 10px 0;
}

/* nanaco */
.cmnBtn.nanaco a > span > span{
	padding: 6px 0;
}

/* disaster */
.disBtn{
    background: #b7b7b7;
    border-bottom: 3px solid #666;
    border-radius: 5px;
    display: block;
    text-align: center;
}
.disBtn span {
    color: #fff;
    display: inline-block;
    font-size: 166.7%;
    line-height: 1;
    padding: 8px 0 6px;
    font-weight: bold;
}
.disBtn span span{
    font-size: 80%;
    padding: 8px 0 0;
}
.disBtn.normal span{
    font-size: 125%;
}
.disBtn.normal span span{
    font-size: 75%;
    padding: 5px 0 0;
}

/*---------------
indexMainAreaBox
------------------*/
.indexMainAreaBox{
	width: 441px;
	/*min-height: 455px;*/
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.indexMainAreaBox .caption {
	margin:5px 0 0;
    font-size: 83%;
    line-height: 120%;
    color: #7f7f7f;
}
.indexMainAreaBox + .indexMainAreaBox{
	float: right;
}
.indexMainAreaBox .topBox{
	padding: 14px 18px;
}
.indexMainAreaBox .topBox h2{
	display: inline-block;
	padding: 0 0 0 16px;
	float: left;
	font-size: 215.4%;
	font-weight: bold;
	line-height: 1.2;
}
.indexMainAreaBox .topBox h2 span{
	font-size: 71.4%;
}
.indexMainAreaBox .topBox p{
	float: right;
	margin: 10px 0 0;
}
.indexMainAreaBox .bottomBox{
	padding: 15px 18px;
}
.indexMainAreaBox .bottomBox02{
	padding: 6px 8px 0;
}
.indexMainAreaBox .bottomBox .border{
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url('/shared/img/border_img.png') repeat-x 0 100%;
}
.indexMainAreaBox .bottomBox .bottomBoxInner {
	background:#DEEDD5;
	padding:15px 10px 5px;
}
.indexMainAreaBox .bottomBox02 .bottomBoxInner {
	background:#DEEDD5;
	padding:9px 10px 5px;
}
.index50Btn {
	max-width:600px;
	margin:auto;
}
.indexImg50{
	width:100%;
	max-width:198px;
}
.indexImg50 img {
	max-width:198px;
}
.indexImg50 img:hover {
	opacity:0.8;
}

/* redBox */
.indexMainAreaBox.redBox{
	background: #ffeee8;
	border: solid 2px #fcd6d2;
}
.indexMainAreaBox.redBox .topBox{
	border-bottom: solid 2px #fcd6d2;
}
.indexMainAreaBox.redBox .topBox h2{
	color: #e60012;
	background: url('/shared/img/index_new_h2_red.png') no-repeat 0 0;
	background-size: 5px 90%;
}

/* yellowBox */
.indexMainAreaBox.yellowBox{
	background: #fff0e1;
	border: solid 2px #ffd7c1;
}
.indexMainAreaBox.yellowBox .topBox{
	border-bottom: solid 2px #ffd7c1;
}
.indexMainAreaBox.yellowBox .topBox h2{
	color: #ff4a03;
	background: url('/shared/img/index_new_h2_yellow.png') no-repeat 0 0;
	background-size: 5px 90%;
}

/* greenBox */
.indexMainAreaBox.greenBox{
	background: #F1F8F2;
	border: solid 2px #CDE8D3;
}
.indexMainAreaBox.greenBox .topBox{
	border-bottom: solid 2px #CDE8D3;
}
.indexMainAreaBox.greenBox .topBox h2{
	color: #048a22;
	background: url('/shared/img/index_new_h2_green.png') no-repeat 0 0;
	background-size: 5px 90%;
}

/*indexSearch*/
.indexSearch{
	margin-top: 20px;
}
.indexSearch h3{
	margin: 0 0 6px;
	color: #4c4c4c;
	font-size: 123.1%;
	font-weight: bold;
}
.indexSearchBox{
	margin: 0;
}
.indexSearchBox input{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.indexSearchBox input[type="text"].off{
	color: #808080;
}
.indexSearchBox input[type="text"]{
	float: left;
	width: 88%;
	height: 36px;
	padding: 10px;
	border: solid 1px #d6d6d6;
	border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}
.indexSearchBox input[type="submit"]{
	float: right;
	width: 12%;
	height: 36px;
	outline: none;
	border: none;
	cursor: pointer;
	background: url('/shared/img/index_new_ico_002.png') no-repeat 50% 50%;
	-webkit-appearance: none;
	border-radius: 0;
}

/* installedBase */
.installedBase{
	display: table;
	width: 100%;
	margin: 20px 0 0;
	padding: 0 10px;
	color: #e60012;
	font-size: 107.7%;
	line-height: 1;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#mainArea.fLarge .installedBase{
	font-size: 100%;
}
.installedBase dt{
	display: table-cell;
	border-right: solid 1px #cccccc;
	font-weight: bold;
}
.installedBase dd{
	display: table-cell;
	text-align: right;
}
.installedBase dd strong{
	font-size: 120%;
	font-weight: bold;
}
.fLarge .installedBase dd strong{
	font-size: 110%;
}
.installedBase dd span{
	font-weight: bold;
}


/*---------------
indexProductArea
------------------*/
#indexProductArea{
}
#indexProductArea ul{
	padding: 10px 10px 0 0;
	background: #e4f0d7;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#indexProductArea ul li{
	float: left;
	margin: 0 0 10px 10px;
	width: 140px;
}
#indexProductArea ul li a{
	display: block;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 33%, #f7f7f7 100%);
	background: -webkit-linear-gradient(top,  #ffffff 33%,#f7f7f7 100%);
	background: linear-gradient(to bottom,  #ffffff 33%,#f7f7f7 100%);
	border: solid 1px #d7d7d7;
	border-bottom: solid 2px #b3b3b3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
#indexProductArea ul li a:hover{
	text-decoration: none;
	opacity: 0.8;
}
#indexProductArea ul li a > span{
	display: table-cell;
	vertical-align: middle;
	width: 138px;
	height: 82px;
	padding: 0 0 0 18px;
	/*background: url('/shared/img/index_new_ico_007.png') no-repeat 92% 50%;*/
	color: #015c23;
	font-size: 123.1%;
	font-weight: bold;
	line-height: 1.4;
	word-break: break-word;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#indexProductArea ul li a > span:after{
	position: absolute;
	right: 8px;
	top: 50%;
	margin: -8px 0 0 0;
	content: url('/shared/img/index_new_ico_007.png');
	/*background: url('/shared/img/index_new_ico_007.png') no-repeat 92% 50%;*/
}
#indexProductArea ul li a > span span{
	display: inline-block;
}

/*---------------
indexServiceArea
------------------*/
#indexServiceArea{
}
#indexServiceArea > ul{
	margin: 16px 0 0 -10px;
}
#indexServiceArea > ul > li{
	float: left;
	width: 174px;
	margin: 0 0 0 10px;
}


/* indexServiceBox */
.indexServiceBox dt > * {
	display: block;
	background: url('/shared/img/index_new_ico_008.png') no-repeat 92% 50% #01a32b;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom: solid 2px #017a20;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.indexServiceBox dt > *:hover{
	text-decoration: none;
	opacity: 0.8;
}
.indexServiceBox dt > span:hover{
	opacity: 1;
}
.indexServiceBox dt > span{
	background-image: none;
}
.indexServiceBox dt > * span{
	display: table-cell;
	vertical-align: middle;
	width: 174px;
	height: 142px;
	padding: 90px 20px 0;
	color: #ffffff;
	font-size: 123.1%;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* atm */
.indexServiceBox.atm dt > * span{
	background: url('/shared/img/index_new_ico_009.png') no-repeat 50% 27%;
}
/* account */
.indexServiceBox.account dt > * span{
	background: url('/shared/img/index_new_ico_010.png') no-repeat 50% 30%;
}
/* accountService */
.indexServiceBox.accountService dt > * span{
	background: url('/shared/img/index_new_ico_011.png') no-repeat 50% 23%;
}
/* convenient */
.indexServiceBox.convenient dt > * span{
	background: url('/shared/img/index_new_ico_012.png') no-repeat 50% 27%;
}
/* support */
.indexServiceBox.support dt > * span{
	background: url('/shared/img/index_new_ico_013.png') no-repeat 50% 27%;
}
.indexServiceBox dd ul{
	margin: 0 0 0 5px;
	list-style: disc;
	list-style-position: inside;
	color: #0039dc;
}
.indexServiceBox dd ul li{
	margin: 15px 0 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}



/*---------------
indexCaptionArea
------------------*/
#indexCaptionArea h2{
	margin: 0 0 5px;
}

/* listBlock02 */
#indexCaptionArea .listBlock02 ul{
}
#indexCaptionArea .listBlock02 ul li{
	display: block;
	background: url('/shared/img/cmn_line_004.png') repeat-x 0 100%;
}
#indexCaptionArea .listBlock02 ul li p{
	padding: 10px 0;
}
#indexCaptionArea .listBlock02 ul li p a{
}
#indexCaptionArea .listBlock02 ul li p a span{
	display: block;
	padding: 0 0 0 25px;
}


/* indexTabBlock */
.indexTabBlock .hide { display:none; }

/* indexTab */
.indexTabBlock .indexTab{
	border-bottom: solid 1px #01a32b;
}
.indexTabBlock .indexTab li{
	float: left;
	margin: 0 4px -1px 0;
}
.indexTabBlock .indexTab li span{
	display: table-cell;
	vertical-align: middle;
	width: 180px;
	height: 45px;
	background-color: #01a32b;
	border: solid 1px #01a32b;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	color: #ffffff;
	font-size: 107.7%;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.indexTabBlock .indexTab li.select span{
	background-color: #ecf6e1;
	color: #01a32b;
}
.indexTabBlock .indexTab li.new span{
	padding-right: 45px;
	background-image: url('/shared/img/index_new_ico_014.png');
	background-repeat: no-repeat;
	background-position: 92% 50%;
}
#mainArea.fLarge .indexTabBlock .indexTab li.new span{
	padding: 0 38px 0 0;
	background-position: 98% 50%;
}

/* indexTabContent */
.indexTabBlock .indexTabContent dl{
	display: block;
	background: url('/shared/img/cmn_line_004.png') repeat-x 0 100%;
	margin: 0;
	padding: 10px 0;
}

/*---------------
indexRecommendArea
------------------*/
#indexRecommendArea > ul{
	margin-left: -10px;
	padding: 15px 14px 0;
}
#indexRecommendArea > ul > li{
	float: left;
	margin: 0 0 10px 10px;
}


/************************************************
/index english
************************************************/
/* firstTime */
.en .cmnBtn.firstTime a > span > span{
	width: 100%;
	padding: 8px 0;
	background: url('/shared/img/index_new_ico_firsttime.png') no-repeat 16px 50%;
}
/* nanaco */
.en .cmnBtn.nanaco a > span > span{
	width: 100%;
	padding: 9px 0;
	background: url('/shared/img/index_new_ico_nanaco.png') no-repeat 12px 50%;
}
.en .cmnBtn a > span > .twoLine{
	padding-top: 7px;
	padding-bottom: 6px;
	line-height: 1.2;
}

/*---------------
indexMainAreaBox
------------------*/
.en .indexMainAreaBox{
	/*min-height: 460px;*/
}
.en .fLarge .indexMainAreaBox{
	/*min-height: 485px;*/
}
.en .indexMainAreaBox .topBox h2{
	font-size: 184.6%;
}
/*---------------
indexProductArea
------------------*/
.en #indexProductArea ul li a > span{
	font-size: 100%;
}
.en .fLarge #indexProductArea ul li a > span{
	height: 130px;
	padding: 0 30px 0 18px;
}
/*---------------
indexServiceArea
------------------*/
.en .fLarge .indexServiceBox dt > * span{
	height: 168px;
}

/*---------------
atmNav
------------------*/
.atmNav{
	margin: 10px 14px 0;
}
.atmNav dt{
	background-color: #015c23;
	padding: 5px;
	font-weight: bold;
	color: #ffffff;
}
.atmNav dd{
	background-color: #dfedd0;
	padding: 2px;
}
.atmNav dd ul li:first-child{
	float: left;
	padding: 0 0 0 1px;
}
.atmNav dd ul li{
	float: left;
	padding: 0 0 0 1px;
}