@charset "utf-8";

@media only screen and (min-width: 768px), print {

/* ****************************************************

top.css

1: layout common setting
4: main
99: extra

***************************************************** */

/*1: layout common setting
=========================================*/
/*4: main
=========================================*/
/* -- globalContents -- */
#globalContents #contents .wrap{
	width: 1000px;
	margin: 0 auto;
}
/* -- mainHead -- */
#globalContents #contents .mainHead{
	font-size: 34px;
	font-size: 3.4rem;
	text-align: center;
	line-height: 0.7;
}
#globalContents #contents .mainHead .captionText{
	font-size: 13px;
	font-size: 1.3rem;
}
#globalContents #contents .draggable{
	padding: 0 0 4px;
	overflow: hidden;
}
/* -- topBtnLink01 -- */
#globalContents #contents .topBtnLink01{
	text-align: center;
}
#globalContents #contents .topBtnLink01 a{
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 50px 13px;
	margin: 30px 0 0;
	border-top: double 3px #a4a4a4;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
					border-radius: 5px;
	background: #494949 url(../img_global/index_ic05.png) no-repeat 93% 50%;
	text-align: center;
	color: #ffffff;
}
#globalContents #contents .topBtnLink01 a:hover{
	background: #989898 url(../img_global/index_ic05.png) no-repeat 93% 50%;
	text-decoration: none;
}
/* -- topBtnLink02 -- */
#globalContents #contents .topBtnLink02{
	position: relative;
	width: 235px;
	margin: 25px auto 0;
}
#globalContents #contents .topBtnLink02:after{
  display:block;
  content:"";
  position:absolute;
  top:37%;
  left:87.4%;
  width:14px;
  height:13px;
  margin:0;
  background: url(../img_global/index_ic30.png) no-repeat 0 0;
  z-index:5;
}
#globalContents #contents .topBtnLink02:hover:after{
  top:34%;
  background: url(../img_global/index_ic21.png) no-repeat 0 0;
}
#globalContents #contents .topBtnLink02 a{
	display: block;
	padding: 10px 0 8px;
	border: solid 1px #b9b9b9;
	-webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
					border-radius: 4px;
	background: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333333;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
  position:relative;
  z-index:2;
  overflow:hidden;
}
#globalContents #contents .topBtnLink02.on a{
	background: #de0025;
	border: solid 1px #de0025;
	color: #ffffff;
	font-weight: bold;
}
#globalContents #contents .topBtnLink02 a:after{
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#de0025;
  transition:.4s
}
#globalContents #contents .topBtnLink02 a:hover{
  color:#ffffff;
	border: solid 1px #de0025;
}
#globalContents #contents .topBtnLink02 a:hover:after {
	width:240px;
	height:240px;
	margin:-120px 0 0 -120px;
}



