#IrNewsTab .tab_change {
	display: none;
}
#IrNewsTab .tab_change.show {
	display: block;
}
sup{
  font-size:10px;
  position: relative;
    top: -3px;
}
@media screen and (max-height: 900px){
   .TableStyle4.LimitHeight th,.TableStyle4.LimitHeight td{ 
       padding: 5px 15px;
   }
   .CenterAdjust.MaxHeight{ 
       max-height:350px;
       width:auto;
   }
}
@media screen and (max-width: 767px){
   .TableStyle4.LimitHeight th,.TableStyle4.LimitHeight td{ 
       font-size:66%;
       padding: 5px 10px;
   }
}

.LinkListStyle1 .CorrectedData {
	margin-left: 1em;
}

.PresentationsListStyle dd {
	margin-left: 12em;
}
.PresentationsListStyle + .PresentationsListStyle {
	margin-top: -11px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}

/*
.PresentationsListStyle dd.ddOnly {
	margin-left: 0;
}
*/


.TitleTopMargin{
margin-top:25px;
}

.topics_list2{
margin-left:2.5em!important;
}

.w500 { width: 500px;}
.w400 { width: 400px;}
@media screen and (max-width: 994px){
   .w500, .w400 { width: 100%;}
}

.BackColor{
   background-color:#eeeeee;
   padding-top:15px;
}
.BackColor .LinkListStyle1{
   padding:0 10px;
}
.DateListStyle2.SideRanking dd {
	margin-left: 1em;
}
@media screen and (max-width: 579px) {
	.DateListStyle2.SideRanking dt {
		float: left;
	}
	.DateListStyle2.SideRanking dd .LinkListStyle1 {
		margin: -5px 0 5px;
	}
}

