@charset "utf-8";
/*
---------------------------------------------
css reset
---------------------------------------------
*/
* {
	letter-spacing: 0;
}
html {
	font-size: medium;
}
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;
	font-size: 100%;
	font-weight: normal;
	border: 0;
}
table {
	border-collapse: collapse;
}
img {
	vertical-align: bottom;
	border: 0;
}
a img {
	text-decoration: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
th, caption {
	text-align: left;
}
/*
---------------------------------------------
IE
---------------------------------------------
*/
<!--
[if IE ]> html {
 font-size:small !important;
}
body {
	-webkit-text-size-adjust: 100%;
	zoom: 1;
}
br {
	letter-spacing: 0;
}
div#h_right {
	width: 440px;
	float: right;
}
<![endif]
-->
/*
---------------------------------------------
css start
				Common
---------------------------------------------
*/
html {
 font-size: 100%;
 width: 100%;
}
a {
	color: #FFFFFF;
	outline: medium none;
	overflow: hidden;
	text-decoration: none;
}
a:visited {
	outline: medium none;
}
a:focus {
	outline: medium none;
	overflow: hidden;
}
a:active, a:hover {
	outline: medium none;
}
a:hover {
	color: #fffffff;
	text-decoration: underline;
	opacity: 0.7;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1em;
}
h1 {
}
h2 {
	margin: 0 0 45;
}
h3 {
	padding-bottom: 5px;
	margin-bottom: 10px;
}
h4 {
}
h5 {
}
h6 {
}
address {
	font-style: italic;
	margin: 0 0 24px;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: none repeat scroll 0 0 #FFFF00;
	color: #000000;
}
p {
	line-height: 2em;
	margin: 0 0 27px;
}
code, kbd, pre, samp {
	-moz-hyphens: none;
	font-family: monospace, serif;
	font-size: 14px;
}
pre {
	background: none repeat scroll 0 0 #F5F5F5;
	color: #666666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote, q {
	-moz-hyphens: none;
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}
blockquote blockquote {
	margin-right: 0;
}
blockquote cite, blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
blockquote em, blockquote i {
	font-style: normal;
	font-weight: 300;
}
blockquote strong, blockquote b {
	font-weight: 400;
}
small {
	font-size: smaller;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl {
	margin: 0 0 30px;
}
dt {
	font-weight: bold;
	margin: 0 0 5px;
}
dd {
	margin: 0 0 5px;
}
menu, ol, ul {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
img {
	border: 0 none;
	vertical-align: middle;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: both;
}
/* Micro Clearfix */
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
.menu:before, .menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
 *zoom: 1;
}
.attention {
	color: #d23511;
}
.inner {
	margin: 0 auto;
	width: 980px;
}
.blue {
	color: #1488c1;
}
.red {
	color: #f4826c;
}
.left {
	float: left;
}
.right {
	float: right;
}
/*
---------------------------------------------
Inquiry
---------------------------------------------
*/
#inquiry{
	background: #ffffff;
}
#inquiry .title_frame{
	background: #FFF;
	padding: 30px 0;
}
#inquiry .main_title{
	width: 980px;
	margin: 0 auto;
}
#inquiry .inner h2, #article_thanks h2 {
	background: url("../lp_images/h2_bg.gif") no-repeat 0 100%;
	color: #2d2d2d;
	font-size: 28px;
	font-weight: bold; 
	padding: 0 0 12px;
	margin: 30px 0 30px;
}
#article_thanks h2{
	margin: 0;
}
#inquiry .about_map_title {
	color: #1488c1;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

#inquiry .contact_tel {
	position: relative;
	margin-bottom: 25px;
}
#inquiry .contact_tel p{
	color: #ffffff;
	font-size: 44px;
	font-weight: bold;
	position: absolute;
	right: 30px;
	top: 5px;
}
#inquiry .attention_th {
	border-right: solid #fff 5px;
	text-align: right;
	padding-left: 0;
	width: 50px;
}

#inquiry span.attention {
	background: #fff;
	border-radius: 4px;
	color: #f4826c;
	font-size: 12px;
	letter-spacing: 0.1em;
	padding: 3px 6px 1px 7px;
}
#inquiry .form h3 {
	background: url("../lp_images/h3_bg.gif") no-repeat 0 0;
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	height: 44px;
	padding: 0 35px;
	margin: 35px 0 27px;
}
#inquiry table {
	width: 100%;
	margin-bottom: 20px;
}

