@charset "utf-8";
/* CSS Document */


/* -------------------------------
 *
 * Base style
 *
 ------------------------------ */
 
body {
	margin:0 auto;
	padding:0;
	color:#000;
	font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "Arial", "Helvetica", sans-serif;
	font-size:14px;
	line-height:1.8;
	background:#fcfbfb;
	-webkit-text-size-adjust: none;
}
/* pc/sp */
#spLinkBlockInPc{
	display:none;
}
html, body, div, span, figure, img, fieldset, a, h1, h2, h3, h4, h5, h6, p, blockquote, pre, small, strong, dl, dt, dd, ul, ol, li, table, caption, form, input, textarea, th, td { 
	margin: 0; padding: 0; 
}
header,hgroup,nav,article,
section,aside,figure,footer {
	display:block;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
ol, ul, li{
	list-style:none;
}
fieldset { 
	border:0; 
}
table {
	border-collapse: collapse; 
	border-spacing:0; 
}	
caption, th { 
	text-align: left; 
}
address, caption, cite, code, dfn, em, strong, th, var { 
	font-style: normal; 
	font-weight: normal; 
}
article, aside, figure, figcaption, details, footer, header, hgroup, nav, section, summary { 
	display:block; 
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/* CLEAR FIX */
.clear { clear:both; }
.clearFix { overflow:hidden; }
.clearFix:after { display:block; clear:both; height:0; visibility:hidden; content:"."; zoom:1; }  
.clr { height: 0px; _height: 1px; overflow: hidden; clear: both; }


a:focus { outline:none; }
div:focus { outline:none; }
img { width:auto; max-width:100%; height:auto; }

/*---自動拡大停止---------*/
html {-webkit-text-size-adjust:100%;}

a:link{
	color:#000;
	text-decoration:none;
}
a:visited{
	color:#000;
	text-decoration:underline;
}
a:hover,
a:active,
a:focus{
	color:#af9445;
	text-decoration:underline;
}
:lang(ch){
	font-family: simsun;
}
/* Multimedia */
img{
	border:0;
	vertical-align:bottom;
}
/* Form */
form {
	margin:0;
	padding:0;
}
input,
textarea,
select,
button{
	font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "Arial", "Helvetica", sans-serif;
	font-size:12px;
	color:#333;
}
label{
cursor:pointer;
}
/* HTML5 elements */
header, footer, article, section, nav, aside, small, hgroup, figure, figcaption {
	display:block;
}

/* フロート
--------------------------------------------------*/
.fl{ float:left; }
.fr{ float:right; }
.fClear{ clear:both; }


/* テキストの位置
--------------------------------------------------*/
.alignC{ text-align:center; }
.alignL{ text-align:left; }
.alignR{ text-align:right; }
.verticalM{ vertical-align:middle; }

/* テキストの書式
--------------------------------------------------*/
.txt01 { line-height:2.0; font-size:14px; } 

/*　フォント
--------------------------------------------------*/
.fwb { font-weight:bold; }
.f10 { font-size:10px; }
.f14 { font-size:14px; }
.f14b { font-size:14px; font-weight:bold; }
.f16 { font-size:16px; }
.f16b { font-size:16px; font-weight:bold; }
.f18 { font-size:18px; }

.red { color:#bd0624; }
.redB { color:#bd0624; font-weight:bold; }

/* 余白
--------------------------------------------------*/
.mb0{ margin-bottom:0; }
.mb10{ margin-bottom:10px; }
.mb20{ margin-bottom:20px; }
.mb30{ margin-bottom:30px; }
.mb40{ margin-bottom:40px; }
.mb50{ margin-bottom:50px; }
.mb70{ margin-bottom:70px; }
.mb300{ margin-bottom:300px; }

.mr05{ margin-right:5px; }
.mr10{ margin-right:10px; }
.mr13{ margin-right:13px; }
.mr15{ margin-right:15px; }
.mr20{ margin-right:20px; }
.mr30{ margin-right:30px; }
.mr40{ margin-right:40px; }
.mr50{ margin-right:50px; }

.ml10{ margin-left:10px; }
.ml20{ margin-left:20px; }
.ml30{ margin-left:30px; }
.ml40{ margin-left:40px; }
.ml50{ margin-left:50px; }

.mt0{ margin-top:0; }
.mt5{ margin-top:5px; }
.mt10{ margin-top:10px; }
.mt20{ margin-top:20px; }
.mt30{ margin-top:30px; }
.mt40{ margin-top:40px; }
.mt50{ margin-top:50px; }

.mlr0{ margin-left:0; margin-right:0; }
.mlr10{ margin-left:10px; margin-right:10px; }

.mlr20{ margin-left:20px; margin-right:20px; }
.mlr30{ margin-left:30px; margin-right:30px; }
.mlr40{ margin-left:40px; margin-right:40px; }
.mlr50{ margin-left:50px; margin-right:50px; }

.pb0{ padding-bottom:0; }
.pb5{ padding-bottom:5px; }
.pb10{ padding-bottom:10px; }
.pb20{ padding-bottom:20px; }
.pb30{ padding-bottom:30px; }
.pb40{ padding-bottom:40px; }
.pb50{ padding-bottom:50px; }

.pr10{ padding-right:10px; }
.pr20{ padding-right:20px; }
.pr30{ padding-right:30px; }
.pr40{ padding-right:40px; }
.pr50{ padding-right:50px; }

.pl10{ padding-left:10px; }
.pl20{ padding-left:20px; }
.pl30{ padding-left:30px; }
.pl40{ padding-left:40px; }
.pl50{ padding-left:50px; }

.pt0{ padding-top:0; }
.pt10{ padding-top:10px; }
.pt20{ padding-top:20px; }
.pt30{ padding-top:30px; }
.pt40{ padding-top:40px; }
.pt50{ padding-top:50px; }

.plr0{ padding-left:0; padding-right:0; }
.plr10{ padding-left:10px; padding-right:10px; }
.plr20{ padding-left:20px; padding-right:20px; }
.plr30{ padding-left:30px; padding-right:30px; }
.plr40{ padding-left:40px; padding-right:40px; }
.plr50{ padding-left:50px; padding-right:50px; }


.bg-title01 { font-size:16px; font-weight:bold; padding-bottom:5px; margin-bottom:30px; background:url(../img/bg-title01.png) 0 bottom no-repeat; }
.bg-title02 { height:41px; font-size:14px; font-weight:bold; margin-bottom:20px; padding:5px 10px 0 20px; background:url(../img/bg-title02.png) 0 bottom no-repeat; }
.bg-title03 { font-size:14px; font-weight:bold; padding-bottom:5px; margin-bottom:20px; background:url(../img/bg-title03.png) 0 bottom no-repeat; }
.bg-title04 { height:30px; font-size:14px; font-weight:bold; margin-bottom:20px; padding:0 10px 0 30px; background:url(../../img/arrow04.png) no-repeat; }



.photo img { margin:auto; display:block; width:100%; }



/* header */
header {
	 /* background:url(../../img/bg-header.gif) repeat-x; */
	 height:60px;
	 border-bottom:3px solid #000;
 }

#logo {
	width:250px;
	margin:10px 0 10px 10px;
}

article{
	width:100%;
	overflow:hidden;
}
article section{
	padding:4% 10px;
}

/* footer */
footer {
	width:100%;
}

#sidemenu {
	width:100%;
	margin:0;
	padding:0;
	border-bottom:3px solid #a08c29;
	border-top:3px solid #a08c29;
	background:url(../../img/bg-sidemenu.gif) repeat;
}
.sidemenu-title {
	padding-bottom:5px;
	border-bottom:3px double #a0a0a0;
	margin-bottom:20px;
	text-align:center;
}
#sidemenu ul{
 	margin:0;
	padding:0;
}
	#sidemenu ul li{
		overflow: hidden;
		margin: 0;
		width: 100%;
		text-align: left;
		padding: 0;
		border: 1px #ccc solid;
		border-bottom: 0;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
		background: linear-gradient(#fff, #f0f0f0);
   		display:block;
		-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
		box-shadow:0px 3px 3px rgba(000,000,000,0.1);
	}
	/*
	#sidemenu ul li:first-child{
		border-radius: 8px 8px 0 0;
	}*/
	#sidemenu ul li:last-child{
		/*
		border-radius: 0 0 8px 8px;
		*/
		border-bottom:1px #ccc solid;
	}
	#sidemenu ul li a{
		color: #333;
		display: block;
		height: 60px;
		margin: 0;
		padding: 0 0 0 10px;
		overflow: hidden;
		white-space: nowrap;
		line-height: 60px;
		text-overflow: ellipsis;
		text-decoration: none;
		font-weight:bold;
	}
	#sidemenu ul li a::after{
		content: url(../img/list_mark1.png);
		float: right;
		padding-top:10px;
	}

