@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
	Browser Reset
-----------------------------------------------*/

html,
body {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust:none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	min-width:1150px!important;
	_display: inline!important;
	_zoom:1!important;

}

h1,h2,h3,h4,h5,h6,pre,address,em,strong,th,ins {
	font-size:100%;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6,pre,address,ul,ol,li,dl,dt,dd,form,legend,p {
	margin:0;
	padding:0;
}

table,tr, td, th {
	margin:0;
	padding:0;
}
img {
    border:0;
    vertical-align:bottom;
}
ul,
ul, li {
	list-style-type: none;
}





/* リンク指定
----------------------------------------------- */
a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}

.white {
	color:#FFF!important;
}


/*---------------------------------------
    shared
---------------------------------------*/
.floatLeft {
    float:left;
}
.floatRight {
    float:right;
}
.clearFloat {
	clear: both;
}
.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}
.bold {
	font-weight: bold !important;
}
.normal {
	font-weight: normal !important;
}

/* Margin top */
.mt0 {
	margin-top: 0px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}


.mt50 {
	margin-top: 50px !important;
}

/* Margin Bottom */
.mb1em {
	margin-bottom: 1em !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}
	
.pt30 {
	padding-top: 30px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pt70 {
	padding-top: 70px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.ontrans80{
    filter:alpha(opacity=100); 
    -moz-opacity: 1.0; 
    opacity: 1.0;
}
.ontrans80:hover img{
    filter:alpha(opacity=80); 
    -moz-opacity: 0.8; 
    opacity: 0.8;
}

.f11 {
	font-size: 11px !important;
}


/* Clear Fix shared */
.clearAll {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* top */


.header_area {
	width: 100%;
	height:94px;
	background:url(../img/bg.png) repeat-x;
	z-index: 1000;
	position:fixed;
	text-align:center;
}

.header_area_sub {
	width: 100%;
	height:94px;
	background:url(../img/bg.png) repeat-x;
	z-index: 1000;
}

#header {
	position:relative;
	width: 1100px;
	height:auto;
	margin:auto;
}

#header_sub {
	position:fixed;
	width: 1100px;
	height:auto;
	margin:auto;
}

h1 {
	padding-top: 13px;
	float:left;
}

.h_txt {
	font-size: 12px;
	padding-top: 10px;
	padding-left: 10px;
	float:left;
}

.h_right {
	float:right;
}
.h_left {
	float:left;
	padding-top: 12px;
}

.yanase {
	padding-top: 10px;
	float:left;
}

.hr {
	padding-top: 13px;
	padding-left: 15px;
	float:left;
}

.menu_area {
	width:1100px;
	padding-top: 20px;
}

.menu_area2 {
	width:1100px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.menu01 {
	border-left: 1px dotted #ADADAD;
	float:left;
}

.menu02 {
	border-left: 1px dotted #ADADAD;
	border-right: 1px dotted #ADADAD;
	float:left;
}

.menu03 {
	border-left: 1px dotted #ADADAD;
	float:left;
	color:#FFF;
	border-color:#FFF;
}

.menu04 {
	border-left: 1px dotted #ADADAD;
	border-right: 1px dotted #ADADAD;
	float:left;
	color:#FFF;
	border-color:#FFF;
}

.menu_txt01 {
	padding-top: 5px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight:bold;
	color:#333;
	letter-spacing: 0.4px;
}


.menu_txt02 {
	padding-top: 5px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight:bold;
	color:#333;
	letter-spacing: 0.5px;
}


#contents {
	width: 998px;
	height:auto;
	margin:auto;
}

.brand_area {
	width: 995px;
	height:auto;
	border: 1px solid #D9D9D9;
	margin-top: 50px;
}

.brand_pl {
	padding-left: 70px;
	float:left;
}

.vehicle_pl {
	float:left;
	padding-left: 36px;
}

.vehicle_point01 {
	padding-top: 50px;
	float:left;
}

.vehicle_point02 {
	padding-top: 50px;
	float:right;
}

.used_txt01 {
	font-size: 12px;
	color:#65BFD1;
}
	
.used_txt02 {
	font-size: 13px;
	color:#333333;
}

.used_txt03 {
	font-size: 13px;
	color:#EC0000;
}

.used_txt04 {
	font-size: 13px;
	color:#FFFF00;
}


.used_box01 {
	width: 282px;
	height:auto;
	float:left;
	padding-left: 0px;
}

.used_box02 {
	width: 282px;
	height:auto;
	float:left;
	padding-left: 70px;
}

.used_box03 {
	width: 310px;
	height:90px;
	float:left;
	padding: 6px;
	margin-top: 20px;
	margin-right: 6px;
	background-color:#FFFFFF;
}

.used_box04 {
	width: 282px;
	height:auto;
	float:left;
	padding-left: 70px;
	margin-top: 20px;
}

.carlist_img {
	max-width: 85px;
	max-height: 66px;
}

.utext_area {
	width: 180px;
	padding-left: 10px;
	float:left;
}

.blue_bg {
	width: 1100px;
	height:auto;
	background:url(../img/blue_bg02.jpg) repeat-y;
}

.under_txt00 {
	width: 100%;
	font-size: 15px;
	color:#FFFFFF;
	float:right;
	line-height: 1.8 !important;
}

.under_txt01 {
	width: 470px;
	font-size: 15px;
	color:#FFFFFF;
	float:right;
	line-height: 1.8 !important;
}

.under_txt02 {
	width: 470px;
	font-size: 15px;
	color:#FFFFFF;
	float:left;
	line-height: 1.8 !important;
}

.under_txt03 {
	width: 470px;
	font-size: 15px;
	color:#0099CC;
	float:right;
	line-height: 1.8 !important;
}

.sub_txt00 {
	width: 100%;
	font-size: 15px;
	color:#333333;
	float:right;
	line-height: 1.8 !important;
}

.sub_txt01 {
	width: 470px;
	font-size: 15px;
	color:#333333;
	float:right;
	line-height: 1.8 !important;
}

.sub_txt02 {
	width: 470px;
	font-size: 15px;
	color:#333333;
	float:left;
	line-height: 1.8 !important;
}

.sub_text03 {
	width: 680px;
	font-size:15px;
	color:#333333;
	text-align:left;
	margin: 0 auto;
	line-height: 1.8 !important;	
}

.contact_area {
	width: 100%;
	height:auto;
	background:#FFFFFF;
}

.conta_01 {
	width: 750px;
	height:auto;
	border-bottom: 1px solid #CCCCCC;
	margin:auto;
}

.conta_title {
	position: relative;
	width:80%;
	height:40px;
	font-size: 18px;
	color:#0099CC;
	font-weight:bold;
	margin-bottom: 10px;
	padding-left: 80px;
	background-image:url(/img/titlebg.png);
	background-repeat:no-repeat;
	background-position: left;
}

.conta_txt01 {
	position: relative;
	font-size: 24px;
	padding-top: 50px;
	padding-bottom: 20px;
}

.conta_txt02 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 6px;
}

