@charset "utf-8";


/*イノベーション推進ヘッダー（ロゴ）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background:#f5f5f5 url(../images/inv_header_line.gif)repeat-x 100% 0;
	border-bottom: 1px solid #BBB9B9 ;
}
header .inner {
	height: 77px;
}
/*ロゴ画像*/
header #logo {
	width: 330px;
	float: left;
	margin-top: 15px;
}

/*イノベーション推進背景色
---------------------------------------------------------------------------*/
.contents {
	background-color: #FFF!important;/
}

/*イノベーション推進見出し
---------------------------------------------------------------------------*/
.contents h1,h2{
    padding: 10px 0;
    border-top: 1px dotted #ABA7A7;
    border-bottom: 1px dotted #ABA7A7;
	background-image: none!important;
}

/*イノベーション推進TOPページ設定
---------------------------------------------------------------------------*/
#bnabox{
	text-align: center;
	margin: 5% 0 3% 0;
}
#bnabox img {
/* 2019/02/21 MOD START */
/*	width: 49%; */
	width: 100%;
	margin: 0!important;
	transition: 0.2s;
}
#bnabox img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

@media screen and (max-width:800px){ /*タブレット・スマホの場合*/
	#bnabox img {
				width: 470px;
				margin-bottom: 5px!important;
	}
}

#bnabox .imgP{
	padding-left:10px!important;
}

@media screen and (max-width:800px){ /*タブレット・スマホの場合*/
	#bnabox .imgP{
				padding-left:0!important;　/*バナー余白*/
	}
}
.pB10{padding-bottom: 10px!important}