.ListStyle5 {
	margin: 0 0 10px 0;
}
.ListStyle5 li {
	list-style-type: lower-roman;
	margin: 0 0 0 30px;
	font-size: 90%;
}
.ListStyle5 li ul li {
	list-style-type: lower-alpha;
}
.ListStyle5 li ol {
	margin: 0;
	padding: 0;
}
.ListStyle5 li ol li {
	list-style-type: none;
	margin: 0;
}
.ListStyle5 li ol li strong {
	width: 15%;
	display: inline-block;
	vertical-align: top;
}
.ListStyle5 li ol li span {
	width: 84%;
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width: 994px){
   .ListStyle5 li ol li strong, .ListStyle5 li ol li span {
       width: auto;
       display: inline;
   }
}
.BorderTopSection{ padding: 30px 0 10px; border-top: 1px solid #ddd;}
table.TableFix th, table.TableFix td {padding: 2px 0; border: 0; vertical-align: top;}
table.TableFix tr:first-child td{ padding-top:10px; border-top: 1px solid #ddd;}
ul.FullLi { border-bottom: 1px solid #ddd;}
ul.FullLi li { float: none; width: 100%; border-top: 1px solid #ddd; padding: 10px 0;}

.ListStyle1.mg15 li {
   margin-bottom: 15px;
}
.ListStyle6{
	padding-left:20px;
}
.ListStyle6  li{
	font-weight:bold;
    font-size: 90%;
    margin:0px;
}
.ListStyle6 li p{
	font-weight:normal;
}
@media screen and (max-width: 1024px){
.Library{overflow:hidden;}
.Library .ColumnSet{margin:0;}
.Library{padding:0;}
.Library .ColumnSet .Column1andHalf{margin-bottom:10px;padding:10px 10px 5px; box-sizing:border-box;width:calc(50% - 5px);}
.Library .ColumnSet .Column1andHalf.FirstItem{margin-right:5px;}
.Library .ColumnSet .Column1andHalf.LastItem{margin-left:5px;}
}
@media screen and (max-width: 767px){
.Library .ColumnSet .Column1andHalf{width:100%;}
.Library .ColumnSet .Column1andHalf.FirstItem{margin-right:0px;}
.Library .ColumnSet .Column1andHalf.LastItem{margin-left:0px;}
}
.NoContent .BoxPatternA{background: none;}
.NoContent .BgGrey .BoxPatternA{background: #ffffff;}

@media screen and (max-width: 767px){
  table.TextSmall {font-size:12px;}
  .JS table.TextSmall th, .JS table.TextSmall td {padding: 10px 5px;}
}
.mb5 {margin-bottom:5px}
.mb10 {margin-bottom:10px}
.mb15 {margin-bottom:15px}
.mb2em {margin-bottom:2em}
.mb5em {margin-bottom:5em}
.mb8em {margin-bottom:8em}
.slide {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	background-color: #f2f2f2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
	padding-bottom:20px;
	margin-bottom:20px;
}

.slide * {
	outline: none;
}
.slide .box {
	position: relative;
	float:left;
}
.slide img {
	display: inline;
	width: 720px;
}
.slide h3 {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 10px;
	background-color: rgba(0,0,0,0.5);
	border: 0;
	color: #fff;
}
.slide .slick-slide h3 {
    top:0;
}
.slide .slick-active h3 {
display:none;
}

.slide .arrow {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 50%;
}
.slide .arrow:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	margin-left: -12px;
	margin-top: -8px;
	border-right: 3px solid #000eb1;
	border-top: 3px solid #000eb1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.slide .arrow.l {
	left: 10px;
}
.slide .arrow.l:after {
	margin-left: -3px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}
.slide .arrow.r {
	right: 10px;
}

.slide .slick-dots {
	position: absolute;
	height: auto;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	line-height:100%;
}
.slide .slick-dots li {
	display: inline-block;
	line-height:100%;
}
.slide .slick-dots li button {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 12px;
	height: 0;
	padding: 12px 0 0;
	border: none;
	background: none;
	font-size: 0;
	line-height: 1;
}
.slide .slick-dots li button:after {
	content: "";
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	border-radius: 100%;
	background-color: #ccc;
	-webkit-transition: background 0.15s;
	-o-transition: background 0.15s;
	transition: background 0.15s;
}
.slide .slick-dots li.slick-active button:after,
.slide .slick-dots li button:hover:after {
	background-color: #000eb1;
}

@media screen and (max-width: 767px) {
	.slide {
		margin: 0 0 20px 0;
		padding-bottom: 0;
	}

	.slide {
		float: none;
		width: auto;
		max-width: none;
		text-align: center;
		background-color: #f2f2f2;
	}
	.slide h3 {
		padding: 5px;
		font-size: 84%;
	}
	.slide .slick-dots {
		bottom: 0px;
	}
}

@media screen and (max-width: 579px) {
	.slide .slick-dots li button {
		width: 10px;
		padding: 10px 0 0;
	}
	.slide .arrow {
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		-o-transform: scale(0.6);
		transform: scale(0.6);
	}
	.slide .arrow.l {
		left: 0;
	}
	.slide .arrow.r {
		right: 0;
	}
}

#stock_chart {
	max-width:92%;
	height:265px;
	padding:0 4% 0;
	border:none;
}
@media screen and (max-width: 994px) {
	#stock_chart { height:290px; }
}
@media screen and (max-width: 956px) {
	#stock_chart { height:290px; }
}
@media screen and (max-width: 875px) {
	#stock_chart { height:310px; }
}
@media screen and (max-width: 767px) {
	#stock_chart { height:265px; }
	.chart_wrap{
		margin:10px 0;
		text-align:center;
	}
	.hdr-fontSize{margin-top:-45px;}
}
.reload {
	font-size: 45px;
	position: relative;
	margin: 0 0.01em 0.01em;
	width: 0.3em;
	height: 0.3em;
	border-top: 0.06em solid #39a9d6;
	border-left: 0.06em solid #39a9d6;
	border-right: 0.06em solid transparent;
	border-bottom: 0.06em solid #39a9d6;
	border-radius: 100% 100% 100% 100%;
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	float:right;
}
/* △ */
.reload::before {
	content: "";
	position: absolute;
	top: -0.02em;
	left: 0.24em;
	width: 0;
	height: 0;
	border-top: 0.08em solid transparent;
	border-left: 0.14em solid #39a9d6;
	border-bottom: 0.08em solid transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.chart_wrap{
	background-color: #fff;
/*	border:solid #737373 thin;*/
	margin: 0 0 10px;
	max-width:500px;
}
.chart_wrap .chart_head {
	padding:5px 10px 5px 10px;
	background-color: #737373;
	color:#fff;
	font-size: calc(16px * 0.96)
}
.chart_wrap .chart_head span{
	font-size:60%;
	white-space: nowrap;
}
#VerticalLocalNavi .chart_wrap .chart_head a{
	display:block;
	border:none;
	line-height:0px;
	padding:0.24em;
	margin:-0.1em 0 0 -0.1em;
}
@media only screen and (max-width: 767px) {
  .hidden-sp {
    display:none;
  }
  .img_title {
    font-size:110%;
    font-weight:600;
  }
}
@media only screen and (min-width: 767px) {
  .hidden-pc {
    display:none;
  }
}
.img_title {
background-color:rgba(100,100,100,0.8);
position: absolute;
bottom:5px;
width:100%;
color:#fff;
text-align:center;
}
.cell_wrap {
position: relative;
}

.cell_wrap a:hover img{
opacity: 0.7 ;
}

.img280_h3 {
  float:left;
  width:calc(100% - 300px);
}
.img300_h3 {
  float:left;
  width:calc(100% - 320px);
}
.display_table-cell {
  display:table-cell;
}
@media only screen and (max-width: 767px) {
  .img280_h3 {
    float:none;
    width:100%;
  }
  .img300_h3 {
    float:none;
    width:100%;
  }
  .display_inline_767 {
    display:inline;
  }
}
.toggle_wrap:last-of-type {

}
.toggle_switch {
  position: relative;
  cursor: pointer;
}
.toggle_switch.open {

}
.toggle_switch:hover {

}
.toggle_switch::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 20%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 9px;
  height: 9px;
  border-top: solid 3px #000EB1;
  border-right: solid 3px #000EB1;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.toggle_switch.open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25%;
}
.toggle_contents {
  display: none;
}
