@charset "utf-8";



#page_usedcar{}


/*メイン部
----------------------------------------------------------------------*/
#page_usedcar{}

#page_usedcar .frameHead{
	width: 100%;
	height: auto;
	position: inherit;
	margin: 0 0 15px 0;
}
#page_usedcar .frameHead .photo{
	position: inherit;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 10;
}
#page_usedcar .frameHead .photo img{
	width: 100%;
	height: auto;
}

#page_usedcar .frameHead .frameCmt{
	background: url(../../img/common/bg_white_clear.png) repeat;
	width: 100%;
	height: auto;
	position: inherit;
	bottom: 0;
	left: 0;
	z-index: 20;
	display: table;
	padding: 0;
}

#page_usedcar .frameHead .frameCmt .icon{
	display: table-cell;
	vertical-align: middle;
	width: 15%;
}
#page_usedcar .frameHead .frameCmt .icon img{
	width: 100%;
	height: auto;
}
#page_usedcar .frameHead .frameCmt .main{
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 15px;
	width: 80%;
}
#page_usedcar .frameHead .frameCmt .main .ttl{
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 5px 0;
}



/*insurance
************************************************************************************/
#page_usedcar .frame{
	width: 100%;
	float: none;
	margin: 5px 0;
	background: url(../../img/common/bg_slash_blue.gif) repeat;
	padding: 5px 0 0 0;
}
#page_usedcar .frame .inframe{
	background: #FFF;
	padding: 10px 0;
	width: 100%;
}

#page_usedcar .frame .inframe .cmt{
	font-size: 16px;
	border-bottom: 1px solid #c0c0c0;
	padding: 0 0 10px 0;
}
	

#page_usedcar .frame .inframe ul{
	margin: 0 15px;
}

#page_usedcar .frame .inframe li{
	border: 0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px dotted #c0c0c0;
	border-right: 1px dotted #c0c0c0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 3px 7px;
	margin: 2px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


.btn{
	margin: 15px 0 0 0;
	background: #15aae8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	padding: 0 !important;
}

.btn a{
	background: url(../../img/common/icon_outlink.png) no-repeat right center;
	display: block;
	padding: 1em 2em 1em 1em !important;
	color: #FFF;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	margin: 0 15px 0 0;
}