#inquiry table th, #container table th{
	background: #1488c1;
	border-bottom: solid #fff 5px;
	border-top: none;
	border-left: none;
	border-right: none;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 15px 15px;
	text-align: left;
	width: 170px;
    vertical-align: middle;
}

#inquiry table th.inquiry_contents {
	vertical-align: top;
}
#inquiry table td, #container table td{
	background: #f7f9fa;
	border-bottom: solid #fff 5px;
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 12px;
	padding: 10px 15px;
	vertical-align: middle;
	text-align: left;
	width: 70%;
}

#inquiry table td img {
	max-width: 500px;
	height: auto;
}

#inquiry table td label {
	margin-right: 20px;
}

#inquiry table td label input {
	margin-right: 5px;
}

#inquiry td input, #inquiry td textarea {
	color: #7b7b7b;
	font-family: 'メイリオ',Meiryo,"Hiragino kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
    border: 1px solid #cccccc;
    box-shadow: 1px 4px 6px -6px rgba(0, 0, 0, 0.5) inset;
    font-size: 12px;
    margin: 3px 0;
    padding: 7px 10px;
}
#inquiry td textarea {
	max-width: 592px;
	min-width: 592px;
	min-height: 200px;
}
#inquiry td.picture input {
	box-shadow: none;
	border: none;
}

#inquiry .check_policy {
	text-align: center;
}

#inquiry .check_policy input {
	vertical-align: middle;
}
#inquiry .check_policy a{
	color: #444;
}
#inquiry .btn_form,#container .btn_form{
    text-align: center;
    margin: 40px 0 60px;
}

#inquiry .btn_form input{
    background: #929292;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; 
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
    cursor: pointer;
    width: 200px;
}
#submit{
	margin: 0 30px;
}
#reset{
	margin: 0 30px;
}
#inquiry .btn_form input:hover {
	background: #bbb;
}

#inquiry .form .complate {
	margin: 60px 0;
}

#inquiry span.customSelect {
    border: 1px solid #c9c9c9;
    height: 30px;
    line-height: 30px;
}
#inquiry span.customSelect span {
    background: url("../lp_images/icon_arrow3.gif") no-repeat scroll 95% 50% #fff;
    display: block;
    padding: 0 22px 0 9px;
}
/*
---------------------------------------------
確認ページ
---------------------------------------------
*/
#container{
	background: #fff;
}
#container table{
	margin: 0 auto;
}
#article_thanks{
	background: #fff;
}
#article_thanks h2 {
	background: url("../lp_images/h2_bg.gif") no-repeat 0 100%;
	color: #2d2d2d;
	font-size: 28px;
	font-weight: bold; 
	padding: 60px 0 12px;
}
#article_thanks p{
	text-align: center;
	color: #FF0000;
	font-size: 18px;
}
#article_thanks .caution{
	color: #000;
}
#article_thanks .btn_form input{
    background: #929292;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; 
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
    cursor: pointer;
    width: 200px;
}
#container table th, #container table td{
	font-size: 16px;
}
#article_thanks .btn_form input:hover {
	background: #bbb;
}
/*
---------------------------------------------
				thanks page（送信完了ページ）
---------------------------------------------
*/
div.thanks_messe{
	width: 940px;
	margin: 0 auto;
}
div.thanks_messe p{
	margin: 20px auto;
	text-align: left;
}
div.link_thanks{
	width: 400px;
	overflow:hidden;
	margin: 30px auto 60px;
}
div.link_thanks a{
	float: left;
	padding: 0 20px 0 60px;
	font-size: 18px;
	color: #1488c1;
	background: url("../lp_images/icon_arrow1.gif") no-repeat 100% 50%;
	text-decoration: underline;
}

/*
---------------------------------------------
LP
---------------------------------------------
*/
div#wrapper {
	background: #000;
	color: #7b7b7b;
	font: 14px/1.5 "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", osaka;
	letter-spacing: 0.07em;
	min-width: 980px;
	-webkit-text-size-adjust: 100%;
	width: 100%;
}
.h_bg{
	background: url("../lp_images/h_bg.gif") repeat scroll 0 0 #000;
}
#lp_header {
	width: 980px;
	height: 100px;
	position: relative;
	margin: 0 auto;
}
#lp_header .inner {
	position: relative;
}
#lp_header h1 {
	position: absolute;
	top: 0;
	left: 0;
}
#lp_header h1 a:hover{
	width: 176px;
	height: 100px;
	top: 0;
	left: 0;
}

