@charset "utf-8";
/*日帰りスキーツアー（一覧）*/
/* タブ */
.tab {
	float: left;
	width: 760px;
	height: 42px;
	padding: 31px 0 0;
	background: url(../image/higaeri/tab2.gif) no-repeat top right;
	border-bottom: 4px solid #F90;
}
.tab li {
	float:left;
	margin: 0 2px 0 0;
}
.tab li a {
	float:left;
	width: 120px;
	height: 42px;	
	display: block;
}
.tab li a span {
	display: none;
}
.tab li.ta a {
	background: url(../image/higaeri/tab_ta.gif) no-repeat 0 0;
}
.tab li.ty a {
	background: url(../image/higaeri/tab_ty.gif) no-repeat 0 0;
}
.tab li.na a {
	background: url(../image/higaeri/tab_na.gif) no-repeat 0 0;
}
.tab li.ny a {
	background: url(../image/higaeri/tab_ny.gif) no-repeat 0 0;
}
.tab li.oa a {
	background: url(../image/higaeri/tab_oa.gif) no-repeat 0 0;
}
.tab li.oy a {
	background: url(../image/higaeri/tab_oy.gif) no-repeat 0 0;
}
.tab li a:hover,.tab li a.on {
	background-position: 0 -42px;
}
/* アイコン */
#aicon {
	clear: both;
	width: 700px;
	margin: 15px;
	padding:3px 5px;
	border:1px solid #CCC;
}
/* ランキング */
.rank {
	margin: 15px 0;
	border-collapse: collapse;
}
.rank td {
	vertical-align: top;
	text-align: center;
}
.rank a {
	display: block;
	width: 240px;
	height: 100%;
	margin: 0 3px 10px 0;
	padding: 5px;
	border: 1px solid #CCC;
	cursor: pointer;
}
@html .rank a {
	width: 253px;
}
a.rank01 {
	background: url(../image/higaeri/rank01.jpg) no-repeat left top #FFC;
}
a.rank02 {
	background: url(../image/higaeri/rank02.jpg) no-repeat left top #FFC;
}
a.rank03 {
	background: url(../image/higaeri/rank03.jpg) no-repeat left top #FFC;
}
a.rank04 {
	background: url(../image/higaeri/rank04.jpg) no-repeat left top #FFC;
}
a.rank05 {
	background: url(../image/higaeri/rank05.jpg) no-repeat left top #FFC;
}
.yoruhatsu a.rank01 {
	background: url(../image/higaeri/rank01y_on.jpg) no-repeat left top #CEF1FF;
}
.yoruhatsu a.rank02 {
	background: url(../image/higaeri/rank02y_on.jpg) no-repeat left top #CEF1FF;
}
.yoruhatsu a.rank03 {
	background: url(../image/higaeri/rank03y_on.jpg) no-repeat left top #CEF1FF;
}
.yoruhatsu a.rank04 {
	background: url(../image/higaeri/rank04y_on.jpg) no-repeat left top #CEF1FF;
}
.yoruhatsu a.rank05 {
	background: url(../image/higaeri/rank05y_on.jpg) no-repeat left top #CEF1FF;
}
a:hover.rank01 {
	background: url(../image/higaeri/rank01_on.jpg) no-repeat left top #FFF;
}
a:hover.rank02 {
	background: url(../image/higaeri/rank02_on.jpg) no-repeat left top #FFF;
}
a:hover.rank03 {
	background: url(../image/higaeri/rank03_on.jpg) no-repeat left top #FFF;
}
a:hover.rank04 {
	background: url(../image/higaeri/rank04_on.jpg) no-repeat left top #FFF;
}
a:hover.rank05 {
	background: url(../image/higaeri/rank05_on.jpg) no-repeat left top #FFF;
}
.rank .list1 {
	display: block;
	padding: 5px 5px 5px 55px;
	font-weight: bold;
	text-align: left;
}
.rank .list2 {
	clear: both;
	float: left;
	color: #333;
	text-align: left;
	padding: 3px;
}
.rank .rank01 .list2 {
	width: 220px;
}
.rank .rank02 .list2,.rank .rank03 .list2,.rank .rank04 .list2,.rank .rank05 .list2 {
	clear: none;
	width: 145px;
}
.rank .rank01 img.list2 {
	width: auto;
	display: block;
	margin: 0 auto;
	float: none;
	border: 1px solid #CCC;
}
.rank .rank02 img.list2,.rank .rank03 img.list2,.rank .rank04 img.list2,.rank .rank05 img.list2 {
	float: left;
	width: 74px;
	border: none;
}
.rank .list3 {
	padding: 0 5px;
	font-size: 16px;
	font-weight: bold;
	color: #C00;
	float: left;
	white-space: nowrap;
}
.rank .list4 {
	padding: 0 5px;
	float: left;
	color: #333;
	white-space: nowrap;
}
.rank .list5 {
	clear: both;
	display: block;
	text-align: left;
	color: #333;
}
.rank img.list5 {
	float: right;
	padding: 2px 2px 0;
	clear: none;
}

