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

.detailParint .tabAlt{
    margin: 0 auto;
    text-align: center;
    display: flex;
}
.detailParint .tabAlt li{
	display: inline-block;
    width: 25%;
    margin: 0 10px;
}
.detailParint .tabAlt li a{
  height: 40px;
  background-color: #fff;
  line-height: 40px;
  font-size: 1.6rem;
  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;
    animation-name: fadein;
    animation-duration: 1s;
}

.detailBtn{
	background-color: #dce7f2; 
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.detailBtn .tabList{
	padding: 0 10px;
	box-sizing: border-box;
}
.detailBtn a{
	font-size: 1.4rem;
	padding: 7px 0;
    display: inline-block;
}
.detailBtn .tabList a.current{
	color: #1360A6;
}
.detailBtn a:hover{
	text-decoration: none;
	color: #1360A6;
}

.detailDl{
	margin-bottom: 45px;
}
.detailDl dl{
	padding-left: 35px;
	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 auto;
}
.detailTable table{
	width: 100%;
	border: 1px solid #B3B3B3;
	border-bottom: none;
	margin:10px auto 40px auto;
}
.colg02{
	width: 25%;
}
.colg03{
	width:75%;
}
.detailTable tr th:first-child{
	padding-left: 30px;
}
.thTop{
	vertical-align: top;
}
.detailTable tr{
	margin-top: 10px;
}
.detailTable th,
.detailTable tr .thback,
.detailTable tr .year,
.detailTable tr .item,
.detailTable tr .date,
.detailTable tr .title,
.detailTable tr .period,
.detailTable tr .report-date{
	font-weight:bold;
	background-color: #E6E6E6;
	color: #666;
	padding: 10px;
}
.detailTable tr .item{
	min-width:150px;
	font-weight:bold;
	background-color: #E6E6E6;
	color: #666;
	padding: 10px;
}
.detailTable tr .date{
	width:100px;
}
.datem,.dated{
	border-right:dotted #999 1px;
}
.detailTable tr td,.detailTable tr td a{
	font-size: 1.4rem;
	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;
}
#others .contBlockWrap,
#detail .contBlockWrap,
#com_list .contBlockWrap{
    background-color: #fff;
    padding: 30px 0 150px;
}
.detailLogo{
	display: table;
	margin: 10px 0 40px;
}
.detailLogo p{
  display:table-cell;
  vertical-align:middle;
}
.detailLogo p img{
	margin-right: 20px;
}
.detailLogo p:last-child{
	font-size: 1.8rem;
	color: #333;
}
#detail .tab_content {
    padding: 12px 0 0;
}
.tabAlt {
    max-width: 100%;
}
.detailParint .tabAlt li:first-child{
    margin-left: 0;
}
.detailParint .tabAlt li:last-child{
    margin-right: 0;
}
.detailParint .movepdf{
	display: inline-block;
	position: relative;
	padding-right: 30px;
	box-sizing: border-box;
}
.move{
	position: absolute;	
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.pdf{
	position: absolute;	
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}