@charset "euc-jp";

/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

address, h1, h2, h3, h4, h5, h6, th, em, strong {
	font-style: normal;
	font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ul, li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

a {
	color: #474747;
	text-decoration: none;
}

a,a img ,button {
	transition: 0.3s;
}

/* body */
body {
	color: #333;
	font-size: 12px;
	font-family: Helvetica, "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ逞ゴ Pro W3", "Hiragino Sans", "ヒラギノ逞ゴシック", Osaka, sans-serif;
	line-height: 1.4;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* form */
input, button, textarea, select {
	font-family: inherit;
}

/* header */
#header_v2 {
	min-width: 960px;
	margin: 10px 0;
}

#header_v2 .inner {
	width: 960px;
	margin: 0 auto 9px;
	position: relative;
	z-index: 20;
}

#header_v2 .inner .copy {
	width: auto;
	padding: 0 90px 0 0;
	color: #474747;
	text-align: right;
}

#header_v2 .inner .link {
	width: 75px;
	position: absolute;
	top: 0;
	right: 0;
}

#header_v2 .inner .link li a {
	padding: 0 0 0 15px;
	display: block;
	color: #333;
	position: relative;
}

#header_v2 .inner .link li a:before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #d2d2d2;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -5px 0 0 0;
}

.headerMain {
	display: -ms-flexbox;
	display: flex;
	height: 56px;
	margin-top: 10px;
	padding-right: 14px;
	box-sizing: border-box;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.headerMain *,
.headerMain *::before,
.headerMain *::after {
	box-sizing: border-box;
}
.headerMain button {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	background: none;
	font-family: inherit;
	font-size: inherit;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.headerMain .logo {
	margin-top: 2px;
}
.headerMain .logo img {
	vertical-align: bottom;
}

.headerMain ul {
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	-ms-flex-align: center;
	align-items: center;
}
.headerMain .headerUserMenu > li {
	margin-right: 24px;
	text-align: center;
}
.headerMain .headerUserMenu > li:last-child {
	margin-right: 0;
}
.headerMain ul > li a,
.headerMain ul > li button {
	display: block;
	color: #333;
	cursor: pointer;
}
.headerMain ul > li span {
	display: block;
	position: relative;
	padding: 32px 0 0;
	font-size: 12px;
	line-height: 1;
	white-space: nowrap;
}
.headerMain ul > li span::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 32px;
	height: 25px;
	margin: 0 auto;
	background: transparent url("https://img.goo-net.com/cache/newcar/common/sprite_icon_header_03.png") no-repeat 0 0;
	background-size: 32px;
	content: "";
}
.headerMain .headerUserMenu .login span::before {
	background-position: 0 0;
}
.headerMain .headerUserMenu .mypage span::before {
	background-position: 0 -25px;
}
.headerMain .headerUserMenu .logout span::before {
	background-position: 0 -50px;
}
.headerMain .headerUserMenu .history span::before {
	background-position: 0 -125px;
}
.headerMain .headerFavoriteMenu .favoriteShop span::before {
	background-position: 0 -75px;
}
.headerMain .headerFavoriteMenu .favoriteCar span::before {
	background-position: 0 -100px;
}
.headerMain ul > li a:hover span::before,
.headerMain ul > li button:hover span::before {
	opacity: 0.7;
}

.headerFavoriteMenu {
	display: -ms-flexbox;
	display: flex;
	width: 189px;
	height: 56px;
	margin-left: 30px;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	overflow: hidden;
}
.headerFavoriteMenu > dt {
	display: -ms-flexbox;
	display: flex;
	width: 49px;
	padding: 0;
	border-right: 1px solid #f1f1f1;
	background: #f1f1f1;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
	text-align: left;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.headerFavoriteMenu > dd {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1;
	flex: 1;
}
.headerFavoriteMenu > dd ul {
	position: relative;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.headerFavoriteMenu > dd ul > li {
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	text-align: center;
	-ms-flex: 1;
	flex: 1;
}
.headerFavoriteMenu > dd ul > li:last-child::before {
	display: block;
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 0;
	width: 1px;
	height: 40px;
	margin: auto 0;
	background: #f1f1f1;
	content: "";
}
.headerFavoriteMenu > dd ul > li a {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.headerFavoriteMenu > dd ul > li a span {
	-ms-flex: 1;
	flex: 1;
}

.headerFavoriteMenu .badge {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 14px;
	left: calc(50% + 7px);
	z-index: 1;
	min-width: 16px;
	height: 16px;
	padding: 0;
	border: 1px solid #fff;
	border-radius: 8px;
	background: #e00923;
	background-clip: padding-box;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	font-weight: normal;
	white-space: nowrap;
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.headerFavoriteMenu .badge > span {
	display: inline;
	padding: 0;
	font-size: 10px;
	line-height: 1;
	vertical-align: middle;
}
.headerFavoriteMenu .badge::before,
.headerFavoriteMenu .badge span::before {
	content: none;
}

#header_v2 #g_navi *,
#header_v2 #g_navi *::before,
#header_v2 #g_navi *::after {
	box-sizing: border-box;
}
#header_v2 #g_navi {
	box-sizing: border-box;
	background: #4c4b4b;
	font-size: 14px;
}
#header_v2 #g_navi > ul {
	display: flex;
	width: 960px;
	margin: 0 auto;
}
#header_v2 #g_navi > ul > li {
	flex: 1;
	position: relative;
	width: calc(100% / 6);
	border-right: 1px solid #373737;
}
#header_v2 #g_navi > ul > li:first-child {
	border-left: 1px solid #373737;
}
#header_v2 #g_navi > ul > li > a {
	display: block;
	padding: 16px 0 13px;
	border-bottom: 2px solid transparent;
	color: #fff;
	font-weight: bold;
	text-align: center;
	transition: none;
}
#header_v2 #g_navi > ul > li:hover > a {
	border-bottom-color: #fa373b;
	background: #535353;
}
#header_v2 #g_navi > ul > li > ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	width: 100%;
	border: 1px solid #ccc;
	background: #fafafa;
}
#header_v2 #g_navi > ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
}
#header_v2 #g_navi > ul > li > ul > li {
	display: flex;
	height: 0;
	transition: height 0.2s;
}
#header_v2 #g_navi > ul > li:hover > ul > li {
	height: 51px;
}
#header_v2 #g_navi > ul > li > ul > li:hover {
	background: #f1f1f1;
}
#header_v2 #g_navi > ul > li > ul > li > a {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	color: #333;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