article#side {
	width:100%;
	margin:0;
	padding:0;
	background:url(../img/bg-side.png) repeat;
	border-bottom:1px solid #ad9936;
	border-top:1px solid #ad9936;
}
article#side section ul li img {
	margin:auto;
	display:block;
	width:100%;
}
article#side section .bnr-recruit {
	position: relative;
}
article#side section .bnr-recruit > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
article#side section .untenshashokuba {
	margin-top: 10px;
	text-align: center;
}
article#side section .untenshashokuba .flex {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	background-color: #fff;
	padding: 0 3%;
}
article#side section .untenshashokuba .flex .flex-child {
	width: 50%;
	padding: 3%;
}
address {
	background:#000;
	padding:4% 10px;
	color:#FFF;
}
address#add img {
	width:98%;
}
address#add #footer-logo {
	padding-left:100px;
	padding-top:10px;
	height:45px;
	color:#d2d2d2;
	font-size:18px;
	font-weight:bold;
	background:url(../img/logo-footer.gif) no-repeat;
}
address#add p {
	line-height:1.4;
	color:#d2d2d2;
}
address#add .telTxt span, address#add .telTxt span a {
	color:#d2d2d2;
}
address#add .copyright {
	padding-top:15px;
	text-align:center;
	color:#999;
	font-size:12px;
}



