/* 20130911更新 */
.box .pdfb2{
    background: url("/common/img/btn2.png") no-repeat scroll left top transparent;
    color: #555555;
    display: block;
    font-weight: bold;
    line-height: 250%;
    margin-top: 8px;
    text-indent: 36px;
    width: 704px;
}
#rap .box{}
#rap .box #bus{
float:left;
}
#rap .box p{
width:350px;
float:right;
text-align:left;
}

/**/
#rap #n2{
margin-bottom:22px;
display:inline-block;
}
#rap #n2 p{
clear:both;
width:100%;
font-size:14px;
margin-bottom:8px;
}

#rap #n2 .i1{
display:inline-block;
width:333px;
float:left;
margin:0 3px 0;
}

#rap #n3 .i1{
display:inline-block;
width:333px;
float:left;
margin:0 3px 0;
}


#rap #n2 .i1 h3{
font-size:14px;
}
#rap #n2 .i1 div{}

/**/
#rap #n3{
margin-bottom:22px;
}
#rap #n3 p{
text-align:left;
font-size:14px;
}

/**/
#rap .comi{}
#rap .comi #n1{
	display:inline-block;
}
#rap .comi #n1 .img{
	float:left;
}
#rap .comi #n1 .txt{
	float:right;
	width:250px;
	text-align:left;
	margin-top:26px;
	font-size:14px;
	line-height:160%;
}
#rap .comi #n1 .txt strong{
	color:#0066CC;
}

#rap .comi #n1 .box1{
	display:inline-block;
	margin-bottom:15px;
	width:100%;
}

#rap .comi #n1 .box2{
	clear:both;
	width:100%;
	display:inline-block;
	margin-bottom: 15px;
}
#rap .comi #n1 .box2 .bx2{
	float:left;
	width:340px;
	text-align:left;
	font-size:14px;
	margin: 0 12px 0 0;
}
#rap .comi #n1 .box2 .bx2 p{
	font-size:14px;
	line-height:160%;
	letter-spacing: 0px;
}
#rap .comi #n1 .box2 .bx2 p strong{
	font-size: 23px;
	font-weight:normal;
}
#rap .comi #n1,
#rap .comi #n2{
clear:both;
width:100%;
margin-bottom: 22px;
}

#rap .comi #n1 p,
#rap .comi #n2 p{
text-align: left;
font-size: 14px;
}

/*
	beebus
*/

#rap .comi #n4{
	background:url(be2.png) top left repeat-y;
	width:704px;
}
#rap .comi #n4 .hed{
	background:url(be1.png) top left no-repeat;
	padding-top:37px;
}

#rap .comi #n4 .btm{
	background:url(be3.png) bottom left no-repeat;
	padding-bottom:24px;
}
#rap .comi #n4 .box{
	display:inline-block;
	width:94%;
}
#rap .comi #n4 .box .img{
	float:right;
	width:200px;
}
#rap .comi #n4 .box .txt{
	float:left;
	width:455px;
}

#rap .comi #n4 .box .txt h3{}
#rap .comi #n4 .box .txt p{
	width:100%;
	font-size:14px;
	line-height:160%;
	margin-bottom:8px;
}
#rap .comi #n4 .box .txt .at{
font-weight:bold;
}
#rap .comi #n4 .box .txt table{
	background:#669933;
	margin-bottom:8px;
}
#rap .comi #n4 .box .txt table th{
	background:#669933;
	color:#fff;
	text-align:left;
	padding:4px 6px;
	font-weight:normal;
}
#rap .comi #n4 .box .txt table td{
	padding:4px 6px;
	background:#fff;
	text-align:left;
}
#rap .comi #n4 .box .txt p strong{
	color:#FF6633;
}
#rap .comi #n4 .box .txt table{}

/**/
#rap .btmlnk{
margin-top:25px;
display:inline-block;
width:100%;
}
#rap .btmlnk ul{
text-align:left;
margin-bottom:25px;
}
#rap .btmlnk ul li{
display:inline-block;
margin-right:15px;
}
#rap .btmlnk ul li a{}


/* 運賃表PDFリスト */
.bus_fare {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 700px;
	margin: 0;
}
.bus_fare li {
	display: inline-block;
	margin-bottom: 15px;
	width: 48%;
}
.bus_fare li h3 span {
	display: inline-block;
    padding: 4px 12px;
    background-color: #ddf0f9;
    border-radius: 4px;
	font-size: 14px;
	color: #2888ba;
}
.for_oct {
	color: #f75555 !important;
    background-color: #ffeded !important;
}
.bus_fare li a {
	color: #fff;
}
.bus_fare li a .pdfb {
	opacity: 1;
	transition: .3s;
}
.bus_fare li a:hover .pdfb {
	opacity: 0.5;
}
.bus_fare li img {
	width: 100%;
	height: auto;
	border: 1px solid #e1e1e1;
}
