@charset "utf-8";

/* ↓ スキーバス（一覧）------------------------------------------------------------------↓ */
div.bus .bus_left {
	float: left;
	width: 370px;
}
div.bus .bus_yoru {
	width: 370px;
	margin: 10px 0 20px;
}
div.bus .bus_right {
	float: right;
	width: 370px;
}
div.bus .bus_asa {
	width: 370px;
	margin: 10px 0 20px;
}
p.sun,p.moon {
	background: url(../image/bus/sun.jpg) no-repeat 0 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 10px 10px 50px;
}
p.moon {
	background: url(../image/bus/moon.jpg) no-repeat 0 0;
}
.route_wrap {
	margin: 0 0 5px;
}
.route_wrap a {
	width: 358px;
	display: block;
	padding: 5px;
	border: 1px solid #CCC;
	background: #feffe8;
}
*html .route_wrap a {
	width: 370px;
}
.bus_yoru .route_wrap a {
	background: #f4fcff;
}
.route_wrap a:hover {
	background: #FFC;
}
.route1 {
	display: block;
	float: left;
	padding: 0 0 0 5px;
	border-left: 6px solid #1b81cc;
	font-size: 14px;
	font-weight: bold;
}
.bus_asa .route1 {
	border-left: 6px solid #F90;
}
.route2 {
	display: block;
	clear: both;
	color: #666;
	padding: 5px 0 0;
}
.route3 {
	float: right;
	display: block;
	color: #333;
}
/* 出発地から探す*/
/* .box_navi_dp4 */
.box_navi_dp4 {
	margin-top: 10px;
	width: 760px;
	height: 42px;
	border-bottom: 4px solid #1b81cc;
	position: relative;
}
/*#navi_dp4*/
ul#navi_dp4 {
	float: left;
}

ul#navi_dp4 li.tokyo_on ,ul#navi_dp4 li.nagoya_on , ul#navi_dp4 li.osaka_on , ul#navi_dp4 li.chugoku_on , ul#navi_dp4 li.shikoku_on ,
ul#navi_dp4 li.tokyo a ,ul#navi_dp4 li.nagoya a , ul#navi_dp4 li.osaka a , ul#navi_dp4 li.chugoku a , ul#navi_dp4 li.shikoku a ,
ul#navi_dp4 li.tokyo a:hover , ul#navi_dp4 li.nagoya a:hover ,ul#navi_dp4 li.osaka a:hover ,ul#navi_dp4 li.chugoku a:hover ,ul#navi_dp4 li.shikoku a:hover {
	width: 132px;
	height: 42px;	
	background: url(../image/bus/button_dep.gif) no-repeat;
	text-indent: -9999px;
	display: block;
}

ul#navi_dp4 li {
	float:left;
}

ul#navi_dp4 li.tokyo a {
	margin-right:2px;
	background-position: 0px 0px;
}

ul#navi_dp4 li.nagoya a {
	margin-right:2px;
	background-position: -133px 0px;
}

ul#navi_dp4 li.osaka a {
	margin-right:2px;
	background-position: -266px 0px;
}

ul#navi_dp4 li.chugoku a {
	margin-right:2px;
	background-position: -399px 0px;
}

ul#navi_dp4 li.shikoku a {
	background-position: -532px 0px;
}

/* ↓ 擬似タイプセレクタ ↓ */

ul#navi_dp4 li.tokyo_on,
ul#navi_dp4 li.tokyo a:hover {
	margin-right:2px;	
	background-position: 0px -42px;	
}

ul#navi_dp4 li.nagoya_on,
ul#navi_dp4 li.nagoya a:hover {
	margin-right:2px;	
	background-position: -133px -42px;	
}

ul#navi_dp4 li.osaka_on,
ul#navi_dp4 li.osaka a:hover {
	margin-right:2px;	
	background-position: -266px -42px;	
}

ul#navi_dp4 li.chugoku_on,
ul#navi_dp4 li.chugoku a:hover {
	margin-right:2px;	
	background-position: -399px -42px;	
}