#lp_header .lp_header_icon {
	left: 205px;
	position: absolute;
	top: 10px;
}
#lp_header .lp_header_icon img {
	display: block;
	float: left;
	margin-left: 10px;
}
#lp_header .lp_tel {
	width: 350px;
	position: relative;
	top: 0;
	right: -660px;
	text-align: right;
}
.lp_tel p {
	position: absolute;
	top: 25px;
	right: 28px;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.lp_tel p a:hover{
	text-decoration: none;
}
#volkswagen p {
	color: #fff;
	margin-bottom: 0;
}
#volkswagen a:hover img {
	opacity: 0.8;
}
#volkswagen .main_image_wrap {
	background: #000 repeat-x 0 0;
	margin-bottom: 40px;
}
#volkswagen .main_image {
	background: url("../lp_images/LP_main_image.png") no-repeat 0 0;
	height: 650px;
	margin: 0 auto;
	position: relative;
	width: 980px;
}
.m_inquiry {
	position: absolute;
	top: 270px;
	left: 20px;
}
#volkswagen .top_txt {
	background: url("../lp_images/LP_bg_top.gif") repeat-x 0 0;
	height: 90px;
}
#volkswagen .top_txt h2 {
	margin: 0;
	text-align: center;
	padding: 0;
}
#volkswagen .top_inner {
	margin: 0 auto;
	padding: 0 0 45px;
	width: 840px;
}
#volkswagen .top_inner h3 {
	margin: 50px 0 55px;
	text-align: center;
}
#volkswagen .top_inner p.top_inner_comment {
	font-size: 17px;
	letter-spacing: 0.3em;
	line-height: 2.3em;
	margin: 0 0 85px;
}
#volkswagen .top_inner p.top_inner_volkswagen {
	text-align: center;
	margin: 0 0 50px;
}
#volkswagen .top_inner ul {
	margin-bottom: 35px;
}
#volkswagen .top_inner li {
	float: left;
	margin: 0 15px 23px 0;
	width: 270px;
}
#volkswagen .top_inner li.right {
	margin-right: 0;
}
#volkswagen .voice h2 {
	background: url(../lp_images/LP_bg1.png) no-repeat 50% 0;
	width: 980px;
	padding-top: 124px;
	margin-bottom: 32px;
	text-align: center;
}
#volkswagen #service h2 {
	text-align: center;
	margin: 0 0 55px;
}
#volkswagen #service p.service_txt1 {
	margin: 0 0 70px;
	text-align: center;
}
#volkswagen #service .service_list {
	margin: 0 0 50px;
}
#volkswagen #service .service_list li {
	float: left;
	margin: 0 20px 0 0;
	text-align: center;
	width: 230px;
}
#volkswagen #service .service_list li.right {
	margin: 0;
}
#volkswagen #service .service_list li img {
	margin-bottom: 10px;
}
#volkswagen #service .service_list li span {
	font-weight: bold;
	color: #fff;
	font-size: 17px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