#header_v2.banner .bnr {
	text-align: center;
	margin-left: 271px;
	margin-right: 259px;
	position: relative;
	top: 13px;
}

#smartphoneBanner {
	display: none;
}

.addMessageWrap {
	display: none;
	position: fixed;
	top: -50px;
	right: 0;
	left: 0;
	z-index: 1050;
	width: 340px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background-color: #ef4f63;
	color: #fff;
	font-weight: bold;
}
.addMessage {
	display: table;
	width: 100%;
	height: 50px;
}
.addMessageInner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.addMessageText {
	display: inline;
	position: relative;
	margin: 0 10px 0 0;
	padding-left: 26px;
	font-size: 14px;
}
.addMessageText::before {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 14px;
	margin: auto;
	background: transparent url("https://img.goo-net.com/cache/newcar/catalog/favourite_icon.png") no-repeat 0 0;
	background-size: 15px auto;
	content: "";
}
.addMessageLink {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}
.addMessageLink:hover {
	text-decoration: none;
}

/* contents */
#contents {
	width: 960px;
	margin: 0 auto;
}
main#contents {
	display: block;
}

#contents.shopList, #contents.shopDetailWrap, #contents.clipList {
	width: 100%;
	padding: 0;
}

/* title */
.title_large {
	margin-bottom: 55px;
	padding-top: 20px;
	font-size: 30px;
	font-weight: bold;
	border-top: 4px solid #e6e6e6;
	position: relative;
}
.title_large::before {
	content: '';
	width: 140px;
	height: 4px;
	background-color: #ff0000;
	position: absolute;
	top: -4px;
	left: 0;
	z-index: 2;
}

.title_middle {
	margin-bottom: 40px;
	padding-top: 20px;
	font-size: 18px;
	font-weight: bold;
	border-top: 4px solid #e6e6e6;
	position: relative;
}

.title_middle::before {
	content: '';
	width: 40px;
	height: 4px;
	background-color: #fa373b;
	position: absolute;
	top: -4px;
	left: 0;
	z-index: 2;
}

.title_middle_normal {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

/* topicpath */
.topicpathWrap {
	min-width: 960px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#topicpath, .topicpath {
	width: 960px;
	margin: 0 auto;
	font-size: 84%;
}

#topicpath {
	margin-bottom: 20px;
}

#topicpath li, .topicpath li {
	float: left;
}

#topicpath li a, .topicpath li a {
	color: #1063a2;
	text-decoration: underline;
}

#topicpath li span, .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 4px;
}

