@charset "UTF-8";
/* CSS Document */

@charset "utf-8";



body {
	color: #202020;
	/* background: url(../images/head_bg.png) 50% 0 no-repeat; */
}

input[type=checkbox] {
        width: 14px;
        height: 14px;
        margin: -1px 10px 0 -1px;
}

/* @group Header */

#header {
	min-width: 980px;
	height: 110px;
	background: url(../images/head_bg_main.jpg) 50% 0 no-repeat;
}

#headInner {
	width: 980px;
	margin: 0 auto;
}

#siteLogo {
	float: left;
	width: 155px;
	margin: 12px 12px 0 0;
}

#siteLogo a {
	display: block;
	width: 155px;
	height: 79px;
	background: url(../images/head_logo.png) no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

#header .siteCopy {
	float: left;
	width: 236px;
	height: 25px;
	margin: 52px 0 0;
	background: url(../images/head_copy.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	zoom: 1;
}

#header .btnDaihatsu {
	float: right;
	width: 144px;
	margin: 0 130px 0 0;
}

#header .btnDaihatsu a {
	display: block;
	width: 144px;
	height: 32px;
	background-image: url(../images/head_link_daihatsu.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

#header .btnDaihatsu a:hover {
	background-position: 0 -32px;
}

/* @end */

/* @group GNaviArea */

#gNaviArea {
	height: 57px;
	margin: 0 0 25px;
	background: url(../images/gnavi_bg.png) repeat-x;
}


#gNaviAreaInner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#gNavi {
	float: left;
	width: 578px;
	height: 65px;
	margin: -6px 14px 0 0;
/*	background: #e2e2e2;*/
}

#gNavi li {
	float: left;
}

#gNavi li a {
	display: block;
	width: 116px;
	height: 65px;
/*	margin: 0 2px 0 0;*/
	background-image: url(../images/gnavi.png);
	text-indent: -999em;
	overflow: hidden;
}

#gNavi li a.ac {
	height: 81px;
	margin: -1px 0 0 0;
	
}

#gN01 a {}
#gN02 a {background-position: -116px 0;}
#gN03 a {background-position: -232px 0;}
#gN04 a {background-position: -348px 0;}
#gN05 a {width: 114px !important;background-position: -464px 0;margin: 0 !important;}

#gN01 a:hover {background-position: 0 -65px;}
#gN02 a:hover {background-position: -116px -65px;}
#gN03 a:hover {background-position: -232px -65px;}
#gN04 a:hover {background-position: -348px -65px;}
#gN05 a:hover {background-position: -464px -65px;}

#gN01 a.ac {background-position: 0 -130px;}
#gN02 a.ac {background-position: -116px -130px;}
#gN03 a.ac {background-position: -232px -130px;}
#gN04 a.ac {background-position: -348px -130px;}
#gN05 a.ac {background-position: -464px -130px;margin-top: -1px !important;}

#btnMypageArea {
	float: left;
	position: relative;
	width: 126px;
	height: 47px;
	margin: 10px 0 0;
}

#btnMypageArea .btnMypage a {
	display: block;
	width: 126px;
	height: 35px;
	background-image: url(../images/head_mypage.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

#btnMypageArea.hov .btnMypage a {
	background-position: 0 -35px;
}

#btnMypageArea .mypageNavi {
	display: none;
	position: absolute;
	top: 42px;
	left: -108px;
	z-index: 50;
	width: 197px;
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.22);
	behavior: url(/common/PIE.htc);
}

#btnMypageArea .mypageNavi a {
	display: block;
	height: 36px;
	margin-bottom: -1px;
	padding: 0 18px;
	color: #000;
	border-bottom: 1px solid #e2e2e2;
	line-height: 36px;
	text-decoration: none;
}

#btnMypageArea .mypageNavi a:hover {
	color: #fff;
	background: #ff8c1f;
	
}

#btnMypageArea .mypageNavi span {
	display: block;
	position: absolute;
	top: -7px;
	right: 23px;
	width: 7px;
	height: 7px;
	background: url(../images/chip_tri.png) no-repeat;
}

#gNaviArea .utilNavi {
	float: right;
	width: 240px;
}

#gNaviArea .utilNavi ul {
	padding: 8px 0 0;
}

#gNaviArea .utilNavi li {
	padding: 0 0 0 12px;
	background: url(../images/arrow_red_s.png) 0 50% no-repeat;
	line-height: 18px;
}

#gNaviArea .utilNavi li a {
	display: inline-block;
	color: #202020;
	border-bottom: 1px dotted #202020;
	text-decoration: none;
}

#gNaviArea .utilNavi li a:hover {
	margin-top: 1px;
	border: none;
}

/* @end */

/* @group パンくず */

.breadCrumbArea {
	width: 980px;
	margin: 0 auto 9px;
}

.breadCrumb li {
	float: left;
	color: #202020;
}

/*.breadCrumb li:before {
	content: '>';
	display: inline-block;
	margin: 0 10px;
}

.breadCrumb li.home:before {
	content: '';
	display: none;
}

.breadCrumb .gt {
	content: '>';
	display: inline-block;
	margin: 0 10px;
}*/

.breadCrumb li a {
	display: inline-block;
	color: #202020;
	text-decoration: none;
	border-bottom: 1px dotted #202020;
}

.breadCrumb li a:hover {
	border-bottom: 1px dotted transparent;
}

/* @end */

hr {
	width: 980px;
	height: 3px;
	margin: 0 auto;
	padding: 0;
	border: none;
	background: url(../images/line_2tone.png) 0 0 no-repeat;
}


#contents {
/*	margin: 0 auto 70px;*/
	margin: 0 auto;
}

