@charset "utf-8";

/* ----------------------------------
                共通
---------------------------------- */
/* h2 */
#contents h2{
	background:linear-gradient(top, #fafafa, #ededed);
	background:-moz-linear-gradient(top, #fafafa, #ededed);
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ededed));
	border-top: solid 2px #e60012;
	border-bottom: solid 1px #cccccc;
}

#contents h2 a{
	display: block;
	padding:0 5px 0 29px;
	color: #333;
	font-weight: bold;
	font-size: 16px;
}

#contents h2 > span{
	display: block;
	color: #e60012;
	font-weight: bold;
	font-size: 16px;
	height: 40px;
	padding-left: 44px;
	line-height: 2.5;
	border-bottom: solid 1px #ffffff;
}

#contents h2.type03 > span{
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/share/new_h2_bg.png) no-repeat left 50%;
	background-size: 38px 23px;
	-moz-background-size: 38px 23px;
	-webkit-background-size: 38px 23px;
}

#contents h2.type04{padding-left: 7px;}

#contents h2.type04 > span{
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/share/new_h2_bg04.png) no-repeat left 50%;
	background-size: 20px 27px;
	-moz-background-size: 20px 27px;
	-webkit-background-size: 20px 27px;
	padding-left: 25px;
}

#contents h2.type05,
#contents h2.type06{padding-left: 7px;}

#contents h2.type05 > span{
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/share/new_h2_bg05.png) no-repeat left 50%;
	background-size: 20px 27px;
	-moz-background-size: 20px 27px;
	-webkit-background-size: 20px 27px;
	padding-left: 37px;
}

#contents h2.type06 > span{
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/share/new_h2_bg06.png) no-repeat left 50%;
	background-size: 28px 27px;
	-moz-background-size: 28px 27px;
	-webkit-background-size: 28px 27px;
	padding-left: 37px;
}

/* accordion */
#contents .accordion {
	padding: 0 5px;
}

dt.accordion_search {
	border: 1px solid #fe7e7e;
	border-bottom: none;
}

dt.accordion_search > a {
	font-size: 14px;
}

dt.accordion_search:nth-child(5) {border-bottom: 1px solid #fe7e7e !important;}

#contents .section .menu_search dt a,
dt.accordion_search a {
	display: block;
	color: #444444;
	font-weight: bold;
	line-height: 44px;
	padding-left: 10px;
}

dt.accordion_search a {
	border-bottom: 1px solid #ffe5e7;
	background: #ffe5e7 url(https://img.goo-net.com/goopit/assets/mobile/img/index/icon_open03.png) no-repeat 98% center;
		-moz-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}

#contents .section .menu_search dt a {
	border-bottom: 1px solid #b4b6b5;
	background: #eeeeee url(https://img.goo-net.com/goopit/assets/mobile/img/index/icon_open02.gif) no-repeat 98% center;
		-moz-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}

#contents .section .menu_search dt .close {
	background: #eeeeee url(https://img.goo-net.com/goopit/assets/mobile/img/index/icon_open02.gif) no-repeat 98% center;
		-moz-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}

dt.accordion_search .close {
	background: #ffe5e7 url(https://img.goo-net.com/goopit/assets/mobile/img/index/icon_open03.png) no-repeat 98% center;
		-moz-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}

#contents .section .menu_search dt .open {
	background: #eeeeee url(https://img.goo-net.com/goopit/assets/mobile/img/index/icon_close02.gif) no-repeat 98% center;
		-moz-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}

dt.accordion_search .open {
	background: #ffe5e7 url(https://img.goo-net.com/goopit/assets/mobile/img/index/icon_close03.png) no-repeat 98% center;
		-moz-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
	border-bottom: 1px solid #fe7e7e;
}

#contents .section .type_search dl {
	display: table;
	width: 100%;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	margin-bottom: 15px;
}

#contents .accordion .type_search form > dl:first-child {
	padding-top: 15px;
	border-top: 1px solid #fe7e7e;
}

#contents .section .type_search dl dt,
#contents .section .type_search dl dd {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
}

#contents .section .type_search dl dt {
	width: 65px;
	font-weight: bold;
}

#contents .section .type_search dl dd select,
#contents .section .type_search .btn_area input,
#contents .section .area_search ul li select,
#contents .section .area_search .btn_area input,
#contents .section .menu_search ul li select,
#contents .section .menu_search .btn_area input   {
	width: 100%;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
}

#contents .section .type_search dl dd select {
	font-size: 16px;
	padding: 4px;
}

#contents .accordion .area_search ul{padding-top: 15px;}

#contents .section .area_search ul{ margin: 0;}

#contents .section .area_search ul li{ margin-bottom: 10px;}

#contents .section .area_search ul li:last-child{ margin-bottom: 0;}

#contents .section .area_search ul li select {
	font-size: 16px;
	padding: 4px;
}

#contents .section .type_search .btn_area,
#contents .section .area_search .btn_area,
#contents .section .menu_search .btn_area {margin-bottom: 20px;}

#contents .section .type_search .btn_area input,
#contents .section .area_search .btn_area input,
#contents .section .menu_search .btn_area input {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	border: 1px solid #d70e00;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 7px 13px;
	cursor: pointer;
	background:linear-gradient(top, #ef5d69, #e60214);
	background:-moz-linear-gradient(top, #ef5d69, #e60214);
	background:-webkit-gradient(linear, left top, left bottom, from(#ef5d69), to(#e60214));
}

#contents .section .type_search .btn_area input[type="submit"]:hover {
    -moz-opacity: 0.40 !important;
	opacity: 0.40 !important;
}

#contents .section .menu_search {padding: 0;}

#contents .section .menu_search dl,
#contents .accordion .menu_search {
	border: 1px solid #b4b6b5;
	border-bottom: none;
	padding: 0;
}

#contents .accordion .menu_search {border-top: none;}

#contents .accordion .menu_search dt:first-child a {border-top: 1px solid #fe7e7e;}

#contents .section .menu_search dd ul li a,
#contents .section .menu_search div a,
#contents .section .menu_search + div a {
	display: block;
	color: #444444;
	line-height: 44px;
	padding-left: 10px;
	border-bottom: 1px solid #b4b6b5;
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/share/new_com_icon02.gif) no-repeat 97% center;
		-moz-background-size: 9px 15px;
		-webkit-background-size: 9px 15px;
	background-size: 9px 15px;
}

#contents .menu_search .accordion dd ul li {border-bottom: 1px solid #b4b6b5;}

#contents .menu_search .accordion dt a,
#contents .menu_search .accordion dd ul li {
	display: block;
	color: #444;
	text-decoration: none;
	line-height: 44px;
	padding-left: 10px;
}

#contents .menu_search .accordion dd ul li label {
	padding-left: 10px;
}

#contents .blog_list_category {
	margin-top: 20px;
}

#contents .blog_list_category .accordion {
	margin-bottom: 20px;
	padding: 0;
	border-top: 1px solid #b4b6b5;
	border-right: 1px solid #b4b6b5;
	border-left: 1px solid #b4b6b5;
}

#contents .blog_list_category .accordion dt a {
	font-weight: bold;
	border-bottom: 1px solid #b4b6b5;
	background: #eeeeee url(https://img.goo-net.com/goopit/assets/mobile/img/index/icon_open02.gif) no-repeat 98% center;
		-moz-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}

#contents .blog_list_category .accordion dt .close {
	background: #eeeeee url(https://img.goo-net.com/goopit/assets/mobile/img/index/icon_open02.gif) no-repeat 98% center;
		-moz-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}

#contents .blog_list_category .accordion dt .open {
	background: #eeeeee url(https://img.goo-net.com/goopit/assets/mobile/img/index/icon_close02.gif) no-repeat 98% center;
		-moz-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}

