@charset "Shift_JIS";


/*____________________________________________________________________

	Tit
____________________________________________________________________*/

#tit {
	width: 710px;
	background: transparent url(../img_rdz/tit_bg01.jpg) no-repeat left top;
}

/*____________________________________________________________________

	Frame Btn
____________________________________________________________________*/

.frmBtnFare {
	/*padding: 12px 20px;*/
	border: solid 1px #FFFFFF;
	background-color: #D9D9D9;
}

.frmBtnFareBlk01 {
	width: 304px;
	float: left;
	padding: 12px 0 12px 20px;
	margin-right: 20px;
	background: transparent url(../../common_rdz/img/line_y01.gif) repeat-y right top;
}
.frmBtnFareBlk02 {
	padding: 12px 0 12px 20px;
	margin-right: 20px;
}

.frmBtnFareBlk01Last {
	max-width: 304px;
	float: left;
	padding: 12px 0;
}

.frmBtnFareBlk01 ul, .frmBtnFareBlk01Last ul {
	margin-top: 7px;
}

.frmBtnFareBlk01 ul li, .frmBtnFareBlk01Last ul li {
	margin-right: 2px;
	float: left;
	font-size: 0px !important;
	line-height: 0 !important;
}

.frmBtnFareBlk02 ul, .frmBtnFareBlk01Last ul {
	margin-top: 7px;
}

.frmBtnFareBlk02 ul li, .frmBtnFareBlk01Last ul li {
	margin-right: 2px;
	float: left;
	font-size: 0px !important;
	line-height: 0 !important;
}


/*____________________________________________________________________

	福北関連追記
____________________________________________________________________*/

.fukuhoku .tr01 td {
	border-bottom-style: dotted;
}

.fukuhoku .tr02 td {
	border-top-style: none;
}

.fukuhoku .yellow {
	background-color: #FF9;
}

.fukuhoku {
	text-align: center;
}

/* add 20190906 iwami*/
.bus-txt-box {
	display: flex;
	align-items: center;
}

.bus-txt-box .bus-icn {
	text-align: center;
	margin-right: 15px;
	padding: 12px;
	background: #fafafa;
	min-width: 100px;
}

.bus-txt-box .bus-icn span {
  vertical-align: middle;
}

.bus-txt-box .bus-icn span::before {
  width: 33px;
  height: 24px;
  margin: 3px auto 9px;
  display: block;
  background-position: -535px -527px;
  background-image: url(/resource/img/icn_sprite.svg);
  content: '';
}

.bus-txt-box .bus-txt p:first-child {
	margin-top: 0;
}

@media screen and (max-width:767px){
	.bus-txt-box .bus-icn {
		min-width: 90px;
	}
}

/*____________________________________________________________________

	縦書き
____________________________________________________________________*/

.vertical {
  writing-mode: tb-rl;
  direction: ltr;
}
