﻿@charset "utf-8";


/* TOP MENU
---------------------------------------------------- */
.topmenu {
	background-color: #F2F2F2;
}
.topmenu ul {
	border-spacing:0;
	margin:0 auto;
}

.topmenu ul li {
	float:left;
	padding:0;
	list-style-type: none;
	width:33%;
}



/* BOTAN AREA
---------------------------------------------------- */
.botanArea {
	background-image:url(../img/back.jpg);*/
	border-top:1px solid #9b9b9b;
}
.botanArea ul {
	border-spacing:0;
	margin:0 auto;
}

.botanArea ul li {
	float:left;
	padding:5px 7px 0 0;
	list-style-type: none;
	width:31%;
}


.botanArea2 {
	background-color: #ffffff;
}

.botanArea2 ul {
	border-spacing:0;
	margin:0 auto;
	display:table;
}

.botanArea2 ul li {
/*	float:left;
	padding:5px 7px 0 0;
	list-style-type: none;
	width:48%;*/
	display:table-cell;
    vertical-align:middle;
    text-align:center;
}


/* NAVI AREA
---------------------------------------------------- */

#mNavi>h3,
#mNavi>h4,
#mNavi>h5 {
	width:94%;
	padding: 10px 3% 0;
	}
#mNavi ul {
	list-style: none;
	/*padding-bottom:5px;*/
}
#mNavi>ul>li {
	background-color: #ffffff;
	border-top: 1px #CCC solid;
	font-size: 15px;
	text-align: left;
	line-height:40px;
}
#mNavi>ul>li>table {
	line-height:1.3em;
}


#mNavi>ul>li>span {
/*	background-image:url(../img/btn_bg.gif);*/
	background:-webkit-gradient(linear, left top, left bottom,  from(#ffffff),  to(#ececec)); /* Chrome, Safari */
	background: -o-linear-gradient(#ffffff, #ececec); /* Opera */
	background: -moz-linear-gradient(top, #ffffff, #ececec);�@/* Firefox */  
	border-top:1px solid #454545;
}

#mNavi>ul>li.except2 {
	background-color:#ffffff;
}

#mNavi>ul>li:last-child {
	border-bottom: 1px #CCC solid;
}
#mNavi>ul>li>a>span>h3, #mNavi>ul>li>span>h3 {
	margin:0;
	letter-spacing:0.1em;
	font-size:14px;
	padding:10px 10px 0 10px;
	display:inline-block;
	white-space: nowrap;
}


#mNavi>ul>li>h4 {
	line-height:1.5em;
	}

#top>#mNavi>ul>li>a>span>p {
	font-size:10px;
	}

#mNavi>ul>li>a>span>small, #mNavi>ul>li>span>small {
	padding:0 15px;
	}
#mNavi>ul>li>a>span>p {
	font-size:10px;
}
#mNavi>ul>li>a {
	color:#333333;
	display: block;
	height: auto;
	text-align: left;
	font-size: 14px;
	overflow: hidden;
}

#mNavi>ul>li.except>a {
	color:#005FC3;
	display: block;
	height: auto;
	text-align: left;
	font-size: 14px;
	overflow: hidden;
}

#mNavi>ul>li.except3>a {
	color:#333333;
	display: block;
	height: auto;
	text-align: left;
	font-size: 0.8em;
	overflow: hidden;
}

#mNavi>ul>li.except3>a>span>h3, #mNavi>ul>li.except3>span>h3 {
	margin:0;
	letter-spacing:0.1em;
	font-size:12px;
	padding:10px 10px 0 10px;
	display:inline-block;
	white-space: nowrap;
}

#mNavi>ul>li.except3:not(.extend)>a:after {
	content: url(../img/arrowRight.png);
	font-size: 14px;
	padding:18px 20px 0 0;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
}