#contents .blog_list_category .accordion dd ul li a {
	border-bottom: 1px solid #b4b6b5;
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/share/new_com_icon02.gif) no-repeat 97% center;
		-moz-background-size: 9px 15px;
		-webkit-background-size: 9px 15px;
	background-size: 9px 15px;
}

#contents .blog_list_category .accordion dt:first-child a {
	border-top: 1px solid #fe7e7e;
}

#contents .blog_list_category .border {
	border-bottom: 1px solid #fe7e7e;
}

#contents .blog_list_category .accordion.no_border {
	border: none;
}

#contents .blog_list_category .accordion.no_border .type_search {
	padding: 0;
}

#contents .blog_list_category .accordion.no_border .type_search ul {
	padding-top: 15px;
}

#contents #car_model div.section .blog_list_category .accordion.no_border .type_search ul li {
	margin-bottom: 10px;
	min-height: auto;
}

#contents .blog_list_category .accordion.no_border .type_search ul li select {
	font-size: 16px;
	padding: 4px;
	width: 100%;
}

#contents .blog_list_category div.main_list a {
	display: block;
	color: #444444;
	line-height: 44px;
	padding-left: 10px;
	border-bottom: 1px solid #b4b6b5;
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/share/new_com_icon02.gif) no-repeat 97% center;
	-moz-background-size: 9px 15px;
	-webkit-background-size: 9px 15px;
	background-size: 9px 15px;
}

#contents .section .menu_search .accordion dd ul,
#contents .section .menu_search .accordion dd ul li {
	width: 100%;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	margin: 0 !important;
}

#contents .section .menu_search .accordion dd ul li input {margin-left: 13px !important;}

#contents .section .menu_search .accordion dd .all li input {margin-left: 0 !important;}

#contents .section .menu_search + div {margin-bottom: 20px;}

#contents .section .menu_search + div a {
	border-left: 1px solid #b4b6b5;
	border-right: 1px solid #b4b6b5;
}

#contents .connection_link h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding: 0 6px 20px;
	position: relative;
	margin-bottom: 32px;
}

#contents .connection_link h3::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 4px;
	width: 96.61%;
	background: linear-gradient(90deg, #e00923 0, #e00923 17.5%, #d5d5d5 17.5%, #d5d5d5 100%);
}

/* ----------------------------------
              r_2.html
---------------------------------- */
#contents .section .blog_list .box {
    border-bottom: 1px solid #CCCCCC;
}

#contents .section .comBox .box a {
	padding: 2px 30px 8px 7px;
	display: block;
	position: relative;
	color: #444;
	font-size: 12px;
}

#contents .section .comBox .box a:before {
	margin-top: -4px;
	width: 18px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/share/new_com_icon02.gif) no-repeat left top;
	background-size: 9px 15px;
		-moz-background-size: 9px 15px;
		-webkit-background-size: 9px 15px;
	content: "";
}

#contents .section .comBox .box span {display: block;}

#contents .section .comBox .box .spanImg {
	color: #e60012;
	font-size: 16px;
}

#contents .section .comBox .box .spanImg img {margin: 3px 1px 3px 0;}

#contents .section .comBox .box .txt {
	margin-bottom: 5px;
	color: #0099ff;
	font-size: 12px;
	line-height: 1.3;
	font-weight: bold;
}

#contents .section .comBox .box .pTxt .speText {
	padding: 3px 0 3px 20px;
	margin-right: 10px;
	display: inline;
	font-weight: bold;
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/share/new_com_icon01.gif) no-repeat left top;
		-moz-background-size: 17px 14px;
		-webkit-background-size: 17px 14px;
	background-size: 17px 14px;
}

#contents .section .comBox01 .box a {padding: 8px 30px 8px 10px;}

#contents .section .comBox01 .box .photo {
	margin-right: 10px;
	float: left;
}

#contents .section .comBox01 .box .text img {
	margin-bottom: 3px;
	display: block;
}

#contents .section .comBox01 .box .text .title {
	margin-bottom: 5px;
	padding: 4px 7px 2px;
	display: inline-block;
	color: #FFF;
	font-size: 10px;
	background-color: #E60012;
}

#contents .section .comBox01 .box .txt {line-height: 1.1;}

#contents .section .comBox01 .box .pTxt {margin-bottom: 8px;}

#contents .section .comBox01 .box .pTxt .speText {
	padding: 5px 0 5px 25px;
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/share/new_com_icon03.gif) no-repeat left top;
		-moz-background-size: 19px 17px;
		-webkit-background-size: 19px 17px;
	background-size: 19px 17px;
}

#contents .section .blog_list .btn_view,
#contents .section .blog_list .btn_close{padding: 5px 5px 0;}

#contents .section .blog_list .btn_view a{
	display: block;
	padding: 0 10px;
	background:linear-gradient(top, #ff9900, #ff7e00);
	background:-moz-linear-gradient(top, #ff9900  , #ff7e00);
	background:-webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ff7e00));
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

#contents .section .blog_list .btn_view a span{
	display: block;
	padding: 15px 0;
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/index/icon_open.gif) no-repeat right center;
	background-size: 25px 25px;
	-moz-background-size: 25px 25px;
	-webkit-background-size: 25px 25px;
}

#contents .section .blog_list .btn_close a{
	display: block;
	padding: 0 10px;
	background:linear-gradient(top, #eee, #ccc);
	background:-moz-linear-gradient(top, #eee  , #ccc);
	background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	border: 1px solid #ccc;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

#contents .section .blog_list .btn_close a span{
	display: block;
	padding: 15px 0;
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/index/icon_close.gif) no-repeat right center;
	background-size: 25px 25px;
	-moz-background-size: 25px 25px;
	-webkit-background-size: 25px 25px;
}

#contents .section .blog_list .results_all a,
#contents .section .blog_list .menu_search dt a,
#contents .section .blog_list .menu_search dd ul li a {
	display: block;
	color: #444;
	text-decoration: none;
	line-height: 44px;
	padding-left: 10px;
}

#contents .section .blog_list .results_all a {
	font-weight: bold;
	border: 1px solid #b4b6b5;
	background: #DCDCDC url(https://img.goo-net.com/goopit/assets/mobile/img/index/icon_results.gif) no-repeat 98% center;
		-moz-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}

#contents .section .blog_list .menu_search {
	margin-bottom: 20px;
	padding: 0;
	border-top: 1px solid #b4b6b5;
	border-right: 1px solid #b4b6b5;
	border-left: 1px solid #b4b6b5;
}

#contents .section .blog_list .menu_search dt a {
	font-weight: bold;
	border-bottom: 1px solid #b4b6b5;
	background: #eeeeee url(https://img.goo-net.com/goopit/assets/mobile/img/index/icon_open02.gif) no-repeat 98% center;
		-moz-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}

#contents .section .blog_list .menu_search dt .close {
	background: #eeeeee url(https://img.goo-net.com/goopit/assets/mobile/img/index/icon_open02.gif) no-repeat 98% center;
		-moz-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}

#contents .section .blog_list .menu_search dt .open {
	background: #eeeeee url(https://img.goo-net.com/goopit/assets/mobile/img/index/icon_close02.gif) no-repeat 98% center;
		-moz-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}

#contents .section .blog_list .menu_search dd ul li a {
	border-bottom: 1px solid #b4b6b5;
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/share/new_com_icon02.gif) no-repeat 97% center;
		-moz-background-size: 9px 15px;
		-webkit-background-size: 9px 15px;
	background-size: 9px 15px;
}

/* attention_list */
#contents .section .attention_area {
	padding: 10px;
	margin-bottom: 10px;
}
#contents .section .attention_area .attention_list li {
	display: inline-block;
	/display: inline;
	vertical-align: middle;
	margin: 0 8px 10px 0;
}

