@charset "utf-8";
/*---------------------------------------
    リセットCSS(編集不要)
----------------------------------------*/
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	word-break:break-all;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, abbr, acronym, fieldset {
	border: 0;
	vertical-align: bottom;
}
ul li {
	list-style-type: none;
}
a, label {
	cursor: pointer;
}
img {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
/*----------------------------------------
    共通
----------------------------------------*/

body {
	font-size: 76%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ逞ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	background: #ffffff;
	line-height: 1.5em;
	color: #444444;
	-webkit-text-size-adjust: none;
}
a {
	color: #0066cb;
	text-decoration: underline;
}
a:visited {
	color: #0066cb;
}
a:hover {
	color: #0066cb;
	text-decoration: underline;
}
a:active {
	color: #0066cb;
}
.inner {
	width: 960px;
	margin: 0 auto;
}
/*----------------------------------------
    ヘッダー
----------------------------------------*/
#header {
	width: 100%;
}
#header .inner {
	width: 100%;
}
/*  #header_top
----------------------------------------*/
#header_top {
	background: #e0e0e0 url(../../../../img-sub/goopit/assets/img/share/bg-header_top.gif) bottom repeat-x;
}
#header_top h1 {
	background: #e0e0e0 url(../../../../img-sub/goopit/assets/img/share/bg-header_top.gif) bottom repeat-x;
	color: #323232;
	font-size: 84%;
	font-weight: normal;
	width: 960px;
	margin: 0 auto;
	line-height: 23px;
	padding-left: 8px;
	padding-bottom: 4px;
	-webkit-text-size-adjust: none;
}
/*  #header_main
----------------------------------------*/
#header_main {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 17px;
}
#header_main:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
p.logo {
	float: left;
	margin-top: 18px;
}
p.logo_txt {
	width: 226px;
	float: left;
	margin-top: 26px;
	padding-left: 22px;
	line-height: 1.2;
}
p.header_search {
	width: 131px;
	float: right;
	margin-top: 19px;
	margin-right: -2px;
}

ul.social {
	float: right;
	margin-top: 30px;
	overflow: hidden;
}
ul.social li{
	float: left;
	margin-right: 4px;
}
ul.social iframe {
	margin: 0 !important;
}
ul.social li.facebook{
	width:120px;
}
ul.social li.twitter{
	width:105px;
}
ul.social li.g-plus{
	width:65px;
}
ul.social li.facebook iframe{
	width: 101px; 
	height: 20px;
}
/*  #logo_area
----------------------------------------*/
#logo_area {
	float: left;
	margin-top: 18px;
	position: relative;
	width: 412px;
}
#logo_area a {
	text-decoration: none;
}

#logo_area span#name_area {
	color: #e60012;
	font-size: 26px;
	font-weight: bold;
	margin-left: 6px;
	vertical-align: bottom;
	line-height: 0.9;
}

#logo_area span#link_all {
	font-size: 11px;
	position: absolute;
	left: 183px;
	top: -2px;
}

#logo_area span#link_all a {
	color: #0099ff;
	text-decoration: underline;
}

#logo_area span#link_all a:hover {
	color: #004CCA;
}

#logo_area #logo_txt {
	line-height: 1.2;
	margin-left: 14px;
	margin-top: 8px;
	position: absolute;
	display: inline;
}

p.logo_txt {
	padding-left: 10px;
	width: 226px;
}
/* search_area　*/
#header .search_area {
	position: relative;
	float: left;
	width: 396px;
	border: 2px solid #f1a4a4;
	background: #FFF4F5;
	padding: 4px;
	margin-top: 20px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(../common/js/PIE.htc);
}

#header .search_area li {
	float: left;
	margin-right: 5px;
	/margin-right: 3px;
	/zoom: 1;
}

#header .search_area .mr0 {margin-right: 0 !important;}

#header .search_area li .text_area {
	display: inline-block;
	/**width: 184px;*/
	width: 183px;
	height: 19px;
	padding: 2px 6px;
	font-size: 14px;
	line-height: 19px;
	vertical-align: middle;
	background-color: #ffffff;
	margin-bottom: 0;
	border: 1px solid #cccccc;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

