@charset "utf-8";
/*=============================================================
 Common Layout
=============================================================*/
/* reset style
-------------------------------------------------------------*/
*{
	padding:0;
	margin:0;
}
section,article,aside,hgroup,header,footer,nav,figure,figcaption,summary{
	display:block;
	padding: 0px;
	margin: 0px;
}
ol,ul,dl,li,dt,dd{list-style: none;}
hr{display:none;}
img{
	vertical-align:top;
	image-rendering: -webkit-optimize-contrast;
}
html{-webkit-text-size-adjust:none;}
body{
	color: #333;
	font: 16px/1 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
}
a,img{
	margin:0;
	padding:0;
	border:none;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	line-height:1;
}
table,
table th,
table td {
	margin:0;
	padding:0;
	border-collapse:collapse !important;
}
img.mainfull,
img.full{
	width:100%;
	height:auto;
}
/* JS element
-------------------------------------------------------------*/
.over{}
.png-bg{}
.noSc{}

/* a Element
-------------------------------------------------------------*/
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.maillink{
	color:#015ed0;
}
/* block Layout
-------------------------------------------------------------*/
.dsp-none{display:none;}
.dsp-sp{display:none;}
.dsp-pc{display:block;}

/* Float Element */
.cClear{clear:both !important;}
.cLeft {float:left !important;}
.cRight{float:right !important;}
.cNone{float:none !important;}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0;
}
.ie6 .clearfix,
.ie7 .clearfix{display:inline-block;}
/* width */
.w-auto{width:auto !important;}
.w5{width:5%;}
.w10{width:10%;}
.w15{width:15%;}
.w20{width:20%;}
.w25{width:25%;}
.w30{width:30%;}
.w35{width:35%;}
.w40{width:40%;}
.w45{width:45%;}
.w50{width:50%;}
.w55{width:55%;}
.w60{width:60%;}
.w65{width:65%;}
.w70{width:70%;}
.w75{width:75%;}
.w80{width:80%;}
.w85{width:85%;}
.w90{width:90%;}
.w95{width:95%;}
.w100{width:100%;}
.w-maxSp{}/*---SmartPhone : 100% */

/* aligh */
.alignL{text-align:left !important;}
.alignC{text-align:center !important;}
.alignR{text-align:right !important;}

/* margin padding */
.mT0{margin-top:0 !important;}
.mT5{margin-top:5px !important;}
.mT10{margin-top:10px !important;}
.mT15{margin-top:15px !important;}
.mT20{margin-top:20px !important;}
.mT25{margin-top:25px !important;}
.mT30{margin-top:30px !important;}
.mT40{margin-top:40px !important;}
.mT50{margin-top:50px !important;}
.mB0 {margin-bottom:0 !important;}
.mB5 {margin-bottom:5px !important;}
.mB10{margin-bottom:10px !important;}
.mB15{margin-bottom:15px !important;}
.mB20{margin-bottom:20px !important;}
.mB25{margin-bottom:25px !important;}
.mB30{margin-bottom:30px !important;}
.mB40{margin-bottom:40px !important;}
.mB50{margin-bottom:50px !important;}
.pT0{padding-top:0 !important;}
.pT5{padding-top:5px !important;}
.pT10{padding-top:10px !important;}
.pT15{padding-top:15px !important;}
.pT20{padding-top:20px !important;}
.pT25{padding-top:25px !important;}
.pT30{padding-top:30px !important;}
.pT40{padding-top:40px !important;}
.pT50{padding-top:50px !important;}
.pB0 {padding-bottom:0 !important;}
.pB5 {padding-bottom:5px !important;}
.pB10{padding-bottom:10px !important;}
.pB15{padding-bottom:15px !important;}
.pB20{padding-bottom:20px !important;}
.pB25{padding-bottom:25px !important;}
.pB30{padding-bottom:30px !important;}
.pB40{padding-bottom:40px !important;}
.pB50{padding-bottom:50px !important;}