.copy {
	color:#0099CC;
	font-size: 13px;
	font-weight:bold;
	padding-top: 20px;
	padding-bottom: 20px;
}

.tabmenu,
.tabmenu li,


.tabmenu li{
	list-style-type: none;
}

.tab_contents {
    clear: both;
    overflow: hidden;
    width: 997px;
	height:auto;
}
.tabbox {
    display: none;
}
.tabmenu li.active {
    background: #0099CC;
}
.tabmenu li.active a{
    color:red;
}

.tab_box001 {
	width: 493px;
	height:auto;
	background:#3D454D;
	float:left;
	font-size: 16px;
	font-weight:bold;
	letter-spacing: 1px;
}

.tab_box002 {
	width: 493px;
	height:auto;
	background:#3D454D;
	float:right;
	font-size: 16px;
	font-weight:bold;
	letter-spacing: 1px;
}

.tab_css_txt {
padding-top: 10px;
padding-bottom: 10px;
}

.wi1100 {
	position:relative;
	width: 1100px;
	height:auto;
	margin:auto;
}

.wi1100_sub {
	position:relative;
	width: 1100px;
	height:auto;
	padding-top: 94px;
	margin: 0 auto;
}

.loading {
	left: 310px;
	top: 230px;
}

.footer {
	width: 100%;
	height:auto;
	border-top: 1px solid #D8D8D8;
}


.foot_box01 {
	width: 150px;
	height:auto;
	float:left;

}

.foot_box02 {
	border-bottom: 1px dotted #0099CC;
	padding-top: 20px;
	padding-bottom: 10px;

}

.foot_box03 {
	width: 150px;
	height:auto;
	float:left;
	padding-left: 20px;
	line-height: 1.8 !important;
}

.f_blue {
	color:#0099CC !important;
	font-weight:bold !important;
	
}

.foot_box04 {
	border-bottom: 1px dotted #0099CC;
	padding-top: 20px;
	padding-bottom: 10px;

}

.foot_box05 {
	padding-top: 30px;
	padding-bottom: 10px;

}

.foot_line {
	width: 100%;
	background: #0099CC;
	height: 5px;
}

.f_bl {
	color:#000;
}

.f_bl :hover {
	color:#000;
	text-decoration:underline;
}





















