@charset "utf-8";
/* CSS Document */

.h2Box {
	padding-top:10px;
	margin-bottom:15px;
	float:left;
	width:730px;
	background:url(/cmn/img/ttl-bg01.gif) left top no-repeat;
}

.h2Box h2 {
	float:left;
	background:none;
	padding-top:0;
	margin:0;
}

.h2Box p {
	float:right;
	margin-bottom:0;
}

.h2Box p img {
	vertical-align:middle;
}


/*紹介BOX****************************/
.introduction {
	background: url(/cmn/img/bg-dot02.gif) left top;
	padding:10px;
}

.introduction .bg-white {
	padding:15px 15px 0 15px;
}

.introduction .bg-white .l-photo {
	padding:0;
	width:355px;
	height:226px;
}


.introduction .bg-white table {
	float:right;
}

.introduction .bg-white table th {
	width:1%;
	white-space:nowrap;
	color:#ef7a00;
	font-weight:bold;
	padding:8px 0;
	background:url(/cmn/img/border-bla01.gif) left bottom repeat-x;
}

.introduction .bg-white table td {
	padding:8px 0;
	background:url(/cmn/img/border-bla01.gif) left bottom repeat-x;
}


/*リンクボタンBOX****************************/
.linkbtnBox {
	width:730px;
	background:url(/cmn/img/btn-bg.gif) left top;	
}

.linkbtnBox li {
	float:left;
	width:182px;
	margin-bottom:0;
	background:url(/cmn/img/btn-line.gif) right top repeat-y;
	color:#FFF;
}

.linkbtnBox li.last{
	background:none;
	width:184px;
}

.linkbtnBox li a {
	color:#FFF !important;
	background:url(/cmn/img/arrow-w04.gif) 10px 15px no-repeat;
	padding:10px 10px 10px 22px;
	font-weight:bold;
	display:block;
}
.linkbtnBox li a:hover {
	background:url(/cmn/img/arrow-w04.gif) 10px 15px no-repeat #8e8e72;
	border-right:1px solid #a0a08b;
}

.linkbtnBox li.last a:hover {
	border-right:none;
}

.linkbtnBox li span {
	padding:10px 10px 10px 10px;
	font-weight:bold;
	display:block;
}

/*column2Boxを使用してboxごとリンク***************************/
.cIndex {
	margin-bottom:15px;
}

.cIndex dl {
	margin-bottom:0;
}

.cIndex dl:hover a {
	text-decoration: none;
}

.cIndex dl dt {
	padding:10px 10px 5px 10px;
	font-weight:bold;
}
.cIndex dl dd {
	padding:0 10px 0 120px;
}