ul#navi_dp4 li.shikoku_on,
ul#navi_dp4 li.shikoku a:hover {
	background-position: -532px -42px;	
}



/* ↓ スキーバス（詳細）------------------------------------------------------------------↓ */

/* ↓ #main 左側 -------------------------------------------------------------------------↓ */

div#main .left {
	float: left;
	width: 240px;
	height: auto;
	margin: 15px 0px;
	background: url(../image/bus/left_bg2.gif) repeat-y top left;
}

div#main .left_top {
	width: 100%;
	background: url(../image/bus/left_bg1.gif) no-repeat top left;	
	padding-top: 10px;
}
div#main .left_bottom {
	width: 100%;
	background: url(../image/bus/left_bg3.gif) no-repeat bottom left;	
	padding-bottom: 20px;
}
table.bustype {
	width: 224px;
	margin: 0px 8px;
}
table.bustype td {
	text-align: center;
}
div.left:after {
	content: "";
	display: block;
	clear: both;
}


/*料金および運行期間*/
div#unkokikan_wrap {
	margin: 10px 8px;
}
dl#unkokikan {
	margin: 5px 0px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	letter-spacing: 0.2em;
}
dl#unkokikan dt {
	color: #227ad3;
	font-weight: bold;
}
dl#unkokikan dd {
	font-size: 120%;
	text-indent: 2em;
}
dl#unkokikan dd.unkyu {
	font-size: 80%;
	text-indent: 3em;
}
div#unkokikan_wrap p.comment {
	text-indent: -1.0em;
	padding-left: 1.0em;
}

/* 運行期間（料金表）～関西発のみ～ */
div#warimashi_wrap {
	background: #FFFFFF;
	width: 215px;
	border: 1px solid #CCCCCC;
	margin: 5px 0px;
	padding: 5px 3px;
}
div#warimashi_wrap p.bustype {
	font-size: 80%;
	padding-top: 2px;
}
div#warimashi_wrap p.price2 {
	font-size: 15px;
	text-align: center;
}
table#warimashi {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
}
table#warimashi td.haba {
	width: 12px;
	border: 1px solid #CCCCCC;
}

/* 運行期間（カレンダー）～関西発のみ～ */
div#unkokikan_wrap table.unkokikan {
	font-size: 11px;
	border-collapse: collapse;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "HG丸ゴシックM-PRO", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
div#unkokikan_wrap table.unkokikan caption {
	color: #000000;
}
div#unkokikan_wrap table.unkokikan th,
div#unkokikan_wrap table.unkokikan td {
	border: 1px solid #CCCCCC;
	text-align: center;
}
div#unkokikan_wrap table.unkokikan td.height {
	height: 5px;
}
div#unkokikan_wrap  table.ouro_calender {
	margin-bottom: 10px;
}
div#unkokikan_wrap  table.ouro_calender td,
div#unkokikan_wrap  table.fukuro_calender td {
	vertical-align: top;
}
div#unkokikan_wrap  table td.ouro_bg {
	background-color: #CDF1CD;
}
div#unkokikan_wrap  table td.fukuro_bg {
	background-color: #F5E1E1;
}
div#unkokikan_wrap  table td.ouro_name {
	color: #207946;
	letter-spacing:0.2em;
	font-weight: bold;
}
div#unkokikan_wrap  table td.fukuro_name {
	color: #AF3636;
	letter-spacing:0.1em;
	font-weight: bold;
}


/*スノーボードをお持ちの方へ*/

div#bord_wrap {
	margin: 10px 8px;
}
div#bord_text {
	margin-top:5px;
}
div#bord_text p {
	text-align: justify;
}

/*サンデーライナー*/
div#bord_text table {
	border-collapse: collapse;
	width: 100%;
}
div#bord_text table th {
	background: #FFECEC;
	width: 35px;
	text-align: center;
}
div#bord_text table td {
	background: #FFF;
}
div#bord_text table td,div#bord_text table th {
	border: solid 1px #CCCCCC;
} 

