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

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

/* dotai only 22020R02 */

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

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

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

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

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


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

/*	メールでのお問合せはこちら	*/
#ototable .mail a {
	width: 870px;
	height: 70px;
	background: url(./images/scan01.png) no-repeat;
	display: block;
	text-indent: -9999px;
	/*vertical-align: middle; ブロック要素に使用できない*/
	border: none;
	transition: 0.3s;
	background-size:500px 60px;
	background-position: center;
}
#ototable .mail a:hover {
    background-image: url(./images/scan02.png);
    vertical-align: middle;
    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: 65px;
    */
	width: 435px;
	height: 45px;
	display: block;
	text-indent: -9999px;
	/*vertical-align: bottom; ブロック要素に使用できない*/
	border: 1px;
	transition: 0.3s;
	/*
	background-size:435px 135px;
	*/
	background: url(/images/word_pink.png) no-repeat;
	background-size: 140px 45px;
	background-position: top right 8%;
}
/*--- on：Word形式 ---*/
#ototable .word a:hover {
	/* 全体の枠 */
	width: 435px;
	height: 45x;
	display: block;
	border: 1px;
	/*
	vertical-align: bottom;
	background-size:435px 135px;
	*/
	background-image: url(/images/word_blue.png);
	background-size: 140px 45px;
	background-position: top right 8%;
}
/*--- on：pdf形式 ---*/
#ototable .pdf a {
	/* 全体の枠 */
	width: 435px;
	height: 58px;
	display: block;
	text-indent: -9999px;
	/*vertical-align: bottom; ブロック要素に使用できない*/
	border: none;
	transition: 0.3s;
	/*
	background-size:435px 135px;
	*/
	background: url(/images/pdf_pink.png) no-repeat;
	background-size: 140px 45px;
	background-position: right 8% top;
}
/*--- on：pdf形式 ---*/
#ototable .pdf a:hover {
	/* 全体の枠 */
	width: 435px;
	height: 58px;
	display: block;
	border: none;
	/*
	vertical-align: bottom;
	background-size:435px 135px;
	*/
	background-image: url(/images/pdf_blue.png);
	background-size: 140px 45px;
	background-position: right 8% top;
}
