/*--BASIC--*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}
body,table,input, textarea, select, option {
	color:#000000;
	font-size: 1em;
	word-break:break-all;
	font-family: HiraKakuProN-W3;
	line-height:130%;
	-webkit-text-size-adjust : none;
}
*{ margin: 0; padding: 0;}
img{ border:0; margin:0; vertical-align:top;}
article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary {display: block;}
ol, ul { list-style: none;}
blockquote, q { quotes: none;}
:focus { outline: 0;}
ins { text-decoration: none;}
del { text-decoration: line-through;}
ul,li{ display:block; list-style:none;}
.clearfix:after { height: 0; visibility: hidden; content: "."; display: block; clear: both;}
a{display:block;}
h1,h2,h3,h4{font-size:1em; font-weight:300;}
h1{
	width:100%;
	text-align:center;
	padding:15px 0 12px 0;
	background-color:#000000;
	margin:0 0 15px 0;
}
h2{
	color:#ffffff;
	text-align:center;
	background-image:url(../img/bg_titlebar.png);
	display:block;
	padding:4px 0 4px 0;
}




/*COMMON*/
#bg_search{
	background-color:#cccccc;
	padding:15px 0 15px 0;
	margin:0 0 30px 0;
}
#search_form select{
	width:100%;
}
#search_form{
	width:100%;
	background-color:#ffffff;
	padding:12px 0 0 0;
}
#search_form table{
	width:100%;
	margin:0 auto 0 auto;
}
#search_form table tr{
	width:100%;
}
#search_form .item{
	width:35%;
	padding:12px 5% 12px 8%;
	border-bottom:1px solid #cccccc;
}
#search_form .pull{
	width:65%;
	border-bottom:1px solid #cccccc;
	padding:12px 5% 12px 10%;
}
#search_form #done{
	width:90%;
	padding:15px 5% 12px 5%;
}
#search_form #done input{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
}
footer p{
	color:#ffffff;
	font-size:0.6em;
	line-height:120%;
	text-align:center;
	background-color:#000219;
	padding:10px 0 10px 0;
}
.link_btn{
	font-size:1em;
}
.link_btn a{
	text-decoration:none;
	background-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.link_btn span{
	color:#ffffff;
	display:block;
	background-image:url(../img/arrow.png);
	background-position:95% center;
	background-repeat:no-repeat;
	padding:12px 15% 12px 5%;
}
.text_area{
	text-align:left;
	border-bottom:2px solid #666666;
	box-sizing : border-box ;
	padding:15px 0 15px 0;
	margin:0 2% 0 2%;
}
.info_btn{
	width:90%;
	padding:5% 0 20px 5%;
}
.info_btn span{
	color:#14325F;
	font-size:1.2em;
	display:block;
	background-image:url(../img/arrow_black.png);
	background-position:95% center;
	background-repeat:no-repeat;
	padding:12px 15% 12px 5%;
}
.info_btn .yerrow{
	text-decoration:none;
	background-image: -moz-linear-gradient(
		top,
		#ffd976 0%,
		#ffd976 49%,
		#ffc52d 50%,
		#ffc52d);
	background-image: -webkit-gradient(
		linear,
		left top,left bottom,
		from(#ffd976),
		color-stop(0.49, #ffd976),
		color-stop(0.50, #ffc52d),
		to(#ffc52d));
	border:2px solid #000;
	box-sizing : border-box;
	margin:0 0 10px 0;
}
.info_btn .green{
	text-decoration:none;
	background-image: -moz-linear-gradient(
		top,
		#ffcc00 0%,
		#ff6600 49%,
		#ff3300 50%,
		#ff6600);
	background-image: -webkit-gradient(
		linear,
		left top,left bottom,
		from(#A0D967),
		color-stop(0.49, #A0D967),
		color-stop(0.50, #6DC515),
		to(#6DC515));
	border:2px solid #163261;
	box-sizing : border-box ;
	margin:0 0 10px 0;
}
.info_btn .blue{
	text-decoration:none;
	background-image: -moz-linear-gradient(
		top,
		#D5DBE3 0%,
		#D5DBE3 49%,
		#BEC7D4 50%,
		#BEC7D4);
	background-image: -webkit-gradient(
		linear,
		left top,left bottom,
		from(#D5DBE3),
		color-stop(0.49, #D5DBE3),
		color-stop(0.50, #BEC7D4),
		to(#BEC7D4));
	border:2px solid #000;
	box-sizing : border-box;
	margin:0 0 10px 0;
}
.stars{
	width:90%;
	color:#000000;
	font-size:0.9em;
	line-height:110%;
	padding:15px 5% 0 5%;
	position: relative;
}
.stars p{
	position: relative;
}
.estm5{
	width:60px;
	background-image:url(../img/star5.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:2px;
	left:30%;
	background-repeat:no-repeat;
	display:block;
}
.estm4{
	width:60px;
	text-indent:-9999px;
	background-image:url(../img/star4.png);
	position:absolute;
	top:2px;
	left:30%;
	background-repeat:no-repeat;
	display:block;
}
.estm3{
	width:60px;
	background-image:url(../img/star3.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:2px;
	left:30%;
	background-repeat:no-repeat;
	display:block;
}
.estm2{
	width:60px;
	background-image:url(../img/star2.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:2px;
	left:30%;
	background-repeat:no-repeat;
	display:block;
}
.estm1{
	width:60px;
	background-image:url(../img/star1.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:2px;
	left:30%;
	background-repeat:no-repeat;
	display:block;
}
.info_btn .phone_list{
	width:100%;
}
.info_btn .phone_list .shop{
	width:50%;
	float:left;
}
.info_btn .phone_list .phone{
	width:50%;
	text-align:right;
	float:right;
}




/*TOP*/
#news{
	width:100%;
	padding:0 0 30px 0;
}
#news li{
	width:100%;
	border-bottom:dotted 1px #999999;
	box-sizing : border-box ;
	padding:10px 3% 10px 3%;
}
#news .date{
	color:#333333;
	font-size:0.8em;
}
#news a{
	color:#000000;
	text-decoration:none;
}




/*CAR STOCK*/
#cars{
	width:100%;
	margin:0 0 30px 0;
}
#cars a{
	text-decoration:none;
}
#cars .car_stock{
	width:100%;
	box-sizing : border-box;
	padding:0 0 15px 0;
	margin:15px 0 15px 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#cars h3{
	width:100%;
	color:#ffffff;
	padding:4px 0 4px 0;
	background-color: #000;
}
#cars .info{
	width:100%;
}
#cars .photo{
	width:48%;
	margin:10px 0 0 2%;
	float:left;
}
#cars .infomation{
	width:50%;
	float:left;
}
#cars .infomation table{
	width:100%;
	padding:0 5% 0 5%;
	margin:10px 0 0 0;
}
#cars .infomation tr{
	color:#000000;
}
#cars .infomation .item{
	width:30%;
	text-align:center;
	background-color:#cccccc;
}
#cars .answer{
	width:70%;
	text-align:right;
}
#cars .price{
	width:70%;
	color:#FF0000;
	font-size:1.1em;
	text-align:right;
}
#cars .page_nation{
	width:100%;
	color:#ffffff;
}
#cars .back{
	width:20%;
	color:#ffffff;
	text-align:center;
	background: -moz-linear-gradient(center top, #1F4585, #173464 50%,  #163261);
	background: -webkit-gradient(linear, center top, center bottom, from(#1F4585), color-stop(50%, #173464), to(#163261));
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	padding:5px 0 5px 0;
	margin:0 0 0 2%;
	float:left;
}
#cars .next{
	width:20%;
	color:#ffffff;
	text-align:center;
	background: -moz-linear-gradient(center top, #1F4585, #173464 50%,  #163261);
	background: -webkit-gradient(linear, center top, center bottom, from(#1F4585), color-stop(50%, #173464), to(#163261));
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	padding:5px 0 5px 0;
	margin:0 2% 0 0;
	float:right;
}




/*CAR*/
#car{
}
#car h3{
	width:100%;
	color:#ffffff;
	background-color: #494949;
	margin-top: 2px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
#car .car_stars{
	width:25%;
}
#car .car_info{
	width:75%;
	line-height:110%;
	padding:0 2% 0 0;
}
#car .car_info .tax{
	font-size:0.6em;
	color:#000000;
}
.item .tax{
	font-size:0.7em;
	color:#000000;
}
#car .appr{
	width:20%;
	text-align:right;
	padding:2px 2% 0 0;
	margin:0;
	float:right;
}
#car .price{
	width:100%;
	font-size:1em;
	float:right;
	text-align:right;
}
#car .price span{
	font-size:1.2em
	;color:#FF0000;
}
#car .stars{
	width:90%;
	color:#000000;
	font-size:0.9em;
	line-height:140%;
	padding:15px 5% 0 5%;
	position: relative;
}
#car .stars p{
	position: relative;
}
#car .estm5{
	width:60px;
	background-image:url(../img/star5.png);
	position:absolute;
	top:4px;
	left:60%;
	background-repeat:no-repeat;
	display:block;
}
#car .estm4{
	width:60px;
	text-indent:-9999px;
	background-image:url(../img/star4.png);
	position:absolute;
	top:4px;
	left:60%;
	background-repeat:no-repeat;
	display:block;
}
#car .estm3{
	width:60px;
	background-image:url(../img/star3.png);
	position:absolute;
	top:4px;
	left:60%;
	background-repeat:no-repeat;
	display:block;
}
#car .estm2{
	width:60px;
	background-image:url(../img/star2.png);
	position:absolute;
	top:4px;
	left:60%;
	background-repeat:no-repeat;
	display:block;
}
#car .estm1{
	width:60px;
	background-image:url(../img/star1.png);
	position:absolute;
	top:4px;
	left:60%;
	background-repeat:no-repeat;
	display:block;
}





