@charset "utf-8";
/*--------------------------------------
   common
--------------------------------------*/
html { font-size: 62.5%; height: 100%; }
body { font-size: 1.2em; 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',font-family: Arial, Helvetica, Roboto, 'Droid Sans',  'MS PGothic', sans-serif;
  color: #666;
  line-height: 1.1em;
  min-width: 1000px;
}
.block { display: block; }
.relative { position: relative; }
.inlineblock { display: inline-block; }
.hidden { overflow: hidden; }
.nowrap { white-space: nowrap; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.floatleft { float: left; }
.floatright { float: right; }
.radius4 { border-radius: 4px; }
.radius5 { border-radius: 5px; }
.justify { text-align: justify; }
.annotation { text-indent: -1em; padding-left: 1em; }
.red { color: #C00; }
.blue { color: #21ade5; }
.gray { color: #999; }
.white { color: #FFF; }
.red a { color: #C00; }
.blue a { color: #21ade5; }
.gray a { color: #999; }
.orange { color: #FE7E00; }
.black { color: #333; }
.boxsizing-borderbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.verticalalign-top { vertical-align: top; }
.verticalalign-middle { vertical-align: middle; }
.verticalalign-bottom { vertical-align: bottom; }
.overflow-hidden { overflow: hidden; }
.overflow-scrolly { overflow-y: scroll; overflow-x: hidden; }


/*--------------------------------------
    background
--------------------------------------*/
.bgi-white { background: #FFF; }
.bgi-gray { background: #EDEDED; }
.bgi-thin-gray { background: #F2F2F2; }
.bgi-dark-gray { background: #CCC; }
.bgi-beige { background: #FFFCF3; }
.bgi-yellow { background: #FFBA03; }
.bgi-thin-yellow { background: #FFF8D9; }
.bgi-shine-yellow { background: #FFDE21; }
.bgi-blue { background: #e9f8ff; }
.bg_y { background: #fffeee; }
.gradation-gray-white {
  background: #FFF url(../img/ct-bgi-gradation-gray-white.png) repeat-x;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CCC;
  position: relative;
  padding: 70px 19px 19px;
}
/*--------------------------------------
    border
--------------------------------------*/
.border-thin-gray { border: 1px solid #E5E5E5; }
.border-red { border: 1px solid #C00; }
.border2-red { border: 2px solid #C00; }
.border-gray { border: 1px solid #CCC; }
.border2-gray { border: 2px solid #CCC; }
.border-gray-dotted { border: 1px dotted #CCC; }
.border-bottom-gray { border-bottom: 1px solid #CCC; }
.border-bottom-gray-dotted { border-bottom: 1px dotted #CCC; }
.border-top-darkgray-dotted { border-top: 1px dotted #999; }
.border-bottom-darkgray-dotted { border-bottom: 1px dotted #999; }
.border-right-gray-dotted { border-right: 1px dotted #CCC; }
.border-orange { border: 1px solid #FFC600; }
.border2-orange { border: 2px solid #FFC600; }
.border-yellow { border: 1px solid #F8BF0E; }
.border2-yellow { border: 2px solid #F8BF0E; }
.border3-yellow { border: 3px solid #F8BF0E; }
.border-radius4 { border-radius: 4px; }
.border-radius5 { border-radius: 5px; }
/*--------------------------------------
    breadcrumb
--------------------------------------*/
.breadcrumb {
  width: 1000px;
  height: 35px;
  margin: 0 auto;
  font-size:90%;
  box-sizing: border-box;
}
.breadcrumb li {
  float:left;
  line-height: 30px;
  padding-top: 5px;
}
.breadcrumb li a:after{
    content: " >";
}
.breadcrumb li a {
  display:block;
  padding-right: 5px;
  margin-right: 10px;
}
.breadcrumb li a:hover { text-decoration: none; }
/*--------------------------------------
    font
--------------------------------------*/
.normal { font-weight: normal; }
.bold { font-weight: bold; }
.xsmall { font-size: 70%; }
.small { font-size: 80%; }
.lsmall { font-size: 90%; }
.large { font-size: 120%; }
.xlarge { font-size: 140%; }
.xxlarge { font-size: 160%; }
.xxxlarge { font-size: 180%; }
.xxxxlarge { font-size: 200%; }
.xxxxxlarge { font-size: 220%; }
.xxxxxxlarge { font-size: 240%; }
.xxxxxxxlarge { font-size: 260%; }
.xxxxxxxxlarge { font-size: 280%; }
.xxxxxxxxxlarge { font-size: 300%; }
.xxxxxxxxxxlarge { font-size: 320%; }
.lineheight1em { line-height: 1em; }
.lineheight1-1em { line-height: 1.1em; }
.lineheight1-2em { line-height: 1.2em; }
.lineheight1-3em { line-height: 1.3em; }
.lineheight1-4em { line-height: 1.4em; }
.lineheight1-5em { line-height: 1.5em; }
.lineheight1-6em { line-height: 1.6em; }
.lineheight1-7em { line-height: 1.7em; }
.fontsize13 { font-size: 108% }
/*--------------------------------------
    form
--------------------------------------*/
input:focus {
  background-color: #FFF;
}
.input-text {
  border-radius: 2px;
  border: 1px solid #CCC;
  background: #F8F8F8;
  padding: 7px;
}
.select {
  padding: 8px 0 8px 10px;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #F8F8F8 url(../img/ct-form-select-arrow.png) no-repeat right !important;
  background-size: 27px 20px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 150px;
  -webkit-appearance: none;
}
.select option { margin-right: 15px; display: block; }
.checkbox {
  display: inline-block;
  width: 18px;
  height: 15px;
  margin: 0 4px 0 0;
  padding: 0;
  vertical-align: top;
}
.checklabel { cursor: pointer; }
.uploadButton {
    display:inline-block;
    position:relative;
    overflow:hidden;
    border-radius:3px;
    color:#666;
    text-align:center;
    padding:10px;
    line-height:15px;
    width:340px;
    cursor:pointer;
    border: 1px solid #CCC;
background-image:-moz-linear-gradient(50% 0% -90deg,rgb(255,255,255) 0%,rgb(230,230,230) 100%);
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(230,230,230)));
background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(230,230,230) 100%);
background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(230,230,230) 100%);
background-image:linear-gradient(180deg,rgb(255,255,255) 0%,rgb(230,230,230) 100%);
float: left;
margin-right: 10px;
}
.uploadButton input[type=file] {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    cursor:pointer;
    opacity:0;
}
.uploadValue {
    display:none;
    border-radius:3px;
    padding:3px;
    margin-left: 10px;
    width: 90%;
}
.inputtype-file .label { line-height: 35px; display: inline-block; float: left; margin-right: 10px; font-weight: bold; }
.inputtype-file .small { line-height: 35px; display: inline-block; float: left; margin-right: 10px; }

/* 150527_追記井畑_カレンダー */
.wednesday .ui-state-default,
.holiday .ui-state-default {
  color: #cc0000 !important;
}

div.error_box {
    margin-bottom: 30px;
    border: 3px solid #e67474;
    background-color: #fae0e0;
    padding: 20px;
}
div.error_box li,
div.error_box p {
	color: #f00;
	line-height: 1.4em;
}
div.error_box ul {
    padding-left: 30px;
}
div.error_box ul li {
	list-style-type: disc;
	font-size: 1.2em;
}

/*--------------------------------------
    link
--------------------------------------*/
a {
  color: #0868A0;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/*--------------------------------------
    list
--------------------------------------*/
ul.liststyle-none li { margin-bottom: 5px; }
ul.liststyle-none li:last-child { margin-bottom: 0; }
ul.liststyle {
  list-style:disc outside;
  margin-left:1.5em;
}
ol.liststyle {
  list-style:decimal outside;
  margin-left:1.5em;
}
.list-disc {
  list-style: disc outside;
  margin-left: 1em;
}
.pagenation ul { text-align: center; }
.pagenation li { display: inline-block; margin-right: 5px; }
.pagenation li a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #FFF;
  border: 1px solid #CCC;
  font-family: Arial, 'Droid Sans', sans-serif;
  font-weight: bold;
}
.pagenation li a.active,.pagenation li a:hover { background: #D8D8D8; }
/*--------------------------------------
    margin
--------------------------------------*/
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt50 { margin-top: 50px; }
.mr5 { margin-right: 5px; }
.mr9 { margin-right: 9px; }
.mr10 { margin-right: 10px; }
.mr11 { margin-right: 11px; }
.mr13 { margin-right: 13px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr23 { margin-right: 23px; }
.mr30 { margin-right: 30px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.mlb10 { margin: 0 0 10px 10px; }
.mauto { margin-left: auto; margin-right: auto; }
/*--------------------------------------
    padding
--------------------------------------*/
.p5 { padding: 5px; }
.p9 { padding: 9px; }
.p10 { padding: 10px; }
.p15 { padding: 15px; }
.p20 { padding: 20px; }
.p25 { padding: 25px; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl25 { padding-left: 25px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
/*--------------------------------------
    table
--------------------------------------*/
.table { display: table; }
.tablecell { display: table-cell; }
.tr { display: table-row; }
.th,
.td {
  display: table-cell;
  border-top: none;
  border-right: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.table-space-none { border-collapse: collapse; }
.border-gray th,
.border-gray td { border: 1px solid #CCC; }
.p5 th,
.p5 td {
  padding: 5px;
}
.p10 th,
.p10 td {
  padding: 10px;
}
.center th,
.center td {
  text-align: center;
}
.verticalalign-middle th,
.verticalalign-middle td {
  vertical-align: middle;
}
.table-div6 th { width: 16%; }
/*--------------------------------------
    width
--------------------------------------*/
.width100per { width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width1000 { width: 1000px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width980 { width: 980px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width960 { width: 960px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width920 { width: 920px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width900 { width: 900px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width800 { width: 800px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width730 { width: 730px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width700 { width: 700px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width680 { width: 680px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width640 { width: 640px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width620 { width: 620px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width600 { width: 600px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width570 { width: 570px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width560 { width: 560px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width535 { width: 535px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width500 { width: 500px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width495 { width: 495px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width480 { width: 480px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width470 { width: 470px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width450 { width: 450px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width420 { width: 420px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width410 { width: 410px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width400 { width: 400px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width370 { width: 370px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width330 { width: 330px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width320 { width: 320px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width315 { width: 315px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width310 { width: 310px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width300 { width: 300px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width295 { width: 295px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width280 { width: 280px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width265 { width: 265px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width260 { width: 260px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width250 { width: 250px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width240 { width: 240px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width210 { width: 210px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width200 { width: 200px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width190 { width: 190px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width180 { width: 180px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width170 { width: 170px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width150 { width: 150px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width120 { width: 120px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width110 { width: 110px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width100 { width: 100px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width90 { width: 90px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width80 { width: 80px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width70 { width: 70px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width60 { width: 60px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width45 { width: 45px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width40 { width: 40px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }


/*--------------------------------------
   page layout
--------------------------------------*/
.wrap { background: url(../img/hd-bgi.png) top repeat-x; }
.wrap-bankin { background: url(../img/hdct-bankin-bgi.png) top repeat-x; }
.wrap-bankin-local { background: url(../img/hdct-bankin-local-bgi.png) top repeat-x; }
.page-header {
  width: 1000px;
  margin: 0 auto;
}
.page-background { background: url(../img/ct-top-mainvisual-bgi.png) repeat-x; }
.page-contents { width: 1000px; margin: 0 auto 100px; }
.page-contents-bankin { width: 1000px; margin: 0 auto 30px; }
.page-footer {
  height: 190px;
  background: url(../img/ft-bgi.png) bottom repeat-x;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-visual { margin-bottom: 25px; }
.one-column {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.main-column {
  width: 730px;
  float: left;
}
.side-column {
  width: 250px;
  float: right;
}
.one-column .side-column { width: 265px; }
/*--------------------------------------
    clearfix
--------------------------------------*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
.clearfix {
 *zoom: 1;
}

@media print {
  .page-header,
  .page-footer,
  .side-column,
  .breadcrumb,
  .muryotenken,
  .print-none {
    display: none;
  }
  .wrap { background: transparent; }
}

/*--------------------------------------
    lease common
--------------------------------------*/
p{
	font-size: 1.2em;
	line-height: 1.3em;
}
.shadow_orange{
	box-shadow:0px 3px 0px 0px #d0a600;
	-moz-box-shadow:0px 3px 0px 0px #d0a600;
	-webkit-box-shadow:0px 3px 0px 0px #d0a600;
	border-radius: 5px;
}
.shadow_blue{
	box-shadow:0px 3px 0px 0px #003b5e;
	-moz-box-shadow:0px 3px 0px 0px #003b5e;
	-webkit-box-shadow:0px 3px 0px 0px #003b5e;
	border-radius: 5px;
}
.lease_title1{
	border-left: 10px solid #333;
	padding:  16px 15px 10px;
	margin-bottom: 25px;
	font-size: 2em;
	color: #333;
}
.lease_title2{
	border-bottom:6px solid #21ade5;
	padding: 30px 10px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 2.6em;
	color: #21ade5;
}
.lease_title3{
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 1.6em;
	color: #21ade5;
}
.box_blue{
	background: #e9f8ff;
	padding: 20px;
}
.box_grey{
	border: 3px solid #d9d9d9;
	border-radius: 5px;
	padding: 15px;
}
.border_grey{
	border: 1px solid #d9d9d9;
}
.lease_red{
	color: #dd3f38;
}
.bg_gray{
	background: #F2F2F2;
}
.title-blueline{
	border-top: 7px solid #21ade5;
	margin: -10px 15px 0 15px ;
	padding: 10px 0;
	color:  #21ade5;
	font-size: 1.3em;
	text-align: center;
}
.side-box{
	border: 3px solid #d9d9d9;
	border-radius: 5px;
	padding: 10px 5px;
}
/*--------------------------------------
   button
--------------------------------------*/
.to_carlineup {
	width: 355px;
	height: 60px;
	overflow: hidden;
	position: relative;
	display: block;
	margin: 0 auto;
}
.to_carlineup img {
	position: absolute;
}
.to_carlineup:hover img {
	top: -60px;
}
.balck-gray{
	color: #666;
}
.side-muryosoudan {
	position: relative;
}
.side-muryosoudan .btn {
	position: absolute;
	bottom: 10px;
	left: 10px;
	overflow: hidden;
	width: 230px;
	height: 50px;
}
.side-muryosoudan .btn img {
	position: absolute;
}
.side-muryosoudan .btn:hover img {
	top: -50px;
}
.btn-calender { overflow: hidden; width: 36px; height: 36px; position: relative; vertical-align: bottom; }
.btn-form { overflow: hidden; width: 500px; height: 70px; position: relative; }
.btn-form input { position: absolute; top: 0; left: 0; }
.btn-form:hover input { top: -70px; }
.btn-form-back { overflow: hidden; width: 250px; height: 70px; position: relative; }
.btn-form-back input { position: absolute; top: 0; left: 0; }
.btn-form-back:hover input { top: -70px; }
.btn-form-send { overflow: hidden; width: 380px; height: 70px; position: relative; }
.btn-form-send input { position: absolute; top: 0; left: 0; }
.btn-form-send:hover input { top: -70px; }
/*--------------------------------------
   header
--------------------------------------*/
.lease_hd_title{
  width: 100%;
  background: #e6e6e6;
}
.lease_description {
  width: 1000px;
  margin: 0 auto;
  font-weight: lighter;
  line-height: 30px;
}

.lease_page-header {
  width: 1000px;
  margin: 20px auto;
}
.lease_page-header .site-info {
  height: 44px;
}
.lease_page-header .site-info div {
  height: 44px;
  display: table-cell;
  vertical-align: middle;
}

.lease_logo {
  line-height: 90px;
}
.lease_freedial {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 100; }

.beginer .btn{
  position: absolute;
  top: 7px;
  right: 350px;
  overflow: hidden;
  width: 250px;
  height: 50px;
}
.beginer .btn img {
  position: absolute;
}
.beginer .btn:hover img {
  top: -50px;
}

.navi_bg{
  width:100%;
  background:#21ade5;
}

.lease_nav {
  width: 1000px;
  height:60px;
  margin: 0 auto;
}
.lease_nav .btn01{
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.1em;
  display: block;
  padding: 12px 0;
  width: 166px;
  height:36px;
  float: left;
}
.lease_nav .btn02{
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.4em;
  line-height: 1em;
  display: block;
  padding: 22px 0;
  width: 166px;
  height:16px;
  float: left;
}
.lease_nav .btn03{
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #244371;
  font-size: 1.4em;
  line-height: 1em;
  display: block;
  padding: 22px 0;
  width: 166px;
  height:16px;
  float: left;
  background: #ffe400;
}
.lease_nav li a:hover {
  background: #0868a0;
}
.lease_nav a.btn03:hover {
  background: #ffc600;
}

/*--------------------------------------
   index
--------------------------------------*/
.lease_mv_bg {
	background: url(../img/lease/lease_mv_bg.png) repeat-x;
	height: 460px;
}
.lease_main-visual {
	width:1000px;
	margin: 0 auto;
	padding-top:50px;
	position: relative;
}
.lease_mv_car{
	background: url(../img/lease/lease_mv_car.png) no-repeat;
	background-position: center bottom;
	height: 460px;
}
.lease_page-contents{
	width: 1000px;
	margin: 0 auto 100px;
}
/*--------------------------------------
   common inquiry
--------------------------------------*/
.muryosoudan{
	background: url(../../img/lease/lease_common_iquiry_bg.png);
	width: 730px;
	height: 180px;
	position: relative;
}
.muryosoudan_tel{
	position: absolute;
	left: 15px;
	bottom: 15px;
	
}
.muryosoudan .btn {
	position: absolute;
	top: 15px;
	right: 15px;
	overflow: hidden;
	width: 330px;
	height: 60px;
}
.muryosoudan .btn img {
	position: absolute;
}
.muryosoudan .btn:hover img {
	top: -60px;
}

.index_carlineup .box{
	width: 169px;
	border: 2px solid #21ade5;
	border-radius: 5px;
	float:left;
	margin-right: 11px;
}
.index_carlineup .box:last-child{
	margin-right: 0;
}
.index_carlineup .image{
	display: block;
	text-align: center;
	margin: 5px 0;
}
.index_carlineup .carname{
	display: block;
	text-align: center;
	font-size: 1.3em;
	margin: 20px 0 8px;
}
.index_carlineup .carname2{
	display: block;
	text-align: center;
	font-size: 1.3em;
	margin: 6px 0 8px;
}
.index_carlineup .carname3{
	display: block;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.1em;
	margin: -6px 0 8px;
}
.index_carlineup .price{
	display: block;
	text-align: center;
	background: #e9f8ff;
	font-size: 1.3em;
	padding: 7px 0 4px;
	border-bottom-left-radius: 3px; 
	border-bottom-right-radius: 3px; 
	-webkit-border-bottom-left-radius: 3px; 
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}
.index_kei_cont .box{
	border: 2px solid #21ade5;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 20px;
	width: 316px;
	height: 240px;
	float: left;
	position: relative;
}
.index_kei_cont .title{
	font-size: 1.4em;
	color: #21ade5;
	margin-bottom: 15px;
}
.index_kei_cont .inner{
	line-height: 1.5em;
	margin-bottom: 20px;
}
.kei_img4{
	position: absolute;
	bottom: 30px;
}
.index_prof_name{
	text-align: right;
	margin-right: 5px;
}
.lease_feature li {
	padding: 35px;
	overflow: hidden;
	margin-bottom: 15px;
	border: 2px solid #21ade5;
	border-radius: 5px;
}
.lease_feature div{
	position: absolute;
	top:20px;
	left:15px;
}
.lease_feature h3{
	color: #21ade5;
	font-size: 1.6em;
	margin-bottom: 9px;
}
.lease_feature p{
	font-size: 1em;
}
.lease_feature li:last-child {
	margin-bottom: 0;
}
.lease_feature li .btn {
	position: absolute;
	overflow: hidden;
	width: 160px;
	height: 40px;
	right: 15px;
	top: 33px;
	margin-top: -19px;
}
.lease_feature li .btn img {
	position: absolute;
}
.lease_feature li .btn:hover img {
	top: -40px;
}
.lease_bana .btn {
	display: block;
	position: relative;
	overflow: hidden;
	width: 355px;
	height: 60px;
}
.lease_bana .btn img {
	position: absolute;
}
.lease_bana .btn:hover img {
	top: -60px;
}
/*--------------------------------------
   footer
--------------------------------------*/
.lease_page-footer .logo {
	margin-top: 15px;
	margin-right: 30px;
	float: left;
}
.lease_page-footer .inner {
	position: relative;
}
.lease_page-footer .primary {
	text-align: center;
	padding: 10px 0;
	background: #21ade5;
}
.lease_page-footer .primary div {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.lease_page-footer .primary li {
	display: inline-block;
	border-right: 1px solid #c7eaf8;
	margin: 0 10px 0 ;
	padding-right: 20px;
}
.lease_page-footer .primary a {
	color: #fff;
	text-decoration: none;
}
.lease_page-footer .primary li:last-child {
	border-right: none;
	margin-right: 0;
}
.lease_page-footer .secondary {
	height: 90px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.lease_btn-pagetop {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100px;
	height: 50px;
	overflow: hidden;
	display: block;
}
.lease_btn-pagetop img {
	position: absolute;
}
.lease_btn-pagetop:hover img {
	top:-50px;
}
.btn-lease_muryotenken {
	width: 330px;
	height: 60px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 0;
}
.btn-lease_muryotenken img {
	position: absolute;
}
.btn-lease_muryotenken:hover img {
	top: -60px;
}
.lease_copyright {
	font-size: 10px;
	line-height: 30px;
	color: #666;
}
/*--------------------------------------
   point
--------------------------------------*/
.lease_point .box{
	padding: 17px;
	border: 3px solid #21ade5;
	border-radius: 5px;
	margin-bottom: 10px;
}
.lease_point h4{
	color: #21ade5;
	font-size: 2em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
}
.lease_point .box li,h5{
	font-size: 1.2em;
	line-height: 1.4em
}
/*--------------------------------------
   price
--------------------------------------*/
.mainte_schedule{
	width :100%;
	font-size: 1.2em;
	border: 1px solid #ccc;
}
.mainte_schedule th,td{
	border: 1px solid #ccc;
	padding: 10px;
        vertical-align: middle;
}
.mainte_schedule th{
	text-align: left;
	background: #E9F8FF;
	width : 25%;
}
.mainte_schedule td{
	text-align: center;
	color: #21ade5;
}
.mainte_schedule .title td, .title th{
	background : #F2F2F2!important;
	color: #666;
}
.price_unit{
	float:right;
	margin-top: 40px;
	margin-right: -10px;
}
/*--------------------------------------
   carlineup
--------------------------------------*/
.carlineup {
	width: 100%;
}
.carlineup .box{
	width: 353px;
	border: 3px solid #21ade5;
	border-radius: 5px;
	float:left;
	margin-right: 11px;
}
.carlineup .box2{
	width: 230px;
	min-height: 240px;
	border: 3px solid #21ade5;
	border-radius: 5px;
	float:left;
	margin-right: 11px;
}
.carlineup .box:last-child{
	margin-right: 0;
}
.carlineup .box2:last-child{
	margin-right: 0;
}
.carlineup .image{
	display: block;
	text-align: center;
	margin: 11px 0;
}
.carlineup .carname{
	display: block;
	text-align: center;
	font-size: 1.5em;
	margin: 17px 0 17px;
}
.carlineup .carname2{
	display: block;
	text-align: center;
	font-size: 1.3em;
	margin: 6px 0 13px;
}
.carlineup .carname3{
	display: block;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.1em;
	margin: -6px 0 11px;
}
.carlineup .carname4{
	display: block;
	text-align: center;
	font-size: 1.5em;
	margin: 17px 0 21px;
}
.carlineup .price{
	display: block;
	text-align: center;
	background: #e9f8ff;
	font-size: 1.6em;
	padding: 11px 0 7px;
	border-bottom-left-radius: 3px; 
	border-bottom-right-radius: 3px; 
	-webkit-border-bottom-left-radius: 3px; 
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}
/*--------------------------------------
   faq
--------------------------------------*/
.faqbox{
	border: 2px solid #d9d9d9;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 10px;
}
.faqbox dt{
	font-size: 1.3em;
	font-weight: bold;
	color: #21ade5;
	padding-left :50px;
	background: url(../img/lease/lease_q.png) no-repeat left top;
	line-height: 40px;
	min-height: 40px;
	margin-bottom: 15px;
}
.faqbox dd{
	font-size: 1.2em;
	padding-left :50px;
	background: url(../img/lease/lease_a.png) no-repeat left top;
	line-height: 1.4em;
	min-height: 40px;
}
.faqbox dd img{
	padding-top:30px;
	margin-left:-50px;
}
.faqbox div .mr60{
	margin-right: 60px;
}
/*--------------------------------------
   form
--------------------------------------*/
.yoyaku-form th { width: 180px; }
.closure_notice {
	background: #21ade5;
	color: #fff;
	border-radius: 5px;
}
.closure_notice h3 {
	color: #ffe400;
}
.closure_notice .emphasis {
	color: #0868a0;
}