/* -------------------------------
 *
 * top
 *
 ------------------------------ */
#top-info {
	padding:10px;
	font-size:12px;
	color:#FFF;
	background:#000;
	line-height:1.4;
}

/* top-service */
article#top-service section {
	background:#f3f3f3;
	border-bottom:1px dotted #000;
	border-top:1px dotted #000;
}

article#top-service section a,
article#top-service section > div {
	background:url(../img/link_icon.png) no-repeat right center;
	padding-right:4%;
	display:block;
	overflow:hidden;
}

/*	top-service画像　*/
article#top-service section a figure,
article#top-service section > div figure {
	width:35%;
	margin-right:10px;
	padding:0;
	overflow:hidden;
	float:left;
}

article#top-service section a figure img,
article#top-service section > div figure img{
	background:#8DB42D;
	width:100%;
	margin-bottom:-4.5%;
}

@media screen and (min-width:480px) {
	article#top-service section a figure,
	article#top-service section > div figure{
		padding-bottom:0.5%;
	}
}

/*	カテゴリ画像の説明文字　*/
article#top-service section a h2,
article#top-service section > div h2 {
	width:60.5%;
	font-weight:bold;
	font-size:16px;
	float:right;
	margin-bottom:10px;
	text-decoration:none;
}

article#top-service section a p,
article#top-service section > div p {
	width:60.5%;
	float:right;
	text-decoration:none;
	line-height:1.4;
}
/*	乗務員募集の外部リンク　*/
article#top-service section .tservice_sub {
	clear: both;
	display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.5em;
}
article#top-service section .tservice_sub li {
	margin: 0.25em 0;
	width: 48%;
	text-align: center;
	
}
article#top-service section .tservice_sub li a {
	display: block;
	border: #333 dashed 1px;
	border-radius: 6px;
	padding: 8px 0;
	background: linear-gradient(#ccc, #fff 15%, #fff 85%, #ccc);
}

article#top-news .title h2 {
	background:url(../img/bg-gnavi.gif) repeat;
	padding:3% 10px;
	margin:0 0 20px 0;
	color:#FFF;
	border:solid 1px #161310;
	border-top:solid 1px #968F89;
	text-shadow:1px 1px 1px #1C140D;
	font-size:16px;
}