/* text Layout
-------------------------------------------------------------*/
/* SizeVariation( px) */
.textNormal{font-weight: normal !important;}
.textBold{font-weight:bold !important;}
.nowrap{white-space:nowrap;}
.txtClrRightGray{color:#999999;}
.txtClrRed{color:#ee154a;}
/*=============================================================
contents module Layout
=============================================================*/
#container{
	min-width:320px;
}
/*=============================================================
 header
=============================================================*/
/*header
-------------------------------------------------------------*/
#header{
	clear:both;
	width:100%;
	min-width:950px;
	position:relative;
	background-color:#FFF;
}
#headerTop{
	clear:both;
	width:950px;
	height:120px;
	margin:0 auto;
	position:relative;
}
#headerTop #logo{
	position:absolute;
	top:50%;
	left:0;
	margin-top:-30px;
	width:226px;
	z-index:100;
}
#headerTop #logo a{
	display:block;
}
#headerMenu{
	position:relative;
	height:91px;
	padding:0 317px 0 248px;
}
#headerMenu #subArea{
	position: absolute;
	top: 30px;
	left: 248px;
}
#headerMenu #subArea li{
	float:left;
	padding-right:10px;
}
#headerMenu #subArea li a{
	display:inline-block;
	color:#333;
	font-size:13px;
	padding-left:13px;
	background: url(../img/arw_red.png) no-repeat left 0px;
	line-height:1;
	vertical-align:top;
}
#headerMenu #fontSize{
	position: absolute;
	top: 21px;
	right: 317px;
	width: 93px;
	padding-left: 67px;
	background: url(../img/bg_fontsize.png) no-repeat left top;
}
#headerMenu #fontSize dt{
	display:none;
}
#headerMenu #fontSize dd{
	width:30px;
	height:30px;
	float:left;
	cursor:pointer;
	border-left:1px solid #fff;
	text-indent:-9999px;
}
#headerMenu #fontSize dd#fontM{
	background: url(../img/font_m.png) no-repeat left top;
}
#headerMenu #fontSize dd#fontL{
	background: url(../img/font_l.png) no-repeat left top;
}
#headerMenu #fontSize dd#fontLL{
	background: url(../img/font_ll.png) no-repeat left top;
}
#headerMenu #fontSize dd#fontM:hover,
#headerMenu #fontSize dd#fontM.active{
	background: url(../img/font_m_o.png) no-repeat left top;
}
#headerMenu #fontSize dd#fontL:hover,
#headerMenu #fontSize dd#fontL.active{
	background: url(../img/font_l_o.png) no-repeat left top;
}
#headerMenu #fontSize dd#fontLL:hover,
#headerMenu #fontSize dd#fontLL.active{
	background: url(../img/font_ll_o.png) no-repeat left top;
}



#headerMenu #searchArea{
	position: absolute;
	bottom: 0px;
	left: 248px;
	width:385px;
	height:30px;
	padding:0px;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
#headerMenu #searchArea p{
	display:none;
}
#headerMenu #searchAreaInner{
}
#headerMenu #searchArea #searchHdr{
	width:323px;
	height:30px;
	float:left;
 border: 1px solid #D9D9D9;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
#headerMenu #searchArea #searchHdrTxt{
	border:none;
	height:28px;
	line-height:28px;
	width:100%;
}
#headerMenu #searchArea #searchHdr.off #searchHdrTxt{
	color:#999;
}
#headerMenu #searchArea #searchHdr.on #searchHdrTxt{
	color:#333;
}
#headerMenu #searchArea #searchBtn{
	width:60px;
	height:30px;
	float:right;
	overflow:hidden;
}
#headerMenu #searchArea #searchBtn input.css-button{
	width:60px;
	height:30px;
}


/*global*/
#globalArea{
	border-top:1px solid #e6e6e6;
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background-image: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f0f0f0));
	background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
	background-image: linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
}
#globalArea ul#loginArea{
	position:absolute;
	top:0;
	left:50%;
	width:307px;
	height:92px;
	margin-left:168px;
}
#globalArea ul#loginArea li{
	float:left;
	width:154px;
	height:92px;
	overflow:hidden;
}
#global li ul{
	display:none;
}
#globalArea ul#loginArea li:first-child{
	margin-right:-1px;
}
#globalArea ul#loginArea li a{
	display:block;
	border:1px solid #e6e6e6;
	border-top:none;
	border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	overflow:hidden;
	text-align:center;
}
#globalArea ul#loginArea li a:hover{
	background-color:#e1e1e1;
}
#globalArea ul#loginArea li a img{
	width:152px;
	height:74px;
	padding-top:16px;
}
#globalArea dt{
	display:none;
}
#global{
	display:block;
	width:950px;
	margin:0 auto;
}
#global li{
	display:table;
	width:25%;
	height:55px;
	float:left;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	border-right:1px solid #c1c1c1;
}
#global li:first-child{
	border-left:1px solid #c1c1c1;
}
#global li a{
	width:100%;
	height:100%;
	display:table-cell;
	color:#333;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
}
#global li a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#ee154a;
}
#global li#gbLang{
	display:none;
}
/*=============================================================
FOOTER
=============================================================*/
#footerAll{
	position:relative;
	z-index:200;
}
/*footerSiteMap
-------------------------------------------------------------*/
#footerSiteMap{
	width:100%;
	display:block;
	padding:0px 14px 0px;
	background-color:#f0f0f0;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