/*ACCORDION2*/
ul.accordion2 {
	font-size:1em;
	margin-bottom:30px;
}
ul.accordion2 ul {
	display:none;
}
ul.accordion2 span {
	color:#153260;
	display:block;
	background-position:95% center;
	background-repeat:no-repeat;
	padding:12px 15% 12px 5%;
}
ul.accordion2 > li > p span{
	background-image:url(../img/arrow_blue.png);
}
ul.accordion2 > li > p span.open{
	background-image:url(../img/arrow_blue_open.png);
}
ul.accordion2 a {
	display:block;
	color:#25519B;
	border-bottom:1px solid #cccccc;
	box-sizing : border-box ;
	text-decoration:none;
	padding:12px 0 12px 0;
}
ul.accordion2 > li > p{
	text-decoration:none;
	background-image: -moz-linear-gradient(
		top,
		#ffcc00 0%,
		#ff6600 49%,
		#ff3300 50%,
		#ff6600);
	background-image: -webkit-gradient(
		linear,
		left top,left bottom,
		from(#A0D967),
		color-stop(0.49, #A0D967),
		color-stop(0.50, #6DC515),
		to(#6DC515));
	border:2px solid #163261;
	box-sizing : border-box ;
	margin:0 0 10px 0;
}




/*INFORMATION*/
#information{
	width:100%;
	padding:0 0 30px 0;
}
#information li{
	width:100%;
	border-bottom:dotted 1px #999999;
	box-sizing : border-box ;
	padding:10px 3% 10px 3%;
}
#information li p{
	color:#0033CC;
}
#information .date{
	color:#333333;
	font-size:0.8em;
}
#information a{
	text-decoration:none;
}



/*COMPANY*/
#company table{
	width:90%;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	box-sizing : border-box ;
	margin:30px 5% 30px 5%;
}
#company td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	box-sizing : border-box ;
	padding:10px;
}
#company td.outline2{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	box-sizing : border-box ;
	padding:0;
}
#company .item{
	width:30%;
}
#company .outline{
	width:70%;
}
#company .outline a {
	color: #000;
	text-decoration: none;
}