#mNavi>ul>li>span:last-of-type, #mNavi>ul>li>a>span:last-of-type {
	width: 100%;
}
#mNavi>ul>li:not([class^=ex]):after {
	content: url(../img/arrowDown.png);
	font-size: 14px;
	padding:10px 20px 0 0;
	background:-webkit-gradient(linear, left top, left bottom,  from(#ffffff),  to(#ececec)); /* Chrome, Safari */
	background: -o-linear-gradient(#ffffff, #ececec); /* Opera */
	background: -moz-linear-gradient(top, #ffffff, #ececec);�@/* Firefox */  
	border-top:1px solid #454545;
	
	display: table-cell;
	vertical-align: middle;
	border-bottom:#eee 1px dashed;
}
#mNavi>ul>li:not(.extend)>a:after {
	content: url(../img/icon_pc.gif);
	padding: 10px 15px 0 0;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	
		border-bottom:#eee 1px dashed;
}

#mNavi>ul>li.except:not(.extend)>a:after {
	content: url(../img/arrowRight.png);
	font-size: 14px;
	padding-right: 20px;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	
		border-bottom:#eee 1px dashed;
}


#mNavi>ul>li.select:after {
	content: url(../img/arrowUp.png);
}
#mNavi>ul li.extend {
	background-color: #ffffff;
	display: none;
	clear: both;
	width: 94%;
	padding: 0 3% 10px;
}
#mNavi>ul li.extend>a {
	background-color: #FFFFFF;
	font-size: 12px;
	margin: 5px;
	padding: 7px;
	overflow: hidden;
}


#mNavi>ul>li>span, #mNavi>ul>li>a>span {
	display: table-cell;
	clear: none;
	vertical-align: middle;
	height: auto;
}


.lineB { 
	border-bottom:#eee 1px dashed;

}

/* NAVI AREA2
---------------------------------------------------- */

#mNavi2>h3 {
	width:94%;
	padding: 10px 3% 0;
	}
#mNavi2 ul {
	list-style: none;
	/*padding-bottom:5px;*/
}
#mNavi2>ul>li {
	background-color: #ffffff;
	border-top: 1px #CCC solid;
	font-size: 15px;
	text-align: left;
	line-height:40px;
}

#mNavi2>ul>li>span {
/*	background-image:url(../img/btn_bg.gif);*/
	background:-webkit-gradient(linear, left top, left bottom,  from(#ffffff),  to(#ececec)); /* Chrome, Safari */
	background: -o-linear-gradient(#ffffff, #ececec); /* Opera */
	background: -moz-linear-gradient(top, #ffffff, #ececec);�@/* Firefox */  
	border-top:1px solid #454545;
}

#mNavi2>ul>li:last-child {
	border-bottom: 1px #CCC solid;
}
#mNavi2>ul>li>a>span>h3, #mNavi2>ul>li>span>h3 {
	margin:0;
	letter-spacing:0.1em;
	font-size:14px;
	padding:10px 10px 0 10px;
	display:inline-block;
	white-space: nowrap;
}

#mNavi2>ul>li>a>span>small, #mNavi2>ul>li>span>small {
	padding:0 15px;
	}
#mNavi2>ul>li>a>span>p {
	font-size:10px;
}
#mNavi2>ul>li>a {
	color:#333333;
	display: block;
	height: auto;
	text-align: left;
	font-size: 14px;
	overflow: hidden;
}


#mNavi2>ul>li>span:last-of-type, #mNavi2>ul>li>a>span:last-of-type {
	width: 100%;
}
#mNavi2>ul>li:not([class^=ex]):after {
	content: url(../img/arrowDown.png);
	font-size: 14px;
	padding:10px 20px 0 0;
	background:-webkit-gradient(linear, left top, left bottom,  from(#ffffff),  to(#ececec)); /* Chrome, Safari */
	background: -o-linear-gradient(#ffffff, #ececec); /* Opera */
	background: -moz-linear-gradient(top, #ffffff, #ececec);�@/* Firefox */  
	border-top:1px solid #454545;
	
	display: table-cell;
	vertical-align: middle;
}


#mNavi2>ul>li.select:after {
	content: url(../img/arrowUp.png);
}
#mNavi2>ul li.extend {
	background-color: #ffffff;
	display: none;
	clear: both;
	width: 94%;
	padding: 0 3% 10px;
}
#mNavi2>ul li.extend>a {
	background-color: #FFFFFF;
	font-size: 12px;
	margin: 5px;
	padding: 7px;
	overflow: hidden;
}


#mNavi2>ul>li>span, #mNavi2>ul>li>a>span {
	display: table-cell;
	clear: none;
	vertical-align: middle;
	height: auto;
}

#mNavi2>ul>li>span>img{
	margin:8px;
}



/* NEWS AREA
---------------------------------------------------- */

.newsArea {
	background-color: #F2F2F2;
	border-top:1px solid #d71718;
	padding-bottom:15px;
}

.newstl {
	color:#d71718;
	font-size:1.1em;
	font-weight:600;
	vertical-align: bottom;
	margin-bottom:0;
}

.newstl2 {
	color:#333333;
	font-size:1.1em;
	font-weight:600;
	vertical-align: bottom;
	margin-bottom:0;
}