/* 一覧 */
.list {
	margin: 15px 0;
	border-collapse: collapse;
}
.list td {
	vertical-align: top;
}
.list a {
	display: block;
	width: 174px;
	height: 100%;
	margin: 0 5px 10px 0;
	padding: 2px;
	background: #FFFFEE;
	border: 1px solid #CCC;
	cursor: pointer;
}
.yoruhatsu .list a {
	background: #f4fcff;
}
@html .list a {
	width: 190px;
}
#wrapper .list a:hover {
	background: #FFC;
	color: #084F95;
}
#wrapper .yoruhatsu .list a:hover {
	background: #CEF1FF;
	color: #084F95;
}
.list .list1 {
	float: left;
	width: 174px;
	padding: 5px 0;
	font-weight: bold;
}
.list .list2 {
	float: left;
}
.list .list3,.list .list4 {
	float: right;
	width: 100px;
	text-align: right;
}
@html .list .list3,@html .list .list4, {
}
.list .list3 {
	color: #C00;
}
.list .list4 {
	color: #333;
	line-height: 2em;
}
.list .list5 {
	float: right;
}

/* ↓ 日帰りスキーツアー（一覧）----------------------------------------------------------↓ */

div.box {
	margin-top: 10px;
	width: 760px;
	position: relative;
}
div.box p {
	float:left;
	padding-top: 10px;
	padding-left: 26px;
	font-size: 18px;
}
div.box ul#aicon {
	float:left;
	padding-top: 5px;
	padding-left: 15px;
}
div.box ul#aicon li {
	float:left;
	padding-left: 3px;
}
/* 削除↑ */

/*空席照会・予約ボタン*/
a.kuseki {
	float: right;
	display: block;
}
a.kuseki:hover img {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
/* ↓日帰りスキーツアー（詳細ページ） ----------------------------------------------------↓ */

div#main .left {
	float: left;
	width: 370px;
	height: auto;
	margin: 15px 0px;
}
div#main .right {
	float: right;
	width: 370px;
	height: auto;
	margin: 15px 0px;
}
p.text_online {
	clear: both;
	padding-top: 5px;
	text-align: right;
}
/* お得なポイント */
#point_wrap {
	float: left;
	width: 373px;
	background: url(../image/higaeri/point2.gif) repeat-y top left;
	margin: 10px 0px 10px 0px;
	clear:both;
}
#point_bottom {
	background: url(../image/higaeri/point3.gif) no-repeat bottom left;
}
#point_bottom dl {
	padding: 10px;
}
#point_bottom dl dt {
	padding-bottom: 3px;
	letter-spacing: 0.05em;
}
#point_bottom dl dd {
	margin-left: 1.0em;
}
#point_bottom dl .orange {
	color:#F60;
	font-weight: bold;
}
#point_bottom dl a.text_bold {
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}
.point1,.point1_1,.point1_a,.point1_b,.point1_c,.point1_d {
	width: 320px;
	height: 26px;
	padding: 8px 0 0 50px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background: url(../image/higaeri/point1.gif) top left;
}
*html .point1,*html .point1_1,*html .point1_a,*html .point1_b,*html .point1_c,*html .point1_d {
	width: 370px;
	height: 34px;
}
.point1_1 {	background: url(../image/higaeri/point1_1.gif) no-repeat;}
.point1_a {	background: url(../image/higaeri/point1_a.gif) no-repeat;}
.point1_b {	background: url(../image/higaeri/point1_b.gif) no-repeat;}
.point1_c {	background: url(../image/higaeri/point1_c.gif) no-repeat;}
.point1_d {	background: url(../image/higaeri/point1_d.gif) no-repeat;}
.upprice {
	font-size: 14px;
	color: #FC0;
}


/*レンタル価格*/

div#rental_wrap {
	width: 370px;
	height: auto;
	margin-bottom: 20px;
}
table#rental {
	width: 100%;
	margin-top: 15px;
	border-collapse: collapse;
}
table#rental th {
	background-color: #ECECEC;
	text-align: left;
}
table#rental,
table#rental th,
table#rental td {
	border: 1px solid #CCC;
	padding: 3px;
}
table#rental td {
	text-align: center;
}
div#rental_wrap dd {
	margin-left: 1.0em;
}
div#rental_wrap p.comment a {
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}

/*その他のご案内*/

div#etc_info_wrap {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

div#etc_info {
	width: 350px;
	margin: 15px 10px 0px;	
}


/*ゲレンデマップのご案内*/

div#gelande_wrap {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

div#gelande {
	margin-top: 15px;	
}


