@charset "UTF-8";

.noticePage{

}


/* COMMON STYLE
//////////////////////////////////////////////////////////////////// */

/*　<p>　*/
.noticePage p{
	margin:0;
	padding:0;
}

/*　<H2>　*/
.noticePage h2.cp{
	margin:0;
	padding:0;
}


/* OTOKU AREA
//////////////////////////////////////////////////////////////////// */

.noticePage .otokuArea{
	margin:0 0 9px 0;
}

	/* <H2> */
	.noticePage .otokuArea h2{
	margin:0;
	padding:0;
	}


	/* OtokuBox ///
	---------------------------------------------- */
	.noticePage .otokuArea .otokuBox{
		position:relative;
		z-index:0;
		margin:0px 0px 16px 0px;
		height:280px;
	}
	.noticePage .otokuArea .otokuBox2{
		position:relative;
		z-index:0;
		margin:22px 0px 16px 34px;
		height:280px;
	}
	.noticePage .otokuArea .otokuBox3{
		position:relative;
		z-index:0;
		margin:0;
		border: 1px solid #999999;
		background:url(../images/_banner_17/main_visual_yusou_assist_cp_banner.jpg) no-repeat;
		width:730px;
		height:510px;
	}

		/*　自動車　*/
		.noticePage .otokuArea .otokuBox2 .typeCar{
			position:absolute;
			top:0px;
			left:0px;
			z-index:1;
		}
		/*　自動車：見積もりボタン　*/
		.noticePage .otokuArea .otokuBox2 .btnCar{
			position:absolute;
			top:130px;
			left:72px;
			z-index:2;
		}	
		/*　自動車3：見積もりボタン　*/
		.noticePage .otokuArea .otokuBox3 .btnCar{
			position:absolute;
			top:420px;
			left:106px;
			z-index:2;
		}	
		/*　軽自動車　*/
		.noticePage .otokuArea .otokuBox .typeSmall{
			position:absolute;
			top:0px;
			left:0px;
			z-index:1;
		}
		/*　軽自動車：見積もりボタン　*/
		.noticePage .otokuArea .otokuBox .btnSmall{
			position:absolute;
			top:202px;
			left:52px;
			z-index:2;
		}
		
		/*　オートバイ　*/
		.noticePage .otokuArea .otokuBox .typeBike{
			position:absolute;
			top:0px;
			left:366px;
			z-index:1;
		}
		/*　オートバイ：見積もりボタン　*/
		.noticePage .otokuArea .otokuBox .btnBike{
			position:absolute;
			top:202px;
			left:418px;
			z-index:2;
		}
		/*　オートバイ2　*/
		.noticePage .otokuArea .otokuBox2 .typeBike{
			position:absolute;
			top:0px;
			left:366px;
			z-index:1;
		}
		/*　オートバイ2：見積もりボタン　*/
		.noticePage .otokuArea .otokuBox2 .btnBike{
			position:absolute;
			top:130px;
			left:438px;
			z-index:2;
		}
		/*　オートバイ3：見積もりボタン　*/
		.noticePage .otokuArea .otokuBox3 .btnBike{
			position:absolute;
			top:420px;
			left:472px;
			z-index:2;
		}


	/* priceBox ///
	---------------------------------------------- */
	.noticePage .otokuArea .priceBox{
		position:relative;
		z-index:0;
		margin:0px 0px 0px 0px;
		height:67px;
		text-align:center;
		background:url(../notice/images/bg_pricebtn.gif) no-repeat;
	}
	
		.noticePage .otokuArea .priceBox p img{
			margin:10px auto 0;
			padding:0;
		}
		
		
/* OTOKU AREA Wpack
//////////////////////////////////////////////////////////////////// */

.noticePage .otokuAreaWpack{
	margin:0 0 32px 0;
}