#contents .section .attention_area .attention_list li a {
	position: relative;
	display: block;
	color: #09F;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #f3f3f3;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background: #f8f8f8;
	padding: 4px 10px;
}

#contents .section .attention_area .select_link ul {
	display: table;
	width: 100%;
}

#contents .section .attention_area .select_link li {
	display: table-cell;
	vertical-align: middle;
}

#contents .section .attention_area .select_link li:first-child {width: 53%;}

#contents .section .attention_area .select_link li:nth-child(2) {width: 10px;}

#contents .section .attention_area .select_link li:last-child {width: 46%;}

#contents .section .attention_area .select_link li a {
	display: block;
	color: #000;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	letter-spacing: -0.04em;
	border: solid 1px #cccccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
}

#contents .section .attention_area .select_link li a span {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/share/icon_arrow_right.png) no-repeat 0 center;
	background-size: 13px 13px;
	-moz-background-size: 13px 13px;
	-webkit-background-size: 13px 13px;
	padding-left: 17px;
}

#contents .section .attention_area .select_link li .red {
	color: #FFF;
	background: #e60012;
}


/* box_num
----------------------------*/
#contents .section .comBox .box_num{
	margin: 10px 5px;
}

#contents .section .comBox .box_num h3{vertical-align: middle;}

#contents .section .comBox .box_num h3.rank_01{
	height: 24px;
	background: url("https://img.goo-net.com/goopit/assets/mobile/img/blog/rank_01.jpg") no-repeat 0 0;
		-webkit-background-size: 24px 24px;
		-moz-background-size: 24px 24px;
	background-size: 24px 24px;
}

#contents .section .comBox .box_num h3.rank_02{
	background: url("https://img.goo-net.com/goopit/assets/mobile/img/blog/rank_02.jpg") no-repeat 0 0;
		-webkit-background-size: 24px 24px;
		-moz-background-size: 24px 24px;
	background-size: 24px 24px;
}

#contents .section .comBox .box_num h3.rank_03{
	background: url("https://img.goo-net.com/goopit/assets/mobile/img/blog/rank_03.jpg") no-repeat 0 0;
		-webkit-background-size: 24px 24px;
		-moz-background-size: 24px 24px;
	background-size: 24px 24px;
}

#contents .section .comBox .box_num h3 a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #0066cb;
	text-decoration: underline;
	padding: 0 0 5px 34px;
}

#contents .section .comBox .box_num_inr{
	background-color: #eeeeee;
	border-top: 3px solid #e60012;
	padding: 8px 5px;
	margin-top: 7px;
}

#contents .section .comBox .box_num a{
	color: #444444;
}

#contents .section .comBox01 .box_num .comDl {
	margin: 0 0 10px;
	border: 1px solid #E1C486;
	overflow: hidden;
	background-color: #FFFFFF;
}

#contents .section .comBox01 .box_num .comDl dt {
	padding: 7px 3px;
	margin: 1px;
	color: #ba8107;
	float: left;
	font-weight: bold;
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/new_dt_bg.jpg) no-repeat left top;
}

#contents .section .comBox01 .box_num .comDl dd {
	padding: 8px 2px 0 0;
	float: right;
}

#contents .section .comBox01 .box_num .comDl dd li {
	color: #383838;
	float: left;
	font-size: 12px;
}

#contents .section .comBox01 .box_num .comDl dd li img {
	vertical-align: top;
}

#contents .section .comBox01 .box_num .comDl dd li .color {
	color: #e60012;
	font-size: 12px;
	font-weight: bold;
	margin-left: 2px;
}

#contents .section .comBox01 .box_num .comDl dd li .color_off {
	color: #444444;
	font-size: 11px;
	font-weight: bold;
	margin-left: 2px;
}

#contents .section .comBox01 .box_num .comDl dd li .spanText {
	font-size: 11px;
	font-weight: bold;
	border-left: 1px solid #E1C486;
	margin-left: 5px;
	padding-left: 7px;
}

#contents .section .comBox01 .box_num .comDl dd li .spanText02 {
	border-left: 1px solid #E1C486;
	margin-left: 5px;
	padding-left: 7px;
}

#contents .section .comBox01 .box_num .inspection_tab_img {
	overflow: hidden;
	margin-bottom: 5px;
}

#contents .section .comBox01 .box_num .inspection_tab_img .img_left {
    float: left;
    width: 50%;
}

#contents .section .comBox01 .box_num .inspection_tab_img .img_left img {width: 100%;}

#contents .section .comBox01 .box_num .inspection_tab_img .textBox {
	padding-left: 51%;
}

#contents .section .comBox01 .box_num .inspection_tab_img p.img_left span {
    background-color: #e60012;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 7px 10px;
}

#contents .section .comBox01 .box_num .inspection_tab_img .comDl {margin: 0 0 7px;}

#contents .section .comBox01 .box_num .inspection_tab_img .comDl dt {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/new_dt_bg02.jpg) no-repeat left top;
	margin-right: 20px;
}

#contents .section .comBox01 .box_num .inspection_tab_img .comDl dd {float: none;}

#contents .section .comBox01 .box_num .inspection_tab_img .comDl dd li .spanText {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 14px;
}

#contents .section .comBox01 .box_num .inspection_tab_img .textBox .pTxt {
	padding: 3px 3px 1px;
	font-size: 9px;
	border-bottom: 1px solid #C9C9C9;
	border-top: 1px solid #C9C9C9;
	background-color: #F4F4F4;
}

#contents .section .comBox01 .box_num .inspection_tab_img .textBox p {
	padding: 3px 0 3px 5px;
	font-size: 11px;
	line-height: 1.3;
	background-color: #FFFFFF;
}

#contents .section .comBox01 .box_num .inspection_tab_img .textBox .pSpecial {border-top: 1px solid #C9C9C9;}

#contents .section .comBox .box_num_inr .new_pf_area .new_pf{
	border: 1px solid #ffc375;
	border-radius: 4px;
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	padding: 5px 8px 4px;
	font-size: 14px;
	color: #ff9900;
	font-weight: bold;
	position: relative;
	margin-bottom: 10px;
	background: #fffdfb; /* Old browsers */
	background: -moz-linear-gradient(left,  #fffdfb 0%, #fff3e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fffdfb), color-stop(100%,#fff3e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #fffdfb 0%,#fff3e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #fffdfb 0%,#fff3e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #fffdfb 0%,#fff3e4 100%); /* IE10+ */
	background: linear-gradient(to right,  #fffdfb 0%,#fff3e4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffdfb', endColorstr='#fff3e4',GradientType=1 ); /* IE6-9 */
}

#contents .section .comBox .box_num_inr .new_pf_area .new_pf .balloon{
	position: absolute;
	bottom: -6px;
	left: 46px;
}

#contents .section .comBox .box_num_inr .new_pf_area .new_pf .new_pf_icon img{
	vertical-align: middle;
	padding: 0 0 3px 8px;
}

#contents .section .comBox .box_num_inr .new_pf_area .new_pf_inr{
	display: table;
	margin-bottom: 5px;
}

#contents .section .comBox .box_num_inr .new_pf_area .new_pf_img{
	padding-right: 5px;
	display: table-cell;
	vertical-align:top;
}

#contents .section .comBox .box_num_inr .new_pf_area .new_pf_txt{
	margin-bottom: 5px;
	border: 1px solid #bdbdbe;
	background-color: #FFFFFF;
	display: table-cell;
	vertical-align:middle;
	padding: 6px 5px;
	width: 100%;
}

#contents .section .comBox .box_num_inr .new_pf_area .new_pf_txt.msg{
	padding: 3px 5px;
}

#contents .section .comBox .box_num_inr .new_pf_area .new_pf_txt dt{
	font-size: 11px;
	color: #0066cb;
	font-weight: bold;
}