::-webkit-input-placeholder {color: #cccccc !important;}
:-moz-placeholder {color: #cccccc !important;}

#header .search_area li select {
	width: 118px;
	line-height: 19px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 3px 6px;
	margin-bottom: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#header .search_area li select {padding: 3px 6px 2px;}
}


/*  #global_nav
----------------------------------------*/
#global_nav {
	width: 960px;
	margin: 0 auto;
	border-top: #e42113 solid 2px;
}
#global_nav ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#global_nav li {
	float: left;
	width: 192px;
}
#global_nav li a {
	text-decoration: none;
}
/*----------------------------------------
    コンテンツ
----------------------------------------*/
#contents {
	/*background: #fafafa url(../../../../img-sub/goopit/assets/img/share/bg-contents_top.gif) top repeat-x;*/
	padding-bottom: 22px;
}
#contents .inner {
	/*background: #fafafa url(../../../../img-sub/goopit/assets/img/share/bg-contents_top.gif) top repeat-x;*/
	width: 100%;
	padding-top: 20px;
}
#article {
	width: 960px;
	margin: 20px auto 0;
	padding-top: 0;
}
/*  #topic_path
----------------------------------------*/
#topic_path {
	width: 960px;
	margin: 0px auto;
	background: url(../../../../img-sub/goopit/assets/img/share/bg-topic_path_new.gif) top center no-repeat;
	padding: 5px 0 6px;
}
#topic_path p {
	line-height: 35px;
	margin: 0px auto;
	height: 35px;
	width: 960px;
}
#topic_path p a {
	text-decoration:none;
}
#topic_path p span a {
	text-decoration:none;
	color: #000;
}
#topic_path p a.top {
	margin-left: 45px;
	color: #fff;
}
#topic_path p a.second {
	margin-left: 32px;
	color: #0066cc;
	height: 35px;
	background: url(../../../../img-sub/goopit/assets/img/share/bg-topic_path_02.gif) no-repeat right;
	display: inline-block;
	padding-right: 25px;
	margin-right: 10px;
}
#topic_path p a.third, #topic_path p a.fourth, #topic_path p a.fifth, #topic_path p a.sixth, #topic_path p a.seventh {
	color: #0066cc;
	height: 35px;
	background: url(../../../../img-sub/goopit/assets/img/share/bg-topic_path_02.gif) no-repeat right;
	display: inline-block;
	padding-right: 20px;
	margin-right: 10px;
}
#topic_path p span {
	margin-left: 32px;
}
#topic_path.new {
	position: relative;
	background: none;
	padding: 0;
	margin-top: -8px;
	zoom: 1;
}
#topic_path.new p {
	line-height: 17px;
	width: 934px;
	height: auto;
	margin: 0;
}
#topic_path.new p a,
#topic_path.new p span {
	line-height: 16px;
	background: url(../../../../img-sub/goopit/assets/img/share/bg-topic_path_arrow.png) no-repeat left;
	margin: 0;
	padding: 0 7px 0 18px;
}
#topic_path.new p span {font-size: 11px;}
#topic_path.new p a {color: #999;}
#topic_path.new p a:hover {text-decoration: underline;}
#topic_path.new p a.top {
	background: none;
	padding-left: 0;
}
#topic_path.new p a.top, #topic_path.new p a.second, #topic_path.new p a.third, #topic_path.new p a.fourth, #topic_path.new p a.fifth, #topic_path.new p a.sixth, #topic_path.new p a.seventh {
	height: 16px;
	font-size: 11px;
}
.check {
	width: 940px;
	margin: 8px auto 0;
	background: url(../../../../img-sub/goopit/assets/img/share/ico_check.gif) left center no-repeat;
	padding-left: 20px;
}
.check a {
	color: #0066cb;
	text-decoration: underline;
}
.check a:hover {
	color: #0066cb;
	text-decoration: none;
}
/* #lead
----------------------------------------*/
#lead {
	width:960px;
	height:100%;
	margin:10px auto;
}

#lead p {
	font-size: 100%;
}
/*  #page
----------------------------------------*/
#page {
	width: 960px;
	text-align: center;
	margin: 23px auto 0;
	padding-top: 5px;
}
#page a {
	color: #0066cc;
	text-decoration: underline;
	margin-left: 10px;
}
#page span {
	margin-left: 10px;
}
/*  #page
----------------------------------------*/
#page_top {
	width: 960px;
	margin: 15px auto;
}
#page_top:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#page_top p {
	float: left;
}
#page_top span {
	float: right;
}
#page_top span a {
	color: #0099ff;
	text-decoration: underline;
	background: url(../../../../img-sub/goopit/assets/img/share/ico-pagetop.png) left top no-repeat;
	padding-left: 26px;
	font-size: 13px;
}
/*----------------------------------------
    フッター
----------------------------------------*/
#footer {
	width: 100%;
	background: #fafafa;
}
#footer .inner {
	width: 100%;
	position: relative;
}
#footer .check_footer {
	margin: 8px auto 0;
	background: url(../../../../img-sub/goopit/assets/img/share/ico_check.gif) left center no-repeat;
	padding-left: 20px;
	position: absolute;
	left: 150px;
	top: 10px;
}
#footer .check_footer a {
	color: #0066cb;
	text-decoration: underline;
}
#footer .check_footer a:hover {
	color: #0066cb;
	text-decoration: none;
}
#footer .footer_nav {
	width: 960px;
	margin: 0 auto;
	border-top: #b4b5b5 solid 1px;
	padding-top: 18px;
	background: #fafafa;
	padding-bottom: 20px;
}
#footer .footer_nav p {
	text-align: center;
	color: #4d4d4d;
}
#footer .footer_nav p a {
	color: #4d4d4d;
}
#footer .footer_main {
	background: #FFF url(../../../../img-sub/goopit/assets/img/share/bg-footer_top.gif) top repeat-x;
}
#footer .footer_main .footer_logo {
	background: #FFF url(../../../../img-sub/goopit/assets/img/share/bg-footer_top.gif) top repeat-x;
	width: 960px;
	margin: 0 auto;
	padding-top: 25px;
	height: 51px;
}
#footer .footer_main p {
	text-align: right;
}
#footer .footer_main p a {
	margin-left: 23px;
	text-align: right;
}
/* footer_column */
.footer_column {
	border-top: solid 1px #c9c9c9;
	padding: 15px 0 11px;
}

