@charset "utf-8";

/* common-----------------------------------------------------------------------*/

body{
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 12pt;
	overflow:hidden;
}
#wrapper{
	width:960px;
	height:auto;
	margin:0 auto;
}
#wrapper_2{
	width:1200px;
	height:auto;
	margin:0 auto;
}
.wrapper{
	width:960px;
	height:auto;
	margin:0 auto;
	clear:both;
	position:relative;
}

a{ color:#000000; text-decoration:none; }
a:hover{ opacity:0.5; color:#dadbff; text-decoration:none;}
.sec1{ margin: 0 0 20px 0 ;}
.sec2{ margin: 0px 0 0 0 ;}
.sec3{ margin: 80px 0;}
.sec4{ margin: 20px 0;}
.sec5{ margin: 30px 0;}

/* font------------------*/
.font10{ font-size:10pt;}
.font11{ font-size:11pt;}
.font12{ font-size:12pt;}
.font13{ font-size:13pt;}
.font14{ font-size:14pt;}
.font15{ font-size:15pt;}
.font16{ font-size:16pt;}
.font18{ font-size:18pt;}
.font25{ font-size:25pt;}
.fontwb{ font-weight:bold;}

/* float------------------*/
.left{ float:left;}
.right{ float:right;}
.center{ margin:0 auto;}

/* icon------------------*/
.icon { margin:0 5px;}
.fa{ margin:0 10px 0 0 ;}
.red{ color:#FF0004; font-size:25pt; font-weight:bold;}

select{ font-size:12pt;}
input{ font-size:12pt;}
label{ font-size:12pt;}
textarea{ font-size:12pt;}

/* header-----------------------------------------------------------------------*/
header{
	height:140px;
	width:960px;
	background: #edeeed;
    background: -moz-linear-gradient(#edeeed 0%, #ffffff 51%);
    background: -webkit-linear-gradient(#edeeed 0%, #ffffff 51%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#edeeed), color-stop(0.51, #ffffff));
    background: -o-linear-gradient(#edeeed 0%, #ffffff 51%);
    background: linear-gradient(#edeeed 0%, #ffffff 51%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeeed', endColorstr='#ffffff',GradientType=0 );
	margin: 0px -500%;
    padding: 0px 500%;
		position:fixed;
	z-index:500;
	border-bottom:#112d4e solid 5px;
	box-shadow:0px 4px 9px -3px #dddddd;
	-moz-box-shadow:0px 4px 9px -3px #dddddd;
	-webkit-box-shadow:0px 4px 9px -3px #dddddd;
	-o-box-shadow:0px 4px 9px -3px #dddddd;
	}
header h1{ width:960px; margin:25px 0 0 0; position:relative;}
header article{
	height:50px;
	background:#393939;
	color:#FFFFFF;
	box-shadow:0px 4px 9px -3px #dddddd;
	-moz-box-shadow:0px 4px 9px -3px #dddddd;
	-webkit-box-shadow:0px 4px 9px -3px #dddddd;
	-o-box-shadow:0px 4px 9px -3px #dddddd;
	margin: 0px -500%;
    padding: 0px 500%;
	position:relative;
	}
/*20160701追加・変更css*--------------------------------------*/
#status_common{ float:right; margin:5px 0 0 0; position:relative;}
#status_common li{
	border-left: solid 10px #a1b6db;
	height:53px;
	font-size:11pt;
	margin:0 0 0 20px;
	padding:3px 0 0 10px;
	line-height:18pt;
	float:left;
}
#status_common #out{ width:210px;}
#status_common li span{ color:#f24024;}
#not_listed{
	position:absolute;
	height:20px;
	top:-27px;
	left:20px;
	color:#f24024;
	background:#FFD3D4;
	font-weight:bold;}

header #menu li{
	height:20px;
	margin:12px 0 0 0px;
	padding:0px 8px;
	float:left;
	border-right: solid 1px #FFFFFF;
	display:block;
	font-size:10pt;
}
header a{ color:#FFFFFF; text-decoration:none; font-size:10pt;}
header #menu{ width:600px; height:50px;}
header #menu a:hover{color:#DADBFF;}
header #info { float:right; min-width: 200px; height:50px;}
header #info li{
	height:37px;
	margin:0px 0 0 0px;
	padding:13px 10px 0 10px;
	float:left;
	border-right: solid 1px #ffffff;
	display:block;
	font-size:9pt;
}
header #info a:hover{　background-color:#92aee1;　color:#DADBFF;}
header #menu li.none{ border:none;}
#status_common dl{ width:140px; float:left;}
#status_common dt{
	width:70px;
	height:20px;
	float:left;
	margin:0px 10px 2px 10px;
	font-size:10pt;
	text-align:center;
	letter-spacing:1px;
	}
#status_common dd{ float:right;}
#status_common dt#color01{ background:#f7fe59; padding:2px; color:#5c5c5c;}
#status_common dt#color02{ background:#f24024; padding:2px; color:#ffffff;}
/*/20160701追加css*--------------------------------------*/

/* REDOMMEND-----------------------------------------------------------------------*/
#new{
	height:220px;
	margin: 0px -500%;
    padding: 0px 500%;
	border-bottom:3px solid #ffffff;
	background-image: linear-gradient(
    	-45deg,
    	#fff 25%,
    	#ededed 25%, #ededed 50%,
    	#fff 50%, #fff 75%,
    	#ededed 75%, #ededed
  );
	background-size: 4px 4px;
	-ms-box-shadow: inset 1px 1px 8px -1px #D2D2D2;
	-o-box-shadow: inset 1px 1px 8px -1px #D2D2D2;
	-webkit-box-shadow: inset 1px 1px 8px -1px #D2D2D2;
	-moz-box-shadow: inset 1px 1px 8px -1px #D2D2D2;
 	box-shadow: inset 1px 1px 8px -1px #D2D2D2;
	padding:170px 0;

}
#new article{ margin:0 auto; width:960px;}
#new li{
	width:178px;
	display:block;
	background:#FFFFFF;
	-ms-box-shadow: 1px 1px 8px -1px #D2D2D2;
	-o-box-shadow:  1px 1px 8px -1px #D2D2D2;
	-webkit-box-shadow:  1px 1px 8px -1px #D2D2D2;
	-moz-box-shadow: 1px 1px 8px -1px #D2D2D2;
 	box-shadow: 1px 1px 8px -1px #D2D2D2;
	padding:5px 5px 10px 5px;
	float:left;
	margin:0 4px 0 0;
}
.newcar_brand{ color:#5d5d5d; font-size:10pt;}
.newcar_name{ font-size:12pt; font-weight:bold; padding:0 0 5px 0; height:70px;}
.newcar_img{ width:175px; height:135px; margin:0 auto; border:#ccccce solid 1px;}

/* パックスタイル-----------*/
.newcar_whitepack{
	width:164px;
	height:18px;
	font-size:10pt;
	padding:0 5px;
	margin:6px 0 0 1px;
	border:#ccccce solid 1px;
	text-align:center;
}
.newcar_goldpack{
	width:164px;
	height:18px;
	background: #d8b752;
    background: -moz-linear-gradient(top,  #d8b752 0%, #baa052 96%);
    background: -webkit-linear-gradient(top,  #d8b752 0%,#baa052 96%);
    background: linear-gradient(to bottom,  #d8b752 0%,#baa052 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8b752', endColorstr='#baa052',GradientType=0 );
	border:#bca152 solid 1px;
	font-size:10pt;
	color:#3b3b3b;
	padding:0 5px;
	margin:6px 0 0 1px;
	text-align:center;
}
.newcar_silverpack{
	width:164px;
	height:18px;
    background: #f7f7f7;
    background: -moz-linear-gradient(top,  #f7f7f7 10%, #c4c4c4 54%);
    background: -webkit-linear-gradient(top,  #f7f7f7 10%,#c4c4c4 54%);
    background: linear-gradient(to bottom,  #f7f7f7 10%,#c4c4c4 54%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#c4c4c4',GradientType=0 );
	border:#d6d6d6 solid 1px;
	font-size:10pt;
	color:#3b3b3b;
	padding:0 5px;
	margin:6px 0 0 1px;
	text-align:center;
}
/* --------------------*/

.newcar_day{
	width:55px;
	height:45px;
	font-size:10pt;
	background:#f13f21;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:7px 0 0 0 ;
	text-align:center;
	padding:10px 0 0 0;
	color:#FFFFFF;
}
.newcar_day span{font-size:20pt;}
.newcar_yen{ float:left; margin:10px 0 0 10px; font-size:10pt;}
.newcar_yen span{ font-size:18pt; font-weight:bold;}
.newcar_detail{
	width:165px;
	height:20px;
	background:#38439c;
	font-size:10pt;
	color:#FFFFFF;
	margin:0 0 0 1px ;
	text-align:center;
	padding:5px 0 5px 10px;
}
.newcar_detail:hover{ background:#7d7d7d;}


/* car list-----------------------------------------------------------------------*/
.pagelist{ margin:10px 0 0 0 ;}
.pagelist li{
	width:30px;
	height:25px;
	margin:0px 0 5px 5px;
	padding:5px 0 0 0;
	text-align:center;
}

.pagelist a{ display:block; float:left;}
.pagelist_off{background:#aaaaaa; color:#FFFFFF; border:#c0c0c0 solid 1px;}
.pagelist_on{background:#d2d2d2; border:#c0c0c0 solid 1px;}
.pagelist_arrow{ color:#222222;}
.pagelist a{ color:#FFFFFF;}
.pagelist a:hover{text-align:center;　float:left;}
h2#search_car{ position:relative; margin:20px 0 0 0;}
h2#search_car #num{ position:absolute; top:8px; right:10px;}
h2#search_car #num li{
	border-left: solid 10px #a1b6db;
	font-size:11pt;
	margin:0 0 0 30px;
	padding:3px 0 0 10px;
	line-height:18pt;
	float:left;
	}
h2#search_car #num li span{ color:#f24024;}
.cosmo_logo{ margin:-5px 0 0 0; float:left;}
.cosmo_title{ margin: 0 0 0 20px; float:left;}
#order{
	float:left;
	width:960px;
	height:60px;
	border:#c0c0c0 solid 1px;
	color:#3E3E3E;
	background: #f7f7f7;
    background: -moz-linear-gradient(top,  #f7f7f7 10%, #EDEDED 54%);
    background: -webkit-linear-gradient(top,  #f7f7f7 10%,#EDEDED 54%);
    background: linear-gradient(to bottom,  #f7f7f7 10%,#EDEDED 54%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#EDEDED',GradientType=0 );
}
#order li{
	height:20px;
	float:left;
	border-right:#c0c0c0 solid 1px;
	margin:10px 0 0 0;
	padding:10px 0 ;
	text-align:center;
	display:block;
}
#order a{ color:#4e74bb;}
#order a:hover { text-decoration:underline;}
#order li.none{ border-right:none;}
#order #new_list{ width:310px;}
#order #year_list{ width:110px;}
#order #distance_list{ width:110px;}
#order #vol_list{ width:90px;}
#order #check_list{ width:95px;}
#order #price_list{ width:240px;}
.car_list{
	width:960px;
	height:290px;
	border:#898989 solid 1px;
	margin:10px 0 20px 0;
	float:left;
	position:relative;
}
.car_list:hover{ background:#eceeff;}
.car_list h2{
	height:40px;
	padding:15px 20px 5px 20px;
	font-weight:bold;
	background:#a1b6db;
	color:#1f3c6f;
	position:relative;
}
.car_list h2 .tool{
	color:#FFFFFF;
	font-weight:normal;
	text-align:center;
	background:#38439d;
	padding:5px 16px;
	float:right;
}
/* --ツールチップ----------------- */
.tooltip{
    color: #555;
    display: inline-block;
	float:right;
}
.tooltip img{ margin:0px 3px 0 0; float:left;}
.tooltip span {display: none;}
.tooltip:hover {position: relative; color:#FFFFFF;}
.tooltip:hover span {
    display: block;
    position: absolute;
    top: 38px;
	right:0;
    font-size: 10pt;
    color: #fff;
    background-color: #38439d;
    width: 180px;
    padding: 10px;
	text-align:center;
	font-weight:normal;
    border-radius:5px;
    z-index:99;
}
div.tooltip span:before{
    content:'';
    display:block;
    position:absolute;
    height:0;
    width:0;
    top:-13px;
    left:170px;
    border:13px transparent solid;
    border-right-width:0;
    border-left-color:#38439d;
    transform:rotate(270deg);
    -webkit-transform:rotate(270deg);
    -o-transform:rotate(270deg);
    z-index:10;
}
/*----------------------------------- */

.car_list_img{float:left; margin:15px 0 0 10px;}
.car_list_detail{width:620px; float:left; margin:10px;}
.car_list_detail li{
	width:auto;
	height:40px;
	font-size:12pt;
	text-align:center;
	border-right:#e1e1e1 1px solid;
	padding:10px 20px 10px 20px;
	display:block;
	float:left;
}
.car_list_detail li.none{ border:none;}
.car_list_detail .price{ color:#FF0004; font-size:30pt;}
.car_list .store{ width:630px; font-size:11pt; margin: 0 0 0 10px;}

/* パックスタイル-----------*/
.car_list_whitepack{
	width:120px;
	height:18px;
	font-size:9pt;
	padding:0 5px;
	margin:10px 0 0 10px;
	background:#FFFFFF;
	border:#ccccce solid 1px;
	text-align:center;
}
.car_list_goldpack{
	width:120px;
	height:18px;
	font-size:9pt;
	padding:0 5px;
	margin:10px 0 0 10px;
	background: #d8b752;
    background: -moz-linear-gradient(top,  #d8b752 0%, #baa052 96%);
    background: -webkit-linear-gradient(top,  #d8b752 0%,#baa052 96%);
    background: linear-gradient(to bottom,  #d8b752 0%,#baa052 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8b752', endColorstr='#baa052',GradientType=0 );
	border:#bca152 solid 1px;
	color:#3b3b3b;
	text-align:center;
}
.car_list_silverpack{
	width:120px;
	height:18px;
	font-size:9pt;
	padding:0 5px;
	margin:10px 0 0 10px;
    background: #f7f7f7;
    background: -moz-linear-gradient(top,  #f7f7f7 10%, #c4c4c4 54%);
    background: -webkit-linear-gradient(top,  #f7f7f7 10%,#c4c4c4 54%);
    background: linear-gradient(to bottom,  #f7f7f7 10%,#c4c4c4 54%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#c4c4c4',GradientType=0 );
	border:#d6d6d6 solid 1px;
	color:#3b3b3b;
	text-align:center;
}
/* -----------------------*/

.car_list .car_list_item{width:500px; margin:10px 0 0 5px; float:left;}
.car_list .car_list_item li{
	font-size:10pt;
	text-align:center;
	border-right:#e1e1e1 1px solid;
	display:block;
	padding:0 3px;
	float:left;
}
.car_list .car_list_item li p{ width:20px; height:20px; margin:0 3px 0 0 ;}
.car_list .car_list_item li.none{ border:none;}
.car_list .car_list_con{ margin:15px 0 0 10px; width:200px; height:34px;	}
.car_list_button{ margin:5px 0 0 30px; position:absolute; top:220px; left:540px;}
.car_list_button a{ display:block; float:left;}
.car_list_button img:hover{
	opacity: 1;
 	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.car_list_button li{ margin:0 10px 0 0px;}


/* ボタンスタイル-----------*/
.talk_button{ width:180px; height:60px; background:url(/tmpimg/talk_button.png) no-repeat;}
.lift_button{width:180px; height:60px; background:url(/tmpimg/lift_button.png) no-repeat;}
.detail_button{width:180px; height:60px; background:url(/tmpimg/detail_button.png) no-repeat;}
.shop_button{width:180px; height:60px; background:url(/tmpimg/shop_button.png) no-repeat;}
.cancel_button{width:180px; height:60px; background:url(/tmpimg/cancel_button.png) no-repeat;}
/* -----------------------*/

/* footer-----------------------------------------------------------------------*/
#copy{
	margin: 150px -500% 0 -500%;
    padding: 0px 500%;
	text-align:center;
	clear:both;
}
.pagetop{ float:right; margin: -50px 0 0 0;}
.pagetop_com{ position:absolute; top:-50px; right:4803px;}
footer{
	height:40px;
	background:#3e72af;
	border-top:1px #112d4e solid;
	margin: 0px -500%;
    padding: 0px 500%;
	clear:both;
	position:relative;
}
