@charset "utf-8";
/* CSS Document */
#hoken_disp{
	width:305px;
	margin:auto;
}
#hoken1{
	background-image: url(/insurance/images/hoken01.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	width:150px;
	height:162px;
	float:left;
	position:relative;
	
}
#hoken1 a{
	position:absolute;
	bottom:3px;
	left:4px;
}
#hoken2{
	background-image: url(/insurance/images/hoken02.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	width:150px;
	height:162px;
	float:right;
	position:relative;
	
}
#hoken2 a{
	position:absolute;
	bottom:3px;
	left:2px;
}