.cIndex dl dt img {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

.cIndex dl dd {
	margin-bottom:0 !important;
}

.cIndex dl,
.boxLink {
	cursor:pointer;
}

/*アコーディオン****************************/
.accordion-ttl {
	background: url(../img/ico/ico-plus.gif) 8px 8px no-repeat #f4f1ed;
	padding:10px 5px 8px 37px;
	font-weight:bold;
	cursor:pointer;
	margin-bottom:0;
	margin-top:1em;
}
.accordion-ttl:first-child {
	margin-top:0;
}

.accordion-ttl:hover {
	color:#ef7a00;
}

.accordion-active {
	background: url(../img/ico/ico-minus.gif) 8px 8px no-repeat #f4f1ed;		
}

.accordion {
	display:none;
	background:#f4f1ed;
	padding:10px;
	margin-bottom:2em;
}

.accordion ul.column5 li{
	width:130px;
}
.accordion-open .accordion-ttl {
	background: url(../img/ico/ico-minus.gif) 8px 8px no-repeat #f4f1ed;
}
.accordion-open .accordion-active {
	background: url(../img/ico/ico-plus.gif) 8px 8px no-repeat #f4f1ed;
}
.accordion-open .accordion {
	display:block;
}
/*お問い合わせ****************************/

.inquiry-tel dt {
	background:#a6a691;
	margin:1px 2px 2px 2px;
	padding:5px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-size:115%;
}

.inquiry-tel dd {
	padding:7px;
	text-align:center;
}

.inquiry-tel dd span.tel {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:200%;
	text-align:center;
	font-weight:bold;
	color:#ef7a00;
	margin-bottom:8px;
}
/*臨時便お問い合わせ****************************/
.rinjibin-tel > div{
margin: 10px auto;
border: 1px solid #a6a691;
}

/*tab切り替え**************************************************************/
/*マイカ-バイク徒歩用Boxtab＆タイトル*****/
.planBtn {
	background:#f4f1ed;
	padding:15px 15px 1px 15px;
	margin-bottom:1em;
}

.planBtn ul {
	margin-bottom:0;
}

.planBtn ul li {
	background:#e3d9cd;
	border:1px solid #FFF;
	padding:10px;
	position:relative;
	width:203px !important;
	-moz-box-shadow: 0 0 1px 1px #e1e1da;
	-webkit-box-shadow: 0 0 1px 1px #e1e1da;
	box-shadow: 0 0 1px 1px #e1e1da;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#e1e1da', Direction=145, Strength=2); /* ie lt 8 */
	cursor:pointer;
}

.planBtn ul li:hover,
.planBtn ul li.select {
	background:#FFF;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#e1e1da', Direction=0, Strength=0); /* ie lt 8 */
}

.planBtn ul li p.subttl {
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #000;
	padding-bottom:4px;
	margin:0 auto 10px auto;
	width:70%;
}

.planBtn ul li p {
	margin-bottom:10px;
}

.planBtn ul li .btn {
	color:#FFF;
	font-weight:bold;
	padding:5px 20px 5px 20px;
	margin-bottom:0;
	text-align:center;
}

.planBtn ul li.mycar .btn {
	background:url(/cmn/img/arrow-w04.gif) 10px 10px no-repeat #3db3ea;
}

.planBtn ul li.bike .btn {
	background:url(/cmn/img/arrow-w04.gif) 10px 10px no-repeat #a4c63c;
}

.planBtn ul li.walk .btn {
	background:url(/cmn/img/arrow-w04.gif) 10px 10px no-repeat #ffae00;
}

.planBtn ul li .btn a {
	color:#FFF;
	text-decoration:none;
}

.planBtn ul li div {
	position:absolute;
	left:-5px;
	top:-5px;
}


.ttl-mycar {
	clear:both;
	background:url(/cmn/img/ico/ico-car-ttl.png) left bottom no-repeat;
	padding:7px 0px 7px 40px;
	font-weight:bold;
	margin:1em 0;
	font-size:110%;
}

.ttl-bike {
	clear:both;
	background:url(/cmn/img/ico/ico-bike-ttl.png) left bottom no-repeat;
	padding:7px 0px 7px 40px;
	font-weight:bold;
	margin:1em 0;
	font-size:110%;
}

.ttl-walk {
	clear:both;
	background:url(/cmn/img/ico/ico-walk-ttl.png) left bottom no-repeat;
	padding:7px 0px 7px 40px;
	font-weight:bold;
	margin:1em 0;
	font-size:110%;
}

/*ノーマルtab******/

.tab li,
.tab-multiple li {

}

.tab li a,
.tab-multiple li a {
	display:block;
	height:45px;
/*	background:url(/cmn/img/bg-grade-w.png) left top repeat-x #9b9b84;*/
	color:#FFF;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	line-height:45px;
	text-decoration:none;
}

.tab li a:hover,
.tab-multiple li a:hover {
/*	background:#9b9b84;*/
}

.tab li.select a,
.tab-multiple li.select a {
/*	background: url(/cmn/img/btn-bg.gif) left top #9b9b84;*/
}

.tab li.tab-2line a,
.tab-multiple li.tab-2line a {
	line-height:1.4;
	padding-top:5px;
	height:40px;
}

/*色つき*/
.tab li a.linkbtn-o, .tab li a.linkbtn-yg, .tab li a.linkbtn-lb, .tab li a.linkbtn-p, .tab li a.linkbtn-eg, .tab li a.linkbtn-dy {
	-moz-border-radius:0;
	-webkit-border-radius: 0;
	border-radius:0; 
}
/*オレンジ*/
.tab li a.linkbtn-o {
	background:url(/cmn/img/bg-grade-w.png) left top repeat-x #f38c21 !important;
}
.tab li a.linkbtn-o:hover, .tab li.select a.linkbtn-o {
	background:url(/cmn/img/btn-bg-o.gif) left top !important;
}

/*黄緑*/
.tab li a.linkbtn-yg {
	background:url(/cmn/img/bg-grade-w.png) left top repeat-x #b0ce56 !important;
}
.tab li a.linkbtn-yg:hover, .tab li.select a.linkbtn-yg {
	background:url(/cmn/img/btn-bg-yg.gif) left top !important;
}

/*水色*/
.tab li a.linkbtn-lb {
	background:url(/cmn/img/bg-grade-w.png) left top repeat-x #68c2eb !important;
}
.tab li a.linkbtn-lb:hover, .tab li.select a.linkbtn-lb {
	background:url(/cmn/img/btn-bg-lb.gif) left top !important;
}

/*ピンク*/
.tab li a.linkbtn-p {
	background:url(/cmn/img/bg-grade-w.png) left top repeat-x #f17386 !important;
}
.tab li a.linkbtn-p:hover, .tab li.select a.linkbtn-p {
	background:url(/cmn/img/btn-bg-p.gif) left top !important;
}

/*エメラルドグリーン*/
.tab li a.linkbtn-eg {
	background:url(/cmn/img/bg-grade-w.png) left top repeat-x #33b8d0 !important;
}
.tab li a.linkbtn-eg:hover, .tab li.select a.linkbtn-eg {
	background:url(/cmn/img/btn-bg-eg.gif) left top !important;
}

/*ダークイエロー*/
.tab li a.linkbtn-dy {
	background:url(/cmn/img/bg-grade-w.png) left top repeat-x #d5c53c !important;
}
.tab li a.linkbtn-dy:hover, .tab li.select a.linkbtn-dy {
	background:url(/cmn/img/btn-bg-dy.gif) left top !important;
}

/*tab数*/
.tab-2btn li {
	width:365px;
	margin-bottom: 1px !important;
}

.tab-2btn li a {
	width:364px;
}

.tab-3btn li {
	width:243px;
	margin-bottom: 1px !important;
}
.tab-3btn li a {
	width:242px;
}

.tab-4btn li {
	width:182px;
	margin-bottom: 1px !important;
}
.tab-4btn li a {
	width:181px;
}
.tab-5btn li {
	width:146px;
	font-size:90%;
	margin-bottom: 1px !important;
}
.tab-5btn li a {
	width:145px;
}

.tabBox,
.tabBox2, 
.tabBox3,
.tabBox4 {
	display:none;
	margin-bottom:1em;
}

#displayTab,
#displayTab2,
#displayTab3 {
	display:block;
}


