@charset "euc-jp";
/* CSS Document */
@media screen and (max-width: 768px) {
body{
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	-webkit-text-size-adjust: 100%;
}

#page{
	font-size: 15px;
}

img{
	width: 100%;
}

.gFootLogo img{
	width: auto;
}

a{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
}

/* ヘッダー、フッター 表示切替 */
.pc_display {
	display: none;
}

.sp_display {
	display: block;
}

#page {
	width: auto;
	min-width: 320px;
}

#contents .topicpath{
	display: none;
}

#gHeader{
	border-top: none;
}

/* ---------------------------------
	共通
---------------------------------- */
.copy{
	background-color: #f4f4f4;
	color: #666666;
	font-size: 11px;
	padding: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 4px;
}

.first_heading{
	background-color: #f9fbfa;
	font-size: 18px;
	font-weight: bold;
	border-top: 2px solid #e50012;
	border-bottom: 2px solid #d0d0d0;
	padding: 16px 12px;
	margin-bottom: 10px;
	line-height: 1.3;
}

#main h3,
aside p.heading,
.subcontents h3{
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	padding: 8px 5px;
	background-color: #f9fbfa;
	font-weight: bold;
	font-size: 16px;
}

#main h3 span,
aside p.heading span,
.subcontents h3 span{
	display: inline-block;
	border-left: 3px solid #e10215;
	padding: 2px 0 2px 10px;
}

#main section h4,
.subcontents h4{
	padding: 13px 0 13px 16px;
	border-bottom: 1px solid #e9e9e9;
	font-weight: bold;
}

.subcontents h4.h4_bdr {
	padding: 8px 5px;
}
.subcontents h4.h4_bdr span {
	display: block;
	border-left: 3px solid #e60012;
	margin: 0 auto;
	padding-left: 10px;
	line-height: 1.4;
}

.block_type_recommend{ background-color: #000;}

#main section h4.accordion_switch,
.subcontents h4.accordion_switch,
#main section h4.acod,
.subcontents h4.acod{
	background: url(https://img.goo-net.com/common_v2/img/icon_close.png) no-repeat 96% 48%;
	background-size: 22px;
}

#main section h4.open{
	background: url(https://img.goo-net.com/common_v2/img/icon_open.png) no-repeat 96% 48%;
	background-size: 22px;
}

#main section h4.open_next{
	border-top: 1px solid #e9e9e9;
}

#main section.accordion_switch,
#main section.acod{
	border-bottom: none;
}

#main section:last-child h4.open{
	border-bottom: 1px solid #e9e9e9;
}

#topicpath{
	padding: 15px 0 15px 10px;
	overflow: hidden;
}

#topicpath li{
	float: left;
	font-size: 12px;
	line-height: 1.6;
}

#topicpath li a{
	color: #0000ff;
}

#topicpath li a:visited { color: #800080;}

#topicpath li span{
	display: block;
	padding: 0 0 0 19px;
	background: url(https://img.goo-net.com/common_v2/img/bg_line_path.gif) no-repeat 8px 7px;
}

#gFooter{
	margin-top: 0;
}

/* サイドナビ */
aside .search_category{
	display: none;
}

aside section.search_category .sideBoxInner div{
	background-color: #FFFFFF;
}

aside section .sideBoxInner div{
	background-color: #f0f0f0;
}

aside section .sideBoxInner div ul{
	display: none;
}

