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

/***********************************************************************
 *	令和２年度
 *	貨物輸送事業者と荷主の連携等による運輸部門省エネルギー化推進事業費補助金
 *	 		トラック輸送の省エネ化事業
 ***********************************************************************/

/* dotai only 2021R03 */

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

/*
 *	事業概要 | 説明会について | 中間報告について | 実績報告について | 目的から探す
 */

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

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

#gNavi.dotai li a{
	width:180px;
}




#contents .limitTerm{
	line-height: 0.1em;
	color:red;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	/*
	line-height: 1em;
	padding:0 0 20px;
	*/
}



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

/*	メールでのお問合せはこちら	*/
/*--- 背景不要 ---
#ototable .mail{
	width: 420px;
	height: 120px;
	background: url(images/dotai01.png) no-repeat;
	vertical-align: bottom;
	border: none;
	background-size: 390px 110px;
	background-position: right center;
}
*/
 
#ototable .mail a {
	width: 870px;
	height: 70px;
	background: url(./images/dotai01.png) no-repeat;
	display: block;
	text-indent: -9999px;
	/*vertical-align: bottom; ブロック要素に使用できない*/
	border: none;
	transition: 0.3s;
	background-size:500px 60px;
	background-position: center;
}
#ototable .mail a:hover {
	width: 870px;
	height: 70px;
	background-image: url(./images/dotai02.png);
	vertical-align: bottom;
	border: none;
	background-size:500px 60px;
	background-position: center;
}

/*	質問票ダウンロード	*/
/*--- 背景 ---*/
#ototable .question {
	background: url(/images/question.png) no-repeat;
	vertical-align: bottom;
	border: none;
	width: 435px;
	height: 135px;
	/*
	background-size:435px 135px;
	*/
	background-size:400px 115px;
	background-position: center;
}
/*--- on：Word形式 ---*/
#ototable .word a {
	/* 全体の枠 */
	width: 435px;
	height: 135px;
	display: block;
	text-indent: -9999px;
	/*vertical-align: bottom; ブロック要素に使用できない*/
	border: none;
	transition: 0.3s;
	/*
	background-size:435px 135px;
	*/
	background: url(/images/word_pink.png) no-repeat;
	background-size: 140px 45px;
	background-position: right 10% bottom 25%;
}
/*--- on：Word形式 ---*/
#ototable .word a:hover {
	/* 全体の枠 */
	width: 435px;
	height: 135px;
	display: block;
	border: none;
	/*
	vertical-align: bottom;
	background-size:435px 135px;
	*/
	background-image: url(/images/word_blue.png);
	background-size: 140px 45px;
	background-position: right 10% bottom 25%;
}