/* -- mainView -- */
#globalContents #contents #mainView{
	background: url(../img_global/index_ti01.jpg) no-repeat 50% 0;
	overflow: hidden;
	position: relative;
}
#globalContents #contents #mainView #mainAnimationBox{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	margin: auto;
	height: 805px;
}
#globalContents #contents #mainView #mainAnimationBox .mainAnimationBoxInner{
}
#globalContents #contents #mainView #mainAnimation{
	position: absolute;
	width: 0;
	height: 0;
	top: 37%;
	left: 50%;
	background: url(../img_global/index_ex02.png) no-repeat 50% 50%;
	background-size: 100% auto;
}
#globalContents #contents #mainView #mainAnimation02{
	position: absolute;
	width: 0;
	height: 0;
	top: 35%;
	left: 50%;
	opacity: 0;
	background: url(../img_global/index_ex01.png) no-repeat 50% 50%;
	background-size: 100% auto;
}
/*#globalContents #contents #mainView #mainAnimation02{
	position: absolute;
	top: -69.4%;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 1676px;
	opacity: 0;
	background: url(../img_global/index_ex01.png) no-repeat 50% 380%;
	background-size: auto 100%;
}*/
#globalContents #contents #mainView .wrap{
	position: relative;
	height: 805px;
}
#globalContents #contents #mainView .fundSlider{
	position: absolute;
	width: 267px;
	height: 100%;
	bottom: 0;
	right: -30px;
	background: url(../img_global/index_bg05.png) 0 0;
	z-index: 10;
}
#globalContents #contents #mainView .fundSlider a:hover{
	text-shadow:0px 0px 1px #ffffff !important;
}
.ie9 #globalContents #contents #mainView .fundSlider a:hover{
	font-weight: bold;
}
#globalContents #contents #mainView .fundSlider a:hover img{
	opacity: 1;
}
#globalContents #contents #mainView .fundSlider a:hover span{
	text-decoration: underline !important;
}
/* -- slick-slider -- */
#globalContents #contents #mainView .fundSlider .slick-slider{
	position: relative;
	top: 24px;
	right: 30px;
}
#globalContents #contents #mainView .fundSlider .slick-slider li{
	height: 152px;
	padding: 7px 0;
	background: url(../img_global/index_bg06.png) no-repeat 100% 0;
}
#globalContents #contents #mainView .fundSlider .slick-slider li a{
	display: table;
	width: 100%;
	color: #ffffff;
}
#globalContents #contents #mainView .fundSlider .slick-slider li a span{
	display: table-cell;
	vertical-align: middle;
}
#globalContents #contents #mainView .fundSlider .slick-slider li a span.pcOnly{
	background: url(../img_global/index_im04.png) no-repeat 0 0;
}
#globalContents #contents #mainView .fundSlider .slick-slider li a:hover span img{
	opacity: 0.7;
}
#globalContents #contents #mainView .fundSlider .slick-slider li a span.sliderText{
	padding: 0 0 0 5px;
	font-size: 15px;
	font-size: 1.5rem;
}
.pc #globalContents #contents #mainView .fundSlider .slick-slider .slick-arrow{
	padding: 0 0 0 60px;
	text-align: center;
	cursor: pointer;
}
.pc #globalContents #contents #mainView .fundSlider .slick-slider .slick-list{
	padding: 0 0 5px;
	margin: 15px 0 10px;
}
#globalContents #contents #mainView .mainLinkArea{
	position: absolute;
	width: 1000px;
	bottom: 50px;
	right: 0;
	left: 0;
	margin: 0 auto;
	background: #ffffff;
	z-index: 20;
}
#globalContents #contents #mainView .mainLinkArea .linkCol01{
	float: right;
}
#globalContents #contents #mainView .mainLinkArea .linkCol01:last-child{
	float: left;
}
#globalContents #contents #mainView .mainLinkArea .linkCol01 > li{
	float: none;
}
#globalContents #contents #mainView .mainLinkArea .linkCol01:last-child > li{
	float: left;
}