aside section p.heading2{
	padding: 13px 0 13px 16px;
	border-bottom: 1px solid #e9e9e9;
	font-weight: bold;
	background: url(https://img.goo-net.com/common_v2/img/icon_close.png) no-repeat 96% 48% #FFFFFF;
	background-size: 22px;
}

aside section p.heading2.open{
	background: url(https://img.goo-net.com/common_v2/img/icon_open.png) no-repeat 96% 48% #FFFFFF;
	background-size: 22px;
}

aside .sideBoxInner div:last-child p.heading2{
	border-bottom: none;
}

aside .sideBoxInner div:last-child p.heading2.open{
	border-bottom: 1px solid #e9e9e9;
}

aside section .sideBoxInner div table{
	width: 100%;
	border-spacing: 10px;
	border-collapse: separate;
}
aside section .sideBoxInner div div{
	display: none;
}
aside section .sideBoxInner div table td{
	box-shadow: 1px 3px 3px -3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 3px 3px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 3px 3px -3px rgba(0,0,0,0.3);
	width: 20%;
}

aside section .sideBoxInner div table td.no_link span{
	background-color: #dddddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	padding: 35% 0;
	display: block;
	text-decoration: none;
	color: #666666;
}

aside section .sideBoxInner div table td.nottable{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	display: none;
}

aside section .sideBoxInner div table td a{
	background-color: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	padding: 35% 0;
	display: block;
	text-decoration: none;
	color: #666666;
}

/* サブコンテンツ */
.subcontents p.hedding3{
	padding: 9px 10px;
	background-color: #cccccc;
	font-weight: bold;
}

.subcontents .popular_maker dt{
	display: none;
}

.subcontents .usedcar_recommend .article_box{
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background: url(/usedcar/common/img/iphone/icon_linkmark.png) no-repeat 97% 40%;
	background-size: 8px 12px;
}

.subcontents .usedcar_recommend .article_box .clearfix{
	display: table;
	margin-bottom: 8px;
}

.subcontents .usedcar_recommend .article_box .clearfix div{
	display: table-cell;
	vertical-align: top;
}

.subcontents .usedcar_recommend .article_box .clearfix div.img{
	width: 45%;
}

.subcontents .usedcar_recommend .article_box .clearfix div.information{
	width: 65%;
	padding: 0 5px 0 10px;
}

.subcontents .usedcar_recommend .article_box .clearfix div.information .prefecture{
	width: 72px;
	background-color: #ff813c;
	padding: 5px 0 4px;
	margin-bottom: 10px;
	color: #FFFFFF;
	text-align: center;
}

.subcontents .usedcar_recommend .article_box .clearfix div.information .article{
	margin-bottom: 10px;
}

.subcontents .usedcar_recommend .article_box .clearfix div.information .price{
	font-size: 17px;
}

.subcontents .usedcar_recommend .article_box .clearfix div.information .price span{
	font-size: 18px;
	color: #f6000f;
}

.subcontents .usedcar_recommend .article_box table{
	border: 1px solid #e9e9e9;
	width: 100%;
}

.subcontents .usedcar_recommend .article_box table td{
	border: 1px solid #e9e9e9;
	width: 50%;
	padding: 10px;
}

.subcontents .usedcar_recommend .article_box table td dl{
	letter-spacing: -.40em;
}

.subcontents .usedcar_recommend .article_box table td dt{
	color: #969696;
	font-weight:bold;
}

.subcontents .usedcar_recommend .article_box table td dt,
.subcontents .usedcar_recommend .article_box table td dd{
	display: inline;
	letter-spacing: normal;
}


/* ---------------------------------
	ページパーツ
---------------------------------- */

/* TOPページ */
#main section p{
	padding: 12px 14px 12px;
}

#main section .hide_box{
	display: none;
}

#main section .hide_box dl{
	margin-bottom: 10px;
}

#main section .hide_box dt a{
	font-weight: bold;
	padding: 14px 14px 14px;
	background: url(/usedcar/common/img/iphone/icon_linkmark.png) no-repeat 97% 48% #f9f9f9;
}

#main section .hide_box dd li a,
#main #mcategory li a,
#main .categoryBox li a,
aside section.recommend li a,
aside section.search_category li a,
.subcontents .popular_maker a{
	padding: 10px 14px 12px;
	border-bottom: 1px solid #e9e9e9;
	background: url(/usedcar/common/img/iphone/icon_linkmark.png) no-repeat 97% 48%;
}

#main section .hide_box dt a,
#main section .hide_box dd li a,
#main #mcategory li a,
#main .categoryBox li a,
aside section.recommend li a,
aside section.search_category li a,
.subcontents .popular_maker a{
	display: block;
	color: #000000;
	background-size: 8px 12px;
	text-decoration: none;
}

aside .parallelLink{
	border-bottom: 1px solid #e9e9e9;
}

aside .parallelLink li:last-child a{ border-bottom: none !important;}

/* 中カテゴリページ */
#main .categoryBox ul.column1{
	margin-bottom: 10px;
}

#main .categoryBox p.title{
    padding: 13px 0 13px 16px;
    border-bottom: 1px solid #e9e9e9;
    font-weight: bold;
	background: none;
	background-size: auto;
	background-color: #f9f9f9;
}

/* 小カテゴリページ */

#main #scategory h4{
	background: none;
	background-size: auto;
}

#main #scategory ul.column2{
	margin-bottom: 0;
}

#main #scategory p{
	padding: 0;
	margin-bottom: 25px;
}

#main #scategory p a{
	display: block;
	width: 94%;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #acacac;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.96, #ebeaea), color-stop(0.63, #fff));
	background: -webkit-linear-gradient(top, #fff 63%, #ebeaea 96%);
	background: -moz-linear-gradient(top, #fff 63%, #ebeaea 96%);
	background: -o-linear-gradient(top, #fff 63%, #ebeaea 96%);
	background: -ms-linear-gradient(top, #fff 63%, #ebeaea 96%);
	background: linear-gradient(to bottom, #fff 63%, #ebeaea 96%);
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	line-height: 1.3;
}

#main #scategory p a .sp_return{
	display: block;
}

/* 詳細ページ */

#main #detail section{
	padding: 14px 3% 0 3%;
	margin-bottom: 20px;
}

#main #detail h4{
	background: none;
}

#main #detail .type{
	padding: 0;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px solid #e9e9e9;
	padding: 0 0 9px 5px;
	margin-bottom: 12px;
}