#contents .section .comBox .box_num_inr .new_pf_area table{
	width: 100%;
	border-collapse: collapse;
}

#contents .section .comBox .box_num_inr .new_pf_area table tr th{
	background-color: #f4f4f4;
	border: 1px solid #bdbdbe;
	padding: 1px 6px;
}

#contents .section .comBox .box_num_inr .new_pf_area table tr th.tal{ text-align: left;}

#contents .section .comBox .box_num_inr .new_pf_area table tr td{
	background-color: #FFFFFF;
	border: 1px solid #bdbdbe;
	padding: 5px 6px;
}

#contents .section .comBox .box_num_inr .new_pf_area table tr td.price_re{
	/*text-align: center;*/
	color: #e60012;
	font-weight: bold;
}


/* ----------------------------------
              r_3共通
---------------------------------- */
#contents h2 a .open {background: none;}

/* link
----------------------------*/
p.link{margin: 0 10px 8px;}

p.link a {display: block;}

p.link.on a {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/list/new_link_over.gif) no-repeat left top;
		-moz-background-size: 100%;
		-webkit-background-size: 100%;
	background-size: 100%;
}

p.link.on a img {visibility: hidden;}

#contents .comDlInfo {
	margin-bottom: 10px;
	overflow: hidden;
	display: none;
}

#contents .comDlInfo .niceform {margin: 0;}

#contents .comDlInfo ul {
	margin: 0 10px;
	overflow: inherit;
}

#contents .comDlInfo .liTitle {
	margin: 0 -10px 10px;
	padding: 7px 15px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #B4B6B5;
	background: #DCDCDC url(https://img.goo-net.com/goopit/assets/mobile/img/blog/new_icon_01.gif) no-repeat left center;
		-moz-background-size: 4px 4px;
		-webkit-background-size: 4px 4px;
	background-size: 4px 4px;
}

#contents .comDlInfo dd .inspection_search_select {padding-top: 10px;}

#contents .comDlInfo .checkbox_title {margin: 0 0 10px 10px;}

#contents .comDlInfo .liInput {
	margin: 0 -10px 10px;
	padding: 4px 10px;
	background-color: #FFF0DB;
}

#contents .comDlInfo .liInput input {
	margin-right: 4px;
	vertical-align: middle;
}

#contents .comDlInfo .liSubmit {text-align: center;}

#contents .comDlInfo .liSubmit input {width: 94%;}

#contents .comDlInfo .ulSpecial {margin: 0 0 15px;}

#contents .comDlInfo .ulSpecial .liTitle {
	margin: 0;
	width: 100%;
}

#contents .comDlInfo .ulSpecial li {
	margin-bottom: 0;
	width: 50%;
	border-bottom: 1px solid #B4B6B5;
	display: inline-table;
}

#contents .comDlInfo .ulSpecial li .liBorder {
	padding: 3px 10px;
	border-left: 1px solid #B4B6B5;
	display: table-cell;
	vertical-align: middle;
}

#contents .comDlInfo .ulSpecial li:nth-child(2n) .liBorder {border-left: none;}

#contents .comDlInfo .ulSpecial li.lastBrd {border-right: 1px solid #B4B6B5;}

#contents .comDlInfo .ulSpecial li input {
	margin-top: -3px;
	vertical-align: middle;
}

#contents .comDlInfo .liSelect {text-align: center;}

#contents .comDlInfo .liSelect select {width: 45%;}

#contents .comDlInfo .liSelect .line {margin: 0 5px;}

#contents .comDlInfo .close {border-bottom: 1px solid #CBCBCB;}

#contents .comDlInfo .close a {
	padding: 8px 2px;
	display: block;
	color: #086bcd;
	font-size: 13px;
	background-color: #F7F7F7;
}

#contents .comDlInfo .close a span {position: relative;}

#contents .comDlInfo .close a span:after {
	margin-top: -2px;
	width: 16px;
	height: 10px;
	position: absolute;
	left: -15px;
	top: 50%;
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/new_icon_03.gif) no-repeat left top;
		-moz-background-size: 8px 5px;
		-webkit-background-size: 8px 5px;
	background-size: 8px 5px;
	content: "";
}

#contents .comDlInfo dd .inspection_search_select {padding-top: 10px;}

#contents .comDlInfo .checkbox_title {margin: 0 0 10px 10px;}

#contents .comDlInfo .liInput {
	margin: 0 -10px 10px;
	padding: 4px 10px;
	background-color: #FFF0DB;
}

#contents .comDlInfo .liInput input {
	margin-right: 4px;
	vertical-align: middle;
}

#contents .comDlInfo .liSubmit {text-align: center;}

#contents .comDlInfo .liSubmit input {width: 94%;}

#contents .comDlInfo .ulSpecial {margin: 0 0 15px;}

#contents .comDlInfo .ulSpecial .liTitle {
	margin: 0;
	width: 100%;
}

#contents .comDlInfo .ulSpecial li {
	margin-bottom: 0;
	width: 50%;
	border-bottom: 1px solid #B4B6B5;
	display: inline-table;
}

#contents .comDlInfo .ulSpecial li .liBorder {
	padding: 3px 2px 3px 10px;
	border-left: 1px solid #B4B6B5 !important;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: -1px;
}

#contents .comDlInfo .ulSpecial li:nth-child(2n) .liBorder {border-left: none;}

#contents .comDlInfo .ulSpecial li input {
	margin-top: -3px;
	vertical-align: middle;
}

#contents .comDlInfo .liSelect {text-align: center;}

#contents .comDlInfo .liSelect select {width: 45%;}

#contents .comDlInfo .liSelect .line {margin: 0 5px;}

#contents .comDlInfo .close {border-bottom: 1px solid #CBCBCB;}

#contents .comDlInfo .close a {
	padding: 8px 2px;
	display: block;
	text-align: center;
	color: #086bcd;
	font-size: 13px;
	background-color: #F7F7F7;
}

#contents .comDlInfo .close a span {position: relative;}

#contents .comDlInfo .close a span:after {
	margin-top: -2px;
	width: 16px;
	height: 10px;
	position: absolute;
	left: -15px;
	top: 50%;
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/new_icon_03.gif) no-repeat left top;
		-moz-background-size: 8px 5px;
		-webkit-background-size: 8px 5px;
	background-size: 8px 5px;
	content: "";
}

#contents .comDlInfo .menu_search .reset {
	text-align: center;
	margin-bottom: 10px;
}

#contents .comDlInfo .menu_search .reset a {color: #0066CB;}

#contents .comDlInfo .menu_search .reset img {
	vertical-align: middle;
	padding-right: 5px;
}

/* conditions area */
#contents .conditions_area {
    font-size: 13px;
    letter-spacing: -0.02em;
}

#contents .conditions_area ul {
    margin-bottom: 15px;
}

#contents .conditions_area ul .liTitle {
    font-weight: bold;
    border: 1px solid #B4B6B5;
    background: #DCDCDC url(https://img.goo-net.com/goopit/assets/mobile/img/blog/new_icon_01.gif) no-repeat left center;
    -moz-background-size: 4px 4px;
    -webkit-background-size: 4px 4px;
    background-size: 4px 4px;
    margin: 0 0 10px;
    padding: 7px 15px;
}

#contents .conditions_area ul .type_conditions {
    padding: 0 10px;
}

#contents .conditions_area ul .type_conditions .inner {
    border-top: 1px solid #fe7e7e;
    border-bottom: 1px solid #fe7e7e;
    padding: 10px 0;
    margin-bottom: 15px;
}

#contents .conditions_area ul .type_conditions dl {
    display: table;
    width: 100%;
    font-weight: bold;
}

