@charset "utf-8";

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

	長岡早朝高速バス

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

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

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

	contents

------------------------------------------------------------------------------*/
main .site_column > .attention_box {
	text-align: center;
}

main .site_column > .attention_box ul {
	display: inline-block;
	margin-bottom: 0;
}

main .inspan thead th:first-child, main .inspan tbody th {
	width: 35%;
}

main thead th:not(:first-child) ,
main tbody td:not(:first-child) {
	text-align: center;
}

main thead th:first-child {
    background-color: transparent;
    line-height: 1;
    color: inherit;
}

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

#content main table tbody th {
	font-size: 2.25vw;
}

}













