@charset "UTF-8";
/*------------------------------------------------------*/
/* Updated: 2010/11 */
/*------------------------------------------------------*/

/* myhomearea --------------------------------- */
div.myhomearea {
	width: 614px;
	margin-left: 10px;
}
div.myhomearea .col2 {
	width: 100%;
}
div.myhomearea .col2-1 {
	float: left;
}
div.myhomearea .col2-2 {
	float: right;
}

	/* box */
	div.myhomearea div.box {
		width: 100%;
		margin-bottom: 10px;
		background: url(../images/life/bg-myhome.gif) repeat-y;
		color: #5a5a5a;
		font-family: "ＭＳ Ｐゴシック", "Osaka", "Verdana", "Arial", "Helvetica", sans-serif;
		font-size: 12px;	/* for all */
		/font-size: 75%;	/* for IE6,7 */
		line-height: 1.8;
	}
	div.myhomearea div.box * {
		margin: 0;
		padding: 0;
	}
	div.myhomearea div.box img {
		border: none;
		vertical-align: bottom;
	}
	div.myhomearea div.box a:link		{	color: #2586f4;	text-decoration: underline;	}
	div.myhomearea div.box a:visited	{	color: #8625f4;	text-decoration: underline;	}
	div.myhomearea div.box a:hover		{	text-decoration: none;	}
	div.myhomearea div.box a:active		{	text-decoration: none;	}
	
	div.myhomearea div.box ul,
	div.myhomearea div.box ol {
		list-style-type: none;
	}
	div.myhomearea div.box div.innerf {
		width: 100%;
		background: url(../images/life/bg-myhomef.gif) no-repeat left bottom;
	}
	div.myhomearea div.box div.innerh {
		width: 604px;
		/width: 100%;
		padding: 5px;
		background: url(../images/life/bg-myhomeh.gif) no-repeat;
	}

		/* recommend */
		div.myhomearea div.box div.recommend {
			position: relative;
			width: 574px;
			
		/*	/width: 100%;		*/
			padding: 10px 15px 15px;
		}
		div.myhomearea div.box div.recommend p.heading {
			padding-bottom: 5px;
			border-bottom: solid 1px #e5e5e5;
			font-size: 0;
			line-height: 0;
		}
		div.myhomearea div.box div.recommend div.insurance {
			position: relative;
			width: 100%;
			/width: 574px;
			height: 78px;
			font-size: 0;
			line-height: 0;
		}
		div.myhomearea div.box div.recommend div.insurance p.logo {
			position: absolute;
			top: 11px;
			left: 18px;
		}
		div.myhomearea div.box div.recommend div.insurance p.copy {
			position: absolute;
			top: 24px;
			left: 272px;
		}
		div.myhomearea div.box div.recommend div.moredetail {
			position: relative;
			width: 100%;
			height: 47px;
			background: url(../../common/images/bg/h-dot.gif);
			font-size: 0;
			line-height: 0;
		}
		div.myhomearea div.box div.recommend div.moredetail p.txt {
			position: absolute;
			top: 17px;
			left: 124px;
		}
		div.myhomearea div.box div.recommend div.moredetail p.btn {
			position: absolute;
			top: 8px;
			left: 278px;
		}

		/* points */
		div.myhomearea div.box div.points {
			position: relative;
			width: 574px;
			/width: 514px;
			padding: 15px;
			border-top: solid 1px #e5e5e5;
		}
		div.myhomearea div.box div.points p.heading {
			font-size: 0;
			line-height: 0;
		}
		div.myhomearea div.box div.points div.col2wrap {
			width: 100%;
			/width: 574px;
			margin-top: 10px;
			background: url(../images/life/bg-points.gif) repeat-y;
		}
		div.myhomearea div.box div.points div.col2 {
			background: url(../images/life/bg-pointsf.gif) no-repeat left bottom;
		}
		div.myhomearea div.box div.points div.col2-1,
		div.myhomearea div.box div.points div.col2-2 {
			width: 284px;
		}
		div.myhomearea div.box div.points p.pointsh {
			font-size: 0;
			line-height: 0;
		}
		div.myhomearea div.box div.points div.content {
			padding: 10px 12px 12px;
			width: 260px;
			/width: 236px;
			
		}
		div.myhomearea div.box div.points div.content table {
			width: 100%;
			/width: 236px;
			font-size: 100%;
		}
		div.myhomearea div.box div.points div.content table th {
			width: 170px;
			font-weight: normal;
			text-align: left;
			vertical-align: middle;
		}
		div.myhomearea div.box div.points div.content table td {
			width: 80px;
			padding-left: 10px;
			font-size: 0;
			line-height: 0;
			vertical-align: middle;
		}
		div.myhomearea div.box div.points div.content p.txtlink {
			zoom: 1;
			padding-left: 10px;
			background: url(../../common/images/icon/h-arrow4r.gif) no-repeat 0 0.5em;
			line-height: 1.6;
		}
		div.myhomearea div.box div.points div.content p.txtlink a:link		{	text-decoration: none;	}
		div.myhomearea div.box div.points div.content p.txtlink a:visited	{	text-decoration: none;	}
		div.myhomearea div.box div.points div.content p.txtlink a:hover		{	text-decoration: underline;	}
		div.myhomearea div.box div.points div.content p.txtlink a:active	{	text-decoration: underline;	}

		div.myhomearea div.box div.points div.content p.img {
			margin-top: 5px;
			font-size: 0;
			line-height: 0;
		}





/* clearfix --------------------------------- */
.col2:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.col2,
.clearfix {
	display: inline-block;
}

	/* Hides from IE-mac \*/
	* html .col2,
	* html .clearfix {
		height: 1%;
	}
	.col2,
	.clearfix {
		display: block;
	}
	/* End hide from IE-mac */





/*------------------------------------------------------*/
/* End */
/*------------------------------------------------------*/
