@charset "utf-8";
/* CSS Document */

.h2{
	color:#5f5f5f;
	background:#fff;
	border-top:3px solid #96c5e0;
	font-size: larger;		/* x-large; larger; large; */
	margin:0 0 20px 0;
	padding:7px 12px 8px 12px;
}

/***********************************************************************
 *	運輸部門エネルギー使用合理化・非化石エネルギー転換推進事業費補助金
 *	 		トラック輸送の省エネ化事業
 ***********************************************************************/

 /* タイトルの背景画像 */
.topBG {
	background: linear-gradient(#115594, #115594);
	/* background-image: url(./images/dotai02.jpg); */
	background-size:900px 134px;

}

.topTitle{
	border-style: none;
	/* font-size: xx-large; */
	font-size: 18pt;
	font-weight: bolder;
	text-align: center;
	color: #fff;
}


/* ===============================================
#					contents
=============================================== */

/*-----------< index.html >----------*/
/*
 *	補助事業説明会 | スケジュール | 申請システム/提出書類 | よくある質問
 */

#gNavi.dotai ul{
	/* background: url(/images/bg_gnavi_taxi.png) repeat-x; */
	background-color: #255f96ce;
}

#gNavi.dotai li{
	background: url(/images/line_gnavi_taxi.png) no-repeat right top;
}


/*-----------< 補助事業概要 >----------*/

/*-----------< スケジュール >----------*/
#notes table
{
	border: none;
	border-collapse: collapse;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#notes td{
	text-align: center;
	vertical-align: middle;
}
#notes .dashed
{
	text-align: left;
	width: 600px;
	/*
	border: 1px dashed #2F5597;
	*/
	padding: 5px;
}
#notes a{
	color: white;
	background-color: hotpink; 	/* 背景色 */
	text-decoration: none;			/* アンカーの下線を消す */
	display: block;					/* アンカーの大きさを調整を可能にさせる */
	height: 50px;
	width: 200px;
	line-height:50px;				/* 文字の行の高さ　大体中央になる */
	margin-left: auto;
	margin-right: auto;
}
#notes a:hover{
	background-color: lightpink; 	/* 背景色 */
}

#lst table{
	border: none;
	border-collapse: collapse;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#lst th{
	background-color: #D9E1F2;
	border: 1px solid #2F5597;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}
#lst td{
	border: 1px solid #2F5597;
	padding: 3px;
	font-size:14px;
	line-height:1.7em;
	text-align: center;
	vertical-align: middle;
}

/* 補助事業スケジュール */
#plan {
	border: 1px solid navy;
	background-color: #DAE3F3;
	padding: 30px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#plan table {
	width: 100%;
}
#plan td {
	height: 30px;
	font-size:14px;
	line-height:1.7em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#plan .day {
	color: white;
	/* background-color: #2F5597; */
	background-color: #116697;
	height: 30px;
	padding: 10px 0px;
}
#plan .phase {
	color: black;
	background-color: white;
	height: 50px;
}
#plan .phase_bg {
	background-color: #DAE3F3;
	background-image: url("./images/bgPlan.png");
	background-repeat: repeat-x;
	height: 50px;
}
#plan .event {
	color: black;
	background-color: #FFFFCC;
	height: 50px;
}
#plan .next {
	color: black;
	background-image: url("./images/triangle_down.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 35px;
	text-align: center;
	vertical-align: middle;
}
#plan .line {
	height: 10px;
}



/*-----------< 申請システム / 提出書類 >----------*/
#api table{
	border: none;
	border-collapse: collapse;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#api td{
	/*border: 1px solid #2F5597;*/
	padding: 3px;
	font-size:14px;
	line-height:1.7em;
	text-align: center;
	vertical-align: middle;
}
#api a.btn{
	color: white;
	background-color: #9bc2e6; 	/* 背景色 */
	/*
	background-color: hotpink;
	*/
	text-decoration: none;			/* アンカーの下線を消す */
	display: block;					/* アンカーの大きさを調整を可能にさせる */
	height: 100px;
	width: 450px;
	line-height: 100px;				/* 文字の行の高さ　大体中央になる */
	margin-left: auto;
	margin-right: auto;
	font-size: xx-large;
}
#api a.btn:hover{
	background-color: lightpink; 	/* 背景色 */
}

#api a.btn2 {
	width: 450px;
	height: 100px;
	line-height: 100px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: 30px;
	font-weight:bold;
	border-radius: 5px;
	text-decoration: none;
	background: #4ab8b8;
	box-shadow: 0 3px #1d6ab357;
	position: relative;
	display: inline-block;
	top: -2px;
	padding: 5px 20px;
 }
#api a.btn2:hover {
	background: #e9c2dc;
	box-shadow: 0 1px #b97d7d;
	top: 1px;
}

#download table{
	border: none;
	border-collapse: collapse;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
}
#download td{
	/*border: 1px solid #2F5597;*/
	padding: 3px;
	font-size: 14px;
	line-height: 1.2em;
	text-align: left;
	vertical-align: top;
}