#contents .conditions_area ul .type_conditions dl dt {
    display: table-cell;
    width: 125px;
    vertical-align: middle;
}

#contents .conditions_area ul .type_conditions dl dd a {
    color: #0066CB;
}

#contents .conditions_area ul .type_conditions .btn_area {
    text-align: center;
}

#conditions_reset {
    width: 80%;
    color: #E60416;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    border: 1px solid #e60416;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FFF;
    outline-style: none;
    height: 36px;
}

/* results_area
----------------------------*/
#contents .results_area {border-top: 2px solid #ED2214;}

#contents .results_area p.ttl {
	padding: 10px;
	border-top: 1px solid #bdbdbe;
	border-bottom: 1px solid #FFF;
	background:#e6e6e6;
	background:-moz-linear-gradient(top, #fafafa, #e6e6e6);
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e6e6e6));
		-ms-word-break: break-all;
	word-break: break-all;
}

#contents .results_area p.ttl span {
	font-weight: normal;
	color: #E60519;
}

#contents .results_area .results_area_inner {
	padding: 10px 5px 0;
	border-top: 1px solid #BDBDBE;
}


/* ----------------------------------
              r_3_1.html
---------------------------------- */
#contents .results_area .results_area_inner .cassette {
	border-right: 1px solid #bdbdbe;
	border-bottom: 1px solid #bdbdbe;
	border-left: 1px solid #bdbdbe;
	border-top: 2px solid #e60012;
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	margin-bottom: 10px;
}

#contents .results_area .results_area_inner .cassette .category {
	padding-top: 4px;
	border-top: 1px solid #bdbdbe;
	border-bottom: 1px solid #FFF;
	background:#e6e6e6;
	background:-moz-linear-gradient(top, #fafafa, #e6e6e6);
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e6e6e6));
}

#contents .results_area .results_area_inner .cassette .category > span {
	display: block;
	min-width: 135px;
	color: #FFF;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 3px;
	height: auto;
	border-bottom: none;
	padding-left: 0;
}

#contents .results_area .results_area_inner .cassette .category > span em {font-weight: bold;}

#contents .results_area .results_area_inner .cassette .category span > span:first-child,
#contents .results_area .results_area_inner .cassette .category span > span:last-child  {
	font-weight: bold;
	line-height: 17px;
	padding: 1px 0px 1px 5px;
}

#contents .results_area .results_area_inner .cassette .category span > span:first-child {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/bg_h3_category.png) repeat-x left top;
		-moz-background-size: 1px 17px;
		-webkit-background-size: 1px 17px;
	background-size: 1px 17px;
	padding-right: 5px;
	margin-right: -4px;
}

#contents .results_area .results_area_inner .cassette .category span > span:last-child {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/bg_h3_category_last.png) no-repeat right top;
		-moz-background-size: 5px 17px;
		-webkit-background-size: 5px 17px;
	background-size: 5px 17px;
}

#contents .results_area .results_area_inner .cassette .category a {
	display: block;
	color: #0066CB;
	text-decoration: underline;
	font-weight: bold;
	line-height: 1.6;
	padding: 0 10px;
		-ms-word-break: break-all;
	word-break: break-all;
	font-size: 12px;
}

#contents .results_area .results_area_inner .cassette .shopBox {
	padding: 5px 9px 7px;
	border-top: 1px solid #bdbdbe;
}

#contents .results_area .results_area_inner .cassette .shopBoxinr {
	display: table;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}

#contents .results_area .results_area_inner .cassette .shopBoxinr .photoBox,
#contents .results_area .results_area_inner .cassette .shopBoxinr .textBox{
	display: table-cell;
	vertical-align: top;
}

#contents .results_area .results_area_inner .cassette .shopBoxinr .photoBox {width: 63px;}

#contents .results_area .results_area_inner .cassette .shopBoxinr .photoBox img {vertical-align: bottom;}

#contents .results_area .results_area_inner .cassette .shopBoxinr .photoBox + .textBox {padding-left: 8px; width: 100%;}

#contents .results_area .results_area_inner .cassette .shopBoxinr .photoBox + .textBox dl dt,
#contents .results_area .results_area_inner .cassette .shopBoxinr .photoBox + .textBox dl dd {color: #444444;}

#contents .results_area .results_area_inner .cassette .shopBoxinr .photoBox + .textBox dl dt {font-weight: bold;}

#contents .results_area .results_area_inner .cassette .shopBox .shopBoxinr .textBox dl dd p {
		-ms-word-break: break-all;
	word-break: break-all;
}


#contents .results_area .results_area_inner .cassette .shopBox .shopBoxinr .textBox dl dd p:first-child {margin-bottom: 3px;}

#contents .results_area .results_area_inner .cassette .shopBox .shopBoxinr .textBox dl dd p span {
	color: #E60519;
	font-weight: bold;
		-ms-word-break: break-all;
	word-break: break-all;
}

#contents .results_area .results_area_inner .cassette .shopBox .shopBoxinr .textBox dl dd p:last-child span,
#contents .results_area .results_area_inner .cassette .shopBox .cassette_bottom p a {
	color: #0066CB;
	font-weight: normal;
	text-decoration: underline;
}

#contents .results_area .results_area_inner .cassette .shopBox .shopBoxinr .textBox dl dd p:last-child span {
	float: right;
	padding-right:12px;
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/new_icon_arrow.png) no-repeat right center;
	background-size: 7px 12px;
		-moz-background-size: 7px 12px;
		-webkit-background-size: 7px 12px;
}

#contents .results_area .results_area_inner .cassette .shopBox .cassette_bottom p a {
	display: block;
	margin-bottom: 2px;
}

#contents .results_area .results_area_inner .cassette .shopBox .cassette_bottom .rating_area {
	display: table;
	width: 100%;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	margin-top: 5px;
}

#contents .results_area .results_area_inner .cassette .shopBox .cassette_bottom .rating_area > li,
#contents .results_area .results_area_inner .cassette .shopBox .cassette_bottom .rating_area > li .star_box li {display: table-cell;}

#contents .results_area .results_area_inner .cassette .shopBox .cassette_bottom .rating_area > li:last-child {
	width: 70px;
	text-align: right;
}

#contents .results_area .results_area_inner .cassette .shopBox .cassette_bottom .rating_area > li .star_box {display: table;}

#contents .results_area .results_area_inner .cassette .shopBox .cassette_bottom .rating_area > li .star_box li:first-child {
	width: 42px;
	font-size: 14px;
	font-weight: bold;
}

#contents .results_area .results_area_inner .cassette .shopBox .cassette_bottom .rating_area > li .star_box li img {
	vertical-align: bottom;
	padding-bottom: 1px;
}

#contents .results_area .results_area_inner .cassette .shopBox .cassette_bottom .rating_area > li .star_box li span {
	font-size: 15px;
	color: #E60519;
	font-weight: bold;
	padding-left: 5px;
}

/* page
----------------------------*/
#page {
    background: url("https://img.goo-net.com/goopit/assets/mobile/img/share/bg-page.gif") repeat-x scroll center top rgba(0, 0, 0, 0);
    height: 45px;
    margin-bottom: 20px;
}
#page.top {margin-bottom: 50px;}
#page ul {
    margin: 0 auto;
    padding-top: 9px;
    width: 97%;
}
#page ul:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0.1em;
    height: 0.1px;
    line-height: 0;
    visibility: hidden;
}
#page li.boxLeft {float: left;}

#page li.boxRight {float: right;}


/* ----------------------------------
              r_3_2.html
---------------------------------- */
#contents .results_area .results_area_inner .center {text-align: center;}

#contents .results_area .results_area_inner .results_none {
	position: relative;
	width: 100%;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	padding-top: 9px;
	margin-bottom: 20px;
}