.footer_column dl {
	width: 960px;
	margin: 0 auto;
	font-size: 11px;
}

.footer_column dl dt {
	padding: 0 4px;
	font-weight: bold;
	margin-bottom: 3px;
}

.footer_column dl dd {
	padding: 0 4px;
}
/*  #copy_right
----------------------------------------*/
#copy_right {
	text-align: center;
	padding: 10px 0 13px;
	background:#565656;
	color:#FFF;
}
/*  form
----------------------------------------*/


.NFRadio {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 15px;
	height: 16px;
	border: 1px solid transparent;
	background: url(../../../../img-sub/goopit/assets/img/share/radio.png) no-repeat 0 0;
	z-index: 2;
	top:0!important;
	left:0!important;
}
/*Checkbox*/
.NFCheck {
	cursor: pointer;
	position: absolute;
	width: 16px;
	height: 15px;
	border: 1px solid transparent;
	background: url(../../../../img-sub/goopit/assets/img/share/checkbox.png) no-repeat 0 0;
	z-index: 2;
	top:0!important;
	left:0!important;
}
/*Selects*/
.NFSelect {
	height: 33px;
	width: 303px;
	position: absolute;
	border: 1px solid transparent;
	top:0!important;
	left:0!important;
}
.NFSelectLeft {
	width: 3px;
	height: 33px;
	background: url(../../../../img-sub/goopit/assets/img/share/select-left.png) no-repeat 0 0;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}
.NFSelectRight {
	height: 33px;
	background: url(../../../../img-sub/goopit/assets/img/share/select-right.png) no-repeat 100% 0;
	cursor: pointer;
	font-size: 13px;
	color: #333;
	padding-left: 7px;
	margin-left: 3px;
	width: 192px;
	line-height: 33px;
}
.NFSelectTarget {
	position: absolute;
	background: none;
	margin-left: -13px;
	margin-top: 32px;
	z-index: 3;
	left: 0;
	top: 0;
	padding-bottom: 13px;
}
.NFSelectOptions {
	position: relative;
	background: #fff;
	margin-left: 16px;
	margin-top: 0;
	list-style: none;
	padding: 4px 0;
	color: #fff;
	font: 11px/13px Arial, Helvetica, sans-serif;
	z-index: 4;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	left: -3px;
	top: 0;
	border-left: #b2b2b2 1px solid;
	border-right: #b2b2b2 1px solid;
	border-bottom: #b2b2b2 1px solid;
	width: 166px!important;
}
.NFSelectOptions li {
	padding-bottom: 1px;
}
.NFSelectOptions a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 2px 3px;
	background: none;
	width: 200px;
}
.NFSelectOptions a.NFOptionActive {
	background: #464646;
	color: #FFF;
}
.NFSelectOptions a:hover {
	background: #333;
	color: #fff;
}
.NFText {
	border: none;
	vertical-align: middle;
	font: 12px/15px Arial, Helvetica, sans-serif;
	background: none;
}
.NFTextCenter {
	height: 15px;
	background: url(../../../../img-sub/goopit/assets/img/share/input.png) repeat-x 0 0;
	padding: 8px 0;
	margin: 0;
	float: left;
	line-height: 15x;
}
.NFTextLeft, .NFTextRight {
	width: 7px;
	height: 31px;
	vertical-align: middle;
	float: left;
}
.NFTextLeft {
	background: url(../../../../img-sub/goopit/assets/img/share/input-left.png) no-repeat 0 0;
}
.NFTextRight {
	background: url(../../../../img-sub/goopit/assets/img/share/input-right.png) no-repeat 0 0;
}
/*Focused*/
.NFfocused {
	border: 1px dotted #666;
}
/*Hovered*/
.NFh {
	background-position: 0 100%;
}
.NFhr {
	background-position: 100% 100%;
}
/*Hidden*/
.NFhidden {
	opacity: 0;
	z-index: -1;
	position: relative;
}
/*Safari*/
select, input, textarea, button {
	outline: none;
	resize: none;
}
span.selectbox {
	position:relative;
}
span.checkbox {
	position:relative;
}
span.checkbox input {
	position: absolute;
}
span.checkbox_label {
	padding-left: 21px;
}

.pager_bottom{
	padding: 42px 20px 16px;
	width: 918px;
}

.pager_bottom .page{
	text-align: right;
	padding-top: 5px;
}

/*IE10*/
input::-ms-clear {
	visibility:hidden
}

/*bootstrap*/

button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}