#download a{
	color: white;
	background-color: hotpink;		/* 背景色 */
	text-decoration: none;			/* アンカーの下線を消す */
	display: block;					/* アンカーの大きさを調整を可能にさせる */
	height: 35px;
	width: 120px;
	line-height: 35px;				/* 文字の行の高さ　大体中央になる */
	text-align: center;
	/*
	margin-left: auto;
	margin-right: auto;
	font-size: xx-large;
	*/
}
#download a.line1{
	height: 20px;
	line-height: 20px;				/* 文字の行の高さ　大体中央になる */
}
#download a.line2{
	padding-top: 5px;
	line-height: 1.1em;				/* 文字の行の高さ　大体中央になる */
}
#download a:hover{
	background-color: lightpink;		/* 背景色 */
}
#download a.normal{
	color: #00A2E8;				/* 文字色　*/
	text-decoration: none;			/* アンカーの下線を消す */
	/* 戻す */
	background-color: transparent;	/* 背景色 */
	display: inline;				/* アンカーの大きさを調整を可能にさせる */
	height: auto;
	width: auto;
	line-height: normal;			/* 文字の行の高さ　大体中央になる */
	text-align: left;
}
#download a.normal:hover{
	color: turquoise;				/* 文字色　#00A2E8*/
}



/*-----------< 事務局　お問い合わせ先 >----------*/

#ototable {
	height: 400px;
}

#ototable .head {
	height: 50px;
	color: white;			/* 文字色 */
	background: #115594;	/* 背景色 */
	font-size: xx-large; 
	text-align: center;
	vertical-align: middle; 
}

#ototable .dtil {
	height: 60px;
	color: #2B5295;		/* 文字色 */
	/* background: #DAE3F3;	/* 背景色 */
	background: #f0eff8;
	font-size: x-large;
	text-align: center;
	vertical-align: middle;
}
#ototable .dtiltext {
	height: 20px;
	color: black;			/* 文字色 */
	font-size: large;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	/*
	background-image: url(./images/bgContact.png);
	background-repeat: repeat-x;
	padding-top: auto;
	padding-bottom: auto;
	*/
}

#ototable .dtiltext2 {
	height: 60px;
	color: red;			/* 文字色 */
	background: #DAE3F3;	/* 背景色 */
	font-size: medium;
	text-align: center;
	vertical-align: middle;
}

#ototable .foot {
	height: 50px;
	color: white;			/* 文字色 */
	/* background: #2F5597;	 背景色 */
	background: #115594;
	text-align: center;
	vertical-align: middle;
}
#ototable .foottext {
	height: 50px;
	color: white;			/* 文字色 */
	font-size: large;
	text-align: left;
	vertical-align: middle;
}

/* リンクボタン：アンカー関連 */
#ototable a{
	color: #00A2E8;				/* 文字色　*/
	text-decoration: none;			/* アンカーの下線を消す */
}
#ototable a:hover{
	color: turquoise;				/* 文字色　#00A2E8*/
}


/* ダウンロード */
.dlframe{
	border: 2px solid #777777;
	padding: 10px;
	margin: 10px;
	border-radius: 10px;
	display: inline-block;
	align-items: center;
}
.dlframe a{
	color: #505050;
}

.dlbutton{
	font-weight: bold;
	color: #505050;
	width: 150px;
	text-align	: center;
	margin-left:auto;
	margin-right: auto;
	padding: 10px;
	border-radius: 5px;
	background-color: rgb(218, 218, 218);
	box-shadow: 3px 3px 1px rgb(114, 113, 113);
	position: relative;
	display: inline-block;
	top: -2px;
}
.dlbutton:hover{
	box-shadow: 0 1px #111;
	top: 1px;
}

/* ダウンロードファイル一覧 */
.v-middle {
	vertical-align: middle;
	display: inline-block;
	margin: 4px;
	font-size: 13px;
	text-align: center;
}
.waku123L {
	width: 5%;
	vertical-align: middle;
	margin: 4px;
	font-size: 16px;
	text-align: center;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	margin-left: auto;
	margin-right: auto;
}

.waku123 {
	width: 82%;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	margin-left: auto;
	margin-right: auto;
}

.waku1234 { /* 枠最終行 */
	width: 82%;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	margin-left: auto;
	margin-right: auto;
}

/* 画像の親要素のスタイル */
.boximg {
	cursor: pointer;
	height: 47px;
	width: 40px;
	margin-inline: auto;
	margin-top: 3px;
	position: relative;
	transform-style: preserve-3d;
	transition: transform .7s;
}
  /* 画像のスタイル */
.boximg img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
}
/* 2枚目の画像は最初裏返し */
.boximg img:last-of-type {
	transform: rotateX( 180deg );
}
/* hoverすると2枚とも回転 */
.boximg:hover {
	transform: rotateX( 180deg );
}

   /* スライドボタン */
button {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 40px;
	margin: 5px auto 0;
	color: #444444;
	font-size: 1em;
	font-weight: bold;
	background: #d6d6d6;
	overflow: hidden;
	border-radius: 5px;
	border-color: #7a7a7a;
}
  
button span {
	position: relative;
	z-index: 1;
	transition: .3s;
}
  
button:hover span {
	color: #fc6dc0;
}
  
 /* スライドボタン疑似要素 */
button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #7a7a7a;
	transform: translate3d(-100%, 0, 0);
	transition: .3s;
}
  
/* スライドボタン疑似要素(hover) */
button:hover:before {
	transform: translate3d(0, 0, 0);
}
  