@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      contents.css
 Author:         kasegroup
 Style Info:     コンテンツエリア関係 他
----------------------------------------------------------- */

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}
.alignL {
	text-align:left;
}
.alignR {
	text-align:right;
}
.btn {
	text-align: center;
}

/*clearFix*/
#conts:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*----------------------------------------------------
	#navSkip (Navigation Skip)
----------------------------------------------------*/

span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}

/*----------------------------------------------------
	#container
----------------------------------------------------*/
#container {
   font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 6px;
/*	padding-bottom: 6px;*/
}
/*----------------------------------------------------
	#position
----------------------------------------------------*/
#position {
	position: relative;
	height: 30px;
	margin-bottom: 5px;
	padding-left: 3px;

}

h2 {
	text-align: left;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF0000;
	font-size: 20px;
	color: #000000;
	font-family: "Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif";
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	height: 22px;
}

#position #h2_details {
	border:none;
	margin-top: 2px;
	font-size: 20px;
}
#position #h2_details img {
	position: relative;
	top: 5px;

}

/*3月30追記：リストページパンくず調整用*/
#position #h2_list {
	position: relative;
	top: 12px;
	margin-bottom:22px;
}

#topic_path{
	text-align:right;
	padding: 0;
	/*3月30削除：リストページパンくず調整用*/
	/*width: 530px;*/
	float: left;
	position: absolute;
	top: -3px;
	height: 22px;
	right: 2px;
}

#topic_path li{
	display:inline;
	text-align:left;
	background-image:url(../../img/topic_path.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
	padding: 0 0 0 1em;
	font-size: 12px;
}

#topic_path .home {
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
}

#topic_path li a{

}

#topic_path li a:hover{
background:#3F71F5;
color:#fff
}
#position img {

}

/*----------------------------------------------------
	#conts
----------------------------------------------------*/

#conts {
	text-align: left;
	background-color: #FFFFFF;
/*
	border: 1px solid #CCCCCC;
*/
}

#conts .pageTop {
	clear: both;
	text-align: right;
}
/*お知らせ*/
.notice {
	margin: 10px 5px;
	clear: both;
	border: 3px double #FF0000;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px;
}
.notice h3 {
   color: #FF0000;
   font-size: 150%;
}
.notice p {
   font-size: 120%;
}
.notice a {
   color: #FF0000;
   font-size: 110%;
   text-decoration: underline;
   letter-spacing: 0.05em;
}
.notice table {
   border-collapse: collapse;
   margin: 5px auto 10px;
}
.notice th, .notice td {
   border: 1px solid #ccc;
   text-align: left;
   margin: 0;
   padding: 3px 5px;
}
.notice th {
   background: #ECE893;
}
.notice td {
   background: #FFFFEE;
}

.notice_in {
   width: 300px;
    border: 3px solid #005BAC;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 15px auto;
}
.notice_in h4 {
    background: #005BAC;
    color: #fff;
    font-size: 150%;
    letter-spacing: 0.05em;
    padding: 2px 5px 5px 10px;
}
/*年末年始ボタン*/
p.nenshi a {
   display: block;
   background-color: #5BB127;
   width: 400px;
   border: 1px solid #5BB127;
/*   border-bottom: 3px solid #31862B;*/
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   text-decoration: none;
   color: #fff;
/*   font-weight: bold;*/
   font-size: 115%;
   padding: 9px 14px 5px 15px;
   margin: 3px auto 5px;
}
p.nenshi a:hover {
   background-color: #DFF9CD;
   color: #5BB127;
}
/*----------------------------------------------------
	#bar_contact
----------------------------------------------------*/
#bar_contact {
	margin-left: auto;
}
/*#home #bar_contact {
	box-shadow: 0px 10px 10px #c5413e;
    -moz-box-shadow: 0px 10px 10px #c5413e;
    -o-box-shadow: 0px 10px 10px #c5413e;
    -ms-box-shadow: 0px 10px 10px #c5413e;
	padding-bottom:5px;
}*/
#bar_contact_inner {
	width: 920px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
}
#bar_contact_inner img {
}
/*----------------------------------------------------
	#pref
----------------------------------------------------*/
#pref {
	clear:both;
}
#pref li {
	display:inline;
}
#muryou {
	position: absolute;
	right: 145px;
	top: 35px;
}
#banner {
	position: relative;
}