/*コーススケジュール*/
div#schedule_wrap {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
table#schedule {
	width: 350px;
	border-collapse: collapse;
	margin: 15px 10px 0px;
}
table#schedule td {
	background-color: #ececec;
}
table#schedule td.arrow {
	height: 20px;
	background: url(../image/higaeri/arrow.gif) no-repeat center center #FFF;
	border: none;
}
table#schedule td.text_right {
	vertical-align: bottom;
}
table#schedule .haba {
	width: 25%;
}
table#schedule td.height {
	height: 7px;
	background-color: #FFFFFF;
}
table#schedule td a.syugou {
	padding: 5px 0px;
	display: block;
	background: url(../image/syugou_over.gif) no-repeat right center;
}
table#schedule td a:hover img {	visibility: hidden;}
table#schedule .white {	background-color: #FFF;}

table#schedule_dep {	/*関東・夜行バスの出発場所*/
	width: 100%;
	border-collapse: collapse;
}
table#schedule_dep td {
	vertical-align: top;
	text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding:5px 0px;
	width: 24%;
}
table#schedule_dep td.space {
	background-color: #FFFFFF;
	border: none;
	width: 5px;
}
table#schedule_dep td {
	width: 24%;
}
table#schedule_dep td.space2 {
	background-color: #FFFFFF;
	border: none;
	height: 5px;
}
table#schedule_dep tr.font_s{
	font-size: 95%;
}
table#schedule_dep td.tokyo_area {
	background-color: #6F98DF;
	color: #FFFFFF;
}
table#schedule_dep td.kanagawa_area {
	background-color: #34A97F;
	color: #FFFFFF;
}
table#schedule_dep td.tiba_area {
	background-color: #FC9A66;
	color: #FFFFFF;
}
table#schedule_dep td.saitama_area {
	background-color: #C877B9;
	color: #FFFFFF;
}
table#schedule_dep td.ibaraki_area {
	background-color: #FF6FA4;
	color: #FFFFFF;
}
table#fukuro {	/*復路スケジュール*/
	width: 100%;
	border-collapse: collapse;
}
table#fukuro td {
	border: 1px solid #FFFFFF;
}
table#fukuro .haba {
	width: 25%;
}
/*カレンダー／料金表*/

div#calendar_wrap {
	clear: both;
	margin-bottom: 20px;
}
table#calendar {
	width: 760px;
	margin-top: 15px;
	border-collapse: collapse;
}
table#calendar table {
	width: 100%;
	border-collapse: collapse;
}
table#calendar td {
	vertical-align: top;
}
table#calendar td table,
table#calendar td table td,
table#calendar td table th {
	text-align: center;
	border: 1px solid #CCC;
}
table#calendar td table td {
	padding: 1px 0 12px;
}
table#price_list {
	float:left;
	width: 100%;
	border-collapse: collapse;
}
table#price_list td {
	padding: 2px 0px;
	text-align: center;
	border: 1px solid #CCC;
}
table#price_list td.font_big {
	font-size: 120%;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
table#price_list td.a_plan,table#rental td.a_plan {
	background-color: #1b81cc;
	color: #FFF;
}
table#price_list td.b_plan,table#rental td.b_plan {
	background-color: #d14848;
	color: #FFF;
}
table#price_list td.c_plan {
	background-color: #669933;
	color: #FFF;
}
table#price_list td.d_plan {
	background-color: #639;
	color: #FFF;
}
table#price_list td.haba {
	border-top: none;
	border-right: none;
	border-bottom: none;
	width: 200px;
}
table#price_list td.tokyo_area {
	background-color: #6F98DF;
	color: #FFFFFF;
}
table#price_list td.tiba_area {
	background-color: #FC9A66;
	color: #FFFFFF;
}
table#price_list td.saitama_area {
	background-color: #C877B9;
	color: #FFFFFF;
}
div#calendar_wrap p.comment {
	clear: both;
}
div#calendar_wrap:after {
	content: "";
	display: block;
	clear: both;
}


/*ご案内（#information）*/

div#information_bg {
	clear: both;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
table#information {
	width: 100%;
	margin-top: 15px;
	border-collapse: collapse;
	border: 1px solid #CCC;
	text-align: center;
}
table#information th {
	width: 20%;
	padding: 3px;
	background-color: #ECECEC;
	border: 1px solid #CCC;
}
table#information td {
	border: 1px solid #CCC;
	padding: 3px;
	line-height: 2.0;
}
table#information td.haba {
	width: 30%;
}
div#contents p.comment {
	clear: both;
	font-size: 12px;
}

/* ご案内 */
#information span {
	display: block;
}
#information .title,#information .title2 {
	clear: both;
	padding: 0 0 0 20px;
	margin: 20px 0 10px;
	font-size: 14px;
	font-weight: bold;
	background: url(../image/title_bg2.gif) no-repeat 0 2px;
}

.higaeri .area_name {
	background: url(../image/title_bg2.gif) repeat-y scroll 5px 2px #F4FCFF;
	padding: 5px 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