/*インフォメーション*/

div#info_wrap {
	margin: 10px 8px 0px;
	overflow: auto;
}
div#info {
	margin-top: 5px;
}
div#info_wrap:after {
	content: "";
	display: block;
	clear: both;
}

/*携帯電話使用禁止*/
div#keitai_wrap {
	width: 112px;
	background-color: #FFF;
	margin: 10px 0px 0px 5px; 
	float: left;
}
div#keitai_top {
	background: url(../image/bus/keitai_top.gif) no-repeat top left;	
}
div#keitai_bottom {
	background: url(../image/bus/keitai_bottom.gif) no-repeat bottom left;	
	padding: 10px 5px 5px;
}
div#keitai_wrap img {
	float: left;
	margin-right: 5px;
}
/*禁煙*/
div#kinen_wrap {
	width: 82px;
	background-color: #FFF;
	margin: 10px 5px 0px 0px;
	float: right;
}
div#kinen_top {
	background: url(../image/bus/kinen_top.gif) no-repeat top left;	
}
div#kinen_bottom {
	background: url(../image/bus/kinen_bottom.gif) no-repeat bottom left;	
	padding: 10px 5px 5px;
}
div#kinen_wrap img {
	float: left;
	margin-right: 5px;
}

/* #sending */
div#sending {
	clear: both;
	padding-top: 20px;
}
div#sending p {
	text-align: right;
	padding: 5px 5px 0px 0px;
}

/* ↓ #main 右側 -------------------------------------------------------------------------↓ */

div#main .right {
	float: right;
	width: 500px;
	height: auto;
	margin: 15px 0px;
}

/*アイコン*/

div#bus_aicon {
	width: 490px;
	position: relative;
	padding: 2px 0px 2px 10px;
	background-color: #ECECEC;
}

/*片道・往復料金*/
p.price {
	padding: 10px 0px 0px 16px;
	font-size: 20px;
	float: left;
}
p.price .font_s {
	font-size: 12px;
	color: #C00;
}
ul.price {
	padding: 10px 0px 0px 16px;
	font-size: 20px;
}
ul.price li {
	font-size: 20px;
}
ul.price li.font_s {
	font-size: 12px;
	color: #C00;
}
/*空席照会・予約ボタン*/

.kuseki_wrap {
	float: right;
	width: 100%;
	margin-top: 10px;
	height: 42px;
}
.kuseki_wrap2 {
	float: right;
	height: 42px;
}
.kuseki_wrap .kuseki { float: right; }
.kuseki_wrap .kuseki li {
	float: left;
	margin-left: 5px;
}

/*運行スケジュール*/
div#schedule_wrap {
	width: 500px;
	float: right;
	clear: both;
	margin-top: 10px;
}

div#schedule_wrap object {
	margin-top: 15px;
}

table#schedule {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}
table#schedule td {
	padding: 2px;
}
div#schedule_wrap table td.arrow {
	background: url(../image/bus/arrow.gif) no-repeat center center;
}
div#schedule_wrap table td.arrow1 {
	background: url(../image/bus/arrow1.gif) no-repeat center center;
}
div#schedule_wrap table td.arrow2 {
	background: url(../image/bus/arrow2.gif) no-repeat center center;
}
div#schedule_wrap table td.arrow2_r {
	background-attachment: fixed;
	background-image: url(../image/bus/arrow2.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
div#schedule_wrap table td.arrow3 {
	background: url(../image/bus/arrow3.gif) no-repeat center center;
}
div#schedule_wrap table td.arrow4 {
	background: url(../image/bus/arrow4.gif) no-repeat center center;
}
div#schedule_wrap table td.arrow5 {
	background: url(../image/bus/arrow5.gif) no-repeat center center;
}
div#schedule_wrap table tr.height td {
	height: 20px;
}
td.hiruhatu_bg {
	background: url(../image/aicon/hiruhatu.gif) no-repeat center center;
	background-color: #FFCC33;
	height: 30px;
	text-align: center;
	border: 1px solid #ECECEC;
}
td.yoruhatu_bg {
	background: url(../image/aicon/yoruhatu.gif) no-repeat center center;
	background-color: #99CCFF;
	height: 30px;
	text-align: center;
	border: 1px solid #ECECEC;
}