.shopList #topicpath, .shopDetailWrap #topicpath, .clipList #topicpath, .shopList .topicpath, .shopDetailWrap .topicpath, .clipList .topicpath {
	width: 960px;
	margin: 0 auto;
}

/* sns */
.topicpathWrap .box_top {
        display: flex;
        width: 960px;
        margin: 0 auto;
}
.topicpathWrap .box_top .topicpath {
        width: auto;
        margin: 0;
}
.topicpathWrap .box_top .sns {
        display: flex;
        margin: -4px 0 -1px auto;
}
.topicpathWrap .box_top .sns > li {
        margin-left: 16px;
}
.topicpathWrap .box_top .sns > li > a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 96px;
        height: 20px;
        border-radius: 2px;
        color: #fff;
        font-size: 12px;
        line-height: 1.2;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
}
.topicpathWrap .box_top .sns > li > a::before {
        display: inline-block;
        margin-right: 8px;
        background: no-repeat;
        content: "";
}
.topicpathWrap .box_top .sns > li.share_facebook > a {
        background: #0966ff;
}
.topicpathWrap .box_top .sns > li.share_facebook > a::before {
        height: 12px;
        width: 12px;
        background-image: url("https://img.goo-net.com/cache/newcar/common/icon_sns_shere_facebook.png");
        background-size: 12px;
}
.topicpathWrap .box_top .sns > li.share_x > a {
        background: #000;
}
.topicpathWrap .box_top .sns > li.share_x > a::before {
        height: 9px;
        width: 8px;
        background-image: url("https://img.goo-net.com/cache/newcar/common/icon_sns_shere_x.png");
        background-size: 8px;
}
.topicpathWrap .box_top .sns > li > a:hover {
        opacity: 0.7;
}

/* pagetop */
#pagetop {
	display: block;
	position: fixed;
	_position: absolute;
	right: 20px;
	bottom: 70px;
	z-index: 50;
}

/* pager */
.pagesLink {
	margin-top: 20px;
	text-align: center;
}

.pagesLink ul {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.pagesLink ul li {
	float: left;
	margin: 0 5px 5px 5px;
	padding-top: 8px;
}

.pagesLink ul li.pageJump:first-child {
	margin-right: 0;
}

.pagesLink ul li.pageJump {
	padding: 0;
	margin-right: 0;
}

.pagesLink ul li.pageJump.now {
	display: block;
	min-width: 3em;
	padding: 5px 4px;
	border: 3px solid #ff7777;
	border-radius: 2px;
	background: #fff;
	text-decoration: none;
	color: #575454;
}

.pagesLink ul li.pageJump a {
	display: block;
	min-width: 3em;
	padding: 8px 7px;
	border-radius: 2px;
	background: #fff;
	text-decoration: none;
	color: #575454;
}

.pagesLink ul li.pageJump a:hover {
	border: 3px solid #ff7777;
	padding: 5px 4px;
}

.page_ctrl{
	padding: 20px 0;
	text-align: center;
	letter-spacing: -0.50em;
}
.page_ctrl > li {
	margin-left: 5px;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	letter-spacing: normal;
	position: relative;
}
.page_ctrl li:first-child{margin: 0;}
.page_ctrl li > a{
	padding:8px 10px;
	display: block;
	border:1px solid #ddd;
	border-radius:3px;
	line-height:1;
	background-color: #fff;
}
.page_ctrl li > a:hover{
	color:#fff;
	background-color:#565553;
}
.page_ctrl .prev > a{
	padding:8px 10px 8px 25px;
}
.page_ctrl .next > a{
	padding:8px 25px 8px 10px;
}
.page_ctrl .prev > a:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 6px 5px 0;
	border-color: transparent #6c6c6c transparent transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 8px;
}
.page_ctrl .next > a:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #6c6c6c;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 8px;
}
.page_ctrl .cur{
	padding:8px 10px;
	*padding:5px 10px 11px;
	color:#fff;
	border:1px solid #ddd;
	border-radius:3px;
	background-color:#565553;
}
.page_ctrl .prev:hover > a:before {
	border-color: transparent #fff transparent transparent;
}
.page_ctrl .next:hover > a:before {
	border-color: transparent transparent transparent #fff;
}


/* footer */
#footer_v2 {
	min-width: 960px;
}

#footer_v2 a:hover {
	text-decoration: underline;
}

#footer_v2 .line {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 10px;
	position: relative;
	background: url(https://img.goo-net.com/common_v2/img/bg_footer_line.gif) repeat-x 0 0;
}

#footer_v2 .line em {
	display: block;
	margin: 0 0 15px 0;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