#footerSiteMapInner{
	width:950px;
	padding:70px 0px 100px;
	margin:0 auto;
	position:relative;
	background-color:#f0f0f0;
}
#footerSiteMapInner dt{
	display:none;
}
#footerSiteMapInner dd .leftBlock{
	width:280px;
	float:left;
	padding:0 55px 0 0;
}
#footerSiteMapInner dd .rightBlock{
	width:280px;
	float:left;
}
#footerSiteMapInner dd ul{
	padding:0 0 30px 0;
	border-top:1px solid #CCC;
	line-height:1.4;
}
#footerSiteMapInner dd ul.lineNon{
	border-top:none;
}
#footerSiteMapInner dd ul li{
	padding-top:10px;
}
#footerSiteMapInner dd ul.lineNon li.firstChild{
	padding-top:0px;
}
#footerSiteMapInner dd ul li p{
	padding-top:18px;
}
#footerSiteMapInner dd ul li p.firstChild{
	padding-top:0px;
}
#footerSiteMapInner dd ul li ul{
	padding:0;
	border-top:none;
}
#footerSiteMapInner dd ul li ul li{
	padding-top:18px;
}
#footerSiteMapInner dd ul li ul li ul{
	padding-left:15px;
}
#footerSiteMapInner dd a{
	display:inline-block;
	padding-left:15px;
	color:#333;
	background: url(../img/arw_red.png) no-repeat left 4px;
}
#footerSiteMapInner dd a span{
	display:inline-block;
}
/* securityArea */
#footerSub{
	width:280px;
	position:absolute;
	right:0px;
	top:42.5em;
	border:none;
}
/* contactArea */
#contactArea{
	width:280px;
	text-align:center;
	position:absolute;
	right:0px;
	top:38em;
}
#contactArea a{
	display:table;
	width:100%;
	height:60px;
	border:1px solid #ee154a;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	background-color: #ee154a;
	background-image: -moz-linear-gradient(top, #f24e76, #ee154a);
	background-image: -ms-linear-gradient(top, #f24e76, #ee154a);
	background-image: -o-linear-gradient(top, #f24e76, #ee154a);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f24e76), to(#ee154a));
	background-image: -webkit-linear-gradient(top, #f24e76, #ee154a);
	background-image: linear-gradient(top, #f24e76, #ee154a);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24e76', endColorstr='#ee154a', GradientType=0)";
	color:#fff;
}
#contactArea a:hover{
	background-color: #d61342;
	background-image: -moz-linear-gradient(top, #d9476a, #d61342);
	background-image: -ms-linear-gradient(top, #d9476a, #d61342);
	background-image: -o-linear-gradient(top, #d9476a, #d61342);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#d9476a), to(#d61342));
	background-image: -webkit-linear-gradient(top, #d9476a, #d61342);
	background-image: linear-gradient(top, #d9476a, #d61342);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9476a', endColorstr='#d61342', GradientType=0)";
}
#contactArea a span{
	display:table-cell;
	vertical-align:middle;
}
/* securityArea */
#securityArea{
	width:280px;
	text-align:center;
	position:absolute;
	right:0px;
	bottom:40px;
}
#securityArea ul{
	display:inline-block;
	width:80%;
}
#securityArea ul li{
	width:50%;
	float:left;
}
/*footerGroup
-------------------------------------------------------------*/
#footerGroup{
	padding:35px 14px;
	text-align:center;
	background-color:#fff;
}
#footerGroupInner{
	width:950px;
	margin:0 auto;
}
#footerGroupInner h2{
	padding-bottom:5px;
}
#footerGroupInner p{
	padding-bottom:10px;
	border-bottom:1px dotted #333;
	font-size:80%;
}
#footerGroupInner p span{
	display:inline-block;
}
#footerGroupInner ul{
	padding-bottom:15px;
}
#footerGroupInner li{
	width:33.3333%;
	float:left;
	padding-top:20px;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
