@charset "utf-8";
/*
 * top_sp.css
 *
 *  version --- 1.0
 *  updated --- 2019/7/18
 */
.detailWrap{
	padding: 0 15px;
	box-sizing: border-box;
}

.detailParint .tabAlt{
    margin: 0 auto;
    text-align: center;
}
.detailParint .tabAlt li{
	display: inline-block;
    width: 47%;
}
.detailParint .tabAlt li a{
  height: 40px;
  background-color: #fff;
  line-height: 18px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9E9E9E;
  position: relative;
}

.detailParint .tabAlt li a.btnAcv{
	background: #1360A6;
	color: #fff;
	position: relative;
	box-sizing: border-box;
}
.detailParint .tabAlt li a:hover{
	text-decoration: none;
}
.detailParint:before {
   display: none;
}
.detailParint .tabAlt li a.btnAcv:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    left: 0;
    content: '';
    border-left: 14px solid transparent;
    border-top: 14px solid #1360A6;
    border-bottom: 0;
    border-right: 14px solid transparent;
    width: 0;
    height: 0;
    z-index: 2;
}
.detailBtn{
	background-color: #dce7f2;
	align-items: center;
	margin-bottom: 20px;
	padding:1% 0;
}
.detailBtn .tabList {
    padding: 0;
    width: 48%;
    margin: 1% 0 1% 1%;
	display:inline-block;
}
.detailBtn a{
	font-size: 1.3rem;
	padding: 7px 0;
	width:100%;
}
.detailBtn .tabList a.current{
	color: #1360A6;
}
.detailBtn a:hover{
	text-decoration: none;
	color: #1360A6;
}

.detailDl{
	margin-bottom: 25px;
}
.detailDl dl{
	padding-left: 15px;
	box-sizing: border-box;
}
.detailDl dt,.detailDl dd{
	padding: 5px 0;
}
.detailDl dt{
	float: left;
	width: 110px;
	font-size: 1.4rem;
	color: #666;
}
.detailDl dd{
	overflow: hidden;
}
.detailDl dd a{	
	font-size: 1.4rem;
	color: #666;
}

.detailTable{
	max-width: 915px;
	margin: 0 5%;
}
.detailTable table{
	width: 100%;
	border: 1px solid #B3B3B3;
	border-bottom: none;
	margin:10px auto 40px auto;
}
.colg02{
	width: 35%;
}
.colg03{
	width:65%;
}
#report-list th{
	display:none;
}
.detailTable tr th:first-child{
	padding-left: 10px;
}
.thTop{
	vertical-align: top;
	font-size: 1.3rem;
}
.detailTable tr{
	padding:5px;
	margin-top: 10px;
}
.detailTable tr .thback{
	background-color: #E6E6E6;
	font-size: 1.3rem;
	color: #666;
	padding: 10px 0 10px 10px;
}
.detailTable tr td{
	padding-right: 10px;
	padding-left: 10px;
}
.detailTable tr td,.detailTable tr td a{
	font-size: 1.2rem;
	color: #666;
}
.detailTable tr td h2{
	margin-bottom: 15px;
}
.detailTable tr td p{
	margin-bottom: 10px;
}
.detailTable tr th,.detailTable tr td{
	padding: 10px;
}
.detailTable tr{
	border-bottom: 1px solid #B3B3B3;
}
.detailTable th,
.detailTable tr .thback,
.detailTable tr .date,
.detailTable tr .year,
.detailTable tr .item,
.detailTable tr .title,
.detailTable tr .period,
.detailTable tr .report-date{
	background-color: #E6E6E6;
	color: #666;
	padding: 10px;
}
#others .contBlockWrap,
#detail .contBlockWrap,
#com_list .contBlockWrap{
    background-color: #fff;
    padding: 0;
}
.detailLogo{
	padding: 0 10px;
	box-sizing: border-box;
}
.detailLogo p{
	text-align:center;
}
.detailLogo p + p{
	margin: 10px 0;
}
#detail .tab_content {
    padding: 12px 0 0;
}
.tabAlt {
    max-width: 100%;
}


.detailParint .movepdf{
	position: relative;
	padding-right: 40px;
	box-sizing: border-box;
}
.move{
	padding-left: 5px;
}

.pdf{
	padding-left: 5px;
}
/*決済発表スケジュール表調整*/
.calenderlist th{
display: none;
}
.calenderlist td{
display: block;
}
.calenderlist td:nth-child(1)::before{
content: 'Date：';
}
.calenderlist td:nth-child(2)::before{
content: 'Code：';
}
.calenderlist td:nth-child(3)::before{
content: 'Company name：';
}
.calenderlist td:nth-child(4)::before{
content: 'Industrial：';
}
.calenderlist td:nth-child(5)::before{
content: '決算：';
}
.calenderlist td:nth-child(6)::before{
content: '内容：';
}