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

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

/* dotai only 22020R02 */

/* ===============================================
#					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;
}


/*
 *	事務局お問い合わせ先
 */
/*--- 背景不要 ---
#ototable .mail{
	background: url(images/toiawase_dotai2r2.png) no-repeat;
	vertical-align: bottom;
	border: none;
	background-size:435px 135px;
	background-position:bottom;
}
*/
 
#ototable .mail a {
	width: 870px;
	height: 70px;
	background: url(images/toiawase_dotai2r2.png) no-repeat;
	display: block;
	text-indent: -9999px;
	/*vertical-align: middle;*/
	border: none;
	transition: 0.3s;
	background-size:500px 60px;
	background-position:bottom;
}
#ototable .mail a:hover {
	background-image: url(images/toiawase_dotai2r2-2.png);
	vertical-align: bottom;
	border: none;
	background-size:500px 60px;
	background-position:bottom;
}

/*	質問票ダウンロード	*/
/*--- 背景 ---*/
#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%;
}