#flash {
	border: 2px ridge #CCC;
	height: 110px;
	width: 820px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#wrapper {
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
#container{
     padding-bottom: 142px; /*フッターの高さと同じ*/
}
#footer{
	width: 100%;
    height: 142px;
     position:absolute;
     bottom:0;
}

/*----------------------------------------------------
	#right_container
----------------------------------------------------*/

#right_container {
	float: right;
	width: 210px;

}
ul#btn_type {
	
}
ul#btn_type li {
	float: left;
	
}
#form #submit {

}
#form_bike {
	background-color: #66CC00;
	padding: 2px;
}
#form_bike_inner {
	padding: 6px 6px 10px 10px;
	border: 1px solid #FFFFFF;
	background-color: #66CC00;
}
#form_trnk {
	background-color: #8491FF;
	padding: 2px;
}
#form_trnk_inner {
	border: 1px solid #FFFFFF;
	float: left;
	width: 270px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	margin-left: 10px;
	height: 230px;
}
#form_cntn {
	background-color: #F8524E;
	padding: 2px;
}
#form_cntn_inner {
	padding: 6px 6px 10px 10px;
	border: 1px solid #FFFFFF;
	background-color: #FF3E3E;
}
#form_all {
	padding: 20px 2px 2px 20px;
	background-image: url(../../list/img/bg_serch_form2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 284px;
}
#form_all_inner {
	padding: 6px 10px 10px 10px;
}
#form #block_center {
	text-align: left;
	padding-left: 50px;
	margin-top: 6px;
}


/*----------------------------------------------------
	#footer
----------------------------------------------------*/
.footer_bottom {
	background-color: #F8524E;
	/*position: relative;
	margin-top: -60px;  negative value of footer height */
	clear:both;
	margin: auto;
}

#f_gNav .list_end, #f_aNav  .list_end {
	border-right-style: none;
}
#copyright {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
	clear: both;
}
/*#home #copyright {
	background-color: #000;
	margin: 0;
	padding: 10px;
}*/

/*----------------------------------------------------
	#f_gNav
----------------------------------------------------*/

#f_gNav{
	font-size: 12px;
	text-align: center;
	clear: both;
	display: block;
	background-color: #efefef;
	padding-bottom: 10px;
	padding-top: 10px;
 	margin-top: 10px;
}

#f_gNav li {
	padding: 5px 0px;
	display: inline;
}

#f_gNav li a {
	text-align: center;
	padding: 0px 5px;
	text-decoration: none;
	border-right: 1px solid #ccc;
}

#f_gNav li a:hover {
	color: #FF0000;
	text-decoration: underline;

}

#f_gNav li a:visited {


}
#f_gNav img {
	padding-left: 20px;
	float:left;
	padding-top: 5px;
}
#f_gNav ul {
	padding: 5px 20px 5px 5px;
	height: 25px;

}

/*----------------------------------------------------
	#f_aNav
----------------------------------------------------*/

#f_aNav {
	font-size: 12px;
	clear: both;
	background-color: #efefef;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#f_aNav li {
	padding: 5px 0px;
	display: inline;
}

#f_aNav li a {
	text-align: center;
	padding: 0px 5px;
	text-decoration: none;
	color:#000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#f_gNav li .list_end a {
	border:none;
}
#f_aNav li a:hover {
	color: #FF0000;

}


#f_aNav img {
	padding-left: 20px;
	float:left;
	padding-top: 5px;
}
#f_aNav ul {
	padding: 5px 20px 5px 5px;
	height: 25px;

}

.g_addr {
	padding: 0px;
	margin-top: 5px;
	display: block;
}