#contents .results_area .results_area_inner .results_none p {
	font-size: 11px;
	background: #FEEEE1;
	padding: 18px 55px 18px 10px;
}

#contents .results_area .results_area_inner .results_none img {
	position: absolute;
	top: 0;
	right: 9px;
}


/* GN0504 20160104 PDC島袋 */
/*#contents .section .type_search{
	padding: 10px 0 1px 0;
	border-top: 1px solid #fe7e7e;
}

#contents .section .type_search .logo_area{
	margin: 0 auto 10px;
	width: 288px;
	padding-left: 9px;
}

@media only screen and (min-width: 451px) {
	#contents .section .type_search .logo_area{
    	width: 432px;
    	margin:0 auto;
	}
}

@media screen and (min-width: 595px) {
	#contents .section .type_search .logo_area{
    	width: 585px;
    	margin:0 auto;
	}
}

#contents .section .type_search .logo_area li{
	float: left;
	padding: 0 9px 8px 0;
}

#contents .section .type_search .logo_area li a {
	display: block;
	width: 63px;
	height: 76px;
	font-size: 0;
	line-height: 0;
}*/

#contents .section .type_search .logo_area + p {
	text-align: center;
	margin-bottom: 15px;
}

#contents .section .type_search .logo_area + p a {
	display: block;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	        border-radius: 4px;
	background:#eaeaea;
    background:-moz-linear-gradient(top, #fff, #eaeaea);
    background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
}

#contents .section .type_search .logo_area + p a::after{
	content: "";
	background: url("https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_arrow_all.png") no-repeat center right;
	-webkit-background-size: 14px 13px;
	-moz-background-size: 14px 13px;
	background-size: 14px 13px;
	padding-left: 20px;
}


/* ----------------------------------
ブランド選択ページ,車種選択ページ共通
---------------------------------- */
#brand,
#car_model {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

#contents h2.ttl_area {
	color: #E60012;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	background: #FEF3F4;
	border: 1px solid #fe7e7e;
	margin: 0 5px 5px 5px;
}

#brand div.section,
#car_model div.section {padding: 5px 5px 0;}

#brand div.section .disabled_wrap,
#brand div.section ul.car_list li.disabled,
#car_model div.section .disabled_wrap,
#car_model div.section ul.car_list li.disabled {display: none;}

#brand div.section h3,
#car_model div.section h3 {
	padding: 6px;
	margin-bottom: 0;
	background: #F5F5F5;
	border-bottom: 1px solid #e60012;
}

#brand div.section ul.car_list,
#car_model div.section ul.car_list {margin-bottom: 10px;}

#brand div.section ul.car_list li,
#car_model div.section ul.car_list li {
	width: 100%;
	height: 45px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: solid 1px #cccccc;
}

#brand div.section ul.car_list li a,
#car_model div.section ul.car_list li a {
	position: relative;
	display: block;
	height: 45px;
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/share/new_icon_arrow.png) no-repeat right 50%;
	background-size: 15px 12px;
	-moz-background-size: 15px 12px;
	-webkit-background-size: 15px 12px;
	color: #333333;
	line-height: 3.2;
	padding-left: 20px;
	-ms-word-break: break-all;
	word-break: break-all;
}

#brand div.section ul.car_list li a span,
#car_model div.section ul.car_list li a span {font-weight: bold;}

#brand .page_index,
#car_model .page_index {
	display: none;
	position: absolute;
	top: 5px;
	right: 0;
	width: 120px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

#brand .page_index p,
#car_model .page_index p {
	width: 120px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-top: 8px;
}

#brand .page_index p a,
#car_model .page_index p a {color: #fff;}

#brand .page_index ul,
#car_model .page_index ul {
	float: right;
	width: 100px;
	padding: 0 10px;
}

#brand .page_index ul li,
#car_model .page_index ul li {
	display: table;
	width: 100px;
}

#brand .page_index ul li.disabled,
#car_model .page_index ul li.disabled {display: none;}

#brand .page_index ul li a,
#car_model .page_index ul li a {
	display: table-cell;
	width: 100px;
	height: 45px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding-left: 31px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	-ms-word-break: break-all;
	word-break: break-all;
}

#contents div.section h3:last-of-type + ul {margin-bottom: 0;}

#contents div.section h3 span {
	display: block;
	color: #333;
	font-weight: bold;
	line-height: 32px;
}


/* ----------------------------------
ブランド選択ページ
---------------------------------- */
#brand div.section ul.car_list li a span {font-size: 14px;}

#brand div.section h3 span:not(.other) {padding-left: 31px;}

#contents div.section h3 span.ttl_japan,
#brand .page_index ul li.japan a {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_japan.gif) no-repeat 1px 50%;
	background-size: 25px 17px;
	-moz-background-size: 25px 17px;
	-webkit-background-size: 25px 17px;
}

#contents div.section h3 span.ttl_germany,
#brand .page_index ul li.germany a {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_germany.gif) no-repeat 1px 50%;
	background-size: 25px 17px;
	-moz-background-size: 25px 17px;
	-webkit-background-size: 25px 17px;
}

#contents div.section h3 span.ttl_britain,
#brand .page_index ul li.britain a {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_britain.gif) no-repeat 1px 50%;
	background-size: 25px 17px;
	-moz-background-size: 25px 17px;
	-webkit-background-size: 25px 17px;
}

#contents div.section h3 span.ttl_usa,
#brand .page_index ul li.usa a {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_usa.gif) no-repeat 1px 50%;
	background-size: 25px 17px;
	-moz-background-size: 25px 17px;
	-webkit-background-size: 25px 17px;
}

#contents div.section h3 span.ttl_italy,
#brand .page_index ul li.italy a {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_italy.gif) no-repeat 1px 50%;
	background-size: 25px 17px;
	-moz-background-size: 25px 17px;
	-webkit-background-size: 25px 17px;
}

#contents div.section h3 span.ttl_france,
#brand .page_index ul li.france a {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_france.gif) no-repeat 1px 50%;
	background-size: 25px 17px;
	-moz-background-size: 25px 17px;
	-webkit-background-size: 25px 17px;
}

#contents div.section h3 span.ttl_sweden,
#brand .page_index ul li.sweden a {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_sweden.gif) no-repeat 1px 50%;
	background-size: 25px 17px;
	-moz-background-size: 25px 17px;
	-webkit-background-size: 25px 17px;
}

#contents div.section h3 span.ttl_netherlands,
#brand .page_index ul li.netherlands a {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_netherlands.gif) no-repeat 1px 50%;
	background-size: 25px 17px;
	-moz-background-size: 25px 17px;
	-webkit-background-size: 25px 17px;
}

#contents div.section h3 span.ttl_korea,
#brand .page_index ul li.korea a {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_korea.gif) no-repeat 1px 50%;
	background-size: 25px 17px;
	-moz-background-size: 25px 17px;
	-webkit-background-size: 25px 17px;
}

#contents div.section h3 span.ttl_south_africa,
#brand .page_index ul li.south_africa a {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_south_africa.gif) no-repeat 1px 50%;
	background-size: 25px 17px;
	-moz-background-size: 25px 17px;
	-webkit-background-size: 25px 17px;
}

#contents div.section h3 span.ttl_belgium,
#brand .page_index ul li.belgium a {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_belgium.gif) no-repeat 1px 50%;
	background-size: 25px 17px;
	-moz-background-size: 25px 17px;
	-webkit-background-size: 25px 17px;
}

#contents div.section h3 span.ttl_new_zealand,
#brand .page_index ul li.new_zealand a {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_new_zealand.gif) no-repeat 1px 50%;
	background-size: 25px 17px;
	-moz-background-size: 25px 17px;
	-webkit-background-size: 25px 17px;
}

