@charset "utf-8";
/* CSS Document */

/*----------------------------------------------
  .home-sentence 左メニュー
----------------------------------------------*/
.contents .home-sentence .leftmenu{
	clear: both;
	float: left;
	width: 260px;
	margin-bottom: 20px;
}
.home-sentence .leftmenu .abouttechno {}


.home-program {
	width: 630px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]padding: 20px; */
	background-repeat: repeat-x;
	background-position: center center;
	clear: right;
	margin-bottom: 20px;
	margin-top: 0px;
}
.home-programend {
	clear: both;
}

/*次世代自動車はずし*/
.home-program-ue {
	width: 630px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]padding: 20px; */
	background-repeat: repeat-x;
	background-position: center center;
	clear: right;
	margin-bottom: 0px;
	margin-top: 0px;
}

/*----------------------------------------------
  home-prog ttl
----------------------------------------------*/
.home-ttl {
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bolder;
	font-size: 18px;
	padding-top: 8px;
	text-align: center;
	margin-top: 30px;
	background-color: #001F62;
	padding-bottom: 5px;
}

/*----------------------------------------------
  home-prog Button
----------------------------------------------*/


ul.home-prog-button{
	list-style: none;
	margin: 0 auto;
}

ul.home-prog-button li{
	list-style: none;
	float: left;
	width: 210px;
	text-indent: -9999px;
}

ul.home-prog-button a{
	display: block;
	width: 210px;
	height: 200px;
	text-indent: -9999px;
	overflow: hidden;
}
ul.home-prog-button a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}


a.S1{
	background-image: url(../image2019/home-S1.png);
	background-repeat: no-repeat;
	background-position: center center;
}

a:hover.S1{
	background-repeat: no-repeat;
}

a.S2{
	background-image: url(../image2019/home-S2.png);
	background-repeat: no-repeat;
	background-position: center center;
}

a:hover.S2{
	background-repeat: no-repeat;
}

a.S3{
	background-image: url(../image2019/home-S3.png);
	background-repeat: no-repeat;
	background-position: center center;
}

a:hover.S3{
	background-repeat: no-repeat;
}

a.S4{
	background-image: url(../image2019/home-S4.png);
	background-repeat: no-repeat;
	background-position: center center;
}

a:hover.S4{
	background-repeat: no-repeat;
}

a.S5{
	background-image: url(../image2019/home-S5.png);
	background-repeat: no-repeat;
	background-position: center center;
}

a:hover.S5{
	background-repeat: no-repeat;
}

a.S6{
	background-image: url(../image2019/home-S6-2.png);
	background-repeat: no-repeat;
	background-position: center center;
}

a:hover.S6{
	background-repeat: no-repeat;
}

a.S7{
	background-image: url(../image2019/home-S7.png);
	background-repeat: no-repeat;
	background-position: center center;
}

a:hover.S7{
	background-repeat: no-repeat;
}

a.S8{
	background-image: url(../image2019/home-S8-2.png);
	background-repeat: no-repeat;
	background-position: center center;
}

a:hover.S8{
	background-repeat: no-repeat;
}


/*----------------------------------------------
  home-prog Button-naka
----------------------------------------------*/
ul.home-prog-button-naka{
	list-style: none;
	margin: 0 auto;
}

ul.home-prog-button-naka li{
	list-style: none;
	float: left;
	width: 210px;
	text-indent: -9999px;
}

ul.home-prog-button-naka a{
	display: block;
	width: 210px;
	height: 200px;
	text-indent: -9999px;
	overflow: hidden;
}
ul.home-prog-button-naka a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*仮用*/
.home-prog-pre {
	margin-left: auto;
	margin-right: auto;
	/* [disabled]border-radius: 40px; */
	margin-top: 25px;
}


/*----------------------------------------------
 middle whats new (index)
----------------------------------------------*/
.middle {
	/* [disabled]width: 100%; */
	margin-right: auto;
	margin-left: auto;
}
.middle > .tl {
	border-bottom: 3px solid #3D0D62;
	font-size: 17px;
	font-weight: bold;
	color: #3D0D62;
}

#whatsnew {
	overflow: auto;
	height: 60px;
	padding: 0 3px;
	background-color: #FFFFFF;
}

.wnew-list {
	margin: 0 auto;
	width: 100%;
	padding: 7px 0;
	float: left;
	border-bottom: 1px solid #C0C0C0;
	display: inline-block;
	color: #000000;
}

.wnew-list dt {
	text-align: left;
	vertical-align: top;
	font-size: 90%;
	font-family: "メイリオ";
	float: left;
	margin-top: 2px;
	margin-right: 15px;
}

.wnew-list dd {
	text-align: left;
	vertical-align: top;
	float: left;
}