/* -- newsContents -- */
#globalContents #contents #newsContents{
	padding: 60px 0 50px;
	background: url(../img_global/index_bg01.gif) 0 0;
}
#globalContents #contents #newsContents .wrap{
	position: relative;
}
#globalContents #contents #newsContents .moreNewsBtn{
	display: none;
}
#globalContents #contents #newsContents .rssLinks{
	position: absolute;
	top: 15px;
	right: 0;
	padding: 0 0 0 18px;
	background: url(../img_global/index_ic19.png) no-repeat 0 50%;
	background-size: 10px;
}
#globalContents #contents #newsContents .rssLinks a{
	color: #333333;
}
/* -- newsContents tabWrap01 -- */
#globalContents #contents #newsContents .tabWrap01{
	margin: 30px 0 0;
}
#globalContents #contents #newsContents .tabNavi li{
	float: left;
	position: relative;
	width: 235px;
	margin: 0 20px 0 0;
}
#globalContents #contents #newsContents .tabNavi li:after{
  display:block;
  content:"";
  position:absolute;
  top:43%;
  left:87.4%;
  width:14px;
  height:8px;
  margin:0;
  background: url(../img_global/index_ic06.png) no-repeat 0 0;
  z-index:5;
}
#globalContents #contents #newsContents .tabNavi li:last-child{
	margin: 0;
}
#globalContents #contents #newsContents .tabNavi li.on:after,
#globalContents #contents #newsContents .tabNavi li:hover:after{
	background: url(../img_global/index_ic05.png) no-repeat 93% 50%;
}
#globalContents #contents #newsContents .tabNavi li a{
	display: block;
	padding: 10px 0 8px;
	border: solid 1px #b9b9b9;
	-webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
					border-radius: 4px;
	background: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	color: #333333;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
  position:relative;
  z-index:2;
  overflow:hidden;
}
#globalContents #contents #newsContents .tabNavi li.on a{
	background: #de0025;
	border: solid 1px #de0025;
	color: #ffffff;
	font-weight: bold;
}
#globalContents #contents #newsContents .tabNavi li a:after{
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#de0025;
  transition:.4s
}
#globalContents #contents #newsContents .tabNavi li a:hover{
  color:#ffffff;
	border: solid 1px #de0025;
}
#globalContents #contents #newsContents .tabNavi li a:hover:after {
	width:240px;
	height:240px;
	margin:-120px 0 0 -120px;
}
/* -- newsContents tabWrap02 -- */
#globalContents #contents #newsContents .tabWrap02{
	margin: 20px 0 0;
	padding: 30px;
	background: #e8e8e8;
}
#globalContents #contents #newsContents .tabNavi_02 li{
	float: left;
	position: relative;
	width: 226px;
	margin: 0 12px 0 0;
}
#globalContents #contents #newsContents .tabNavi_02 li:last-child{
	margin: 0;
}
#globalContents #contents #newsContents .tabNavi_02 li a{
	display: block;
	padding: 10px 0 8px;
	border: solid 1px #b9b9b9;
	-webkit-border-radius: 4px 4px 0 0;
		 -moz-border-radius: 4px 4px 0 0;
					border-radius: 4px 4px 0 0;
	background: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	color: #333333;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
  position:relative;
  z-index:2;
  overflow:hidden;
}
#globalContents #contents #newsContents .tabNavi_02 li.on a{
	background: #de0025;
	border: solid 1px #de0025;
	font-weight: bold;
	color: #ffffff;
}
#globalContents #contents #newsContents .tabNavi_02 li a:after{
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#de0025;
  transition:.4s
}
#globalContents #contents #newsContents .tabNavi_02 li a:hover{
  color:#ffffff;
	border: solid 1px #de0025;
}
#globalContents #contents #newsContents .tabNavi_02 li a:hover:after {
	width:240px;
	height:240px;
	margin:-120px 0 0 -120px;
}
#globalContents #contents #newsContents .tabWrap02 .tabPanel_02{
	background: #ffffff;
}

/* -- newsContents newsArea01 -- */
#globalContents #contents #newsContents .newsArea01{
	margin: 10px 0 0;
}
#globalContents #contents #newsContents .tabWrap02 .newsArea01{
	position: relative;
	margin: -1px 0 0;
	padding: 10px 30px 20px;
	border-top: solid 2px #de0025;
	z-index: 30;
}
#globalContents #contents #newsContents .newsArea01 a{
	display: block;
	padding: 1em 20px 1em 0;
	border-bottom: solid 1px #b9b9b9;
	background: url(../img_global/index_ic04.png) no-repeat 100% 55%;
	background-size: 9px;
}
#globalContents #contents #newsContents .newsArea01 a dl dt{
	float: left;
	color: #333333;
	text-decoration: none;
}
#globalContents #contents #newsContents .newsArea01 a dl dt .newsIc{
	display: inline-block;
	min-width: 6.1em;
	margin: 0 9px;
	padding: 2px 8px 1px;
	font-size: 11px;
	font-size: 1.1rem;
	color: #ffffff;
	text-align: center;
}
#globalContents #contents #newsContents .newsArea01 a dl dt .newsIc.type01 {
	background-color: #39b381;
}
#globalContents #contents #newsContents .newsArea01 a dl dt .newsIc.type02 {
	background-color: #d89f3b;
}
#globalContents #contents #newsContents .newsArea01 a dl dt .newsIc.type03 {
	background-color: #f97282;
}
#globalContents #contents #newsContents .newsArea01 a dl dt .newsIc.type04 {
	background-color: #8957a1;
}
#globalContents #contents #newsContents .newsArea01 a dl dt .newsIc.type05 {
	background-color: #f26b4c;
}
#globalContents #contents #newsContents .newsArea01 a dl dd{
	position: relative;
	overflow: hidden;
	text-decoration: underline;
}
#globalContents #contents #newsContents .newsArea01 a dl dd:after{
	position: absolute;
	content: "";
	width:17px;
	height: 17px;
	bottom: 4px;
	margin: 0 0 0 10px;
	background: url(../img_global/com_ic01.png);
	background-size: 17px;
}
#globalContents #contents #newsContents .newsArea01 a:hover{
	text-decoration: none;
}
/* .topBtnLink01.newsBtn */
#globalContents #contents #newsContents .topBtnLink01.newsBtn a{
  position:relative;
	display: inline-block;
	width: 170px;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 0 13px;
	margin: 30px 0 0;
	border-top: none;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
					border-radius: 5px;
	background: none;
	background-color: #494949;
	text-align: center;
	color: #ffffff;
	transition: all 0.3s ease 0s;
  z-index:2;
  overflow:hidden;
}
#globalContents #contents #newsContents .topBtnLink01.newsBtn a:after {
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
	background-color: #989898;
  transition:.3s
}
#globalContents #contents #newsContents .topBtnLink01.newsBtn a:hover {
	text-decoration: none;
}
#globalContents #contents #newsContents .topBtnLink01.newsBtn a:hover:after {
  width:180px;
  height:180px;
  margin:-90px 0 0 -90px;
}
/* .topBtnLink01.newsBtn02 */
#globalContents #contents #newsContents .topBtnLink01.newsBtn02 a{
  position:relative;
	display: inline-block;
	width: 235px;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 0 13px;
	margin: 0 0 25px;
	border-top: none;
	border: solid 1px #b9b9b9;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
					border-radius: 5px;
	background: none;
	background-color: #ffffff;
	text-align: center;
	color: #333333;
	transition: all 0.3s ease 0s;
  z-index:2;
  overflow:hidden;
}
#globalContents #contents #newsContents .topBtnLink01.newsBtn02 a:after {
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
	background-color: #b9b9b9;
  transition:.3s
}
#globalContents #contents #newsContents .topBtnLink01.newsBtn02 a:hover {
	text-decoration: none;
}
#globalContents #contents #newsContents .topBtnLink01.newsBtn02 a:hover:after {
  width:250px;
  height:250px;
  margin:-125px 0 0 -125px;
}
#globalContents #contents #newsContents .topBtnLink01.newsBtn02 a span{
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
}
#globalContents #contents #newsContents .topBtnLink01.newsBtn02 a span:after{
	position: absolute;
	content: "";
	top: 0.3em;
	left: 260%;
	width: 7px;
	height: 12px;
	background: url(../img_global/index_ic30.png) no-repeat 0 0;
}
#globalContents #contents #newsContents .tabWrap02 .newsArea01 a dl dt{
	min-width: 265px;
}

