@charset "utf-8";
body{
	min-width: 980px;
}
#wrapper{
	margin: 0 auto;
}
.font-red{
	color: #d50000;
}
.headerInner{
	margin: 0 auto;
}
.sectionNifty{
	padding: 7px 0px 14px 0px;
	background-color: #000;
}
.sectionNiftyTitle{
	width: 980px;
	color:#fff;
	margin:0 auto;
}
.niftyLogo {
	background: transparent url("../img/nifty_logo.png") no-repeat;
	display: block;
	width: 70px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	float:left;
}
a.NiftyTitleLink {
	display: block;
	text-align: right;
	text-decoration: underline;
	color: #fff;
}
.sectionNiftyTopSetting{
	background: url("../img/bkg.png") repeat-x;
	height:357px;
}
.sectionNiftyTopSetting h1{
	background: url("../img/img_title.png") no-repeat;
	width:980px;
	height:357px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 auto;

}

.TopSettingNote{
	text-align: right;
	padding:16px 0 20px 0;
	width:980px;
	display: block;
	font-size: 14px;
	margin: 0 auto;
}

.mainContentInner{
	padding-bottom: 75px;
}
.tabNiftySetting{
	background-color: #ffdb00;
}

.tabNiftyTopSetting{
	width:982px;
	margin: 0 auto;
	display: flex;
}
.tabNiftyTopSetting li.tabBoxOn{
	width:196px;
	display:block;
	color: #000;
	background-color: #fff;
	font-size: 1.2em;
	text-align: center;
	margin-top:0px;
	padding: 29px 0px 23px 0px;
	border-right: none;
	box-shadow:8px 0px 8px -7px #ccc, -8px 0px 8px -7px #ccc;
	position:relative;
    z-index:2;

}

.tabNiftyTopSetting li{
	width:194px;
	display:flex;
	justify-content: center;
	align-items: center;
	background-color: #f2f2f2;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-top:12px;
	padding: 20px 0px;
	box-shadow: 0px -8px 8px -7px #ccc inset;
	position: relative;
}

.tabBorder{
	border-right: 2px solid #fff;
}
.tabBoxOff{
	display:none; 
}

.tabBoxOn{
	display: block;
}

.tabNiftyTopSetting li:hover{
	background-color: #fff;
	cursor: pointer;
}

.tabEndSapport{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	padding: 2px 0 0;
	text-align: center;
	background: #9e9e9f;
	color: #fff;
}
.tabEndSapport + p{
	transform: translateY(8px);
}
.tabBoxOn .tabEndSapport{
	background: #d50000;
}
.tabBoxOn .tabEndSapport + p{
	transform: translateY(3px);
}
.tabSettingTitle{
	display: flex;
	justify-content: center;
	width: auto;
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
	margin: 40px auto 20px auto;
	padding-left: 12px;
	line-height: 1;
}
.tabSettingTitle span{
	padding: 10px 5px;
	border-top: 4px dotted #ee6d09;
	border-bottom: 4px dotted #ee6d09;
}
.tabSettingTitleSub{
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	border-left: 10px solid #000;
	padding-left: 12px;
	line-height: 1.2;
}
.tabSettingBox{
	width:970px;
	margin: 0px auto;
	padding-bottom: 20px;
	border:5px solid #e6e6e6;
	font-size: 16px
}

.tabInner{
	width:940px;
	margin: 20px 10px 20px 20px; 
}

.tabInner + .tabInner{
	margin-top: 60px;
}

.tabInnerBoxL{
	width:400px;
	float: left;
	}

.tabInnerBoxR{
	width:524px;
	float: right;
	margin-left: 6px;
}

.tabInnerBoxR img{
	margin: -10px auto 0px auto;
	display: block;
}

h3.tabSettingStep{
	background-color:#ffdb00;
	padding: 11px 0px;
	display: block;
	text-align: center;
	font-size: 18px;
}

.tabSettingText{
	display: inline-block;
	margin: 10px auto;
	line-height: 1.5;
}

.tabSettingTextLast{
	display: inline-block;
	margin:10px auto 0 auto;
	line-height: 1.5;
}
.icon-piece{
	margin: 0 4px;
}
.icon-pin{
	margin: 0 4px;
	transform: translateY(2px);
}
.icon-3dot{
  margin: 0 7px 0 5px;
  transform: translateY(9px);
}
.icon-3dot-vertical{
	margin: 0 8px;
	transform: translateY(2px);
}
.txtBgGray{
	margin-bottom: 20px;
	padding: 10px;
	background: #efefef;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.tabSettingTextIE{
	width:930px;
	display: inline-block;
	margin:10px auto 0 auto;
	font-size: 15px;
	line-height: 1.6;
}

.tabSettingTextOther{
	width:930px;
	display: inline-block;
	margin:10px auto 0 auto;
	line-height: 1.5;
}

.tabSettingTextEdge{
	display: inline-block;
	line-height: 1.5;
	margin-bottom: 16px;
	color: #cc0000;
}

.tabSettingTextEdge2{
	display: inline-block;
	font-size: 0.95em;
	line-height: 1.5;
	margin-bottom: 16px;
}

a.tabSettingTextEdgeOther{
	color: #cc0000;
	margin-top: 8px;
	font-size: 1.4em;
	display: block;
}

.tabSettingTextFF{
	display: block;
	font-size: 1.4em;
	line-height: 1.5;
	margin-bottom: 16px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

.tabSettingTextImg{
	margin: 0 auto;
	display: block;
}

.tabSettingBorder{
	width:975px;
	margin-bottom: 18px;
	border-top: 5px solid #e6e6e6;
}

.tabSettingNiftyIco{
	background: url("../img/img_setting_ff.png") no-repeat;
	width:170px;
	height:197px;
	margin:0 auto;
	text-indent: -9999px;
	overflow: hidden;

}

.tabSettingNiftyLink{
	margin:35px auto;
	position: relative;
	z-index: 2;
	display: block;
}
.btnWrap{
	margin-top:30px;
	display: flex;
	justify-content: center;
}
a.tabSettingLinkBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  min-height: 55px;
  margin: 30px auto 0;
	padding: 10px;
  background: #ee6d09;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
	box-sizing: border-box;
}
a.tabSettingLinkBtn:hover {
  opacity: 0.8;
}
a.tabSettingLinkBtn::after {
  position: absolute;
  content: "";
  display: flex;
	top: calc(50% - 8px);
  right: 19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 13px;
  border-color: transparent transparent transparent #ffffff;
}
@media all and (-ms-high-contrast:none){
	/*IE*/
	a.tabSettingLinkBtn {
		display: table-cell;
		vertical-align: middle;
	}
	a.tabSettingLinkBtn::after {
		top: 49%;
	}
	a.tabSettingLinkBtn.ieHack::after{
		top: 36%;
	}
}
.mainContentBannerInner{
	width:728px;
	height:90px;
	margin: 60px auto;
	background-color: #ccc;
}
/* footer */
.footer {
  background-color: #000;
}
.footerInner {
  width: 980px;
  margin: 0 auto;
  padding: 10px 0;
  color: #fff;
}
.footerInnerLink {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.footerInnerLink a {
  color: #fff;
  font-size: 1.08em;
}
.footerInnerLink_R {
  display: flex;
}
.footerInnerLink_R_list {
  margin-right: 40px;
}