@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 .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;
		}


	/* 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;
}