/**form*********************************/

.form table {
	width:100%;
}

.form table th {
	white-space:nowrap;
	width:1%;
}

.form table th, .form table td {
	padding:6px;
	vertical-align:middle;
}

.form input {
	margin:0;
	padding:0;
	border:none;
	outline: none;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	letter-spacing:0.1em;
	font-size:14px;
	margin-right:5px;
	}
	
	.form input[type=text] {
		height: 26px;
		line-height: 26px;
		outline: none;
		border:1px solid #d2cfc8;
		padding:2px 5px;
		width:230px;
		}
	
	
	.form input[type=button] {
		height:42px;
		font-weight:bold;
		color:#FFF;
		background:url(/cmn/img/bg-grade-w.png) left top repeat-x #ef7a00;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px; 
		cursor:pointer;
	}
	
	.form input[type=button]:hover {
		background:#ef7a00;
	}
	
	.form input#submitBtn {
		background:url(/cmn/img/bg-grade-w.png) left top repeat-x #d3d3d3;
	}
	
	.form input[type=reset] {
		height:42px;
		font-weight:bold;
		color:#FFF;
		background:url(/cmn/img/bg-grade-w.png) left top repeat-x #a6a691;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px; 
		cursor:pointer;
	}
	
	.form input[type=reset]:hover {
		background:#a6a691;
	}
	
	
	.form label, .form input[type=radio], .form input[type=checkbox]  {
	cursor:pointer;
	}

.form select {
	width:100px;
	height: 34px;
	line-height: 34px;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	padding:0 0 0 5px;
	border:1px solid #d2cfc8;
	vertical-align:middle;
	letter-spacing:0;
	margin-right:4px;
	cursor:pointer;
}



/**pageNavi*********************************/
/* page navi */
.pageNaviBox{
	margin:0px auto;
	text-align:center;
	width:730px;
}


ul.pageNavi{
	clear:both;
	float:right;
	font-size:90%;
	font-weight:bold;
}

ul.pageNavi li{
	float:left;
	margin-left:3px;
	color:#818166;
}

ul.pageNavi li a {	
	border:1px solid #a0a08a;
	padding:1px 5px;
	text-decoration:none;
	color:#818166;
}

ul.pageNavi li a:hover {
	background:#a0a08a;
	color:#FFF;
}

ul.pageNavi li.pageAround a {
	background:#f49f47;
	color:#FFF;
}

ul.pageNavi li.pageAround a:hover {
	background:#f08312;
	color:#FFF;
}


ul.pageNavi li.pageCurrent a {
	background:#a0a08a;
	color:#FFF;
}



/**clear設定***********************************/

.h2Box,
.linkbtnBox,
.tab,
.tab-multiple,
.pageNavi {	
	min-height: 1%;
	}
	
.h2Box:after,
.linkbtnBox:after,
.tab:after,
.tab-multiple:after,
.pageNavi:after {
	content: ".";
 	display: block;
 	height: 0;
 	clear: both;
 	visibility: hidden;
	}

/*\*/
* html .h2Box,
* html .linkbtnBox,
* html .tab,
* html .tab-multiple,
* html .pageNavi { 
	height: 1%;
	}

.h2Box,
.linkbtnBox,
.tab,
.tab-multiple,
.pageNavi { 
	display: block;
	}/**/
	