td.weekday_bg {
	background-color: #FFFFCC;
	border: 1px solid #ECECEC;
	text-align: center;
	width: 13%;
}
td.night_bg {
	background-color: #e7fbff;
	border: 1px solid #ECECEC;
	text-align: center;
	width: 14%;
}
td.sunday_bg {
	background-color: #ffe9e9;
	border: 1px solid #ECECEC;
	text-align: center;
	width: 13%;
}
td.gray_bg {
	background-color: #ECECEC;
	border: 1px solid #ECECEC;
}
td.white_bg{
	background-color: #FFFFFF;
	border: 1px solid #ECECEC;
}
.border {
	border: 1px solid #ECECEC;
}
.ski_bg {
	color: #1972b3;
	font-weight: bold;
}

/* メイン集合場所 */

div#schedule_wrap table td.main_place1 {
	border: 1px solid #FBB844;
	background-color: #FBB844;
	text-align: center;
	font-weight: bold;
}
div#schedule_wrap table td.main_place2 {
	border: 1px solid #FBB844;
	text-align: center;
}
div#schedule_wrap table td.main_place3 {
	border: 1px solid #FBB844;
}
div#schedule_wrap table td.main_place3 a { color: #333333;}
div#schedule_wrap table td.main_place3 a:hover {	color: #ff9900;}
div#schedule_wrap span.notes {
	font-size: 70%;
}

/* 集合場所の詳細ボタン */

div#schedule_wrap table td.space {
	height: 10px;
}
div#schedule_wrap table td a.syugou {
	display:block;
	text-align: right;
	padding: 5px 0px;
	background: url(../image/syugou_over.gif) no-repeat right center;
}
div#schedule_wrap table td a:hover img { visibility: hidden;}

/*無料シャトル（関西発・東海発）*/

div#shuttle_dep_wrap {
	width: 500px;
	margin-top: 15px;
	background: url(../image/bus/shuttle_bg2.gif) repeat-y top left;	
}
div#shuttle_dep_top {
	width: 100%;
	background: url(../image/bus/shuttle_bg1.gif) no-repeat top left;
	padding-top: 10px;
}
div#shuttle_dep_top p {
	margin-left: 45px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 120%;
}
div#shuttle_dep_bottom {
	width: 100%;
	background: url(../image/bus/shuttle_bg3.gif) no-repeat bottom left;	
}
table#shuttle_dep {
	width: 480px;
	margin: 15px 10px 0px;
	border-collapse: collapse;
}
table#shuttle_dep .shuttle_bg {
	background-color: #e7fbff;
	padding: 2px;
	text-align: center;
}
div#shuttle_wrap .space {
	height: 10px;
}

div#bus_schedule {
	margin: 10px 8px;
	font-size: 11px;
}
div#bus_schedule p.schedule_name{
	font-size: 120%;
	font-weight: bold;
}
table#bus_ab {
	border-collapse: collapse;
}
table#bus_ab, table#bus_ab td{
	border: 1px solid #ECECEC;
	background: #fff;
	font-size: 100%;
}
table#bus_ab td.a_plan {
	background-color: #CDF1CD;
	text-align: center;
}
table#bus_ab td.b_plan {
	background-color: #F5E1E1;
	text-align: center;
}
table#bus_ab td.haba {
	width: 35px;
}
table#bus_ab td.bus_night {
	background: #ccc;
}
table#bus_ab td.am {
	background-color: #e7fbff;
}
table#bus_ab td.pm {
	background-color: #FFC;
}