.newsArea dl dt{
	font-weight:bold;
	color:#555555;
}

.newsArea dl{
	margin:3px 2px 2px 0px;
	padding:5px 2px 5px 5px;
	list-style-type: none;
}

.newsArea dt{
	margin-left:5px;
	list-style-type: none;

}

.newsArea dd{
		margin-left: 5px;
		font-size:0.75em;
		line-height:1.2em;
}

.newsimg{
	margin:0 0 8px 5px;
}

.newsArea a:link {
	text-decoration: none;
	color:#3366FF;
}

.newsArea a:visited {
	text-decoration: none;
	color: #993366;
}



/* CONTENTS AREA
---------------------------------------------------- */

#contents_main{ clear:both;}


/* �y�[�W��TOP�֖߂�
-------------------- */
.gotop{
	clear: both;
	text-align:right;
	font-size:90%;
	margin-top:15px;
	margin-bottom:10px;
}

/* FOOTER
---------------------------------------------------- */
.footer_info {
	width: 100%;
	margin: 0px;
	background-color: #231815;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9b9b9b;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	overflow-x: hidden;
	height: auto;
	display: block;
}


.footer_info p {
	margin: 0px;
	font-size:77%;
	width: 300px;
	display: block;
}

.fmenu {
	margin:0 auto;
}

.fmenu ul {
	border-spacing:0;
	margin:5px 0 5px 8%;
}

.fmenu ul li {
	float:left;
	padding:0;
	list-style-type: none;
	width:45%;
}

.fmenu2 p{
	font-size:0.9em;
	color:#FFFFFF;
}

.fmenu2 a:link {
	text-decoration: none;
	color: #ffffff;
}

.fmenu2 a:hover {
	text-decoration: none;
	color: #EE1B3E;
}

.fmenu2 a:visited {
	text-decoration: none;
	color: #ffffff;
}


#dev_select{
	margin: 10px 0 0 0;
	text-align:center;
	font-size:0.8em;
	color:#FFFFFF;
}

#copy {
	font-size:0.75em;
	text-align:center;
	color:#FFFFFF;
}


/* �u���b�N�\��HACK
---------------------------------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */



/* Page Top */
#apper-box {
	padding-top:10px;
	clear:both;
	text-align:right;
	width:100%;
}
#apper-box a {
	display: block;
	width: 66px;
	display:inline;
	padding-right: 5px;
	font-size:12px;
}




/* thumbTxt
-------------------- */

.thumbTxt {
	margin-left: 0;
}
.thumbTxt>li {
	background:-webkit-gradient(linear, left top, left bottom,  from(#ffffff),  to(#ececec)); /* Chrome, Safari */
	background: -o-linear-gradient(#ffffff, #ececec); /* Opera */
	background: -moz-linear-gradient(top, #ffffff, #ececec);�@/* Firefox */  
	border-top:1px solid #454545;
	border-bottom:1px solid #262626;

	border: 1px #CCC solid;
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-size: 110%;
	list-style: none;
	overflow: hidden;
	margin: 0 0 -1px;
	padding-bottom: 6px;
	padding-top: 6px;
	text-align: left;
}

.thumbTxt>li>a {
	color: #000000;
	display: block;
	font-weight: bold;
	height: auto;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	text-align: left;
}

.thumbTxt>li>a:after {
	content: url(../img/arrowRight.png);
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 8px;
	display: table-cell;
	vertical-align: middle;
}

.thumbTxt>li>a>span {
	clear: none;
	display: table-cell;
	height: auto;
	vertical-align: middle;
	box-sizing: border-box;
	padding-right: 8px;
}

.thumbTxt>li>a>span>img {
	width:80px;
	margin: 0;
}

.thumbTxt>li>a>div {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.thumbTxt>li>a>div>p {
	font-weight: normal;
	margin-top: .3em;
}



/* 文字
-------------------- */

h3 {
	font-size: 14px;
	margin:20px 0 ;
	letter-spacing:0.1em;
	font-weight: 600;
}

h4{
	margin-bottom: 0.8em;
	margin: 15px 0;
	padding:3px;
	font-size: 1.0em;
	font-weight: 600;
	border-bottom: 1px solid #D71718;
	border-top: 1px solid #D71718;
	/*border-left: 10px solid #D71718;*/
}

h5{
	margin-bottom: 0.8em;
	padding-left:10px;
	margin: 5px 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #D71718;
}


.info{
	font-size: 0.7em;
	line-height: 1.4em;
	margin-bottom: 0;
}


.privacy{
	font-size:0.7em;
	line-height:1.3em;
	color:#666666;
	text-align:left;
}

.lg{
	font-size:0.8em;
	line-height:1.4em;
}


/* サブページ
-------------------- */

.textarea{
	margin:0 10px;
}

.textarea p {
	line-height:1.3em;
}


/*　お問い合わせ
-------------------------------------------- */
#contact_table table{
	background-color: #CCCCCC;
	margin: 0 0 20px;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
}

#contact_table td{
	background-color: #FFFFFF;
	vertical-align:top;
	padding: 5px;
	line-height: 150%;
	border: 1px solid #CCC;
}

#contact_table th{
	background-color: #e5ecf3;
	vertical-align:middle;
	padding: 5px;
	line-height: 150%;
	border: 1px solid #CCC;
	font-weight:bold;
}

#contact_table p{
	margin: 0;
}

#contact_table h4{
	border-left:5px solid #d61518;
	padding-left:10px;
	font-weight:bold;
	margin-bottom:5px;
}

