@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	Global CSS

++++++++++++++++++++++++++++++++++++++++ */

/* ----------------------------------------
	Common Settings
---------------------------------------- */

#global_navigation {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
}

#contents_area {
	margin-bottom: 0;
	background: #fff;
}

#contents_area img {
	max-width: none;
}

#contents {
	width: 100% !important;
}

.container {
	min-width: 980px;
	padding-bottom: 150px;
	font-size: 12px;
	line-height: 1.5;
}

.container a {
	cursor: pointer;
}

.contents {
	position: relative;
	width: 980px;
	margin: auto;
}

.frHead,
.frFoot {
	display: none;
	position: absolute;
	left: 0;
	height: 7px;
}
.frHead {
	top: -7px;
}
.frFoot {
	bottom: -7px;
}


/* ----------------------------------------
	contents
---------------------------------------- */

.contents .title {
	margin-bottom: 10px;
}

.header,
.side,
.box {
	position: relative;
	margin: 0 auto 20px;
	padding: 32px 35px 27px;
	border-radius: 0 0 8px 8px;
	background: #f9ebdb;
}

.header {
	position: relative;
	margin: 7px 0 30px;
}

/* main, box
---------------------------------------- */

.main {
	width: 680px;
	float: left;
}

.box,
.main.box {
	width: 608px;
}

/* ----------------------------------------
	for Old Pages
---------------------------------------- */

#dog-layout {
	position: relative;
	padding: 35px 0 150px;
}

#dog-layout .gnav a:hover img {
	opacity: 0.5;
}

#foot,
#accessory_breadcrumb {
	display: none;
}

/* /dog/honda-car/vezel2014/
---------------------------------------- */

#auto-header,
#global_navigation,
#global_navigation * {
	box-sizing: content-box;
	background: #fff;
}

#hondadog {
	text-align: left;
}

#hondadog .container {
	min-width: 0;
	padding: 0;
}

.slider_nowpos a {
	cursor: pointer;
}


/* ----------------------------------------
	for Landing Page
---------------------------------------- */

.lp.box {
	width: 910px;
	text-align: center; 
}

.lpTitle {
	margin-bottom: 30px;
}

.lpOutline {
	padding: 0 35px;
}
.lpOutline li {
	margin-bottom: 20px;
	background: url(../image/list_mark.gif) no-repeat;
	text-align: left; 
	font-size: 14px;
	line-height: 2;
}
.lpOutline li h4 {
	padding: 10px 0 10px 35px;
	line-height: 1;
	font-weight: normal;
}
.lpOutline li p {
	padding: 10px 0 0 35px;
}

.lpOutline .notes {
	padding-top: 15px;
	font-size: 11px;
}

.lpNotesBottom {
	margin-top: 50px;
	padding: 10px;
	border: solid 1px #000;
	text-align: left;
}

.lpOutline .btn {
	margin: 50px auto;
}

.mail {
	height: 14px;
	vertical-align: middle;
}


/* ----------------------------------------
	for Thank You Page
---------------------------------------- */

.thankyou.box {
	width: 910px;
	padding: 25px 35px 80px;
	text-align: center;
}
.noImg.thankyou.box {
	padding: 80px 35px;
}

.thankyouTitle {
	margin-bottom: 50px;
}

.thankyou .message {
	margin-bottom: 15px;
	color: #f00;
	font-size: 18px;
	font-weight: bold;
}

.thankyou .fontNormal {
	color: #000;
	font-weight: normal;
}