#search_contents ul{
text-align:left;
}
#search_contents label{
line-height:20px;
}
#search_contents input{
vertical-align:middle;
}
#re_search {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 182px;
}
.select_clear {
	text-align: right;
	display: block;
	margin-top: -27px;
	outline:none;
}
.midashi_shiku{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 105%;
	margin-top: 20px;
}
#owner_banner {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#memo {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 1px dotted #F60;
}
#form_bike1 {
	background-color: #66CC00;
	padding: 2px;
}
#form_bike1_inner {
	padding: 6px 6px 10px 10px;
	border: 1px solid #FFFFFF;
	background-color: #66CC00;
}
#form_trnk1 {
	padding: 2px;
	float: right;
}
#form_trnk1_inner {
	width: 247px;
	height: 284px;
	background-image: url(../../type/img/trnk_map_hk.gif);
	background-repeat: no-repeat;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 5px;
}
#form_cntn1 {
	background-color: #F8524E;
	padding: 2px;
}
#form_cntn1_inner {
	padding: 6px 6px 10px 10px;
	border: 1px solid #FFFFFF;
	background-color: #F8524E;
}
#Information {
	background-color: #F7F6F3;
	background-image: url(../../img/server_maintenance.jpg);
	height: 213px;
	width: 276px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#Information dl {
	margin-right: 12px;
	margin-left: 12px;
	padding-top: 50px;
}
#Information dd {
	padding-top: 18px;
}



/*----------------------------------------------------
	タクシーちゃんねるムービー
----------------------------------------------------*/
.movie{
	width:560px;
	height:315px;
	float:left;
	margin-bottom:5px;
	
}

.movie_caption{
	width:300px;
	height:230px;
	float:right;
	margin-right:30px;
	margin-top:30px;
	font-size:medium;
	line-height:20px;
	border-color:#666;
}


/*----------------------------------------------------
	詳細ページバナー
----------------------------------------------------*/
#bnr_other li{
	margin-bottom:2px;
}



/*----------------------------------------------------
	まんがで見る！レンタルボックスの活用事例
----------------------------------------------------*/
#manga{
	margin-left:auto;
	margin-right:auto;
	width:610px;
}
/*----------------------------------------------------
	キャンペーン
----------------------------------------------------*/
#recommended p {
    margin-bottom: 5px;
}


/*----------------------------------------------------
	ボタンのスタイル
----------------------------------------------------*/
.btn1{
font: 14px/1.6 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
display: block;
float: left;
position: relative;
height: 45px;
width: 128px;
}

.li_btn{
width: 102px;
}