#contents div.section h3 span.ttl_australia,
#brand .page_index ul li.australia a {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_australia.gif) no-repeat 1px 50%;
	background-size: 25px 17px;
	-moz-background-size: 25px 17px;
	-webkit-background-size: 25px 17px;
}

#contents div.section h3 span.ttl_spain,
#brand .page_index ul li.spain a {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_spain.gif) no-repeat 1px 50%;
	background-size: 25px 17px;
	-moz-background-size: 25px 17px;
	-webkit-background-size: 25px 17px;
}

#contents div.section h3 span.ttl_canad,
#brand .page_index ul li.canad a {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_canad.gif) no-repeat 1px 50%;
	background-size: 25px 17px;
	-moz-background-size: 25px 17px;
	-webkit-background-size: 25px 17px;
}

#contents div.section h3 span.ttl_czech,
#brand .page_index ul li.czech a {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_czech.gif) no-repeat 1px 50%;
	background-size: 25px 17px;
	-moz-background-size: 25px 17px;
	-webkit-background-size: 25px 17px;
}

#contents div.section h3 span.ttl_austria,
#brand .page_index ul li.austria a {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_austria.gif) no-repeat 1px 50%;
	background-size: 25px 17px;
	-moz-background-size: 25px 17px;
	-webkit-background-size: 25px 17px;
}

#contents div.section h3 span.ttl_russia,
#brand .page_index ul li.russia a {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_russia.gif) no-repeat 1px 50%;
	background-size: 25px 17px;
	-moz-background-size: 25px 17px;
	-webkit-background-size: 25px 17px;
}

#contents div.section h3 span.ttl_thailand,
#brand .page_index ul li.thailand a {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_thailand.gif) no-repeat 1px 50%;
	background-size: 25px 17px;
	-moz-background-size: 25px 17px;
	-webkit-background-size: 25px 17px;
}

#contents div.section h3 span.ttl_slovenia,
#brand .page_index ul li.slovenia a {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_slovenia.gif) no-repeat 1px 50%;
	background-size: 25px 17px;
	-moz-background-size: 25px 17px;
	-webkit-background-size: 25px 17px;
}


/* ----------------------------------
車種選択ページ
---------------------------------- */
#contents #car_model div.section h3#popular {padding-left: 0;}

#contents #car_model div.section h3 .ttl_popular {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_ttl_popular.gif) no-repeat 1px 50%;
	background-size: 30px 18px;
	-moz-background-size: 30px 18px;
	-webkit-background-size: 30px 18px;
	padding-left: 30px;
}

#contents #car_model div.section ul li {min-height: 51px;}

#contents #car_model div.section ul li a {
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.4;
	padding: 4px 30px 4px 0;
}

#contents #car_model div.section ul li a span,
#contents #car_model div.section ul li a em {
	display: table-cell;
	vertical-align: middle;
}

#contents #car_model div.section ul li a em,
#contents #car_model div.section h3#popular + ul li a span {text-align: right;}


#contents #car_model div.section ul li a span {
	width: 80px;
	text-align: left;
	padding: 0 10px 0 5px;
}

#contents #car_model div.section h3#popular + ul li a span {
	width: 150px;
	padding-left: 0;
}

#car_model div.section h3#popular + ul li:nth-child(1) a span {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_rank_no1.gif) no-repeat 0 50%;
	background-size: 40px 26px;
	-moz-background-size: 40px 26px;
	-webkit-background-size: 40px 26px;
}

#car_model div.section h3#popular + ul li:nth-child(2) a span {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_rank_no2.gif) no-repeat 0 50%;
	background-size: 40px 26px;
	-moz-background-size: 40px 26px;
	-webkit-background-size: 40px 26px;
}

#car_model div.section h3#popular + ul li:nth-child(3) a span {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_rank_no3.gif) no-repeat 0 50%;
	background-size: 40px 26px;
	-moz-background-size: 40px 26px;
	-webkit-background-size: 40px 26px;
}

#car_model div.section h3#popular + ul li:nth-child(4) a span {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_rank_no4.gif) no-repeat 0 50%;
	background-size: 40px 26px;
	-moz-background-size: 40px 26px;
	-webkit-background-size: 40px 26px;
}

#car_model div.section h3#popular + ul li:nth-child(5) a span {
	background: url(https://img.goo-net.com/goopit/assets/mobile/img/blog/icon_rank_no5.gif) no-repeat 0 50%;
	background-size: 40px 26px;
	-moz-background-size: 40px 26px;
	-webkit-background-size: 40px 26px;
}

#contents #car_model div.section h3 + ul li a em {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#contents #car_model div.section h3 + ul li a em span {
	display: inline;
	width: auto;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
}

#car_model .page_index,
#car_model .page_index p {
	width: 100px;
	padding-top: 3px;
}

#car_model .page_index p a {
	display: block;
	padding: 8px 10px;
	margin: 0 10px;
}

#car_model .page_index ul {padding: 0;}

#car_model .page_index ul,
#car_model .page_index ul li,
#car_model .page_index ul li a {width: 88px;}

#car_model .page_index ul li a {
	height: 35px;
	font-size: 12px;
	padding: 0 10px;
}

#contents #car_model div.section .blog_list_category .accordion dt a,
#contents #car_model div.section .blog_list_category .accordion dd ul li a {
	display: block;
	color: #444;
	text-decoration: none;
	line-height: 44px;
	padding-left: 10px;
}

/* //GN0504 20160104 PDC島袋 */

/* 【GN0820】 20171116 PS ADD--------------- */
#keyword_contents h2 span {
	background: url("https://img.goo-net.com/goopit/assets/mobile/img/share/icon_search_red.png") no-repeat left 50%;
	background-size: 37px 22px;
	-moz-background-size: 37px 22px;
	-webkit-background-size: 37px 22px;
	padding-left: 37px;
}

#keyword_contents .keyowrd_sentence,
#keyword_contents .keyword_contents_list {padding: 10px;}

#keyword_contents .keyword_contents_list {
	text-align: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#keyword_contents .keyword_contents_list li {
	overflow: hidden;
	display: inline-block;
	width: 32%;
	height: auto;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
	background: url("https://img.goo-net.com/goopit/assets/mobile/img/share/icon_arrow_gray.png") no-repeat left 5px;
	background-size: 4px 6px;
	-moz-background-size: 4px 6px;
	-webkit-background-size: 4px 6px;
	margin: 0;
	padding: 0 10px 0 10px;
}

#keyword_contents .keyword_contents_list li:nth-child(3n+3) {padding-right: 0;}

#keyword_contents .keyword_contents_list li a {
	color: #2e40ff;
	font-size: 12px;
	letter-spacing: -0.02em;
}

@media screen and (min-width: 0) and (max-width: 500px) {
	#keyword_contents .keyword_contents_list li {width: 49%;}

	#keyword_contents .keyword_contents_list li:nth-child(2n+2) {padding-right: 0;}

	#keyword_contents .keyword_contents_list li:nth-child(3n+3) {padding-right: 10px;}
}

.pageNumOuter {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:#dddddd;
	padding:20px 0;
	margin-bottom: 20px;
}

.pageNumber{
	overflow:hidden;
	margin:3px 0 0 0;
	line-height:29px;
	text-align:center;
}

.pageNumber a{
	border:1px #bbbbbb solid;
	background:#eeeeee;
	padding:6px 8px;
	margin:0 1px;
	color:#333333;
	white-space:nowrap;
	font-weight:bold;
	-moz-box-shadow:
		inset 0px 1px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		inset 0px 1px 1px rgba(255,255,255,1);
	box-shadow:
		inset 0px 1px 1px rgba(255,255,255,1);
	text-shadow:
		0px 2px 0px rgba(255,255,255,1);
}

.pageNumber span{
	border:1px #bbbbbb solid;
	background:#ffffff;
	color:#989898;
	font-weight:bold;
	padding:6px 8px;
	margin:0 1px;
	white-space:nowrap;
}