/* top-news */
article#top-news section {
	width:90%;
	height:250px;
	margin:0 auto 20px auto;
	border:solid 1px #000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
/*
article#top-news section dt {
	margin-top:15px;
	font-weight: bold;
}
article#top-news section dd{
	margin-bottom:15px;
	padding: 10px 0 15px 0;
	border-bottom:1px dotted #333;
	line-height:1.4;
}
*/
#movieArea {
	margin: 20px 15px;
}

/* -------------------------------
 *
 * taxi-hire
 *
 ------------------------------ */
.taxi-list {
	margin-bottom:20px;
}
.taxi-list li {
	padding-left:10px;
	background:url(../../img/arrow05.png) 0 7px no-repeat;
}



/* -------------------------------
 *
 * charge/peyment
 *
 ------------------------------ */
.link-red a, .link-red a:hover {
	color:#bd0624;
	text-decoration:underline;
}
.charge-table, .charge-table2 {
	width:100%;
	border:1px solid #000;
	margin-bottom:20px;
}
.charge-table th {
	width:40%;
	color:#FFF;
	text-align:center;
	background:url(../../img/bg-title04.gif) repeat;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	line-height:1.6;
	padding:7px 0;
}
.charge-table td {
	text-align:center;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	line-height:1.6;
	padding:10px 0;
}
.charge-table2 th {
	width:19%;
	color:#FFF;
	text-align:center;
	background:url(../../img/bg-title04.gif) repeat;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	line-height:1.6;
	padding:7px 0;
}
.charge-table2 td {
	width:27%;
	text-align:center;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	line-height:1.6;
	padding:10px 0;
}
.line-double1 {
	border-bottom:3px double #666;
}

.payment-box {
	background:#f3f3f3;
	border:1px solid #000;
	padding:15px 5px;
}
.payment-box figure {
	width:30%;
	margin-right:10px;
	padding:0;
	overflow:hidden;
	float:left;
}
.payment-box ul {
	width:65%;
	float:left;	
}
.payment-box ul li{
	line-height:1.4;
	padding-left:15px;
	background:url(../../img/arrow03.png) 0 3px no-repeat;
}
.discount-box {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #000;
}
.discount-box figure {
	width:30%;
	margin-right:10px;
	padding:0;
	overflow:hidden;
	float:left;
	border:1px solid #CCC;
}
.dbox-txt {
	width:65%;
	float:left;	
}
.dbox-title {
	font-size:14px;
	font-weight:bold;
	padding:3px 0;
	background:#faf8e1;
	margin-bottom:20px;
	text-align:center;
}





/* -------------------------------
 *
 * company/recruit
 *
 ------------------------------ */
#company table {
	width:100%;
	margin: 0;
}
#company table th, #company table td {
	padding: 10px 5px;
	font-weight: normal;
	font-size: 100%;
	vertical-align: top;
}
#company table th {
	width: 30%;
	border-bottom:1px solid #999;

}
#company table td {
	border-bottom:1px dotted #999;
}		

.faq dt {
	min-height:30px;
	padding:3px 0 10px 40px;
	font-size:14px;
	font-weight:bold;
	background:url(../../img/Q.png) no-repeat;
}
.faq dd {
	min-height:30px;
	margin-bottom:15px;
	padding:3px 0 10px 70px;
	line-height:1.4;
	background:url(../../img/A.png) 30px 0 no-repeat;
	border-bottom:1px dotted #000;
}

.boshu-table {
	border:1px solid #ba9a5c;
	width:100%;
	margin-bottom:30px;
}
.boshu-table th {
	font-weight:bold;
	padding:10px 5px;
	border-bottom:1px solid #ba9a5c;
	border-right:1px solid #ba9a5c;
}
.boshu-table td {
	padding:10px 5px;
	border-bottom:1px solid #ba9a5c;
}
.bt01 {
	background:#f4f1e6;
}
.w25 { width:25%; }
.box-border {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px dotted #000;
}
.lstyle-01 {
	padding-left:20px;
	padding-bottom:7px;
	background:url(../../img/arrow03.png) 0 5px no-repeat;
}


/* -------------------------------
 *
 * privacy
 *
 ------------------------------ */