#company .outline2 table{
	width:100%;
	border:none;
}
#company .outline2 td{
	width:50%;
	border:none;
	padding:5px 5px 5px 0;
}
.map_btn {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	display: block;
	background: -moz-linear-gradient(top,#09C 0%,#09C 50%,#069 50%,#069);
	background: -webkit-gradient(linear, left top, left bottom,from(#09C), color-stop(0.5,#09C), color-stop(0.5,#069),  to(#069));
	border: 1px solid #DDD;
	color: #FFF;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-bottom: 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}





/*Q&A*/
#qa h3.bg_gray{
	width:90%;
	font-size:1.2em;
	line-height:130%;
	color:#ffffff;
	text-align:center;
	background: -moz-radial-gradient(50% 50%, circle farthest-side, #C3C3C3, #868686);
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 150, from(#C3C3C3), to(#868686));
	padding:15px 5% 15px 5%;
	margin:0 0 30px 0;
}
#qa .answer{
	padding:15px 5% 12px 5%;
	text-align:left;
}




/*SUPORT*/
#suport{
	padding:0 0 30px 0;
}
#suport h3.bg_gray{
	width:90%;
	font-size:1.2em;
	line-height:130%;
	color:#ffffff;
	text-align:left;
	background: -moz-radial-gradient(50% 50%, circle farthest-side, #C3C3C3, #868686);
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 150, from(#C3C3C3), to(#868686));
	padding:15px 5% 15px 5%;
	margin:0 0 0 0;
}
#suport .catch{
	font-size:1.2em;
	color:#0033FF;
	padding:0 0 10px 0;
}




/*SERVICE*/
#service{
	padding:0 0 10px 0;
}
#service h3.bg_gray{
	width:90%;
	font-size:1.2em;
	line-height:130%;
	color:#ffffff;
	text-align:left;
	background: -moz-radial-gradient(50% 50%, circle farthest-side, #C3C3C3, #868686);
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 150, from(#C3C3C3), to(#868686));
	padding:15px 5% 15px 5%;
	margin:0 0 0 0;
}
#service .catch{
	font-size:1.2em;
	color:#FFF;
	background-color: #000;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0;
}
#service .mark{
	width:30%;
	margin:0 auto 15px auto;
}
#service .text_area02{
	padding-top: 20px;
	margin:0 2% 0 2%;
}
#service .text_area02 div img {
	margin:2% 2% 0 2%;
}