button,
input {
	*overflow: visible;
	line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

textarea {
	height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	 -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	   -o-transition: border linear 0.2s, box-shadow linear 0.2s;
	      transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	*margin-top: 0;
	line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
	height: auto;
	/* In IE7, the height of the select element cannot be changed by height, only font-size */

	*margin-top: 4px;
	/* For IE7, add top margin to align select with labels */

	line-height: 30px;
}

select {
	width: 220px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

select[multiple],
select[size] {
	height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.input-xlarge {
	width: 270px;
}

.input-xxlarge {
	width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
	float: none;
	margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
	display: inline-block;
}

input,
textarea,
.uneditable-input {
	margin-left: 0;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	cursor: not-allowed;
	background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
	background-color: transparent;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
	color: #b94a48;
	border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	 -moz-box-shadow: 0 0 6px #f8b9b7;
	      box-shadow: 0 0 6px #f8b9b7;
}

div.wrap {
	width: 700px;
	margin-top:-10px;
}
div.wrap div {
	display: table-cell;
	vertical-align: middle;
}
div.wrap div.box1 {
	height:35px;
}
div.wrap div.box2 {
}
/* IE 6 */
* html div.wrap div {
	display: inline;
	zoom: 1;
}
/* IE 7 */
*:first-child+html div.wrap div {
	display: inline;
	zoom: 1;
}

/*\*//*/
* html div.wrap div {
		display: inline-block;
}
/**/
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

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

.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	h2
------------------------------------------------------------*/
#article .inspection_search h2 {
	font-size: 167%;
	position: relative;
}

#article .inspection_search h2 span {
	background-color: #FF9900;
	border-radius: 4px;
	color: #FFF;
	font-size: 83%;
	font-weight: normal;
	padding: 3px 10px 2px;
	position: absolute;
	right: 21px;
	top: 8px;
	behavior: url(../common/js/pie.htc);
}

#article .inspection_search h2 .spanSpecial {
	background-color: #67C569;
}

#article {
	margin-top: 8px;
}

/*------------------------------------------------------------
	comNavi
------------------------------------------------------------*/
.comNavi {
	background-color: #FAFAFA;
	border-top: 1px solid #B9BABA;
	padding: 14px 0 15px;
	zoom: 1;
}

.comNavi dl {
	font-size: 11px;
	margin: 0 auto;
	width: 960px;
}

.comNavi dt {
	font-weight: bold;
	margin-bottom: 2px;
}

.comNavi dd li {
	display: inline;
	margin-right: 2px;
}

.comNavi dd li a {
	color: #333;
	margin-right: 7px;
}

/*------------------------------------------------------------
静的コンテンツsocial
------------------------------------------------------------*/
ul.static_social {
	float: right;
	overflow: hidden;
	margin-bottom: 5px;
}
ul.static_social li{
	float: left;
	margin-right: 4px;
}
ul.static_social iframe {
	margin: 0 !important;
}
ul.static_social li.facebook{
	width:120px;
}
ul.static_social li.twitter{
	width:105px;
}
ul.static_social li.g-plus{
	width:65px;
}
ul.static_social li.facebook iframe{
	width: 101px; 
	height: 20px;
}	

/* header_bnr */
#header_main .header_bnr {
	float: left;
	width: 270px;
	margin-top: 18px;
}

#head_key_word_button {
	background: transparent url("../../../../img-sub/goopit/assets/img/share/new_btn-search_off.gif") no-repeat scroll 0% 0%;
	width: 70px;
	height: 25px;
	border: 0;
}
#head_key_word_button:hover {
	filter: alpha(opacity=60) !important;
	-moz-opacity: 0.60 !important;
	opacity: 0.60 !important;
	zoom: 1 !important;
	behavior: url(/common/js/PIE.htc);
}

.footer_column dl dt,
.footer_column dl dd {padding-left: 0;}
.footer_column dl.center dt,
.footer_column dl.center dd {text-align: center;}
.footer_column dl.center dt {margin-bottom: 10px;}
.footer_column dl.center dd li {
    display: inline-block;
    /display: inline;
    /zoom: 1;
}
.footer_column dl.center dd li a {
    color: #333;
    margin-right: 7px;
    text-decoration: none;
}
.footer_column dl.center dd li a:hover {text-decoration: underline;}
.w_100 {width: 100% !important;}

/* Step 2 of inspection category 2 */
a.inspection_cate2 {
	color: #444 !important;
}
a.inspection_cate2:hover {
	filter: alpha(opacity=80) !important;
    -moz-opacity: 0.80 !important;
    opacity: 0.80 !important;
    zoom: 1 !important;
}

#header_top h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 20171030 【GN0808】 ADD PS--------------- */
#header {
	position: relative;
	z-index: 9999;
	zoom: 1;
}

#header a {
	color: #464646;
	text-decoration: none;
}

#header .inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#header .header_top {
	background: #E3E3E3;
	min-height: 20px;
}

#header .header_top h1 {
	overflow: hidden;
	width: 960px;
	font-size: 11px;
	font-weight: normal;
	text-overflow: ellipsis;
    white-space: nowrap;
	line-height: 20px;
	letter-spacing: -0.02em;
	margin: 0 auto;
}

#header .header_main {
	position: absolute;
	top: 20px;
	width: 100%;
	background: #E50010;
	padding: 5px 0;
}