#volkswagen #service p.service_txt2 {
	text-align: center;
	margin: 0 0 90px;
	padding-top: 20px;
}
#volkswagen #service .service_trouble {
	margin: 0 0 60px;
}
#volkswagen #service p.service_txt3 {
	text-align: center;
	margin: 0 0 120px;
}
#volkswagen .reason {
	background: url("../lp_images/LP_reason_bg2.png") repeat 0 0;
	margin-bottom: 90px;
}
#volkswagen .reason_title {
	text-align: center;
	padding: 60px 0 65px;
}
#volkswagen .reason_title h2 {
	margin: 0 0 30px;
	padding: 0;
}
#volkswagen .reason_title p {
	font-size: 24px;
	letter-spacing: 0.25em;
}
#volkswagen .reason_odd {
	background: url("../lp_images/LP_reason_bg1.png") repeat 0 0;
}
#volkswagen .reason_odd img {
	float: left;
	position: relative;
	margin-left: -12px;
}
#volkswagen .reason_odd .reason_txt {
	float: right;
	padding: 55px 0 0;
	width: 500px;
}
#volkswagen .reason_odd .reason_txt h3 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 22px;
}
#volkswagen .reason_odd .reason_txt h3 span {
	color: #f3a307;
}
#volkswagen .reason_even {
	background: url("../lp_images/LP_reason_bg2.png") repeat 0 0;
}
#volkswagen .reason_even img {
	float: right;
	position: relative;
	margin-left: -12px;
}
#volkswagen .reason_even .reason_txt {
	float: left;
	padding: 55px 0 0;
	width: 500px;
}
#volkswagen .reason_even .reason_txt h3 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 22px;
}
#volkswagen .reason_even .reason_txt h3 span {
	color: #f08676;
}
#volkswagen .inquiry_area_wrap {
	background: url("../lp_images/LP_inquiry_bg.png") no-repeat 0 0;
	text-align: center;
	height: 470px;
	margin: 0 auto 90px;
	width: 980px;
}
#volkswagen .inquiry_area {
	padding: 33px 0 0;
}
#volkswagen .inquiry_area .inquiry_txt1 {
	margin: 0 0 24px;
}
#volkswagen .inquiry_area .inquiry_txt2 {
	margin: 0 0 17px;
}
#volkswagen .inquiry_area .inquiry_tel {
	margin: -45px 0 -35px;
	font-size: 100px;
}
#volkswagen .inquiry_area .inquiry_tel a{
	color: #2669a9 !important;
	text-decoration: none;
	font-weight: bold;
}
#volkswagen .inquiry_area .inquiry_form {
	margin: 0;
}
#volkswagen .reason3 {
	background: #f5f5f5;
	padding: 60px 0 90px;
	margin-bottom: 90px;
}
#volkswagen .reason3 h2 {
	margin: 0 0 64px;
	text-align: center;
}
#volkswagen .reason3 ul {
	margin-left: -14px;
	position: relative;
}
#volkswagen .reason3 li {
	float: left;
	margin: 0 9px 45px 0;
	width: 324px;
}
#volkswagen .reason3 li.right {
	margin-right: 0;
}
#volkswagen .reason3 li img {
	margin-bottom: 8px;
}
#volkswagen .reason3 li p {
	color: #525252;
	font-size: 18px;
	padding-left: 14px;
}
#volkswagen .reason3 .reason3_content {
	background: #fff;
	margin: 0 0 10px;
	padding-right: 45px;
}
#volkswagen .reason3 .reason3_content.last {
	margin-bottom: 80px;
}
#volkswagen .reason3 .reason3_content img {
	float: left;
	margin: 0 27px 0 0;
}
#volkswagen .reason3 .reason3_content h3 {
	color: #444;
	clear: none;
	font-size: 22px;
	margin: 0 0 12px;
	padding-top: 45px;
	text-align: left;
	font-weight: bold;
}
#volkswagen .reason3 .reason3_content p {
	color: #7b7b7b;
	text-align: left;
}
#volkswagen .reason3 .reason3_txt {
	margin: 0;
	text-align: center;
}
#volkswagen .voice {
	margin-bottom: 40px;
}
#volkswagen .voice h2 {
	background: url("../lp_images/LP_bg1.png") no-repeat 50% 0;
	padding-top: 124px;
	margin-bottom: 32px;
	text-align: center;
}
#volkswagen .voice .voice_subtxt {
	font-size: 24px;
	margin-bottom: 50px;
	text-align: center;
}
#volkswagen .voice ul {
	padding: 0 10px;
}
#volkswagen .voice ul li {
	float: left;
	margin-bottom: 50px;
	padding: 40px 0 0;
	position: relative;
	width: 460px;
}
#volkswagen .voice ul li.right {
	float: right;
}
#volkswagen .voice ul li img {
	margin-bottom: 8px;
}
#volkswagen .voice ul li .voice_title {
	background: url("../lp_images/LP_voice_title_bg.png") no-repeat 0 0;
	height: 80px;
	position: absolute;
	left: 80px;
	top: 0px;
	text-align: center;
	width: 300px;
}
#volkswagen .voice ul li .voice_title p {
	color: #4c4439;
	font-size: 18px;
	padding: 2px 0;
}
#volkswagen .voice ul li .voice_title p.name {
	color: #fff;
}
#volkswagen .case h2 {
	margin: 0 0 45px;
}
#volkswagen .bx-wrapper {
	margin-bottom: 50px !important;
}
#volkswagen .case li {
	margin: 0 20px 0 0;
	width: 230px !important;
}
#volkswagen .case .bx-wrapper .bx-controls-direction a {
	height: 53px;
	margin-top: -26px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 27px;
	z-index: 9999;
}
#volkswagen .case .bx-wrapper .bx-prev {
	background: url("../lp_images/LP_prev.png") no-repeat 0 0;
	left: -40px;
}
#volkswagen .case .bx-wrapper .bx-next {
	background: url("../lp_images/LP_next.png") no-repeat 0 0;
	right: -40px;
}
#volkswagen .case .btn_case {
	clear: both;
	text-align: center;
	margin-bottom: 100px;
}
#volkswagen .cannot .left {
	float: left;
	margin-bottom: 20px;
	width: 520px;
}
#volkswagen .cannot .left h2 {
	margin: 0 0 45px;
	text-align: left !important;
}
#volkswagen .cannot .left h3 {
	margin: 0 0 30px;
}
#volkswagen .cannot .left p {
	margin: 0 0 45px;
}
#volkswagen .cannot .mediation {
	clear: both;
	padding-top: 20px;
	text-align: center;
}
#volkswagen .cannot .mediation h2 {
	margin-bottom: 55px;
}
#volkswagen .cannot .mediation_icon img {
	margin: 0 20px 110px;
}
#volkswagen .flow {
	margin-bottom: 90px;
}
#volkswagen .flow h2 {
	margin: 0 !important;
	background: none;
	padding: 0;
}
#volkswagen .flow .flow_inner {
	background: #f1f1f1;
	padding: 35px 40px 50px;
}
#volkswagen .flow .flow_box {
	background: url("../lp_images/LP_flow_arrow.gif") no-repeat 120px 100%;
	margin: 0 0 24px;
	padding: 0 0 60px;
}
#volkswagen .flow .flow_box .left {
	float: left;
	width: 280px;
}
#volkswagen .flow .flow_box .right {
	float: right;
	width: 600px;
}
#volkswagen .flow .flow_box dl {
	border-bottom: 3px dotted #1488c1;
	padding: 0 0 15px;
	margin: 0;
}
#volkswagen .flow .flow_box dl dt {
	color: #1488c1;
	font-weight: bold;
	font-size: 21px;
	margin: 0 0 8px;
}
#volkswagen .flow .flow_box dl dd {
	margin: 0;
	color: #333;
	line-height: 2em;
}
#volkswagen .faq {
	margin-bottom: 90px;
}
#volkswagen .faq h2 {
	margin: 0 !important;
	background: none;
	padding: 0;
}
#volkswagen .faq .faq_inner {
	background: #f1f1f1;
	padding: 30px 40px 20px;
}
#volkswagen .faq dl {
	background: url("../lp_images/LP_faq_arrow.gif") no-repeat 342px 10px;
	border-bottom: 3px dotted #1488c1;
	padding: 0 0 10px;
	margin-bottom: 40px;
}
#volkswagen .faq dl dt {
	float: left;
	width: 340px;
}
#volkswagen .faq dl dd {
	float: right;
	width: 505px;
}
#volkswagen .faq dl dt p {
	background: url("../lp_images/LP_faq_Q.gif") no-repeat 5px 0;
	color: #333;
}
#volkswagen .faq dl dd p {
	background: url("../lp_images/LP_faq_A.gif") no-repeat 5px 0;
	color: #c42828;
}
#volkswagen .faq dl p {
	font-size: 17px;
	font-weight: bold;
	padding: 4px 0 8px 75px;
	line-height: 1.5em;
}
#volkswagen .faq dl .faq_txt1 p {
	padding: 18px 0 20px 70px;
}
#volkswagen .faq dl.last dd p {
	font-size: 23px;
	padding: 12px 0 15px 70px;
}
#volkswagen .area {
	margin-bottom: 150px;
}
#volkswagen .area h2 {
	text-align: center;
	margin-bottom: 63px;
}
#volkswagen .area .Prefectures1 {
	padding-top: 0;
}
#volkswagen .area .Prefectures2 {
	padding-top: 20px;
}
#volkswagen .area h3 {
	font-size: 18px;
	color: #d58b1a;
}
#volkswagen .area p {
	font-size: 14px;
}
#volkswagen .area .left {
	float: left;
}
#volkswagen .area .right {
	float: right;
}
#volkswagen .area .areamap {
	margin-bottom: 70px;
}
#volkswagen .area .areamap .map img {
/* 	width: 511px; */
	vertical-align: middle;
}
#volkswagen .area .areamap .right {
	padding: 0;
	width: 435px;
}
#volkswagen .area .areamap .right img {
	margin-bottom: 30px;
}
#volkswagen .area .loader .left {
	padding: 60px 0 0;
	width: 510px;
}
#volkswagen .area .loader .left img {
	margin-bottom: 36px;
}
#volkswagen .area .loader .left p {
	font-size: 18px;
}
#volkswagen .welcome {
	background: #fff;
}
#volkswagen .welcome {
	position: relative;
	overflow: hidden;
}
#volkswagen .welcome img.main {
	top: 0;
	left: 50%;
	margin-left: -1000px;
	position: relative;
	width: 2000px;
}
#volkswagen .welcome .inner {
	padding: 60px 0;
}
#volkswagen .welcome .inner p {
	color: #343434;
	font-size: 17px;
	margin-bottom: 10px;
}
/* Footer Area
------------------------------------------------------------ */