/*SHOP*/
#shop .shop_content{
	width:96%;
	padding:0 2% 0 2%;
}
#shop h3{
	width:98%;
	font-size:1.2em;
	padding:15px 0 8px 2%;
}
#shop .address{
	width:90%;
	text-align:left;
	padding:15px 0 15px 0;
	margin:0 5% 0 5%;
}
.shop_area{
	text-align:left;
	padding:0 0 30px 0;
	margin:0 2% 0 2%;
}




/* CONTACT */
#contact .spacing{
	width:96%;
	padding:15px 2% 20px 2%;
}
.spacing p{
	padding:0 0 10px 0;
}
#address .spacing{
	width:96%;
	padding:15px 2% 20px 2%;
}
#contact h3{
	color:#ffffff;
	text-align:center;
	display:block;
	padding:2px 0 2px 0;
	background-color: #000;
}
#contact table{
	margin:0 0 0 3%;
}
#address td, #contact td{
	padding:0 0 8px 0;
}
.send_btn{
	width:90%;
	font-size:1.2em;
	color:#ffffff;
	text-align:center;
	background: -moz-linear-gradient(center top, #E10000, #B70000);
	background: -webkit-gradient(linear, center top, center bottom, from(#E10000), to(#B70000));
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	border:none;
	padding:12px 0 12px 0;
	margin:0 5% 40px 5%;
}
#contact .form_photo{
	width:97%;
	margin:0 3% 0 3%;
}
#contact .radi_form{
	margin:10px 0 0 0;
}
.text_area02 p{
	text-align:left;
	padding:15px 0 15px 0;
	margin:0 2% 0 2%;
}


/*NUMBER*/
#number span{
	font-size:0.8em;
	color:#dddddd;
}
#number .text_area{
	text-align:left;
	border:none;
	padding:15px 0 15px 0;
	margin:0 2% 10px 2%;
}
#number .page_nation{
	width:100%;
	color:#ffffff;
}
#number a{
	text-decoration:none;
}
#number .back{
	width:25%;
	color:#ffffff;
	font-size:0.8em;
	text-align:center;
	background: -moz-linear-gradient(center top, #666666, #676767 50%,  #666666);
	background: -webkit-gradient(linear, center top, center bottom, from(#666666), color-stop(50%, #676767), to(#666666));
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding:2px 0 2px 0;
	margin:0 0 0 2%;
	float:left;
}
#number .next{
	width:25%;
	color:#ffffff;
	font-size:0.8em;
	text-align:center;
	background: -moz-linear-gradient(center top, #666666, #676767 50%,  #666666);
	background: -webkit-gradient(linear, center top, center bottom, from(#666666), color-stop(50%, #676767), to(#666666));
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding:2px 0 2px 0;
	margin:0 2% 30px 0;
	float:right;
}
#number h2{
	color:#ffffff;
	text-align:left;
	background-image:url(../img/bg_titlebar.png);
	display:block;
	padding:8px 2% 8px 2%;
}




/* Control Nav */
.flex-control-nav{
	width: 100%;
	position:absolute;
	bottom: -30px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 10px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 14px;
	height: 14px;
	display: block; background: #666;
	background: rgba(0,0,0,0.5); cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover { 
	background: #333;
	background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0,0,0,0.9);
	cursor: default;
}
.text_area02 p {
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}



/*ACCORDION*/
ul.accordion {
	font-size:1em;
}
ul.accordion ul {
	display:none;
}
ul.accordion span {
	color:#ffffff;
	display:block;
	background-position:95% center;
	background-repeat:no-repeat;
	padding:12px 15% 12px 5%;
}
ul.accordion > li > p span{
	background-image:url(../img/arrow.png);
}
ul.accordion > li > p span.open{
	background-image:url(../img/arrow_open.png);
}
ul.accordion a {
	display:block;
	color:#333;
	background:url(../img/gray_arrow.png);
	background-repeat:no-repeat;
	background-position:95% 50%;
	border-bottom:1px solid #cccccc;
	box-sizing : border-box;
	text-decoration:none;
	padding:12px 10% 12px 5%;
}
ul.accordion > li > p{
	background-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}




/*MAIN NAVI*/
navi{
	display:block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#menu_navi{
	width:100%;
	border-top:1px solid #cccccc;
	box-sizing : border-box ;
}
#menu_navi li{
	background:url(../img/gray_arrow.png);
	background-repeat:no-repeat;
	background-position:95% 50%;
	padding:12px 10% 12px 5%;
}
#menu_navi a{
	display:block;
	color:#25519B;
	border-bottom:1px solid #cccccc;
	box-sizing : border-box ;
	text-decoration:none;
	background: -moz-linear-gradient(top, #FBFCFE, #F6F8FC);
	background: -webkit-gradient(linear, center top, center bottom, from(#FBFCFE), to(#F6F8FC)); 
}
#twit{
	width:50%;
	text-align:center;
	padding:7px 0 7px 0;
	float:left;
}
#face{
	width:50%;
	text-align:center;
	border-left:1px solid #cccccc;
	box-sizing:border-box;
	padding:7px 0 7px 0;
	float:left;
}
#pc_btn{
	width:100%;
	color:#333;
	text-decoration:none;
	text-align:center;
	box-sizing : border-box;
	padding:12px 5% 12px 5%;
}
#top{
	width:100%;
	color:#25519B;
	text-decoration:none;
	text-align:center;
	border-bottom:1px solid #cccccc;
	box-sizing : border-box ;
	padding:12px 5% 12px 5%;
}