#header.fixed .header_main {
  position: fixed;
  top: 0px;
  z-index: 10000;
  zoom: 1;
}

#header .header_main .inner {overflow: hidden;}

#header .header_main .fixlogo_area {
	display: none;
	float: left;
	width: 62px;
}

#header .header_main .search_area {
	overflow: hidden;
	float: right;
	width: 572px;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}

#header .header_main .search_box {
	float: left;
	width: 315px;
}

#header .header_main .search_box form li {margin: 0;}

#header .header_main .search_box form li #head_key_word,
#header .header_main .search_box form li #sort {
	font-size: 12px;
	outline: 0;
}

#header .header_main .search_box form li #head_key_word {
	width: 183px;
	height: 18px;
	padding: 6px 5px;
	-webkit-appearance: none;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#header .header_main .search_box form li #sort {
	filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    zoom: 1;
}

#header .header_main .search_box form li .custom_select {
	width: 85px;
	height: 26px;
	text-align: center;
	background: #E3E3E3 url("../../../../img-sub/goopit/assets/img/share/bg_new_header_arrow.gif") no-repeat scroll center 90%;
	padding-top: 4px;
}

#header .header_main .search_box form li #sort option {
	font-size: 11px;
	background: #FFF;
}

#header .header_main .search_box form li  #head_key_word_button {
	width: 35px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	background: #464646 url("../../../../img-sub/goopit/assets/img/share/icon_new_header_search.gif") no-repeat scroll center center;
    border: 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

#header .header_main .search_box form li  #head_key_word_button:hover {
	filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    zoom: 1 !important;
}

#header .header_main .menu_box {
	float: right;
	width: 234px;
	padding: 7px 4px 5px;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	clear: none;
	margin:0;
}

#header .header_main .menu_box ul {text-align: center;}

#header .header_main .menu_box ul li {
	display: inline-block;
	/display: inline;
	float: none;
	font-size: 13px;
	/zoom: 1;
	margin-right: 13px;
}

#header .header_main .menu_box ul li a {padding-left: 17px;}

#header .header_main .menu_box ul li a:hover,
#header .header_nav .navi_area li.results a {color: #E50010;}

#header .header_main .menu_box ul li.favorite a {
	background: url("../../../../img-sub/goopit/assets/img/share/icon_new_header_favorite.gif") no-repeat scroll left 2px;
}

#header .header_main .menu_box ul li.favorite a:hover {
	background: url("../../../../img-sub/goopit/assets/img/share/icon_new_header_favorite_on.gif") no-repeat scroll left 2px;
}

#header .header_main .menu_box ul li.shop a {
	background: url("../../../../img-sub/goopit/assets/img/share/icon_new_header_shop.gif") no-repeat scroll left 2px;
}

#header .header_main .menu_box ul li.shop a:hover {
	background: url("../../../../img-sub/goopit/assets/img/share/icon_new_header_shop_on.gif") no-repeat scroll left 2px;
}

#header .header_main .menu_box ul li.menu {margin-right: 0;}

#header .header_main .menu_box ul li.menu a {
	background: url("../../../../img-sub/goopit/assets/img/share/icon_new_header_menu.gif") no-repeat scroll left 2px;
}

#header .header_main .menu_box ul li.menu a:hover {
	background: url("../../../../img-sub/goopit/assets/img/share/icon_new_header_menu_on.gif") no-repeat scroll left 2px;
}

#header .header_nav {
	background: #FFF;
	border-bottom: 1px solid #a0a0a0;
	padding-top: 52px;
}

#header .header_nav .logo_area {
	position: absolute;
	top: -39px;
	left: 0;
	z-index: 2;
	width: 134px;
	zoom: 1;
}

#header .header_nav .text_area,
#header .header_nav .region_area {
	float: left;
	width: 201px;
	height: 28px;
	padding-left: 134px;
}

#header .header_nav .text_area p {
	font-size: 10px;
	/font-size: 10px;
	letter-spacing: -0.1em;
	line-height: 1.6;
	background: url("../../../../img-sub/goopit/assets/img/share/bg_new_header_balloon.gif") no-repeat scroll left center;
	padding: 13px 5px 13px 14px;
}

#header .header_nav .region_area #link_all {
	font-size: 11px;
	position: absolute;
	left: 15px;
	top: 2px;
}

#header .header_nav .region_area #link_all a {
	color: #0099ff;
	text-decoration: underline;
}

#header .header_nav .region_area #link_all a:hover {color: #004CCA;}

#header .header_nav .region_area #link_area {
	position: absolute;
	top: 15px;
	left: 15px;
}

#header .header_nav .region_area #name_area {
    color: #dc0000;
	font-size: 26px;
	font-weight: bold;
	line-height: 39px;
	vertical-align: bottom;
}


#header .header_nav .navi_area {
	overflow: hidden;
	float: right;
    width: 580px;
}

#header .header_nav .navi_area li {float: left;}

