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

/* mycararea --------------------------------- */
div.mycararea {
	width: 614px;
	margin-left: 10px;
	padding-bottom: 6px;
	border-bottom: solid 1px #cccccc;
}
div.mycararea .col3 {
	width: 100%;
}
div.mycararea .col3-1,
div.mycararea .col3-2,
div.mycararea .col3-3 {
	float: left;
}

	/* box */
	div.mycararea div.box {
		width: 100%;
		margin-bottom: 10px;
		background: url(../images/car/bg-mycar.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.mycararea div.box * {
		margin: 0;
		padding: 0;
	}
	div.mycararea div.box img {
		border: none;
		vertical-align: bottom;
	}
	div.mycararea div.box a:link	{	color: #2586f4;	text-decoration: underline;	}
	div.mycararea div.box a:visited	{	color: #8625f4;	text-decoration: underline;	}
	div.mycararea div.box a:hover	{	text-decoration: none;	}
	div.mycararea div.box a:active	{	text-decoration: none;	}
	
	div.mycararea div.box ul,
	div.mycararea div.box ol {
		list-style-type: none;
	}
	div.mycararea div.box div.innerf {
		width: 100%;
		background: url(../images/car/bg-mycarf.gif) no-repeat left bottom;
	}
	div.mycararea div.box div.innerh {
		width: 604px;
		/width: 100%;
		padding: 5px;
		background: url(../images/car/bg-mycarh.gif) no-repeat;
	}

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

		/* points */
		div.mycararea div.box div.points {
			position: relative;
			width: 574px;
			/width: 514px;
			padding: 15px;
			border-top: solid 1px #e5e5e5;
		}
		div.mycararea div.box div.points p.heading {
			margin-bottom: 10px;
			font-size: 0;
			line-height: 0;
		}
		div.mycararea div.box div.points div.col3wrap {
			width: 100%;
			background: url(../images/car/bg-points.gif) repeat-y;
			/width:574px;	/* for IE6 */
		}
		div.mycararea div.box div.points div.col3 {
			background: url(../images/car/bg-pointsf.gif) no-repeat left bottom;
		}
		div.mycararea div.box div.points div.col3-1,
		div.mycararea div.box div.points div.col3-2,
		div.mycararea div.box div.points div.col3-3 {
			width: 188px;
		}
		div.mycararea div.box div.points div.col3-1,
		div.mycararea div.box div.points div.col3-2 {
			margin-right: 5px;
		}
		div.mycararea div.box div.points p.pointsh {
			font-size: 0;
			line-height: 0;
		}
		div.mycararea div.box div.points div.content {
			width: 164px;
		/*	/width: 100%;	*/
			padding: 10px 12px 13px;
		}
		div.mycararea div.box div.points div.content p.img {
			margin-bottom: 10px;
			font-size: 0;
			line-height: 0;
			text-align: center;
		}
		div.mycararea div.box div.points div.content p.txtlink {
			zoom: 1;
			padding-left: 10px;
			background: url(../../common/images/icon/c-arrow4r.gif) no-repeat 0 0.5em;
			line-height: 1.6;
		}
		div.mycararea div.box div.points div.content p.txtlink a:link		{	text-decoration: none;	}
		div.mycararea div.box div.points div.content p.txtlink a:visited	{	text-decoration: none;	}
		div.mycararea div.box div.points div.content p.txtlink a:hover		{	text-decoration: underline;	}
		div.mycararea div.box div.points div.content p.txtlink a:active	{	text-decoration: underline;	}





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

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





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