#footer_v2 ul {
	min-width: 960px;
	font-size: 84%;
	text-align: center;
	letter-spacing: -0.4em;
}

#footer_v2 ul li {
	margin: 8px 0 0;
	padding: 0 10px 0 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #676767;
	letter-spacing: normal;
	line-height: 1.2;
	border-left: 1px solid #cccccc;
}

#footer_v2 ul li:first-child {
	border-left: none;
}

#footer_v2 .line .lineL, #footer_v2 .line .lineR {
	width: 150px;
	height: 5px;
	display: block;
	position: absolute;
	top: 0;
}

#footer_v2 .line .lineL {
	background: url(https://img.goo-net.com/common_v2/img/bg_footer_line_left.gif) repeat-x 0 0;
	left: 0;
}

#footer_v2 .line .lineR {
	background: url(https://img.goo-net.com/common_v2/img/bg_footer_line_right.gif) repeat-x 0 0;
	right: 0;
}

#footer_v2 p.copyright {
	height: 26px;
	margin: 10px 0 0;
	padding: 0 32px;
	color: #fff;
	font-size: 84%;
	text-align: center;
	line-height: 2.6;
	background: url(https://img.goo-net.com/common_v2/img/bg_copyright.gif) repeat-x 0 0;
}

.footDealerlist {
	width: 960px;
	margin: 20px auto;
	font-size: 117%;
}

.footMakerlist {
	width: 960px;
	margin: 20px auto;
	padding-top: 20px;
	border-top: dashed 1px #b1b1b1;
	font-size: 117%;
}

.footMakerlist p.footListhead, .footDealerlist p.footListhead {
	border-left: solid 5px #cb0000;
	padding-left: 10px;
	font-weight: bold;
}

.footDealerlist p.moreBtn {
	width: 300px;
	height: 28px;
	margin: 0 auto 10px;
	*padding-top: 10px;
}