#globalContents #contents #newsContents .newsLinks {
	margin: 40px 0 0;
	padding: 8px 0 6px;
	border: solid 1px #b9b9b9;
	background: #ffffff;
}
#globalContents #contents #newsContents .newsLinks li {
	float: left;
	padding: 9px 0 8px;
	width: 33.3%;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
#globalContents #contents #newsContents .newsLinks li + li {
	border-left: solid 1px #e5e5e5;
}
#globalContents #contents #newsContents .newsLinks li a {
	padding: 0 0 0 20px;
	background: url(../img_global/index_ic04.png) no-repeat 0 0.3em;
	background-size: 9px;
}


/* -- videoContents -- */
#globalContents #contents #newsContents #videoContents{
	padding: 100px 0 40px;
}
#globalContents #contents #newsContents #videoContents .videoContentsInner{
	padding: 30px 0 0;
	text-align: center;
}
#globalContents #contents #newsContents #videoContents .videoContentsInner iframe{
	position: relative !important;
	width: 652px !important;
	height: 400px !important;
}


/* -- fundContents -- */
#globalContents #contents #fundContents{
	clear: both;
	margin: 0 0 50px;
	padding: 58px 0 0;
	background: url(../img_global/index_bg03.jpg) no-repeat 50% 0;
}
#globalContents #contents #fundContents .noteTextBox{
	width: 28%;
	margin: 0 0 0 auto;
}
#globalContents #contents #fundContents .tabWrap01{
	margin: 30px 0 0;
}
#globalContents #contents #fundContents .tabNavi{
	width: 720px;
	margin: 0 auto;
	padding: 0 0 12px;
}
#globalContents #contents #fundContents .tabNavi li{
	float: left;
	position:relative;
	width: 350px;
	margin: 0 20px 0 0;
}
#globalContents #contents #fundContents .tabNavi li:last-child{
	margin: 0;
}
#globalContents #contents #fundContents .tabNavi li:after{
  display:block;
  content:"";
  position:absolute;
	width: 14px;
	height: 8px;
	top: 45%;
	right: 20px;
	background: url(../img_global/index_ic06.png) no-repeat;
	z-index: 3;
}
#globalContents #contents #fundContents .tabNavi li.on:after,
#globalContents #contents #fundContents .tabNavi li:hover:after{
	background: url(../img_global/index_ic05.png) no-repeat;
}
#globalContents #contents #fundContents .tabNavi li a{
	display: block;
	padding: 10px 0 8px;
	border: solid 1px #b9b9b9;
	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
					border-radius: 3px;
	background: #ffffff;
	font-size: 18px;
	color: #333333;
	text-align: center;
	position:relative;
	z-index:2;
	overflow:hidden;
}
#globalContents #contents #fundContents .tabNavi li.on a{
	background: #de0025;
	color: #ffffff;
	font-weight: bold;
}
#globalContents #contents #fundContents .tabNavi li a:hover {
	color: #ffffff;
	text-decoration: none;
  background:#de0025;
}
#globalContents #contents #fundContents .tabNavi li a span{
	position:relative;
}
#globalContents #contents #fundContents .tabNavi li a span:before{
  display:block;
  content:"";
  position:absolute;
	width: 27px;
	height: 22px;
	top: 2px;
	left: -35px;
	background: url(../img_global/index_ic07.png)	no-repeat 0 0;
	background-size: 24px;
	z-index: 3;
}
#globalContents #contents #fundContents .tabNavi li:last-child a span:before{
	width: 22px;
	height: 27px;
	top: 0;
	left: -28px;
	background: url(../img_global/index_ic08.png)	 no-repeat 0 50%;
	background-size: 19px;
}
#globalContents #contents #fundContents .tabNavi li.on a span:before,
#globalContents #contents #fundContents .tabNavi li:hover a span:before{
	background: url(../img_global/index_ic07on.png)	no-repeat 0 0;
	background-size: 27px;
}
#globalContents #contents #fundContents .tabNavi li:last-child.on a span:before,
#globalContents #contents #fundContents .tabNavi li:last-child:hover a span:before{
	background: url(../img_global/index_ic08on.png)	no-repeat 0 0;
	background-size: 20px;
}
/* -- fundContents fundArea01 -- */
#globalContents #contents #fundContents .fundArea01{
	padding: 20px 0 0;
}
#globalContents #contents #fundContents .fundArea01 .fundCol{
	position: relative;
	float: left;
	width: 300px;
}
#globalContents #contents #fundContents .fundArea01 .fundCol.second{
	width: 350px;
	margin: 0 24px;
	padding: 0 24px;
	border-right: solid 1px #f0f0f0;
	border-left: solid 1px #f0f0f0;
}
#globalContents #contents #fundContents .fundArea01 .fundCol:after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 74px;
	height: 74px;
}
#globalContents #contents #fundContents .fundArea01 .fundCol.first:after{
	background: url(../img_global/index_ic09.png) no-repeat 0 0;
	background-size: 74px;
}
#globalContents #contents #fundContents .fundArea01 .fundCol.second:after{
	left: 24px;
	background: url(../img_global/index_ic10.png) no-repeat 0 0;
	background-size: 74px;
}
#globalContents #contents #fundContents .fundArea01 .fundCol.third:after{
	background: url(../img_global/index_ic11.png) no-repeat 0 0;
	background-size: 74px;
}
#globalContents #contents #fundContents .fundArea01 .fundCol:last-child{
	margin: 0;
}
#globalContents #contents #fundContents .fundArea01 .fundCol dl dt{
	display: inline-block;
	width: 100%;
	padding: 5px 0 3px;
	background: #f0f0f0;
	text-align: center;
}
#globalContents #contents #fundContents .fundArea01 .fundCol dl dd{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
}
#globalContents #contents #fundContents .fundArea01 .fundCol a + dl dd{
	font-size: 30px;
	font-size: 3.0rem;
}
#globalContents #contents #fundContents .fundArea01 .fundCol a p{
	margin: 15px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