#footerGroupInner li.halfLeft{
	width:50%;
	padding-left:60px;
}
#footerGroupInner li.halfRight{
	width:50%;
	padding-right:60px;
}
#footerGroupInner li img{
	width:auto;
	height:48px;
}
/*footer
-------------------------------------------------------------*/
#footer{
	padding:10px 14px;
	background-color:#e6003e;
}
#footerInner{
	width:950px;
	margin:0 auto;
	color:#fff;
}
#footerInner a{
	color:#fff;
}
#footer-copyright{
	width:55%;
	float:left;
	padding-top:4px;
	font-size:85%;
}
#footer-link{
	float:right;
	border-right:1px solid #fff;
}
#footer-link li{
	float:left;
	padding:2px 10px 0;
	line-height:1;
	border-left:1px solid #fff;
	font-weight:bold;
}
/*pagetop
-------------------------------------------------------------*/
#pagetop{
	width:50px;
	height:50px;
	position:fixed;
	right:10px;
	bottom:10px;
}

/*#btnFix
-------------------------------------------------------------*/
#btnFix{
	height:228px;
	position:fixed;
	right:0px;
	bottom:90px;
	z-index: 999;
}
#btnFix ul li+li{
	margin: 10px 0 0;
}
#btnFix ul li a{
	width: 120px;
	height: 109px;
	display: block;
	border: 1px solid #ccc;
	border-right: none;
	border-radius: 5px 0 0 5px;
	overflow: hidden;
	position: relative;
}
#btnFix ul li a:after{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: #000;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#btnFix ul li a:hover:after{
	opacity: 0.2;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 TUBLET
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:950px){
.dsp-sp{display:block;}
.dsp-pc{display:none;}
/*=============================================================
 header
=============================================================*/
/*header
-------------------------------------------------------------*/
#header{
	clear:both;
	width:100%;
	min-width:100%;
	position:relative;
}
#headerTop{
	width:auto;
	height:43px;
	background-color:#f5f5f5;
}
#headerTop #logo{
	position:absolute;
	top:50%;
	left:14px;
	margin-top:-18px;
	width:133px;
}
#headerTop #logo img{
	width:133px;
	height:auto;
}
#headerMenu{
	width:34%;
	height:43px;
	float:right;
	padding:0px;
	border-left:1px solid #c1c1c1;
	position:static;
}
#headerMenu #subArea{
	position:static;
	width:50%;
	height:43px;
	float:left;
}
#headerMenu #subArea li{
	float:none;
	padding-right:0;
}
#headerMenu #subArea li#hdrPrint{
	display:none;
}
#headerMenu #subArea li#hdrEnglish{
	display:none;
}

#headerMenu #subArea li a{
	display:block;
	height:43px;
	width:100%;
	color:#333;
	font-size:13px;
	padding-left:0px;
	background: url(../img/bg_btn_contact.png) no-repeat center center;
	background-size:37px 28px;
	-webkit-background-size:37px 28px;
	line-height:1;
	vertical-align:top;
	text-indent:-9999px;
}
#headerMenu #fontSize{
	display:none;
}
#headerMenu #searchArea{
	position:static;
	width:50%;
	height:43px;
	padding:0px;
	border:none;
	border-left:1px solid #cccccc;
	float:right;
}
#headerMenu #searchArea p{
	width:100%;
	height:100%;
	display:block;
	cursor:pointer;
	text-indent:-9999px;
	background: url(../img/bg_btn_search.png) no-repeat center center;
	background-size:19px 30px;
	-webkit-background-size:19px 30px;
}
#headerMenu #searchAreaInner{
	position:absolute;
	width:100%;
	background-color:#eee;
	top:43px;
	left:0;
	z-index:999;
	padding:12px 14px 13px 14px;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	border-top:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	display:none;
}