#main #detail .h3box{
	border-bottom: 1px solid #e9e9e9;
	padding: 0 0 14px 5px;
	margin-bottom: 15px;
}

#main #detail .h3box h5{
	padding: 0;
	margin-bottom: 10px;
	border-bottom: none;
	font-weight: bold;
	background: none;
	background-size: none;
	font-size: 23px;
}

#main #detail .h3box p{
	padding: 0;
	color: #888888;
	font-weight: bold;
	font-size: 13px;
}

#main #detail .text{
	padding: 0 0 0 3px;
}

#main #detail .text a{
  color: #0000ff;
  text-decoration:underline;
}

#main #detail .text a:visited {
  color: #800080;
}

#main #detail p.title{
	padding: 13px 0 13px 16px;
	border-bottom: 1px solid #e9e9e9;
	font-weight: bold;
	background-color: #f9f9f9;
}

/* 追加分 */
.subcontents h4.open{
	background: url(https://img.goo-net.com/common_v2/img/icon_open.png) no-repeat 96% 48%;
	background-size: 22px;
	border-bottom: none;
}

.subcontents h3.usedcar{ margin-top: 10px;}

.subcontents .innerBlock,
.subcontents .innerBlock br{ display: none;}
.subcontents .block{ display: block;}

#main .categoryBox .list_link{
	background-color: #f9fbfa;
	line-height: 1.5;
	font-size: 95%;
	margin-bottom: 15px;
}

#main .categoryBox .list_link li a{
	padding: 15px 32px 15px 15px;
	font-weight: bold;
}

/*----- block_type_recommend -----*/

.innerBlock .block_type_recommend{
	background-color: #dcdcdc;
	padding: 9px 3% 15px;
}

.innerBlock .block_type_recommend li{
	width: 42%;
	padding: 3%;
	background-color: #FFFFFF;
	float: left;
	margin: 0 3.2% 9px 0;
	box-shadow: 0px 3px 4px 0px #c8c8c8;
	-moz-box-shadow: 0px 3px 4px 0px #c8c8c8;
	-webkit-box-shadow: 0px 3px 4px 0px #c8c8c8;
	-o-box-sizing: initial;
	-ms-box-sizing: initial;
	-moz-box-sizing: initial;
	-webkit-box-sizing: initial;
	box-sizing: initial;
}

.innerBlock .block_type_recommend li:nth-child(n+5){
	display: none;
}

.innerBlock .block_type_recommend li:nth-child(2n){
	margin-right: 0;
}

.innerBlock .block_type_recommend li .car_img{
	margin-bottom: 3px;
}

.innerBlock .block_type_recommend li .car_text{
	font-size: 85%;
	line-height: 1.4;
}

.innerBlock .block_type_recommend li .car_price{
	font-size: 14px;
	margin-bottom: 8px;
}

.innerBlock .block_type_recommend li .car_price .rightT{
	display: block;
	background: url(/usedcar/common/img/iphone/icon_linkmark.png) no-repeat right 48%;
    background-size: 8px 12px;
	font-weight: bold;
	margin-top: 2px;
}

.innerBlock .block_type_recommend li .car_price .rightT span{
	font-size: 28px;
}

.innerBlock .block_type_brand,
.innerBlock .block_type_body,
.innerBlock .listLink_type02{
	border-top: 1px solid #e9e9e9;
}

.innerBlock .block_type_brand li a,
.innerBlock .block_type_body li a,
.innerBlock .listLink_type02 li a{
	display: block;
	padding: 14px 0 16px 14px;
	border-bottom: 1px solid #e9e9e9;
	background: url(/usedcar/common/img/iphone/icon_linkmark.png) no-repeat 97% 48%;
    background-size: 8px 12px;
}

/* アコーディオンインデント */
#main section p,
#main section .hide_box dt a,
#main section .hide_box dd li a,
aside section.search_category li a,
.innerBlock .block_type_brand li a,
.innerBlock .block_type_body li a,
.innerBlock .listLink_type02 li a{
	padding-left: 25px;
}
}


@media screen and (max-width: 413px) {
	.subcontents .usedcar_recommend .article_box .clearfix div.information .price,
	.subcontents .usedcar_recommend .article_box table{
		font-size: 13px;
	}
}



@media screen and (orientation: landscape) {
	.subcontents .usedcar_recommend .article_box .clearfix div.img{
		width: 25%;
	}

	.subcontents .usedcar_recommend .article_box .clearfix div.information{
		width: 75%;
		padding-left: 10px;
	}
}