#globalContents #contents #fundContents .fundArea01 .fundCol dl dd.ratioTx{
	display: block;
	float: left;
	width: 35%;
	margin: 0 0 0 20%;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
#globalContents #contents #fundContents .fundArea01 .fundCol dl dd.ratioTx.noDividend{
	float: none;
	width: 100%;
	margin: 0%;
}
#globalContents #contents #fundContents .fundArea01 .fundCol dl dd.bunpaiTx{
	display: block;
	float: left;
	width: 35%;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
/* -- fundContents fundArea02 -- */
#globalContents #contents #fundContents .fundArea02{
	display: none;
	padding: 20px 0 0;
}
#globalContents #contents #fundContents .fundArea02.open{
	display: block;
}
#globalContents #contents #fundContents .fundArea02 .fundCol{
	position: relative;
	float: left;
	margin-bottom: 43px;
	width: 240px;
}
#globalContents #contents #fundContents .fundArea02 .fundCol + .fundCol{
	margin: 0 0 43px 20px;
	padding: 0 0 0 20px;
	border-left: solid 1px #f0f0f0;
}
#globalContents #contents #fundContents .fundArea02 .fundCol.No04,
#globalContents #contents #fundContents .fundArea02 .fundCol.No08{
	margin: 0 0 43px;
	padding: 0;
	border-left: none;
	width: 220px;
}
#globalContents #contents #fundContents .fundArea02 .fundCol:after{
	position: absolute;
	content: "";
	top: 0;
	left: 20px;
	margin: 0 auto;
	width: 40px;
	height: 40px;
}
#globalContents #contents #fundContents .fundArea02 .fundCol.No04:after{ background: url(../img_global/index_ic23.png) no-repeat 0 0; background-size: 40px; left: 0; }
#globalContents #contents #fundContents .fundArea02 .fundCol.No05:after{ background: url(../img_global/index_ic24.png) no-repeat 0 0; background-size: 40px; }
#globalContents #contents #fundContents .fundArea02 .fundCol.No06:after{ background: url(../img_global/index_ic25.png) no-repeat 0 0; background-size: 40px; }
#globalContents #contents #fundContents .fundArea02 .fundCol.No07:after{ background: url(../img_global/index_ic26.png) no-repeat 0 0; background-size: 40px; }
#globalContents #contents #fundContents .fundArea02 .fundCol.No08:after{ background: url(../img_global/index_ic27.png) no-repeat 0 0; background-size: 40px; left: 0; }
#globalContents #contents #fundContents .fundArea02 .fundCol.No09:after{ background: url(../img_global/index_ic28.png) no-repeat 0 0; background-size: 40px; }
#globalContents #contents #fundContents .fundArea02 .fundCol.No10:after{ background: url(../img_global/index_ic29.png) no-repeat 0 0; background-size: 40px; }
#globalContents #contents #fundContents .fundArea02 .fundCol dl{
	width: 100%;
}
#globalContents #contents #fundContents .fundArea02 .fundCol a + dl + dl{
	margin: 10px 0 0;
}
#globalContents #contents #fundContents .fundArea02 .fundCol dl dt{
	display: inline-block;
	width: 100%;
	padding: 5px 0 3px;
	background: #f0f0f0;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}
