@import url(nav-type02.css);
.newsItem .textArea .days .icon,.entry-header .days .icon {
    width: 85px;
    height: 16px;
    display: block;
}
.newsItem .textArea .days,.entry-header .days {
    margin-bottom: 8px;
    display: flex;
}
.loading {
    width: 30px!important;
    margin: auto;
}
.more_disp img {
    width: initial;
}
.s_eirSelect {
  border: 1px solid #000;
  background: url(/assets/images/icon_dropdown.svg) no-repeat center right 10px;
  padding: 10px 40px 10px 10px;
}
.eir_pnexNote_item-right img {
  width: 105px;
  height: 13px;
}
.archiveNavi ul{ 
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.archiveNavi ul li { 
  width: 16.6666%;
  padding-left: 4px;
  padding-right: 4px
}
.archiveNavi ul li a { 
  background: #000;
  color: #fff;
  display: block;
  padding: 8px;
  margin-bottom: 8px;
  text-align: center;
}
.archiveNavi ul li a:hover  { 
  opacity: .7;
}

/*------------------------------------
ニュース一覧
------------------------------------*/

.newsItem {
	margin:0 0 60px;
}

.newsItem .textArea {
	width:640px;
	float:right;
}
.newsItem .textArea .days span {
	margin-right:9px;
}
.newsItem .textArea .days span img {
	vertical-align:middle;
}
.newsItem .textArea h4 {
	padding:3px 0 6px 0;
	margin:0 0 6px;
	border-bottom:1px solid #e5e5e5;
	font-size:117%;
}
.newsItem .thumbs {
	width:310px;
	height:150px;
	float:left;
	overflow:hidden;
	position:relative;
}

.newsItem .thumbs .new {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: fit-content;
  height: fit-content;
  padding: 0 0.6em;
  line-height: 1.7;
  letter-spacing: 0.2em;
  font-size: 1.2rem;
}
.newsDetail {
	width:1000px;
	margin:0 0 60px;
	position:relative;
	padding:0;
}

@media(max-width:767px){
.newsDetail {
	width:100%;
	margin:0;
}
}

.newsDetail a.close {
	display: none;
}

.newsDetail .new {
	width:52px;
	height:52px;
	display:block;
	position:absolute;
	left:0;
	top:0;
}
.newsDetail .days span {
	margin-right:9px;
}
.newsDetail .entry-content a {
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}
.newsDetail .entry-content a:hover {
  opacity: 0.7;
}
.newsDetail .days span img {
	vertical-align:middle;
}

.newsDetail .entry-title {
	padding:6px 0;
	margin:0 0 30px;
	border-bottom:1px solid #666;
	font-size:133%;
}
.more_disp {
	clear:both;
	text-align:center;
	margin:0 0 80px;
}
.more_disp p {
	color:#999;
}

.archiveNavi {
  margin-bottom: 80px;
}
.is-hidden {
  display: none;
}
.stockArea a {
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}
.stockArea a:hover {
  text-decoration: none;
  opacity: .7;
}
.calenderArea .cal img {
  width: 100%;
  height: 100%;
}
@media(max-width:767px){

  .content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
 .archiveNavi{
    width: 100%;
    margin-bottom: 40px;
  }
 .archiveNavi ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
 .archiveNavi {
    height: initial;
  }
  #allBtn {
    display: none;
  }
 .newsItem .textArea ,.newsItem .thumbs{
    width: 100%;
    float: none;
  }
  .archiveNavi ul li a { 
    font-size: 10px;
  }
 .newsItem .thumbs {
    height: initial;
  }
  
 .newsItem .textArea {
    font-size: 12px;
  }
 .newsItem .textArea h4+ p {
    margin-bottom: 8px;
  }
 
  /* courtesu */
  .courtesyArea {
    width: 100%;
  }
  .irTable,.irTable tr,.irTable td,.irTable th,.irTable tbody {
    width: 100%!important;
    display: block;
  }
  .courtesyArea, .libraryArea, .reportArea, .stockArea {
    width: 100%;
  }
  .eir_pdfNote_item {
    margin-bottom: 8px;
  }
  .eir_pdfNote_item img {
    width: initial;
  }
  table.irTableW {
    width: 100%;
  }
  .disclaimerArea, .stockArea, .calenderArea, .stockpriceArea {
    width: 100%;
  }
}
.textTitle{
    margin: 40px 0 20px 0;
    padding: 0 0 6px;
    border-bottom: 1px solid #666;
    font-size: 133%;
    font-weight: normal;
} 
.disclaimerArea .textTitle {
  font-size: 16px;
  font-weight: normal;
  background: #f2f2ef;
  padding: 8px;
  border-bottom: none;
}
.s_eirList_item {
  display: flex;
}
.s_eirList_item_head {
  width: 100%;
}
.s_eirList_item_body {
  width: 100%;
}
.s_eirList_item_type_figure {
  display: none;
  margin-left: 5px;
}
.s_eirList_item_title {
  display: inline;
  background: url(../img/filetype_icon/pdf__.png) 0 20% no-repeat;
  background-size: contain;
  /* padding-left: 30px; */
  margin-left: 10px;
}
.s_eirList_item_title a {
  color: #000;
  margin-left: 0;
}
.s_eirList_item_title a:hover {
  opacity: .7;
}
@media(min-width: 768px){
  .s_eirList_item_head {
    width: 10rem;
  }
  .s_eirList_item_body {
    width: calc(100% - 10rem);
  }

}