#pageTitle {
	margin: 20px 0;
	padding: 0 0 0 15px;
	background: url(/common/images/h2_wmark.png) 0 50% no-repeat;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

.stitGrayBan {
	position: relative;
	margin: 0 0 20px;
	padding: 7px 26px;
	color: #fff;
	/*background: #808080 url(../images/wmark_white.png) 11px 50% no-repeat;*/
        background: #fa0014; /* Old browsers */
        background: -moz-linear-gradient(top, #fa0014 0%, #df0012 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa0014), color-stop(100%,#df0012)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fa0014 0%,#df0012 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fa0014 0%,#df0012 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fa0014 0%,#df0012 100%); /* IE10+ */
        background: linear-gradient(to bottom, #fa0014 0%,#df0012 100%); /* W3C */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/common/PIE.htc);
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
}


#footer {
	position: relative;
	margin: 70px 0 0;
	color: #fff;
	background: #303030;
	border-top: 4px solid #fa0014;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

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

#footInner {
	width: 980px;
	margin: 0 auto;
	padding: 8px 0 9px;
}

#footInner .toPageTop {
	position: absolute;
	top: -36px;
	bottom: auto;
	right: 17px;
	width: 36px;
}

#footInner .fixBottom {
	position: fixed;
	right: 17px;
	top: auto;
	bottom: 0;
}

#footInner .toPageTop a {
	display: block;
	width: 36px;
	height: 32px;
	background: url(../images/btn_topagetop.png) no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

#footInner p,
#footInner li {
	line-height: 12px;
}

#footer .copyright {
	float: left;
	font-size: 12px;
}

#footerLink {
	float: right;
}

#footerLink li {
	float: left;
	padding: 0 0 0 25px;
	font-size: 10px;
}

/* @group table */

table.gnrlTable,
.gnrlTable tr {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #b7b7b7;
}

.gnrlTable th,
.gnrlTable td {
	padding: 6px 6px;
	border-top: 1px solid #fff;
}

.gnrlTable tr:first-child th,
.gnrlTable tr:first-child td {
	border-top: none;
}

.gnrlTable .odd th {background: #dedede;}
.gnrlTable .odd td {background: #f8f8f8;}

.gnrlTable .even th {background: #e4e4e4;}
.gnrlTable .even td {background: #fff;}

table.gnrlTable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #b7b7b7;
}

/*.gnrlTable th {
	width: 60px;
	font-size: 11px;
}

.gnrlTable td {
	padding: 6px 12px;
}*/

/* @end */
.helpBtn {
        position: relative;
        top: -2px;
        margin: 0 0 2px 5px;
}

.helpBtn .helpWrap,
.helpBtn .helpBaloon,
.helpBtn .helpBaloonInner {
        display: block;
}

.helpBtn .helpWrap {
        display: none;
        position: absolute;
        bottom: 0;
        left: -112px;
        width: 238px;
        padding: 0 0 17px;
}

.helpBtn .helpBaloon {
        padding-bottom: 22px;
        background: url(../images/pophelp_bg02.png) 0 100% no-repeat;
}

.helpBtn .helpBaloonInner {
        padding: 16px 18px 0;
        background: url(../images/pophelp_bg01.png) no-repeat;
}

.helpBtn .helpBaloon .text,
.helpBtn .helpBaloon .link {
        display: block;
        line-height: 14px;
}

.helpBtn .helpBaloon .link {
        margin: 18px 0 0;
        padding: 0 0 0 10px;
        background: url(../images/arrow_red_s.png) 0 50% no-repeat;
}

.helpBtn .helpBaloon .link a {
        color: #202020;
        border-bottom: 1px dotted #202020;
        text-decoration: none;
}

.helpBtn .helpBaloon .link a:hover {
        border: none;
}


.chkBln {
        position: relative;
}
.chkBln .popBln {
        display: none;
        position: absolute;
        top: -9px;
        right: -112px;
        text-indent: 0;
}
/* add by hejia 20141128   */
.chkBln .popBln img{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/baloon_click.png');

}

#staticMain {
        float: right;
        width: 710px;
}

#staticSub {
        float: left;
        width: 240px;
        padding: 20px 0 0;
}

#staticSubNavi {
        margin: 0 0 15px;
}

#staticSubNavi ul {
        padding: 0 10px;
        background: #fff;
        border: 10px solid #eeeeee;
}

#staticSubNavi ul li {
        padding: 15px 0;
        border-top: 1px solid #c1c1c1;
}

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

#staticSubNavi ul li a {
        display: block;
        padding: 0 20px 0 0;
        color: #333333;
        background: url(../images/icon_arrow_down.png) 100% 50% no-repeat;
        font-size: 14px;
        text-decoration: none;
        line-height: 18px;
}


#staticSubNavi ul li a span {
        display: block;
        font-size: 12px;
}

#staticSubNavi ul li a:hover {
        text-decoration: underline;
}

#staticSub .contentsBan {
        padding: 0 0 3px;
}

#staticSub .contentsBan li {
        margin: 0 0 10px;
}

#staticSub .contentsBan a {
        display: block;
        width: 240px;
        height: 46px;
        text-indent: -999em;
        outline: none;
}

.contentsBan a:hover {
        background-position: 0 -46px;
}

#sideBanNintei a {background-image: url(../images/static_side_nintei.png);}
#sideBanGuide a {background-image: url(../images/static_side_guide.png);}
#sideBanUsedcar a {background-image: url(../images/static_side_Usedcar.png);}
#sideBanSearch a {background-image: url(../images/static_side_Search.png);}

#staticSub .ban {
        margin: 0 0 10px;
}