.bigtitle {
	font-size: 1.0em;
	margin:20px 5px 3px 5px;
	font-weight: bold;
	color: #d61518;
	line-height: 28px;
}



/*　資料請求
-------------------------------------------- */

div#request{
	border:1px solid #CCCCCC;
	line-height:1.3em;
	padding:10px;
	font-size:0.9em;
	}
div#request p.right{
	text-align:right;
	font-weight:bold;
	}
div#request p.center-title{
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
	}
div#request p.center{
	text-align:center;
	font-weight:bold;
	}
div#request #box{
	width:95%;
	margin:0 auto;
	border:2px solid #000000;
	padding:10px 10px 15px 10px;
	font-size: 1.0em;
	font-weight:bold;
	}
div#request #marker{
	background-color:orange;
	color:black;
	font-weight:bold;
	}
div#request table {
	width:70%;
	margin:0.75em auto 1em;
	}


/*　カーリースサービス
-------------------------------------------- */

.carlease {
	background-color: #cccccc;
}
.carlease ul {
	border-spacing:0;
	margin:0 auto;
}

.carlease ul li {
	float:left;
	padding:0 7px 0 0;
	list-style-type: none;
	width:31%;
}

.carlease p{
	font-size:0.8em;
	margin-bottom:10px;
}

.car01 {
	font-weight:bold;
	font-size:0.9em;
	margin-bottom:5px;
}

.cartbl{
	width:85%;
}

.cartbl th{
	background:#CCCCCC;
	padding:3px;
	width:80%;
}

.cartbl p{
	line-height:1.3em;
	margin-bottom:10px;
}


/*　ATM
-------------------------------------------- */

.new_card{
	padding:0 5px;
	line-height:1.3em;
}



/*　キャンペーン
-------------------------------------------- */

.cml{
	 float:left;
	 width:55%;
}

.cmr{
	float:right;
	width:40%;
}



/*　新規入会
-------------------------------------------- */

.adm {
	font-size: 14px;
	margin:5px 0;
	padding: 0;
	letter-spacing:0.1em;
	font-weight: 600;
}



/*　公共料金
-------------------------------------------- */


.data{

}

.data ul{
	line-height:150%;
}

.data ul li{
	margin-bottom: 0.3em;
	padding-left:12px;
	background: url(../img/icon_arrow01.gif) no-repeat 0 0.4em;
}



/*　クラブオフ　2015/07～
-------------------------------------------- */

#club_off {
	width:100%;
	/*max-width:660px;*/
	padding:0 10px;
	margin:10px auto 0;
}


#club_off ul.tokuten    {
    display:table;
	width:100%;
	background-color:#FFEDBA;
}

#club_off ul.tokuten li{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

#club_off ul.tokuten li img {
	width:100%;
}

#btnarea {
	width:100%;
	background-image:url(../../club_off/img/club_off_08.jpg);
	background-size:100% 100%;
	background-position:left;
	background-repeat:no-repeat;
	padding-bottom:30px;
}

#btnarea ul {
    display:table;
	padding:0 5px 0 6px;
	width:100%;
	height:100%;
}

#btnarea ul li {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
	padding:10px 5px;
	width:50%;
}

#btnarea ul li img {
	width:100%;
	margin-left:-5px;
}

#btnarea ul li form{
	width:100%;
	margin-left:-15px;
}
#btnarea ul li form input{
	width:100%;
}