.btn1 a span,
.btn1 a span:hover,
.btn1 a span:visited{
display: block;
position: relative;
height: 35px;
width: 123px;
padding-left:1px;
text-decoration: none;
background: #ff9900;
background: -webkit-gradient(linear, left top, left bottom, from(#ffae13), to(#ff9900));
background: -moz-linear-gradient(top,  #ffae13,  #ff9900);
background: -o-linear-gradient(top,  #ffae13,  #ff9900);
background: -ms-linear-gradient(top,  #ffae13,  #ff9900);
background: linear-gradient(top,  #ffae13,  #ff9900);
-pie-background: linear-gradient(top,  #ffae13,  #ff9900);
behavior: url(PIE.htc);
}

.li_btn a span,
.li_btn a span:hover,
.li_btn a span:visited{
width: 97px;
}


.btn1 a{
display: block;
position: relative;
padding:1px;
text-decoration: none;
line-height: 36px;
text-align: center;
color: #fff;
font-size:16px;
text-shadow: 0px -1px 0px #ba7300;
background: #fff;
-pie-background: #fff;
border: 1px solid #df8702;
-webkit-box-shadow:  0 0 1px #ccc;
-moz-box-shadow:  0 0 1px #ccc;
box-shadow:  0 0 1px #ccc;
behavior: url(PIE.htc);
}
.btn1 a img{
position:relative;
top:2px;
}

/* 角丸のスタイル */
.br1 a,.br1 span{
-webkit-border-radius: 5px; 
-moz-border-radius: 5px;
border-radius: 5px;
behavior: url(PIE.htc);
}

/* マウスオーバー時 */
.btn1 a:hover span {
background: #ffcd50;
background: -webkit-gradient(linear, left top, left bottom, from(#ffcd50), to(#ffab26));
background: -moz-linear-gradient(top,  #ffcd50,  #ffab26);
background: -o-linear-gradient(top,  #ffcd50,  #ffab26);
background: -ms-linear-gradient(top,  #ffcd50,  #ffab26);
background: linear-gradient(top,  #ffcd50,  #ffab26);
-pie-background: linear-gradient(top,  #ffcd50,  #ffab26);
behavior: url(PIE.htc);
}



/*-----------------------
　　　floatcontainer
-----------------------*/
#floatContainer {
	position: relative;
	padding-left: 10px;
	width: 253px;
}

#floatContainer h3 {
	font-size: 14px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 2px;
	padding-bottom: 2px;
}


/*-----------------------
　　　検索
-----------------------*/
#type_search,#free_search {
	border: 4px solid #0055AA;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-image: url(../img/search_back.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	clear: both;
}

#free_search #txt_freeword input{
width:100%;
margin-top:15px;
margin-bottom:7px;

}

#free_search #btn01_submit{
margin-bottom:5px;
}


/*3月13日追加----input type="image"→button type="submit"に変更のため*/
#search_contents button,
#type_search button,
#free_search button{
	background:none;
	border:none;
	cursor:pointer;
}




#floatContainer h3.ttl_search {
	display:block;
	font-size: 1.4em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	color:#0055AA;
	border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #0055AA;
}
#floatContainer h3.ttl_search img {
    vertical-align: middle;
	margin-right: 10px;
}
#floatContainer h3.ttl_search span {
    display: inline-block;
	vertical-align: middle;
}


#type_bike_search {
	width: 245px;
	background: #FFCCFF;
	margin-top: 5px;
}
#type_search #form {
	font-size: 0.8em;
}
#type_search p.left_line {
	clear: both;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	font-weight: bold;
	font-size: 15px;
	padding-top: 10px;
}
#type_search p.left_line a {
   color: #0066CC;
   font-size: 90%;
   text-decoration: underline;
   margin-left: 20px;
}
#type_search p.left_line a:hover {
   text-decoration: none;
}
#type_search div {
	float: left;
}
#type_search div p {
    margin: 0 0 0 2px;
}
#SEL1, #SEL2, #txtBillF, #txtBillT, #txtSquareF, #txtSquareT, #bike_type {
	font-size: 1.3em;
	margin: 0 0 0 2px;
}
#search_bt {
	text-align: center;
	clear: both;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 15px;
}
#type_search select,#search_table select {
	padding-top: 5px;
	padding-bottom: 5px;
}

#fl_map{
text-align:center;
margin-top:25px;
margin-bottom:25px;
}h3#kyoten {
	background-color: #19a7cd;
	padding: 7px;
	width: 634px;
	color:#FFFFFF;
	font-size:16px;
	margin-top: 5px;
}


ul.tyle_li {
	border-radius: 10px;
	font-size:13px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}
ul.tyle_li:after {
  content: "";
  display: block;
  clear: both;
}
.tyle_li li {
  list-style: none;
  margin-bottom:5px;
}
.tyle_li li:nth-child(even) {
  border-right: none;
}
.tyle_li li:nth-last-child(1),
.tyle_li li:nth-last-of-type(2) {
  border-bottom: none;
}
.tyle_li li:nth-last-of-type(2):nth-child(even) {
  border-bottom: 1px solid #999;
}


/*3月13日編集*/

.tyle_li li a {
/*}
  display: block;
  padding-left: 15px;
 */
  height: 45px;
  color: #333;
/*  font-weight: bold;
  font-size: 14px;*/
}

/*ul#tyle_li label img*/
ul#tyle_li a img {
   margin-bottom: -3px;
}

/*icon説明画像のhover時*/
img.icon_hover:hover {
   opacity:0.7;
   filter: alpha(opacity=70);
   -ms-filter: "alpha(opacity=70)";
   -moz-opacity:0.7;
   -khtml-opacity: 0.7;
   zoom:1;
}