#globalContents #contents #fundContents .fundArea02 .fundCol a + dl dt{
	width: 100%;
	font-size: 12px;
	font-size: 1.2rem;
}
#globalContents #contents #fundContents .fundArea02 .fundCol dl dd{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
}
#globalContents #contents #fundContents .fundArea02 .fundCol a + dl dd{
	width: 100%;
	font-size: 24px;
	font-size: 2.4rem;
}
#globalContents #contents #fundContents .fundArea02 .fundCol a p{
	margin: 0 0 0 50px;
	font-size: 13px;
	font-size: 1.3rem;
}
#globalContents #contents #fundContents .fundArea02 .fundCol dl dd.ratioTx{
	display: block;
	float: left;
	width: 40%;
	margin: 0 0 0 15%;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
#globalContents #contents #fundContents .fundArea02 .fundCol dl dd.ratioTx.noDividend{
	float: none;
	width: 100%;
	margin: 0%;
}
#globalContents #contents #fundContents .fundArea02 .fundCol dl dd.bunpaiTx{
	display: block;
	float: left;
	width: 40%;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
/* -- fundContents ratioIc -- */
#globalContents #contents #fundContents .ratioIc{
	display: inline-block;
	width: 15px;
	height: 13px;
}
#globalContents #contents #fundContents .ratioIc.up{
	background: url(../img_global/index_ic12.png) no-repeat 0 0;
	background-size: 11px; 
}
#globalContents #contents #fundContents .ratioIc.down{
	background: url(../img_global/index_ic13.png) no-repeat 0 0;
	background-size: 11px; 
}
#globalContents #contents #fundContents .ratioIc.keep{
	background: url(../img_global/index_ic20.png) no-repeat 0 0;
	background-size: 13px; 
	vertical-align: middle;
}
#globalContents #contents #fundContents .ratioIc.up + span{
	color: #ed6c46;
}
#globalContents #contents #fundContents .ratioIc.down + span{
	color: #38b280;
}
#globalContents #contents .topBtnLink01.fundBtnOpen,
#globalContents #contents .topBtnLink01.fundBtnClose{
	display: none;
	width: 300px;
	margin: 30px auto;
	text-align: center;
	background: url(../img_global/index_ic05.png) no-repeat 13% 50%;
}
#globalContents #contents .topBtnLink01.fundBtnOpen.on,
#globalContents #contents .topBtnLink01.fundBtnClose.on{
	display: block;
}
#globalContents #contents .topBtnLink01.fundBtnClose{
	background: url(../img_global/index_ic18.png) no-repeat 13% 50%;
}
#globalContents #contents .topBtnLink01.fundBtnOpen:hover,
#globalContents #contents .topBtnLink01.fundBtnClose:hover{
	background: url(../img_global/index_ic05.png) no-repeat 13% 50%;
}
#globalContents #contents .topBtnLink01.fundBtnOpen span,
#globalContents #contents .topBtnLink01.fundBtnClose span{
	display: block;
	padding: 15px 0 13px;
	width: 300px;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
					border-radius: 5px;
	background: #494949;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	position:relative;
	z-index:2;
	overflow:hidden;
}
#globalContents #contents .topBtnLink01.fundBtnOpen span:before,
#globalContents #contents .topBtnLink01.fundBtnClose span:before{
  display:block;
  content:"";
  position:absolute;
  top:42%;
  left:20%;
  width:14px;
  height:8px;
  background: url(../img_global/index_ic05.png);
}
#globalContents #contents .topBtnLink01.fundBtnClose span:before{
  background: url(../img_global/index_ic18.png);
}