#header .header_nav .navi_area li a {
	display: block;
	font-size: 13px;
	text-align: center;
	line-height: 50px;
	letter-spacing: -0.02em;
	background: url("../../../../img-sub/goopit/assets/img/share/bg_new_header_partition_bar.gif") no-repeat scroll left 34px;
	border-bottom: 4px solid #FFF;
	padding-top: 15px;
	-webkit-transition: all .5s;
    transition: all .5s;
}

#header .header_nav .navi_area li a:hover,
#header .header_nav .navi_area li a.current {
	color: #E50010;
	border-bottom: 4px solid #e50010;
}

#header .header_nav .navi_area li.fitting {
    width: 127px;
	background: url("../../../../img-sub/goopit/assets/img/share/icon_new_header_fitting.gif") no-repeat scroll center 10px;
}

#header .header_nav .navi_area li.repair {
    width: 167px;
	background: url("../../../../img-sub/goopit/assets/img/share/icon_new_header_repair.gif") no-repeat scroll center 10px;
}

#header .header_nav .navi_area li.oil {
    width: 97px;
	background: url("../../../../img-sub/goopit/assets/img/share/icon_new_header_oil.gif") no-repeat scroll center 10px;
}

#header .header_nav .navi_area li.inspection {
    width: 113px;
	background: url("../../../../img-sub/goopit/assets/img/share/icon_new_header_inspection.gif") no-repeat scroll center 10px;
}

#header .header_nav .navi_area li.results {
    width: 75px;
	background: url("../../../../img-sub/goopit/assets/img/share/icon_new_header_results.gif") no-repeat scroll center 10px;
}

/* //20171030 【GN0808】 ADD PS--------------- */

/* 20190701 【GN0944】 ADD PS */
#header.common_header .logo_box {
	position: absolute;
	left: 0;
	z-index: 10001;
	width: 100%;
	height: 44px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: #CE0808;
    padding: 0 20px;
	margin-right: -50vw;
}

#header.common_header .logo_box p {display: inline;}

#header.common_header .logo_box p img {
	width: 54px;
    margin-left: 17px;
    margin-top: 6px;
}

#header.common_header .logo_box .header_modal_open img {width: 22px;}

#header.common_header .logo_box .header_modal_open {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0px 0 8px;
}

#header.common_header .adjust_box {height: 45px;}

#header.common_header #common_modal {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	background: url(../../../../img-sub/goopit/assets/img/share/bg_overlay.png) repeat 0 0;
	margin: 0;
}

#header.common_header #common_modal.active {display: block;}

#header.common_header #common_modal .menu_area {
	float: left;
	width: 250px;
	font-size: 14px;
	background-color: #ffffff;
	padding-top: 43px;
}

#header.common_header #common_modal .menu_area ul {padding: 9px 0;}

#header.common_header #common_modal .menu_area ul li {padding: 5px 10px 1px 20px;}

#header.common_header #common_modal .menu_area a {
	display: block;
	color: #3b3b3b;
	line-height: 3;
	font-weight: bold;
	font-size: 16px;
}

#header.common_header #common_modal .menu_area a:hover {text-decoration: underline;}

#header.common_header #common_modal .menu_area span,
#header.common_header #common_modal .menu_area img {vertical-align: bottom;}

#header.common_header #common_modal .menu_area span {
    height: 38px;
    font-size: 14px;
    line-height: 3.3;
    font-weight: bold;
    padding-left: 20px;
}

#header.common_header #common_modal .menu_area img {width: 48px;}

#header.common_header #common_modal .overlay_area {
	float: right;
	background: url(../../../../img-sub/goopit/assets/img/share/bg_overlay.png) repeat 0 0;
}

#header.common_header .header_main {
	position: static;
	background: none;
	padding: 0;
}

#header.common_header .header_main .inner {
	width: 100%;
	background: #F4F4F4;
	padding: 10px 0;
}

#header.common_header .header_main .search_area {
	float: none;
	width: 960px;
	margin: 0 auto;
}

#header.common_header .header_main .search_area h1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	float: left;
	width: 345px;
	min-height: 1px;
	font-size: 10px;
	font-weight: normal;
}

#header.common_header .header_main .search_box {
	overflow: hidden;
	width: 336px;
	border: 1px solid #D5D5D5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #FFF;
	margin-left: 15px;
}

#header.common_header .header_main .search_box form li #sort {
	width: 90px;
	height: 23px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 23px;
	border: none;
	border-right: 1px solid #EEE;
	filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	outline-style: none;
	padding: 0 8px;
	margin: 5px 8px 5px 0;
}

#header.common_header .header_main .search_box form li #head_key_word {
	height: 21px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#header.common_header .header_main .search_box form li #head_key_word_button {
	height: 33px;
	width: 45px;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	line-height: 33px;
	background: #464646;
}

#header.common_header .header_main .menu_box {
	border: 1px solid #D5D5D5;
	background: #E8E8E8;
	padding: 8px 8px 7px;
}

#header.common_header .header_main .menu_box ul li {margin-right: 8px;}

#header.common_header .header_main .menu_box ul li.favorite {
	border-right: 1px solid #D5D5D5;
	padding-right: 10px;
}