.pageNumOuter .resultTxt em {
	margin-right: 3px;
	color: #ff0000;
	font-size: 108%;
	font-weight: bold;
	font-style: normal;
}

.pageNumberNew {
	position: relative;
	margin: 10px auto 0;
	height: 40px;
	width: 286px;
}

.pageNumberNew a {
	display: block;
	position: absolute;
	color: #ffffff;
	font-size: 109%;
	text-align: center;
}

.pageNumberNew .first,
.pageNumberNew .last {
	top: 2px;
	padding: 8px 0;
	width: 56px;
}

.pageNumberNew .prev,
.pageNumberNew .next {
	top: 0;
	padding: 10px 0;
	width: 67px;
}

.pageNumberNew .first {
	left: 0;
	background: url(https://img.goo-net.com/usedcar/common_v2/img/iphone/pager_first.png) no-repeat scroll left top transparent;
	background-size: 56px 36px;
	-moz-background-size: 56px 36px;
	-webkit-background-size: 56px 36px;
	text-indent: 1em;
}

.pageNumberNew .prev {
	left: 71px;
	background: url(https://img.goo-net.com/usedcar/common_v2/img/iphone/pager_prev.png) no-repeat scroll left top transparent;
	background-size: 67px 40px;
	-moz-background-size: 67px 40px;
	-webkit-background-size: 67px 40px;
	text-indent: 0.5em;
}

.pageNumberNew .next {
	left: 148px;
	background: url(https://img.goo-net.com/usedcar/common_v2/img/iphone/pager_next.png) no-repeat scroll left top transparent;
	background-size: 67px 40px;
	-moz-background-size: 67px 40px;
	-webkit-background-size: 67px 40px;
	text-indent: -0.5em;
}

.pageNumberNew .last {
	left: 230px;
	background: url(https://img.goo-net.com/usedcar/common_v2/img/iphone/pager_last.png) no-repeat scroll left top transparent;
	background-size: 56px 36px;
	-moz-background-size: 56px 36px;
	-webkit-background-size: 56px 36px;
	text-indent: -1em;
}

.resultTxt{
	margin:0;
	color: #242a32;
	font-size:108%;
	text-shadow:
		0px 1px 1px 1px rgba(255,255,255,0.3),
		0px 0.5px 0px rgba(0,0,0,1);
	text-align:center;
}

.resultTxt .sFont {font-size:87.5%;}
/* //【GN0820】 20171116 PS ADD--------------- */

/* 【GN0864】 20180529 PS ADD--------------- */
#contents ul.banner_area {margin-bottom: 12px;}

#contents ul.banner_area li {
	background:linear-gradient(top, #ffffff, #e9e9e9);
	background:-moz-linear-gradient(top, #ffffff, #e9e9e9);
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
	line-height: 1.0;
	padding: 15px 0;
	text-align: center;
	border-right: solid 1px #c4c6c5;
	border-left: solid 1px #c4c6c5;
	border-bottom: solid 1px #c4c6c5;
}

#contents .section .side_li h3{
	color: #f00;
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0;
}
#contents .section .side_li .logo_area {text-align: center;}

#contents .section .side_li .logo_area li{
	display: inline-block;
	width: 16%;
	vertical-align: top;
	text-align: center;
	margin: 0 8px 10px 0;
}

#contents .section .side_li .logo_area li a {
	display: block;
	background: 　#efefef;
	color: #000;
	padding: 0px 0 5px;
}

#contents .section .side_li .logo_area li a span {
	display: block;
	font-size: 11px;
	letter-spacing: -0.04em;
	margin-top: -3px;
}
@media screen and (max-width: 370px) {
	#contents .section .side_li .logo_area li a .adjust br {display: none;}
}
@media screen and (max-width: 360px) {
	#contents .section .side_li .logo_area li a span {font-size: 10px;}
}
@media screen and (max-width: 330px) {
	#contents .section .side_li .logo_area li a span {font-size: 9px;}
}
#contents .section .side_li .logo_area li.f_bold {font-weight: bold;}
#contents .section .side_li .logo_area li.f_bold a {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 26% 0;
}
#contents .section .side_li .logo_area li.f_bold span {margin-top: 0;}
/* //【GN0864】 20180529 PS ADD--------------- */

/* 【GN0947】 20190919 PS ADD--------------- */
#contents .bnr_area {margin: 10px 5px;}
/* //【GN0864】 20180529 PS ADD--------------- */

/* 【GN0907】 20190118 PS ADD--------------- */
#contents .section .comBox .box_num_inr .tag_box,
#contents .section .blog_list .box .tag_box {overflow: hidden;}
#contents .section .comBox .box_num_inr .tag_box,
#contents .section .blog_list .box .tag_box {
	height: 28px;
	margin: 8px 0 0 0;
}
#contents .section .blog_list .box .tag_box {
	margin: 2px 0 8px 0;
	padding: 0 10px;
}
#contents .section .comBox .box_num_inr .tag_box a,
#contents .section .blog_list .box .tag_box a {
	display: inline-block;
	position: relative;
	color: #09F;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #f3f3f3;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background: #f8f8f8;
	vertical-align: middle;
	padding: 4px 10px;
	margin: 0 8px 10px 0;
}
#contents .section .blog_list .box .tag_box a:before {background: none;}

.sub_contents {
	padding: 10px;
}
.sub_content-title {
	background-color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	color: #333;
	padding: 0 6px 20px;
	position: relative;
	border: 0;
}
.sub_content-title::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 4px;
	width: 96.61%;
	background: linear-gradient(90deg, #e00923 0, #e00923 17.5%, #d5d5d5 17.5%, #d5d5d5 100%);
}
.sub_content-list {
	margin-top: 2pc;
}
.sub_content-item {
	border-top: 1px solid #e1e2e2;
}
.sub_content-item:last-child {
	border-bottom: 1px solid #e1e2e2;
}
.sub_content-item > a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	font-size: .7rem;
	padding: 10px 15px 10px 15px;
	position: relative;
	text-decoration: none;
	color: #444444;
}
.sub_content-item > a::after {
	content: "";
	display: block;
	border-right: solid 2px #ff2424;
	border-bottom: solid 2px #ff2424;
	transform: rotate(-45deg);
	height: 7px;
	width: 7px;
}

/* //【GN0907】 20190118 PS ADD--------------- */
/* 調整用 */
.fs10{font-size: 10px !important;}
.fs15{font-size: 15px !important;}
.pb0{padding-bottom: 0 !important;}
.pb10{padding-bottom: 10px !important;}
.pt10{padding-top: 10px !important;}
.pl0{padding-left: 0 !important;}
.pl5{padding-left: 5px !important;}
.mb0{margin-bottom: 0 !important;}
.mb10{margin-bottom: 10px !important;}
.mb14{margin-bottom: 14px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mt15{margin-top: 15px !important;}
.mr0{margin-right: 0 !important;}
.mr5{margin-right: 5px !important;}
.ml0{margin-left: 0 !important;}
.ml3{margin-left: 3px !important;}
.ml5{margin-left: 5px !important;}
.right{text-align: right !important;}
.center{text-align: center !important;}
.bold{font-weight: bold !important;}

/* PIT_PRJ-1740 20230725 PS ADD--------------- */
#contents .section .menu_search dl.accordion dd ul li a {
	display: inline-block;
	color: #0066cb;
	text-decoration: underline;
	line-height: 0;
	border: none;
	background: none;
	padding-left: 0;
}
#contents .results_area .results_area_inner .cassette .shopBox .cassette_bottom .rating_area > li a {
	color: #0066cb;
	text-decoration: underline;
}
/* // PIT_PRJ-1740 20230725 PS ADD--------------- */