@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	会津若松高速バス

//////////////////////////////////////////////////////////////////////////////*/

/** 共通ファイルの継承 **/
@import url( "../../../css/common.css" );

/*------------------------------------------------------------------------------

	contents

------------------------------------------------------------------------------*/


.fare tbody td,
.fare thead th {
	text-align: center;
}

#content main .inspan table tbody th {
	display: block;
}

@media screen and (max-width: 767px){

#content main .inspan th span{
    width: 70%;	
}

#content main .inspan th .attribute {
	left: 85%;
}

.en #content main .inspan th .attribute {
	left: 90%;
}

#content main .inspan thead th:not(:first-child),
main .time_table tbody td:not(:first-child){
	min-height: 5em;
}

#content main .inspan thead th:not(:first-child) {
	position: relative
}

#content main .inspan th span {
	position: absolute;
	left: 0;
    top: 50%;
    transform: translate(8%,-50%);
}

.en #content main .inspan th span {
	font-size: 2vw; 
}

}






