@charset "UTF-8";

.dir_title.sub{
	max-width:980px!important;
	height:168px;
	padding-top:24px;
	box-sizing: border-box;
}


.company #page_content{
    padding-top:20px;
}


/* pankuzu */
.company #pankuzu{
    border-bottom:none;
    padding-bottom: 0;
    padding-top:0;
}


/* dir title */
.dir_title p{
    width:980px;
    height:100px;
    line-height: 100px;
    font-size:160%;
    margin:0 auto;
    font-weight: bold;
}
.dir_title h1{
    font-size:170%;
	height:auto;
	padding-bottom:0.8em;
	line-height: 1.5;
	letter-spacing: 0.2em;
	padding-left:0.2em;
	position: relative;
	text-align: center;
	color:#626262;
	font-weight: normal;
}
.dir_title h1:after{
	content: "";
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	font-weight: bold;
	letter-spacing: 0.1em;
	bottom: -0.5em;
	color: #15336c;
	font-size:58%;
}


/* .list_table customize*/
table.table_blue {
	background: #ffffff;
	border: 1px solid #ddd;
	width: 100%;
	border-right: none;
	box-sizing: border-box;
}
table.table_blue th,
table.table_blue td {
	border-top: 1px solid #ddd;
	vertical-align: middle;
	box-sizing: border-box;
}
table.table_blue th {
	width: 176px;
	padding: 10px 0 10px 24px;
	background:#15336c;
	color:#fff;
}
table.table_blue td {
	border-left: 1px solid #ddd;
	width: auto;
	padding: 10px 10px 10px 24px;
	line-height: 1.85;
}
table.table_blue th .fs90 {
	font-size: 92.9%;
}


/* utility */
.fs15 {	font-size: 107.1%!important; }
.mt30 { margin-top: 30px!important; }
.taR { text-align: right!important; }
.link_txt{ 
	color: #006fad;
}
.link_txt > .fa {
	margin-right: 0.2em;
	color: #999999;
}
.link_txt > .fa.fa-file-excel-o {
	color: #007233;
}
.link_txt > .fa.fa-file-pdf-o {
	color: #cf4528;
}





@media screen and (max-width: 834px) {
	.dir_title.sub{
		padding-top:0;
		height:120px;
	}
	.company #page_content{
		padding-top:76px;
	}

	table.table_blue,
	table.table_blue tr {
		display:block;
	}
    table.table_blue:not(.scroll) {
		border: none;
		width: 100%;
	}
	table.table_blue:not(.scroll) th,
	table.table_blue:not(.scroll) td {
		display: block;
		padding: 10px 1%;
		width: 98%;
	}
	table.table_blue:not(.scroll) th {
		border-top: none; 
		font-weight: bold;
	}
	table.table_blue:not(.scroll) td {
		border-left: none;
		margin: 0 0 10px 0;
	}
}




.tbl_wrapper_scr{
	width:100%;
}

@media screen and (max-width: 834px) {
	.tbl_wrapper_scr{
		overflow-x: scroll;
	}
}