@charset "UTF-8";
/*@warn "Support for CSS3Pie has been removed.";*/
/*reset*/
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
}

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, 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;
  list-style: none;
}

sub, sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

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

nav ul {
  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;
}

ins {
  background-color: #ff9;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  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;
}

header, section, footer {
  margin: 0 !important;
}

/*base*/
/*color*/
/*text_color*/
/*link_color*/
/*margin bottom*/
/*font-size*/
/*line-height*/
/*link*/
a {
  color: #6666AA;
  text-decoration: none;
}
a:visited {
  color: #6666AA;
}
a:hover {
  color: #444488;
  text-decoration: underline;
}
a:active {
  color: #444488;
}

/*frame*/
html {
  background: #f5f5f5;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  overflow-y: scroll;
  height: 100%;
  position: relative;
}

body {
  height: 100%;
  zoom: 1;
  position: relative;
}

a {
  color: #005fca;
  text-decoration: none;
}
a:visited {
  color: #005fca;
}
a:hover {
  color: #005fca;
  text-decoration: underline;
}
a:active {
  color: #005fca;
}
.lp #wrapper {
	overflow: hidden;
	min-width: 980px;
	width: 100%;
	background: #fff;
}
.lp #contentswrapper {
  width: 100%;
}
.lp #mainArea {
  width: auto;
  margin: 0;
  float: none;
}
.lp #header {
	width: auto;
	height: 56px;
	position: relative;
	z-index: 999;
	margin: 0;
	background: #ffffff;
	border-bottom: 4px solid #ce002c;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
.lp #header #logo {
	position: relative;
	top: inherit;
	left: inherit;
	width: 940px;
	margin: 0 auto;
	padding: 7px 20px 0 20px;
}
.lp #footer {
  width: 100%;
  height: auto;
  background: #cc0022;
  border: none;
}
.lp #footer #copy_area {
  background: none;
  width: 980px;
  margin: 0 auto;
  height: 35px;
  position: inherit;
  bottom: inherit;
  left: inherit;
}

.lp #footer #copyright {
    position: absolute;
    top: 12px;
    right: 20px;
    color: #ffffff;
    font-size: 72%;
    text-align: right;
    font-family: 'Helvetica', 'Arial';
}

#footer #footerlogo {
    position: absolute;
    top: 12px;
    left: 20px;
}

.lp #footer #copy_area p {
	display:inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 10px;
}
.lp .area_in {
	clear: both;
	position: relative;
	display: block;
	width: 980px;
	margin: 0 auto;
	z-index: 0;
}

.area_in>.dealer {
  display: block;
  padding-top: 65px;
  font-size: 28px;
  text-align: center;
}

.lp .area_in:before { content:""; display:table;}
.lp .area_in:after { content:""; display:table; clear:both;}
.lp .area_in { zoom:1;}
.visual {
	position: relative;
	background: url(../images/visual01_bg.png) repeat-x left top;
	z-index: 1;
}
.visual .image {
	width: 100%;
	height: 556px;
}
.visual .image img {
	position: absolute;
	left: -370px;
	top: 0;
}
.visual .btn {
	position: absolute;
	width: 100%;
	bottom: -30px;
}
.lp .btn {
	text-align: center;
	background: url(../images/btn01_bg01.png) no-repeat center center;
}
.lp .btn a {
	transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
}
.lp .btn a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
.lp .title_area {
	background: #ce002c;
}
.lp .btn_area {
	background: #f3f3f3;
	padding-bottom: 70px;
}
.area01 {
	background: url(../images/area01_bg01.png) no-repeat center top #ebebeb;
}

.area01-b {
	background: url(../images/area01_bg02.png) no-repeat center top #ebebeb;
}

.area03 {
	background: url(../images/area03_bg01.png) repeat-x center bottom;
}
.area03 li {
	float: left;
}
.area04 ul {
	padding-left: 10px;
}
.area04 li {
	float: left;
}
.area05 .text {
	padding: 15px 0 10px 0;
	text-align: center;
}
.bottom_area {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 10px;
}
.bottom_area:before { content:""; display:table;}
.bottom_area:after { content:""; display:table; clear:both;}
.bottom_area { zoom:1;}
.bottom_area01 {
	position: relative;
	float: left;
	width: 360px;
	margin-right: -360px;
	font-weight: bold;
	font-size: 85%;
}
.bottom_area02 {
	width: 100%;
	float: right;
	line-height: 1.6;
}
.bottom_area02 p {
	margin-left: 360px;
	padding-left: 20px;
	font-size: 75%;
	border-left: 1px solid #ccc;
}
.sjnk_no {
  font-size: 85%;
  margin-bottom: 15px;
  text-align: right;
}


/*page To Top*/

#topcontrol {
  position: fixed;
  _position: absolute !important;
  color: both;
  height: 0;
  width: 100%;
}
#topcontrol #topcontrolwrapper {
  position: relative;
  width: 970px;
  margin: 0 auto;
}
#topcontrol #topcontrolarea {
  position: absolute;
  right: 0;
  width: 100px;
  height: 31px;
}
#topcontrol a {
  width: 97px;
  height: 31px;
  display: block;
  background: no-repeat 0 0 transparent;
}
#topcontrol a:hover {
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../images/pagetop_on.png);
}
#topcontrol a:hover img {
  visibility: hidden;
  _display: none;
}

.bottomsmall_t {
  bottom: 40px;
}

.bottomlage_t {
  bottom: 82px !important;
}

.i_bottom_t {
  position: fixed;
  bottom: 62px;
}