#header.common_header .header_main .menu_box ul li.favorite a,
#header.common_header .header_main .menu_box ul li.favorite a:hover {
	background: url("../../../../img-sub/goopit/assets/img/share/icon_header_favorite.png") no-repeat scroll left 2px;
}

#header.common_header .header_main .menu_box ul li.shop a,
#header.common_header .header_main .menu_box ul li.shop a:hover,
#header.common_header .header_main .menu_box ul li.menu a,
#header.common_header .header_main .menu_box ul li.menu a:hover {
	background: url("../../../../img-sub/goopit/assets/img/share/icon_header_arrow.png") no-repeat scroll 5px center;
}

#header.common_header .header_main .menu_box ul li.favorite a:hover,
#header.common_header .header_main .menu_box ul li.shop a:hover,
#header.common_header .header_main .menu_box ul li.menu a:hover {
	color: #464646;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	zoom: 1;
}

#header.common_header .header_nav .logo_area {
	position: static;
	float: left;
	width: 217px;
	margin-top: 10px;
}

#header.common_header .header_nav {
	border-bottom: none;
	padding-top: 10px;
}

#header.common_header .header_nav .text_area,
#header.common_header .header_nav .region_area {
	position: relative;
	width: 158px;
	padding-left: 0;
}

#header.common_header .header_nav .text_area p,
#header.common_header .header_nav .region_area p {
	background: none;
	padding: 18px 2px 0px 7px;
}

#header.common_header .header_nav .navi_area li a {
	line-height: 25px;
	padding-top: 28px;
}
/* GOO_PDC-1490 【GN0946】【阿部】【グーパーツ】グロナビ_クルマグーネット対応 20190625 end*/

/* 20200707 【PIT_LINKA-63】 PS */
.linka_reception_bnr {
	display: none;
	position: fixed;
	right: 0;
	z-index: 9999;
	background: url("../../../../img-sub/goopit/assets/img/linka/bg_linka_overlay.png") no-repeat 100% 0;
}
.linka_reception_bnr.type01 {
	width: 198px;
	height: 173px;
}
.linka_reception_bnr.type02 {
	width: 343px;
	height: 145px;
}
.linka_reception_bnr.first_time_access {
	display: none;
	bottom: 0;
}
.linka_reception_bnr.type01.second_time_access {
	bottom: -166px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.linka_reception_bnr.type02.second_time_access {
	bottom: -145px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.linka_reception_bnr.second_time_access.active {
	display: block;
	bottom: 0;
}
@keyframes fluffy {
	0% { transform:translateY(0) }
	5% { transform:translateY(0) }
	10% { transform:translateY(0) }
	20% { transform:translateY(-15px) }
	25% { transform:translateY(0) }
	30% { transform:translateY(-15px) }
	50% { transform:translateY(0) }
	100% { transform:translateY(0) }
}
.linka_reception_bnr .inner {padding: 0;}
.linka_reception_bnr.first_time_access .top_img {animation: fluffy 3s ease infinite;}
/* // 20200707 【PIT_LINKA-63】 PS */

/* 20200929  【GN1053】 PS ADD */
#header.common_header .logo_box nav {
	position: absolute;
	top: 0;
	left: 250px;
}
#header.common_header .logo_box nav ul {white-space: nowrap;}
#header.common_header .logo_box nav ul li {
	display: inline-block;
	margin-right: 30px;
}
#header.common_header .logo_box nav ul li a {
	color: #FFF;
	font-size: 12px;
	line-height: 44px;
}
#header.common_header .logo_box nav ul a:hover,
#header.common_header .logo_box nav ul .current a {border-bottom: 2px solid #FFF;}
/* // 20200929  【GN1053】 PS ADD */

/* 20210625 【PIT_PRJ-1418】 PS */
#header.common_header .logo_box p.logo_gn_kuruma img {
    width: 80px;
}
/* // 20210625 【PIT_PRJ-1418】 PS */

.connection_link {
	background-color: #fafafa;
	padding: 30px 0 30px;
	margin-bottom: 30px;
}

.connection_link .link_list {
	width: 960px;
	margin: 0 auto;
}

.connection_link .link_list h4 {
	border-left: 5px solid #dc0707;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 20px;
}

.connection_link .link_list dl.accordion {
	background-color: #fff;
}

.connection_link .link_list dl.accordion:last-child {
	padding-bottom: 15px;
}

.connection_link .link_list dl.accordion dt {
	padding: 12px 30px 9px 1px;
	border-bottom: 1px solid #dfe0e1;
	margin: 0px 15px 0px 15px;
	position: relative;
	font-weight: bold;
}

.connection_link .link_list dl.accordion dt:hover {
	cursor: pointer;
}

.connection_link .link_list dl.accordion dt:before,
.connection_link .link_list dl.accordion dt:after {
	position: absolute;
	content: "";
	display: block;
	transition: all 0.4s;
	background: #333;
	right: 0px;
	top: 22px;
	width: 12px;
	height: 2px;
	transform: translate(-50%, -50%);
}

.connection_link .link_list dl.accordion dt:before {
	transform: translate(-50%, -50%) rotate(90deg);
}