.privacy li {
	margin-left:20px;
	list-style: decimal;
}
.privacy li ol li{
	list-style:disc;
	margin-left:20px;
}



/* -------------------------------
 *
 * form
 *
 ------------------------------ */
 /*inquiry */
dl.formlist {
	width:100%;
	margin-bottom:20px;
}
.formlist dt {
	font-weight:bold;
}
.formlist dd {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #000;
}
.formlist dd.fl-txt input, .formlist dd.fl-txt textarea {
  	width: 94%;
 	padding: 11px 3% 11px 3%;
	margin-bottom:10px;
  	border:1px solid #ccc;
  	font-size: 16px;
  	font-weight: normal;
}
.formlist dd.fl-zip input {
  	width: 70%;
 	padding: 11px 3% 11px 3%;
	margin-bottom:10px;
  	border:1px solid #ccc;
  	font-size: 16px;
  	font-weight: normal;
}
.formlist dd.fl-radio input{
	margin-right:5px;
}
.asterisk {
	color:#F00;
}
.col-b {
	background:#ddf3fe;
}
.col-m {
	background:#eefcc6;
}

#check {
	width:310px;
	margin:0 auto 30px auto;
	text-align:center;
}
input[type="reset"],input[type="button"],input[type="submit"]  {
  -webkit-appearance: none;
}
/*ボタン*/
.clearbtn, .checkbtn, .backbtn, .sendbtn { 
	display: inline-block;
  	width: 150px;
  	margin: 30px 0 0;
  	padding: 10px 0;
  	background: #000;
  	border: 0;
  	text-decoration: none;
  	text-align: center;
  	font-size: 16px;
  	color: #FFF;
}

.clearbtn:hover, .checkbtn:hover  {
  background: #666;
}


/*リセット
.formclear {
	width:120px;
	height:30px; 
	border:none;
	float:left;
	background:url(../../img/button/btn_reset_on.gif) no-repeat; 
}
	.formclear input:hover {
		opacity: 0.0;
		/* IE */   /*
		filter: alpha(opacity=0);
	}
	.clearbtn { 
		width:120px;
		height:30px;
		border:none; 
		background:url(../../img/button/btn_reset_off.gif) no-repeat; 
		cursor:pointer; 
	}
/*確認する
.formcheck {
	width:120px;
	height:30px; 
	border:none;
	float:right;
	background:url(../../img/button/btn_confirm_on.gif) no-repeat; 
}
	.formcheck input:hover {
		opacity: 0.0;
		/* IE */   /*
		filter: alpha(opacity=0);
	}
	.checkbtn { 
		width:120px;
		height:30px;
		border:none; 
		background:url(../../img/button/btn_confirm_off.gif) no-repeat; 
		cursor:pointer; 
	}
/*
.formback {
	width:120px;
	height:30px; 
	border:none;
	float:left;
	background:url(../../img/button/btn_back_on.gif) no-repeat; 
}
	.formback input:hover {
		opacity: 0.0;
		/* IE */   /*
		filter: alpha(opacity=0);
	}
	.backbtn { 
		width:120px;
		height:30px;
		border:none; 
		background:url(../../img/button/btn_back_off.gif) no-repeat; 
		cursor:pointer; 
	}
*/
/*
.formsend {
	width:120px;
	height:30px; 
	border:none;
	float:right;
	background:url(../../img/button/btn_send_on.gif) no-repeat; 
}
	.formsend input:hover {
		opacity: 0.0;
		/* IE */  /*
		filter: alpha(opacity=0);
	}
	.sendbtn { 
		width:120px;
		height:30px;
		border:none; 
		background:url(../../img/button/btn_send_off.gif) no-repeat; 
		cursor:pointer; 
	}
*/	

.comp_box {
	margin:150px 0;
	text-align:center;
}

.pdfbox {
	width:100%;
	
	border:1px solid #000;
	margin:30px 0;
	padding:15px 10px;
}
.pdfbox img {
	width:98%;
	margin:0 auto;
}
.line-dotted {
	padding-bottom:10px;
	border-bottom:1px dotted #000;
	margin-bottom:10px;
}



/* -------------------------------
 *
 * pagetop
 *
 ------------------------------ */
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	opacity: 0.7;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
	opacity: 0.7;
}