@charset "utf-8";
/* Copyright 2015 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

国土交通省の資料

------------------------------------------------------------ */

/* グローバルナビアクティブ
---------------------------------------------- */
ul#nav_global01 li.g03 a{background:url(../img/nav_global01.jpg) no-repeat -391px -62px;}


/* div
---------------------------------------------- */
div#side_mlit01{
	background:#FFF;
	border:1px solid #BCC2C4;
	border-top:none;
	margin-bottom:10px;
	padding:10px;
}

div#side_mlit01 ul li{
	background:url(../img/ico_arrow06.png) no-repeat left 0.4em;
	border-bottom:1px dotted #BCC2C4;
	padding:0 0 5px 10px;
	margin-bottom:10px;
	font-size:93%;
}

div#side_mlit01 ul li:last-child{
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}

div#side_mlit01 ul li a{
	color:#333;
	display:block;
}

div#side_mlit01 ul li a:hover{opacity:0.7;}

/* ul
---------------------------------------------- */
ul#nav_mlit{
	width:100%;
	height:35px;
	margin-bottom:20px;
	border-bottom: 2px solid #b71c20;
    box-sizing: border-box;
}

ul#nav_mlit li{float:left;}

ul#nav_mlit li.m01{width:123px;}
ul#nav_mlit li.m02{width:110px;}
ul#nav_mlit li.m03{width:150px;}
ul#nav_mlit li.m04{width:132px;}

ul#nav_mlit li a{
	display:block;
	height:35px;
}

ul#nav_mlit li.m01 a{background:url(../img/mlit/nav_mlit01.jpg) no-repeat 0 0;}
ul#nav_mlit li.m02 a{background:url(../img/mlit/nav_mlit01.jpg) no-repeat -123px 0;}
ul#nav_mlit li.m03 a{background:url(../img/mlit/nav_mlit01.jpg) no-repeat -233px 0;}
ul#nav_mlit li.m04 a{background:url(../img/mlit/nav_mlit01.jpg) no-repeat -383px 0;}

ul#nav_mlit li.m01 a:hover{background:url(../img/mlit/nav_mlit01.jpg) no-repeat 0 -35px;}
ul#nav_mlit li.m02 a:hover{background:url(../img/mlit/nav_mlit01.jpg) no-repeat -123px -35px;}
ul#nav_mlit li.m03 a:hover{background:url(../img/mlit/nav_mlit01.jpg) no-repeat -233px -35px;}
ul#nav_mlit li.m04 a:hover{background:url(../img/mlit/nav_mlit01.jpg) no-repeat -383px -35px;}

ul#nav_mlit li.m01 a.active{background:url(../img/mlit/nav_mlit01.jpg) no-repeat 0 -70px;}
ul#nav_mlit li.m02 a.active{background:url(../img/mlit/nav_mlit01.jpg) no-repeat -123px -70px;}
ul#nav_mlit li.m03 a.active{background:url(../img/mlit/nav_mlit01.jpg) no-repeat -233px -70px;}
ul#nav_mlit li.m04 a.active{background:url(../img/mlit/nav_mlit01.jpg) no-repeat -383px -70px;}

ul#nav_mlit li span{display:none;}

/* アコーディオン
---------------------------------------------- */
p.toggle{
	background:url(../img/btn_search02_on.jpg) no-repeat 0 0;
	height:39px;
	margin-bottom:0;
	cursor:pointer;
}

p.open{
	background:url(../img/btn_search02.jpg) no-repeat 0 0;
	height:39px;
	margin-bottom:0;
	cursor:pointer;
}

p.toggle span{display:none;}

div#search_inner{
	border:1px solid #DADBDC;
	border-top:none;
	padding:20px;
}

.txt_dl{
	text-align: right;
    position: relative;
    top: -24px;
    left: 0;
    margin-bottom: -14px;
    pointer-events: none;
}
.txt_dl .txt1{
	margin-right: 15px;
}
.txt_dl .txt2{
	
}

.search_type{
	display: inline-block;
}
.search_type p{
	display: inline-block;
	margin:0 5px;
}
.search_type label{
	margin-right: 5px;
	cursor: pointer;
}
.search_type label:hover{
	opacity: .7;
}
.search_type input{
	vertical-align: middle;
}