#headerMenu #searchInnerBlock{
	width:100%;
	display:table;
	height:30px;
	overflow:hidden;
}
#headerMenu #searchArea #searchHdr{
	width:auto;
	float:none;
	display:table-cell;
	vertical-align:middle;
 border: 1px solid #D9D9D9;
	background-color:#FFF;
}
#headerMenu #searchArea #searchHdrTxt{
	border:none;
	height:28px;
	line-height:28px;
	width:100%;
}
#headerMenu #searchArea #searchBtn{
	width:60px;
	height:30px;
	overflow:hidden;
	display:table-cell;
	vertical-align:middle;
	float:none;
	padding-left:5px;
}
#headerMenu #searchArea #searchBtn input.css-button{
	width:60px;
	height:30px;
}










/*global*/
#globalArea{
	clear:both;
	position:relative;
	height:52px;
	border-top:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
}
#globalArea ul#loginArea{
	position:static;
	width:66%;
	height:52px;
	margin-left:0px;
}
#globalArea ul#loginArea li{
	width: 50%;
	height: 52px;
	background: url(../img/btn_analyst_bg.png) repeat-x left top;
	background-size:auto 52px;
	-webkit-background-size:auto 52px;
}
#globalArea ul#loginArea li:first-child{
	margin-right:0px;
	background: url(../img/btn_indivdual_bg.png) repeat-x left top;
	background-size:auto 52px;
	-webkit-background-size:auto 52px;
}
#globalArea ul#loginArea li:hover{
	width: 50%;
	height: 52px;
	background: url(../img/btn_analyst_bg_o.png) repeat-x left top;
	background-size:auto 52px;
	-webkit-background-size:auto 52px;
}
#globalArea ul#loginArea li:first-child:hover{
	margin-right:0px;
	background: url(../img/btn_indivdual_bg_o.png) repeat-x left top;
	background-size:auto 52px;
	-webkit-background-size:auto 52px;
}
#globalArea ul#loginArea li a{
	border-left:none;
	border-right:1px solid #c1c1c1;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
#globalArea ul#loginArea li a img{
	width:auto;
	height:52px;
	padding-top:0px;
}
#globalArea dt{
	display:block;
	width:34%;
	height:52px;
	position:absolute;
	top:0;
	right:0;
	text-align:center;
	background: url(../img/bg_btn_menu.png) no-repeat center center;
	background-size:30px 30px;
	-webkit-background-size:30px 30px;
	text-indent:-9999px;
	cursor:pointer;
}
.menuOn #globalArea dt{
	background: url(../img/bg_btn_close.png) no-repeat center center;
	background-size:33px 34px;
	-webkit-background-size:33px 34px;
}
#globalArea dd{
	position:absolute;
	top:52px;
	left:0;
	width:100%;
	z-index:1000;
	display:none;
	background-color:#e6e6e6;
}
#global{
	display:block;
	width:auto;
	border-bottom:1px solid #c1c1c1;
}
#global li{
	display:block;
	width:100%;
	height:auto;
	float:none;
	border:none;
	border-top:1px solid #c1c1c1;
	font-size:14px;
}
#global li:first-child{
	border-left:none;
}
#global li a{
	display:table;
	width:100%;
	height:40px;
	text-align:left;
	padding:0 14px 0 32px;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	position:relative;
	background-color:#e6e6e6;
}
#global li a span{
	display:table-cell;
	vertical-align:middle;
	height:40px;
}
#global li a:hover{
	background-color:#e6e6e6;
	color:#333;
}
#global li a:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 14px;
	display: block;
	width: 6px;
	height: 10px;
	margin-top: -5px;
	background: url(../img/arw_red_sp.png) no-repeat left top;
	background-size:auto 10px;
	-webkit-background-size:auto 10px;
}
#global li ul{
	display:none;
}
#global li ul li{
	border-top:1px dotted #c1c1c1;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
#global li ul li a{
	padding:0 14px 0 50px;
}
#global li ul li a:after{
	left: 32px;
}

#global li#gbLang{
	display:block;
}
#global li#gbLang a{
	display:table;
	width:100%;
	text-align:left;
	padding:10px 14px 10px 14px;
	position:relative;
}
#global li#gbLang a span{
	display:table-cell;
	vertical-align:middle;
	height:30px;
	padding:0 0 0 32px;
	background-color:#999999;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:#fff;
}
#global li#gbLang a:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 28px;
	display: block;
	width: 6px;
	height: 10px;
	margin-top: -5px;
	background: url(../img/arw_white_sp.png) no-repeat left top;
	background-size:auto 10px;
	-webkit-background-size:auto 10px;
}