#globalContents #contents .topBtnLink01.fundBtnOpen span:after,
#globalContents #contents .topBtnLink01.fundBtnClose span:after{
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#989898;
  transition:.3s
}
#globalContents #contents .topBtnLink01.fundBtnOpen span:hover,
#globalContents #contents .topBtnLink01.fundBtnClose span:hover{
	text-decoration: none;
}
#globalContents #contents .topBtnLink01.fundBtnOpen span:hover:after,
#globalContents #contents .topBtnLink01.fundBtnClose span:hover:after{
  width:310px;
  height:310px;
  margin:-155px 0 0 -155px;
}


/* -- otherContents -- */
#globalContents #contents #otherContents{
	margin: 0 0 50px;
}
#globalContents #contents #otherContents .otherLinkLayout{
	padding: 30px;
	background: url(../img_global/index_bg02.gif) 0 0;
}
#globalContents #contents #otherContents .otherLinkLayout .linkCol01{
	position: relative;
	float: left;
	margin: 0 32px 0 0;
}
#globalContents #contents #otherContents .otherLinkLayout .linkCol01:last-child{
	margin: 0;
}
#globalContents #contents #otherContents .otherLinkLayout .linkCol01 .linkText{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 9px 0 6px;
	background: #333333 url(../img_global/index_ic15.gif) no-repeat 98.5% 80%;
	color: #ffffff;
	text-align: center;
	opacity: 0.85;
}

/*99: extra
=========================================*/



/*=================================

	clearfix

=================================*/
#globalContents #contents #mainView .mainLinkArea:after,
#globalContents #contents #newsContents .tabNavi:after,
#globalContents #contents #newsContents .newsArea01 a dl:after,
#globalContents #contents #newsContents .newsLinks:after,
#globalContents #contents #fundContents .tabNavi:after,
#globalContents #contents #newsContents .tabNavi_02:after,
#globalContents #contents #fundContents .fundArea01:after,
#globalContents #contents #fundContents .fundArea01 .fundCol dl:after,
#globalContents #contents #fundContents .fundArea02:after,
#globalContents #contents #fundContents .fundArea02 .fundCol:after,
#globalContents #contents #fundContents .fundArea02 .fundCol dl:after,
#globalContents #contents #otherContents .otherLinkLayout:after,
#globalContents #contents #newsContents .newsArea01 a dl:after {
	content: "";
	display: block;
	clear: both;
}

}