.footDealerlist p.moreBtn a {
	display: block;
	background: url(https://img.goo-net.com/common_v2/img/newcar/btn_footLlst_open.gif) no-repeat;
	text-align: center;
	width: 300px;
	padding: 4px 0 6px;
	text-decoration: none;
	color: #575454;
}

.footDealerlist p.moreBtn a span {
	padding-left: 20px;
}

.footDealerlist p.moreBtn a.open {
	background: url(https://img.goo-net.com/common_v2/img/newcar/btn_footLlst_close.gif) no-repeat;
}

.footMakerlist table,
.footDealerlist table{
	margin: 15px 0 15px 20px;
}

.footMakerlist table th, .footDealerlist table th {
	font-weight: bold;
	width: 196px;
	text-align: left;
	vertical-align: top;
	padding: 4px 0;
}

.footMakerlist table td, .footDealerlist table td {
	padding: 4px 0 4px 15px;
	width: 134px;
	vertical-align: top;
	background: url(https://img.goo-net.com/common_v2/img/newcar/icon_redArrow_01.gif) no-repeat left 9px;
}

.footMakerlist table td a, .footDealerlist table td a {
	color: #4e4d4d;
}

.footMakerlist div.table {
	margin: 15px 0 15px 20px;
}

.footMakerlist div.table div.header {
	font-weight: bold;
	width: 145px;
	text-align: left;
	vertical-align: top;
	padding: 4px 0;
	float: left;
}

.footMakerlist div.table div.rowColumn {
	display: flex;
	flex-wrap: wrap;
}

.footMakerlist div.table div.rowColumn div {
	padding: 4px 0 4px 15px;
	width: 117px;
	vertical-align: top;
	background: url(https://img.goo-net.com/common_v2/img/newcar/icon_redArrow_01.gif) no-repeat left 9px;
}

.footMakerlist div.table div a {
	color: #4e4d4d;
}

/*----- module -----*/
.clear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.font10 {
	font-size: 10px !important;
}

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

.font12 {
	font-size: 12px !important;
}

.font13 {
	font-size: 13px !important;
}

.font14 {
	font-size: 14px !important;
}

.font15 {
	font-size: 15px !important;
}

.font16 {
	font-size: 16px !important;
}

.font17 {
	font-size: 17px !important;
}

.font18 {
	font-size: 18px !important;
}

.font19 {
	font-size: 19px !important;
}

.font20 {
	font-size: 20px !important;
}

.mt00 {
	margin-top: 0 !important;
}

.mt05 {
	margin-top: 5px !important;
}

.mt08 {
	margin-top: 8px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt16 {
	margin-top: 16px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt24 {
	margin-top: 24px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt32 {
	margin-top: 32px !important;
}

.mt35 {
	margin-top: 35px !important;
}

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

.mr00 {
	margin-right: 0 !important;
}

.mr05 {
	margin-right: 5px !important;
}

.mr08 {
	margin-right: 8px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr16 {
	margin-right: 16px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr24 {
	margin-right: 24px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr32 {
	margin-right: 32px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mb00 {
	margin-bottom: 0 !important;
}

.mb05 {
	margin-bottom: 5px !important;
}

.mb08 {
	margin-bottom: 8px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb16 {
	margin-bottom: 16px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb24 {
	margin-bottom: 24px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb32 {
	margin-bottom: 32px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml00 {
	margin-left: 0 !important;
}

.ml05 {
	margin-left: 5px !important;
}

.ml08 {
	margin-left: 8px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml16 {
	margin-left: 16px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml24 {
	margin-left: 24px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml32 {
	margin-left: 32px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.pt00 {
	padding-top: 0 !important;
}

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

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

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

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

.pt25 {
	padding-top: 25px !important;
}

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

.pt35 {
	padding-top: 35px !important;
}

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

.pr00 {
	padding-right: 0 !important;
}

.pr05 {
	padding-right: 5px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pr35 {
	padding-right: 35px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pb00 {
	padding-bottom: 0 !important;
}

.pb05 {
	padding-bottom: 5px !important;
}

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

.pb15 {
	padding-bottom: 15px !important;
}

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

.pb25 {
	padding-bottom: 25px !important;
}

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

.pb35 {
	padding-bottom: 35px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl00 {
	padding-left: 0 !important;
}

.pl05 {
	padding-left: 5px !important;
}

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

.pl15 {
	padding-left: 15px !important;
}

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

.pl25 {
	padding-left: 25px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pl35 {
	padding-left: 35px !important;
}

.pl40 {
	padding-left: 40px !important;
}

/*----- clearfix -----*/
div:after, #topicpath:after, .topicpath:after, .clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}

* html div, * html #topicpath, * html .topicpath, * html .clearfix {
	zoom: 1;
}

*:first-child+html div, *:first-child+html #topicpath, *:first-child+html .topicpath, *:first-child+html .clearfix {
	zoom: 1;
}

/*--盖年バナ〖--*/
.tdrive_banner{
    width: 1001px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.tdrive_banner a{
    display:block;
    position:relative;
}
.tdrive_banner a:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    transition: all 0.1s ease-out;
}
.tdrive_banner span{
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    cursor: pointer;
    display:block;
    background-color:#fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
/*--盖年バナ〖(カタログ办枉)--*/
.tdrive_banner.catalog{
    width: 960px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    z-index: 99;
}
.tdrive_banner.catalog a{
    display: block;
    position: relative;
    width: 690px;
    float: right;
}
/*--グ〖ネット SNS给及アカウント--*/
#snsAccount {
    min-width: 960px;
}
#snsAccount .line {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 10px;
    position: relative;
    background: url(https://img.goo-net.com/common_v2/img/bg_footer_line.gif) repeat-x 0 0;	
}
#snsAccount .line .lineL {
    background: url(https://img.goo-net.com/common_v2/img/bg_footer_line_left.gif) repeat-x 0 0;
    left: 0;
}
#snsAccount .line .lineR {
    background: url(https://img.goo-net.com/common_v2/img/bg_footer_line_right.gif) repeat-x 0 0;
    right: 0;
}
#snsAccount .line .lineL, #snsAccount .line .lineR {
    width: 150px;
    height: 5px;
    display: block;
    position: absolute;
    top: 0;
}
#snsAccount .line h3 {
    font-weight: bold;
    text-align: center;
}
#snsAccount .line ul {
    min-width: 960px;
    text-align: center;
}
#snsAccount .line ul li {
    display: inline-block;
    margin: 16px 18px 0;
}
#snsAccount .line ul li a {
    display: inline-block;
}
#snsAccount .line .facebook {
    width: 40px;
    height: 40px;
    background-image: url("https://img.goo-net.com/cache/ipn/newcar/common/icon_sns_facebook.png");
    background-size: 40px;
    content: "";
}
#snsAccount .line .twitter {
    width: 40px;
    height: 40px;
    background-image: url("https://img.goo-net.com/cache/ipn/newcar/common/icon_sns_x.png");
    background-size: 40px;
    content: "";
}
#snsAccount .line .tiktok {
    width: 40px;
    height: 40px;
    background-image: url("https://img.goo-net.com/cache/ipn/newcar/common/icon_sns_tiktok.png");
    background-size: 40px;
    content: "";
}