.connection_link .link_list dl.accordion dt.open:before {
	transform: translate(-50%, -50%) rotate(0deg);
}

.connection_link .link_list dl.accordion dd {
	display: none;
}

.connection_link .link_list dl.accordion dd ul {
	padding: 7px 0px 5px 0px;
}

.connection_link .link_list ul {
	width: 960px;
	margin: 0 auto;
	padding: 12px 10px 15px 10px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	justify-content: flex-start;
}

.connection_link .link_list ul li {
	width: 228px;
	padding: 10px;
	margin: 10px 0;
	margin: 0 0 7px 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.connection_link .list_maker dl {
	background-color: #fff;
}

.connection_link .list_maker dl dt {
	padding: 12px 30px 9px 1px;
	border-bottom: 1px solid #dfe0e1;
	margin: 0px 15px 0px 15px;
	font-weight: bold;
}

.connection_link .list_maker ul li a {
	padding: 4px 0 5px 48px;
}

.connection_link .list_maker ul li.lexus a {
	background: url("../../../../img-sub/goopit/assets/img/share/img_logo_lexus.png") no-repeat left center;
	background-size: 40px 27px;
}

.connection_link .list_maker ul li.toyota a {
	background: url("../../../../img-sub/goopit/assets/img/share/img_logo_toyota.png") no-repeat left center;
	background-size: 40px 27px;
}

.connection_link .list_maker ul li.nissan a {
	background: url("../../../../img-sub/goopit/assets/img/share/img_logo_nissan.png") no-repeat left center;
	background-size: 40px 27px;
}

.connection_link .list_maker ul li.honda a {
	background: url("../../../../img-sub/goopit/assets/img/share/img_logo_honda.png") no-repeat left center;
	background-size: 40px 27px;
}

.connection_link .list_maker ul li.mazda a {
	background: url("../../../../img-sub/goopit/assets/img/share/img_logo_mazda.png") no-repeat left center;
	background-size: 40px 27px;
}

.connection_link .list_maker ul li.subaru a {
	background: url("../../../../img-sub/goopit/assets/img/share/img_logo_subaru.png") no-repeat left center;
	background-size: 40px 27px;
}

.connection_link .list_maker ul li.suzuki a {
	background: url("../../../../img-sub/goopit/assets/img/share/img_logo_suzuki.png") no-repeat left center;
	background-size: 40px 27px;
}

.connection_link .list_maker ul li.mitsubishi a {
	background: url("../../../../img-sub/goopit/assets/img/share/img_logo_mitsubishi.png") no-repeat left center;
	background-size: 40px 27px;
}

.connection_link .list_maker ul li.daihatsu a {
	background: url("../../../../img-sub/goopit/assets/img/share/img_logo_daihatsu.png") no-repeat left center;
	background-size: 40px 27px;
}

.connection_link .list_maker ul li.fuso a {
	background: url("../../../../img-sub/goopit/assets/img/share/img_logo_fuso.png") no-repeat left center;
	background-size: 40px 27px;
}

.connection_link .list_maker ul li.isuzu a {
	background: url("../../../../img-sub/goopit/assets/img/share/img_logo_isuzu.png") no-repeat left center;
	background-size: 40px 27px;
}

.connection_link .list_maker ul li.hino a {
	background: url("../../../../img-sub/goopit/assets/img/share/img_logo_hino.png") no-repeat left center;
	background-size: 40px 27px;
}

.connection_link .list_maker ul li.benz a {
	background: url("../../../../img-sub/goopit/assets/img/share/img_logo_benz.png") no-repeat left center;
	background-size: 40px 27px;
}

.connection_link .list_maker ul li.volkswagen a {
	background: url("../../../../img-sub/goopit/assets/img/share/img_logo_volkswagen.png") no-repeat left center;
	background-size: 40px 27px;
}

.connection_link .list_maker ul li.audi a {
	background: url("../../../../img-sub/goopit/assets/img/share/img_logo_audi.png") no-repeat left center;
	background-size: 40px 27px;
}

.connection_link .list_maker ul li.porsche a {
	background: url("../../../../img-sub/goopit/assets/img/share/img_logo_porsche.png") no-repeat left center;
	background-size: 40px 27px;
}

.connection_link .list_maker ul li.mini a {
	background: url("../../../../img-sub/goopit/assets/img/share/img_logo_mini.png") no-repeat left center;
	background-size: 40px 27px;
}

.connection_link .list_maker ul li.peugeot a {
	background: url("../../../../img-sub/goopit/assets/img/share/img_logo_peugeot.png") no-repeat left center;
	background-size: 40px 27px;
}

.connection_link .list_maker ul li.bmw a {
	background: url("../../../../img-sub/goopit/assets/img/share/img_logo_bmw.png") no-repeat left center;
	background-size: 40px 27px;
}

.connection_link .list_maker ul li.fiat a {
	background: url("../../../../img-sub/goopit/assets/img/share/img_logo_fiat.png") no-repeat left center;
	background-size: 40px 27px;
}

.connection_link .link_list .all_maker_link {
	background-color: #fff;
	padding: 0 0 13px 17px;
}