/*=============================================================
FOOTER
=============================================================*/
/*footerSiteMap
-------------------------------------------------------------*/
#footerSiteMap{
	padding:0px 14px 10px;
}
#footerSiteMapInner{
	width:auto;
	padding:0px;
}
#footerSiteMapInner dt{
	display:block;
}
#footerSiteMapInner dt a{
	margin:0 -14px;
	padding:14px;
	display:block;
	position:relative;
	font-size:14px;
	color:#333;
}
#footerSiteMapInner dt a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	display: block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(../img/icn_plus.png) no-repeat left top;
	background-size:24px 24px;
	-webkit-background-size:24px 24px;
}
#footerSiteMapInner dt.open a:after{
	background: url(../img/icn_minus.png) no-repeat left top;
	background-size:24px 24px;
	-webkit-background-size:24px 24px;
}
#footerSiteMapInner dd{
	font-size:13px;
	display:none;
}
#footerSiteMapInner dd .leftBlock{
	width:auto;
	float:none;
	padding:0;
}
#footerSiteMapInner dd .rightBlock{
	width:auto;
	float:none;
}
#footerSiteMapInner dd ul li p.firstChild{
	margin-top:-12px;
}
#footerSiteMapInner dd a{
	display:block;
	padding-left:10px;
	background: url(../img/arw_red_sp.png) no-repeat left 4px;
	background-size:auto 10px;
	-webkit-background-size:auto 10px;
}
/* securityArea */
#footerSub{
	width:auto;
	position:static;
}
/* contactArea */
#contactArea{
	width:auto;
	position:static;
	margin:0 -14px;
	padding:14px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
/* securityArea */
#securityArea{
	position:static;
	width:auto;
	margin:0 -14px;
	padding:14px 14px 4px 14px;
}
/*footerGroup
-------------------------------------------------------------*/
#footerGroup{
	padding:35px 14px;
	text-align:center;
	background-color:#fff;
}
#footerGroupInner{
	width:100%;
}
#footerGroupInner h2{
	font-size:90%;
}
#footerGroupInner p{
	font-size:70%;
}
#footerGroupInner ul{
	width:100%;
	margin:0 auto;
	max-width:290px;
}
#footerGroupInner li{
	width:100%;
	float:none;
	text-align:left;
}
#footerGroupInner li.halfLeft{
	width:100%;
	padding-left:0px;
}
#footerGroupInner li.halfRight{
	width:100%;
	padding-right:0px;
}
#footerGroupInner li img{
	width:auto;
	height:40px;
}
/*footer
-------------------------------------------------------------*/
#footerInner{
	width:auto;
	text-align:center;
}
#footer-copyright{
	width:100%;
	float:none;
	padding-top:5px;
	font-size:9px;
}
#footer-link{
	float:none;
	display:inline-block;
	border-right:1px solid #fff;
}
#footer-link li{
	font-size:11px;
}
/*pagetop
-------------------------------------------------------------*/
#pagetop{
	display:none;
}
	
/*#btnFix
-------------------------------------------------------------*/
#btnFix{
	width: 100%;
	height:auto;
	right:0px;
	bottom:0px;
	background-color: #ccc;
	box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.8);
}
#btnFix ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#btnFix ul li{
	width: calc((100% - 1px) / 2);
	background: url("../img/ftr_indivdual_sp_bg.png") repeat-x 0 0;
	background-size: 100% 100%;
}	
#btnFix ul li+li{
	margin: 0;
	background: url("../img/ftr_analyst_sp_bg.png") repeat-x 0 0;
	background-size: 100% 100%;
}
#btnFix ul li a{
	width: 100%;
	height: auto;
	display: block;
	border: none;
	border-radius: 0;
	text-align: center;
}
#btnFix ul li a img{
	width: 100%;
	max-width: 185px;
	height: auto;
	margin: 0 auto;
}
#btnFix ul li a:after{
	display: none;
}
#btnFix ul li a:hover:after{
	display: none;
}
	
	
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 SP 640px
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:640px){
#headerMenu #searchArea #searchHdrTxt{
	font-size:16px;
}
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 SP 480px
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:480px){
#footerGroupInner p{
	font-size:10px;
}
}









