@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:150px;
	width:128px;
	width:14.2%;
	*/
	width: 128.5px;
}




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

/*
 *	スケジュール概要
 */

/*--- tableタグ等のセンタリング ---*/
#schedule_overview {
	display: flex;
	justify-content: center;
	width: 100%;
}

/*--- ベースのパネル ---*/
#schedule_overview .panel_base {
	display: block;
	background-color: #E8F3E7;
	width: 730px;
	padding: 20px;
	/*
	margin: 0;
	border: 0;
	outline: 0;
	*/
}

/*--- テーブル ---*/
#schedule_overview table {
	border-style: none;
}
/*--- セル ---*/
#schedule_overview td {
	border-style: none;
}

/*--- タイトル ---*/
#schedule_overview .title {
	background-color: white;
	border-style: solid;
	border-color: #0193C7;
	border-width: 2px;
	vertical-align: middle; 
	text-align: center;

	color: #224D86;
}
/*--- タイトル：文字 ---*/
/* 大 */
#schedule_overview .title_str {
	font-weight: bold;
	font-size: large;
	line-height: 1em;
}
/* 中 */
#schedule_overview .title_mid {
	font-weight: bold;
	font-size: medium;
	line-height: 1em;
}
/* 小 */
#schedule_overview .title_sml {
	font-weight: bold;
	font-size: small;
	line-height: 1em;
}

/*--- xx次 ---*/
#schedule_overview .next {
	background-color: #f99107;
	color: white;
	width: 30px;
	vertical-align: middle;
	font-weight: bold;
	font-size: larger;
	text-align: center;
	line-height: 1em;
}
#schedule_overview .next_schedule {
	color: #f99107; 
	font-weight: bold;
	font-size: medium;
}

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

/*	メールでのお問合せはこちら	*/
/*--- 背景不要 ---
#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 {
	height: 600px;
	background: rgb(212,237,234)
}

#ototable .mail a {
	width: 435px;
	height: 135px;
	background: url(./images/dotai01.png) no-repeat;
	display: block;
	text-indent: -9999px;
	/*vertical-align: bottom; ブロック要素に使用できない*/
	border: none;
	transition: 0.3s;
	background-size:400px 115px;
	background-position: center;
}
#ototable .mail a:hover {
	width: 435px;
	height: 135px;
	background-image: url(./images/dotai02.png);
	vertical-align: bottom;
	border: none;
	background-size:400px 115px;
	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%;
}