/* Common */

footer {
	background: #fff;
	border-top: 1px solid #dcdcdc;
	clear: both;
	padding: 20px 0 80px;
	text-align: center;
	width: 100%;
	position: relative;
}
#footer_area {
	position: relative;
}
#footer a {
}
/* Content Footer */

#footer_case_slider .archive-post {
	background: #f5f7f7;
	float: left;
	position: relative;
	margin: 0 20px 30px 0;
	width: 230px !important;
}
#footer_case_slider .archive-inner {
	padding: 10px 10px 40px;
}
#footer_case_slider .sort span {
	color: #fff;
	font-weight: normal;
	float: left;
	display: block;
	line-height: 1em;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 6px 5px 4px;
	text-align: center;
}
#footer_case_slider .sort span.sort_1 {
	background: #1488c1;
}
#footer_case_slider .sort span.sort_2 {
	background: #f0ae30;
}
#footer_case_slider .sort span.sort_3 {
	background: #ea6045;
}
#footer_case_slider .sort span.sort_4 {
	background: #9a9a9a;
}
#footer_case_slider .category span {
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 16px;
	top: 22px;
	padding: 4px 16px;
	z-index: 2000;
}
#footer_case_slider .category span.japan {
	background: #ec5f20;
}
#footer_case_slider .category span.import {
	background: #3f4c6b;
}
#footer_case_slider .archive-post img {
	display: block;
	margin-bottom: 10px;
}
#footer_case_slider .archive-post table {
	margin-bottom: 10px;
}
#footer_case_slider .archive-post table th, #footer_case_slider .archive-post table td {
	color: #5f5f5f;
	font-weight: normal;
	font-size: 12px;
	padding: 0 0 2px;
	text-align: left;
}
#footer_case_slider .more_link {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 210px;
}
#footer_case_slider .more_link a {
	background: #fff;
	border: 1px solid #d5d5d5;
	color: #b4b4b4;
	font-size: 12px;
	text-align: center;
	padding: 8px 0;
	display: block;
}
#footer_case_slider .more_link a:hover {
	border: 1px solid #333;
	color: #333;
	text-decoration: none;
}
#footer_case_slider .bx-wrapper .bx-controls-direction a {
	height: 43px;
	margin-top: -21px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 43px;
	z-index: 9999;
}
#footer_case_slider .bx-wrapper .bx-next {
	background: url("../lp_images/icon_next.png") no-repeat 0 0;
	right: -55px;
}
#footer_case_slider .bx-wrapper .bx-prev {
	background: url("../lp_images/icon_prev.png") no-repeat 0 0;
	left: -305px;
}
#content_footer h3 {
	background: url("../lp_images/h3_bg.gif") no-repeat 0 0;
	color: #fff;
	font-size: 16px;
	padding: 0px 35px;
	line-height: 48px;
	height: 44px;
	margin: 50px 0 27px;
}
#content_footer_case {
	margin-bottom: 0px;
}
#content_footer_case .content_footer_case_tit {
	background: #f5f7f7;
	height: 300px;
	float: left;
	position: relative;
	width: 230px;
}
#content_footer_case .content_footer_case_tit h4 {
	background: url("../lp_images/line1.png") no-repeat 50% 100%;
	color: #313131;
	font-size: 24px;
	padding: 30px 0 18px;
	margin: 0 0 20px;
	text-align: center;
}
#content_footer_case .content_footer_case_tit p {
	color: #7b7b7b;
	line-height: 2em;
	font-size: 12px;
	padding: 0 15px;
	margin-bottom: 10px;
}
#content_footer_case .content_footer_case_tit p.btn {
	position: absolute;
	left: 15px;
	bottom: 15px;
	padding: 0;
	margin: 0;
}
#content_footer_case #footer_case_slider {
	float: right;
	width: 730px;
}
#footer_contents {
	margin-bottom: 90px;
}
#footer_contents .footer_contents_box {
	border-left: 1px solid #e2e2e2;
	float: left;
	width: 325px;
}
#footer_contents .footer_contents_box.right {
	border-right: 1px solid #e2e2e2;
}
#footer_contents .footer_contents_box_inner {
	padding: 0 15px 25px;
	position: relative;
}
#footer_contents .footer_contents_box img {
	margin-bottom: 10px;
}
#footer_contents .footer_contents_box h4 {
	color: #343434;
	font-size: 14px;
	margin: 0 0 5px;
}
#footer_contents .footer_contents_box p {
	font-size: 12px;
}
#footer_contents .footer_contents_box p.link {
	position: absolute;
	right: 15px;
	bottom: 0;
	margin: 0;
}
#footer_contents .footer_contents_box p.link a {
	color: #1488c1;
}
#footer_contact {
	background: #1488c1;
	color: #fff;
	padding: 90px 0 80px;
	text-align: center;
}
#footer_contact .inner h2 {
	font-size: 30px;
	margin: 0 0 40px;
}
#footer_contact .inner p {
	margin: 0 0 60px;
}
#footer_contact .footer_contact_box {
	border-left: 1px solid #70b0cf;
	float: left;
	position: relative;
	height: 305px;
	width: 325px;
}
#footer_contact .footer_contact_box.tel {
	border-right: 1px solid #70b0cf;
}
#footer_contact .footer_contact_box img {
	margin-bottom: 25px;
}
#footer_contact .footer_contact_box.fax img {
	margin-bottom: 45px;
}
#footer_contact .footer_contact_box.tel img {
	margin-bottom: 42px;
}
#footer_contact .footer_contact_box p {
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 0px;
	font-weight: bold;
}
#footer_contact .footer_contact_box p small {
	font-size: 18px;
}
#footer_contact .footer_contact_box .link {
	position: absolute;
	bottom: 40px;
	margin-bottom: 0;
	width: 100%;
}
#footer_contact .footer_contact_box .link p {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}
#footer_contact .footer_contact_box .link a {
	background: url("../lp_images/icon_arrow1.gif") no-repeat 100% 50%;
	color: #fff;
	padding: 0 20px 0 0;
}
#calender_sitemap {
	margin-bottom: 90px;
}
#calender_sitemap #calender_area {
	float: left;
	width: 480px;
}
#calender_sitemap #sitemap {
	float: right;
	width: 480px;
}
#calender_sitemap #calender_area h3, #calender_sitemap #sitemap h3 {
	background: url("../lp_images/h3_bg_min.gif") no-repeat 0 0;
	color: #fff;
	font-size: 16px;
	padding: 0px 35px;
	line-height: 48px;
	height: 44px;
	margin: 50px 0 27px;
}
#calender_sitemap #calender_area #calender_area_inner, #calender_sitemap #sitemap #footer_nav_inner {
	padding: 0 10px;
}
#calender_sitemap #sitemap #footer_nav_inner .footer_box {
	background: #f5f7f7;
	padding: 20px 22px;
	height: 303px;
}
/* Footer Navigation */

#footer_nav {
}
#footer_nav .footer_nav_list {
	float: left;
	width: 200px;
}
#footer_nav li {
	background: url("../lp_images/icon_sitemap.gif") no-repeat 0 9px;
	font-size: 13px;
	margin-bottom: 15px;
	padding-left: 14px;
}
#footer_nav li a {
	color: #747474;
}
/* Footer Pagetop */
#footer .pagetop {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -75px;
	opacity: 0.9;
	z-index: 1000;
}
/* Footer Copyright */

.copyright {
	clear: both;
	text-align: center;
	margin: 30px 0;
}
.copyright p {
	font-style: normal;
	font-size: 12px;
	margin-bottom: 0;
}

@media (max-width: 480px) {
body {
	margin: 0 auto;
	width: 1020px;
}
}


#lp_policy {
	margin: 20px 0 50px;
}