.search{position: relative;}
.search.disable #search_inner{
	position: relative;
}
.btn_about_reg{display: none;}
.search.disable .btn_about_reg{
	display: block;
    width: 200px;
    background: linear-gradient(#fd852f,#fd6019);
    color: white;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    text-align: center;
    padding: 18px 0 16px;
    border-radius: 5px;
    overflow: hidden;
    letter-spacing: .1rem;
    margin: -10px 0 0 -100px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    line-height: 1;
}
.search.disable .btn_about_reg:hover{
	background: linear-gradient(#fda12f,#fd7819);
}
.comment{display: none;}
.search.disable .comment{
	display: block;
    color: white;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -50px;
    text-align: center;
    width: 100%;
}
.search .overlay{display: none;}
.search.disable .overlay{
	display: block;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.table_pdf{
	margin-bottom: 40px;
}
.table_pdf tr th:nth-child(1),
.table_pdf tr td:nth-child(1){
	text-align: center;
	width: 22px;
	white-space: nowrap;
}
.table_pdf tr th:nth-child(2),
.table_pdf tr td:nth-child(2){
	width: 595px;
	word-break: break-all;
}
.table_pdf tr th:nth-child(3),
.table_pdf tr td:nth-child(3){
	width: 52px;
	white-space: nowrap;
}

.wrap_btn{
	overflow: hidden;
	position: relative;
}
.wrap_btn .link_back{
	position: absolute;
    top: 30px;
    left: 0;
    color: #007edc;
    text-decoration: underline;
}
.wrap_btn .filesize{
	text-align: center;
    color: #175d92;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 40px;
}
.wrap_btn .filesize span{
	display: block;
    font-size: 22px;
}
.btn_dl01{
	display: block;
    width: 360px;
    margin: 0 auto 30px;
    text-align: center;
    padding: 13px 0 12px;
    border: 3px solid #007edc;
    color: #007edc;
    border-radius: 5px;
    letter-spacing: .1rem;
    font-weight: bold;
    font-size: 18px;
    transition: all .3s;
}
.btn_dl01:hover{
	color: white;
	background:#007edc;
}

.btn_dl01 span{
	display: block;
	font-size: 12px;
}

.resultStats{
	color: #f98300;
	font-weight: bold;
	margin-bottom: 0;
	display: inline-block;
}

.csv_download{
	display: inline-block;
    background: url(/img/ico_arrow07.gif) no-repeat left top 3px;
    padding-left: 25px;
    color: #0084e6;
    text-decoration: underline;
    font-weight: bold;
}
.csv_download:hover{opacity: .7;}

.table_rating tr th:nth-child(1),
.table_rating tr td:nth-child(1){
	width: 74px;
}
.table_rating tr th:nth-child(2),
.table_rating tr td:nth-child(2){
	width: 115px;	
}
.table_rating tr th:nth-child(3),
.table_rating tr td:nth-child(3){
	width: 50px;	
}
.table_rating tr th:nth-child(5),
.table_rating tr td:nth-child(5){
	width: 128px;
}
.table_rating tr th:nth-child(6),
.table_rating tr td:nth-child(6){
	width: 31px;
}
.table_rating tr th:nth-child(7),
.table_rating tr td:nth-child(7){
	width: 46px;
}

.table_cost tr th:nth-child(1),
.table_cost tr td:nth-child(1){
	width: 74px;
}
.table_cost tr th:nth-child(2),
.table_cost tr td:nth-child(2){
	width: 76px;
}
.table_cost tr th:nth-child(4),
.table_cost tr td:nth-child(4){
	width: 46px;
}

.table_disclosure tr th:nth-child(1),
.table_disclosure tr td:nth-child(1){
	width: 74px;
}
.table_disclosure tr th:nth-child(2),
.table_disclosure tr td:nth-child(2){
	width: 63px;
}
.table_disclosure tr th:nth-child(3),
.table_disclosure tr td:nth-child(3){
	width: 89px;
}
.table_disclosure tr th:nth-child(5),
.table_disclosure tr td:nth-child(5){
	width: 26px;
}
.table_disclosure tr th:nth-child(6),
.table_disclosure tr td:nth-child(6){
	width: 39px;
}
.table_disclosure tr th:nth-child(7),
.table_disclosure tr td:nth-child(7){
	width: 26px;
}
.table_disclosure tr th:nth-child(8),
.table_disclosure tr td:nth-child(8){
	width: 74px;
}

dl.project_title{
	display: flex;
	align-items: baseline;
	margin-bottom: .5rem;
}
dl.project_title dt{
	font-size: 13px;
	width: 52px;
	white-space: nowrap;
}
dl.project_title dd{
	font-size: 16px;
    font-weight: bold;
}


.table_dsiclosure_single tr th:nth-child(1),
.table_dsiclosure_single tr td:nth-child(1){
	width: 74px;
}
.table_dsiclosure_single tr th:nth-child(4),
.table_dsiclosure_single tr td:nth-child(4){
	width: 26px;
}
.table_dsiclosure_single tr th:nth-child(5),
.table_dsiclosure_single tr td:nth-child(5){
	width: 39px;
}
.table_dsiclosure_single tr th:nth-child(6),
.table_dsiclosure_single tr td:nth-child(6){
	width: 52px;
}
.table_dsiclosure_single tr th:nth-child(7),
.table_dsiclosure_single tr td:nth-child(7){
	width: 74px;
}


dl.project_title{
	display: flex;
	align-items: baseline;
	margin-bottom: .5rem;
}
dl.project_title dt{
	font-size: 13px;
	width: 52px;
	white-space: nowrap;
}
dl.project_title dd{
	font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    width: 708px;
}

.table_dsiclosure_single{
	margin-bottom: 25px;
}
.table_dsiclosure_single tr th,
.table_dsiclosure_single tr td{
	padding: 10px 7px 7px;
    line-height: 1;
}

.table_dsiclosure_single tr th{
	width: 126px;
}

