/*共通要素スタイル*/

/* ----------------------------------------
reset.css
---------------------------------------- */
/* ブラウザの標準に設定されている、htmlタグの設定をクリア */
BODY, H1, H2, H3, H4, H5, H6, P, TH, TD, OL, UL, LI, DL, DT, DD, FORM, PRE{
  /* Netscape6 は * が未対応なので、全てのタグを記述して指定 */
  margin:0px;
  padding:0px;
}
BODY{
  background-color:#FFFFFF;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
H1, H2, H3, H4, H5, H6, P{
  font-size:100%;
  font-weight:normal;
}
BODY, H1, H2, H3, H4, H5, H6, P, TD, TH, DIV, INPUT, TEXTAREA, OL, UL, LI, PRE{
  line-break: strict;
}
IMG{
  border:none;
}
OL{
  padding-left:0em;
}
UL{
  padding-left:0em;
}
HR{
  height: 1px;
  border-width: 0px 0px 1px 0px;
  color:#000000;
}
TABLE{
  border-collapse:collapse;
}
TH{
  text-align:left;
  font-weight:normal;
}
IMG{
  vertical-align:bottom;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ▲clearfix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* ▽フォームのずれ修正 */
body, form {
     margin:0;
     padding:0;
     border:0;
     outline:0;
     font-size:100%;
     vertical-align:baseline;
     background:transparent;
}

select, input, textarea, button {
     vertical-align:middle;
     position:relative;
     margin: 0 4px 2px 0;
     *margin-right:3px;
     top:-1px;
}

input {
     height: 25px;
     line-height: 25px;
}

button, input[type="button"] {
     overflow:visible;
     height:30px;
     padding:0 3px;
}

select {
     height: 25px;
     line-height: 25px;
}

input[type="checkbox"],
input[type="radio"] {
     border:none;
     top:-2px;
     top:0\9;
     margin-right:2px;
     margin-right: 0\9;
}

/* ----------------------------------------
common
---------------------------------------- */
html{
  overflow: auto;
}
body {
    margin: 0;
  width:100%;
  color:#333333;
  font-size: small;
  min-width: 960px;
  padding-bottom: 60px;
  word-break: break-all;
  font-family: "Meiryo","メイリオ", sans-serif;
  }

#wrap {
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
}
h1 {
}
h2 {
  margin: 0 0 10px 0;
  color: #1a1a1a;
}
A,
A:visited {
  color: #12518a;
  text-decoration: none;
}
A:hover {
  text-decoration: underline;
  color: #12518a;
}
.fL{
  float:left;
}
.fR{
  float:right;
}
.imgOver:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/* ----------------------------------------
▼WY0201
---------------------------------------- */
/* ----------------------------------------
  アニメ
---------------------------------------- */
img.animeIcon01 {position:absolute; right:-250px; top:350px;}
img.animeIcon02 {position:absolute; right:-180px; top:240px;}
img.animeIcon03 {position:absolute; left:-135px; top:277px;}

/* ----------------------------------------
Header
---------------------------------------- */

#head{
  height: 115px;
  position: relative;
  width: 950px;
  margin: 0 auto;
}

#head p.logo {
  position: absolute;
  font-size: 0%;
  line-height: 100%;
  top: 35px;
  left: 0px;
}
#head p.logoCopy {
  position: absolute;
  font-size: 0%;
  line-height: 100%;
  top: 27px;
  left: 245px;
}

#head h1 {
  position: absolute;
  font-size: 83.3%;
  line-height: 140%;
  top: 10px;
  left: 0px;
  color: #777777;
  font-weight: normal;
}

#head h1.textH1 {
  position: absolute;
  font-size: 78%;
  line-height: 140%;
  top: 10px;
  left: 0px;
  color: #fff;
  font-weight: normal;
}

#head ul.btn {
  position: absolute;
  font-size: 0%;
  line-height: 100%;
  top: 13px;
  right: 5px;
}

#head ul.btn li {
  float:left;
  display: inline;
}

#head ul.btn2 {
  position: absolute;
  font-size: 0%;
  line-height: 100%;
  top: 55px;
  right: 0px;
}

#head ul.btn2 li {
  float:left;
  display: inline;
}
#head ul.btn2 li.btn2End {
  padding:0 0 0 0px;
  margin:0px 0 0 0;
}

#head ul.btn li.line {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px dotted #B7E3FB;
}
/* ソート・ページングエリアボトム */
#bottomSort{
  margin-top: 20px;
}
/* 注意文 */
#attention{
  margin-top: 20px;
  border:1px #b7b7b7 dashed;
  padding:10px;
  font-size:11px;
}
#attention span{
  color:#e34521;
}
/* ページトップ */
.pageTop{
  text-align: right;
  margin-bottom: 20px;
  font-size: 13px;
}
.pageTop a{
  background:url(../../../images/static/orion//orion_ski/bg_arr05.png) left center no-repeat;
  padding-left:20px;
}

/* ----------------------------------------
Footer
---------------------------------------- */
.footerContents {
width:950px;
margin:0 auto;
}
p.gototop {
text-align: right;
margin: 30px auto 30px;
padding:20px;
background-color:#f5f5f5;
border-radius:5px;
box-shadow:rgba(209, 209, 209, 0.65) 0px 0px 6px 3px inset;
-webkit-box-shadow:rgba(209, 209, 209, 0.65) 0px 0px 6px 3px inset;
-moz-box-shadow:rgba(209, 209, 209, 0.65) 0px 0px 6px 3px inset;
}
p.gototop a{
display:inline-block;
background:url(../../../images/static/orion/orion_ski/bg_arr05.png) no-repeat 0 50%;
padding-left:15px;
}
.footerContentsMenu {
background: url(../../../images/static/orion/orion_ski/shw_line.gif) repeat-x left top;
padding: 15px 0;
}
.footerContentsMenu dl {
border: medium none;
color: #646464;
display: block;
font-size: small;
min-height: 1%;
padding: 15px 0;
}
.footerContentsMenu .footerContentsMenuTop {
border-bottom:1px solid #e3e3e3;
}
.footerContentsMenu dl dt {
clear: left;
float: left;
color:#786b5d;
font-weight:bold;
background:url(../../../images/static/orion/orion_ski/icon_arw_brwn.gif) no-repeat 0 50%;
padding:0 0 0 20px;
}
.footerContentsMenu dl dd {
color: #d2ccc8;
margin-left: 12em;
padding-left: 1.2em;
}
.footerContentsMenu dl dd a {
color:#736860;
text-decoration:underline;
}

.footerSlope {
margin:0 0 20px;
padding:0 0 10px;
background: url(../../../images/static/orion/orion_ski/footer_line.gif) repeat-x bottom left;
}
.footerLink {
background-color:#FFF;
background-image: url(../../../images/static/orion/orion_ski/footer_bg.gif);
padding:30px 0 30px 0;
}
.footerLinkInner {
width:950px;
margin:0 auto;
font-size:85%;
line-height:210%;
}
.footerLinkInner h4 {
margin:0 0 10px;
}
.footerLinkInner img {
margin:0 0 10px;
}
.footerLinkInner a {
color:#75685c;
}
.footerLinkLeft {
width:350px;
float:left;
}
.footerLinkRight {
width:570px;
float:right;
}
.footerLinkRight ul {
width:275px;
float:left;
}
.footerPrefecture {
margin:0 0 30px;
}
.footerPrefecture li {
width:80px;
float:left;
}
.footerSlope li.slopeTitle {
font-weight:bold;
color:#000;
font-size:12px;
}
.footerSlope .slope01,
.footerSlope .slope02,
.footerSlope .slope03,
.footerSlope .slope04,
.footerSlope .slope05 {
width:190px;
float:left;
margin:0 0 20px;
}

span.clear {
clear:both;
display:block;
}
#foot {
padding: 15px 0 0px 0;
min-width: 950px;
color:#75685c;
font-size:x-small;
}
#foot .footinner {
margin: 0px auto;
width: 950px;
}
#foot .footinner p {
display: inline;
float: left;
color:#75685c;
margin: 20px 0 0 0;
padding: 10px 0 0 0;
line-height:100%;
width:200px;
}
#footer #foot .footinner ul{
margin: 17px 0 0;
padding: 10px 0 0;
float: left;
width:600px;
}
#footer #foot .footinner ul li{
line-height:11px;
display:inline;
margin:0 5px;
padding: 0 5px;
}
#footer #foot .footinner ul li a {
color:#75685c;
}

/* ▲footerエリア */

/* ----------------------------------------
mainContent
---------------------------------------- */
#mainContent {
    width: 960px;
  margin: 100px auto 0;
}
#searchContainer{

}
/* ツアータイトルエリア */
#tourTitleArea{
  border-top:3px #285b99 solid;
  padding:10px;
  background:#fff;
  margin-bottom:20px;
}
.titleClip{
}
.titleClip h2{
  float:left;
  width:780px;
  font-size:large;
  font-weight:bold;
}
.titleClip p{
  float:right;
  width:166px;
}
#tourTitleArea p{
}

/* ----------------------------------------
leftArea
---------------------------------------- */
#leftArea {
    width: 280px;
    margin-bottom: 0 0 20px;
  float:left;
}
/* メインサーチエリア */
#searchMainBox{
  width: 276px;
  padding: 2px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgba(219, 219, 219, 0.82) 0px 0px 6px 0px;
  -webkit-box-shadow: rgba(219, 219, 219, 0.82) 0px 0px 6px 0px;
  -moz-box-shadow: rgba(219, 219, 219, 0.82) 0px 0px 6px 0px;
  margin: 0 0 15px;
}
DIV.searchBlock {
    padding: 10px 10px 0px 10px;
}
DIV.searchBlock select{
  max-width:185px;
  padding: 2px;
  background-image: url("../../../images/static/orion/orion_ski/bg_form.gif");
  background-position: left bottom;
  background-repeat: repeat-x;
  border: 1px solid #d2d2d2;
  font-size: 12px;
  }
DIV.searchBlock dl {
    display: block;
    min-height: 1%;
    padding: 8px 0;
    border-bottom: 1px #808080 dotted;
    background-position: left bottom;
    background-repeat: repeat-x;
}
DIV.searchBlock dt {
    clear: left;
    float: left;
}
DIV.searchBlock dd {
    margin-left: 5.5em;
    padding-left: 0;
}
div.searchBlock ul.planArea {
    margin-right: -3px;
    margin-top: 5px;
}
div.searchBlock ul.planArea li {
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
}
div.searchBlock ul#hotel li{
float: left;
margin-right: 3px;
margin-bottom: 3px;
}

div.searchBlock .button {
text-align:center;
margin:14px 0 8px;
padding:0 0 8px;
border-bottom:2px solid #e2e2e2;
}
DIV.searchBlock dl li {
float: left;
margin-bottom: 3px;
margin-right: 3px;
}
#planArea select{
  width:110px;
}
#startArea select{
}
#startArea span{
  vertical-align: bottom;
  font-weight: bold;
  margin-left: 5px;
  display:block;
  text-align:right;
  margin-top: 5px;
}

#gerendeArea span{
  vertical-align: bottom;
  font-weight: bold;
  margin-left: 5px;
  display:block;
  text-align:right;
  margin-top: 5px;
}

#priceArea{
}
#priceArea select{
  width:74px;
  text-align:right;
}

#priceArea span{
  margin:0 5px;
}
#searchNumber dd{

}
#searchNumber span{
  font-size:22px;
  color:#df007f;
  font-weight:bold;
  margin-right:3px;
}
#secialArea ul{
  border:1px #d1d1d1 solid;
  width: 100%;
}
#secialArea li{
  padding:5px;
  border-bottom:1px #d1d1d1 solid;
  width: 95%;
  margin: 0;
}
#secialArea li:last-child{
  border-bottom:none;
}
#secialArea li:hover{
  background:#f5f5f5;
}
#secialArea li.selectOn{
  background:#ffecb2;
}

.searchEnter{
  padding:10px 0;
    border-bottom: 1px #808080 dotted;
  text-align:center;
}
.searchEnter li{
  margin-bottom: 5px;
}
.searchEnter li:last-child{
  margin-bottom: 0px;
}
#tourCordArea{
  padding:10px 0;
    border-bottom: 1px #808080 dotted;
  margin: 0 10px;
}
#tourCordArea p{
  padding-bottom:5px;
}
#tourCordArea input.kywd{
  width: 194px;
  padding: 0px 2px;
  height: 23px;
  line-height: 22px;
  margin: 0;
}
#tourCordArea input.kywdbtn{
  width:48px;
}
#tourCordArea li{
  float:left;
}

.bnrArea{
  margin: 0 10px;
  padding:10px 0 10px 0;
}
.bnrArea li{
  margin-bottom:5px;
}
.bnrArea li:last-child{
  margin-bottom:0px;
}


.fukusu{
  margin-top: 5px;
  width: 95%;
  text-align: right;
  display: inline-block;
  font-weight: bold;
  color: #000 !important;
  overflow: hidden;
}

.fieldsetBox{
  background-color: #fff;
  display: block;
  border: 1px solid #d1d1d1;
  padding: 10px;
  text-align: center;
}

.fieldsetBox span.search_count{
display:inline !important;
color: #f00;
}

.fieldsetBox p{
  text-align: center;
}
#startArea .fieldsetBox input.reset{
text-align: center;
margin: 0 auto;
display:inline-block;
}

.searchBlock dl .fieldsetBox ul{
  padding-bottom: 10px;
}
.searchBlock dl .fieldsetBox ul li{
  float: none;
  text-align: left;
}

/* ----------------------------------------
rightArea
---------------------------------------- */
#rightArea {
    width: 660px;
    margin-bottom: 20px;
  float:right;
}
/* ソートエリア */
.sortArea{
  border: 1px #cfcfcf solid;
  padding:9px;
  border-radius:5px;
  background:#fff;
  margin-bottom: 10px;
}
.sortArea .pageCount{
  text-align:left;
  font-weight:bold;
  line-height: 1;
  margin-bottom: 2px;
}
.sortArea .pageCount span{
  font-size:large;
  color: #df007f;
  margin-right: 3px;
}
.resultSort .sortType{
  float:right;
}

.resultSort .pager{
  float:left;
}
.resultSort .pager li{
  float:left;
  margin:0;
  padding:0 0 0 5px;
  list-style:none;
}
.resultSort .pager li:first-child{
  background:url(../../../images/static/orion/orion_ski/left-off.png) left center no-repeat;
  padding:0 0 0 15px;
  color:#bfbfbf;
}
.resultSort .pager li:last-child{
  background:url(../../../images/static/orion/orion_ski/right-on.png) right center no-repeat;
  padding:0 15px 0 0;
}
/* カレンダーエリア */
#calender_box {
    width: 100%;
    background-color: #fff;
    border: #d1d1d1 1px solid;
}

header.title_bar{
  padding: 15px 10px 15px 10px;
}

.prev{
  width: 21%;
  float: left;
  font-size: 12px;
}
.prev a{
  color: #000;
}

.prev a.next_link,.prev a.prev_link{
  color: #007BC9;
}

.c_title{
  float: left;
  width: 40%;
  margin-left: 15px;
  font-size: 115%;
  font-weight: bold;
  text-align: center;
}

ul.sample{
  float: right;
  width: 34%;
  margin-top: 0 !important;
}

ul.sample li{
  width: 105px;
  display: inline-block;
}

span.box{
  display: inline-block;
  width: 36px;
  height: 20px;
  margin: 0px 0.3em 0px 1em;
  background-color: #F7E3EB;
}

span.border{
  border-bottom: 2px solid #E191AF;
  display: inline-block;
  width: 3em;
}

td span.border{
  border-bottom: 2px solid #E191AF;
  display: inline-block;
  width: 5em;
}


div.bscTbl03 table tr.week th{
  color: #868687;
}

div.bscTbl03 table th.sun{
  background-color: #F7E3EB !important;
  color: #E191AF !important;
}

div.bscTbl03 table td.day_sun{
  background-color: #FFF4F8 !important;
  color: #E191AF;
  width: 20px !important;
  font-size: x-small !important;
}

div.bscTbl03 table td.day{
  background-color: #F5F5F5;
  color: #868687;
  width: 20px !important;
  font-size: x-small !important;
}

div.bscTbl03 table th.sat{
  background-color: #CBEBF9 !important;
  color: #009DE4 !important;
  width: 20px !important;
  font-size: x-small !important;
}

div.bscTbl03 table td.day_sat{
 background-color: #ECF6FB !important;
 color: #009DE4;
  width: 20px !important;
  font-size: x-small !important;
}

div.bscTbl03 table tr td{
  color: #007BC9;
  font-size: 14px;
  width: 85px;
}

p.calender{
  font-size: 10px;
  color: #868687;
  padding: 10px;
}

div.bscTbl03 table,
table.bscTbl03 {
  border-collapse:collapse;
  border-left:1px solid #DCDCDB;
  border-top:1px solid #DCDCDB;
  width:100%;
}

div.bscTbl03 table th, div.bscTbl03 table tr,
div.bscTbl03 table td,
table.bscTbl03 th,
table.bscTbl03 td {
  background-color:#FFF;
  border-right:1px solid #DCDCDB;
  border-bottom:1px solid #DCDCDB;
  line-height:1.4;
  padding:10px 0;
  text-align:center;
}

div.bscTbl03 table th,
table.bscTbl03 th {
  background-color:#EAEAEA;
}

div.bscTbl03 table tr.head th,
table.bscTbl03 tr.head th {
  background-color:#60B28D;
  color:#FFF;
}


/* 検索結果一覧 */
.resultBox{
  background-color: #fff;
  border: 1px #cfcfcf solid;
  padding: 0px;
  margin: 10px 0 0 0;
  border-radius: 5px;
}
.categoryBox{
  background:#285b99;
  padding:10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.categoryBox li{
  background-color:#fff;
  padding:3px 15px 1px 15px;
  float:left;
  margin-right:10px;
  border-radius:20px;
  font-size:12px;
  font-weight:bold;
}

.categoryBox li span{
  padding:0 5px;
}
.categoryBox li:rast-child{
  margin-right:0px;
}

.resultBox .tourTitle{
  padding: 10px;
  font-weight: bold;
  font-size: medium;
  line-height: 1.5;
}
.resultBox .recome{
  background:url(../../../images/static/orion/orion_ski/result-icon01.gif) 10px center no-repeat;
  padding:10px 10px 10px 60px;
  height: 44px;
}
.resultBox .decide{
  background:url(../../../images/static/orion/orion_ski/result-icon02.gif) 10px center no-repeat;
  padding:10px 10px 10px 60px;
  height: 44px;
}
.resultBox .innerBox{
  padding: 0 10px 0 10px;
  margin: 0 0 10px 0;
}
.resultBox .innerBox .leftResult{
  float:left;
  width: 200px;
}
.resultBox .innerBox .leftResult ul{
}
.resultBox .innerBox .leftResult li.slideBtn{
  position: absolute;
}
.resultBox .innerBox .leftResult li.slideBtn.disableBtn{
  opacity: 0.4;
}
#leftSlide {
    left: 0px;
    top: 60px;
}
#rightSlide {
    left: 170px;
    top: 60px;
}
.resultBox .innerBox .leftResult .image{
  position: relative;
}

.resultBox .innerBox .rightResult{
  float:right;
  width: 430px;
}
.resultBox .innerBox .rightResult .subCaption{
  margin-bottom: 10px;
  border: 1px #cfcfcf solid;
  padding: 9px;
  font-size:11px
}
.subCaption .secTitle{
  font-weight:bold;
}
.subCaption .saleTitle{
  color:#e02b13;
  font-weight:bold;
}
.decision{
  margin-bottom:10px;
}
.decision dt{
  background:#e02b13;
  font-size:11px;
  padding:4px 0px;
  text-align:center;
  color:#fff;
  width:84px;
  border-radius:3px;
  float:left;
  margin-right:10px;
}
.decision dd{
  font-weight:bold;
  font-size:small;
  line-height: 2;
}

.more{
  padding:0 0 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.resultBox .special{
  width: 428px;
  margin: 0 auto 0px auto;
}

.resultBox .special .spTitle{
  color: #fff;
  font-weight: bold;
  background:url(../../../images/static/orion/orion_ski/special-ttl-bg.gif) left top no-repeat;
  padding: 2px 5px 7px 5px;
  height: 10px;
  font-size: 11px;
}
.resultBox .special .spArea{
  background: #e9e8e2;
  width: 405px;
  margin: 0 0 0 3px;
  padding: 10px 10px 0 10px;
}
.resultBox .special ul li{
  padding: 4px 10px 2px 10px;
  color: #212121;
  border: 1px solid #cfcfcf;
  background: #FFF;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight:bold;
  float: left;
  text-align: center;
  border-radius:20px;
}
.resultBox .special ul li:first-child{
}
.resultBox .special .spList{
float: left;
margin-bottom: 5px;
}
.resultBox .special .spMore{
float: left;
margin-top: 12px;
}
.resultBox .detailBox{
  background:url(../../../images/static/orion/orion_ski/detail-bg.gif) left top repeat;
  padding: 10px;
}
.planInfoArea{
  border: 1px #9a9790 solid;
  background: #fff;
  width: 100%;

}
.planInfoWrap{
  border-top: 1px #9a9790 solid;
}
.planInfoWrap:first-child{
  border-top:none;
}

.planInfoBox{
  width:100%;
}
.firstInfo {
  border-right: 1px #cfcfcf solid;
  text-align: center;
  padding: 10px;
  width: 24%;
}
.firstInfo .planTitle{
  font-weight: bold;
  margin-bottom: 4px;
}
.firstInfo .saleTitle{
  color:#e02b13;
}

.firstInfo .stayInfo{
  background: #df007f;
  color: #fff;
  font-size: 11px;
  padding: 2px 5px 2px 5px;
  width: 100px;
  margin: 0 auto 10px auto;
}
.tourCode{
  background: #eeeeee;
  font-size: x-small;
  padding: 2px 5px 2px 5px;
  margin: 0 auto;
}
.secondInfo{
  border-right: 1px #cfcfcf solid;
  padding: 10px;
  width: 32%;
  display: table-cell;
  vertical-align: middle;
}
.secondInfo div{
}
.secondInfo dl{
  margin-bottom: 5px;
}
.secondInfo dl:last-child{
  margin-bottom: 0px;
}
.spLayout dl{
  float:left;
}
.secondInfo dt{
  background: #999999;
  font-size: 11px;
  padding: 2px 0px;
  text-align: center;
  color: #fff;
  width: 60px;
  border-radius: 3px;
  float: left;
  margin-right: 5px;
}
.secondInfo dd{
  font-size: 11px;
  line-height: 2;
  display: inline;
  margin-right: 5px;
}
.thirdInfo{
  width: 1%;
  text-align: center;
  padding: 10px;
}
.thirdInfo{
}
.thirdInfo .priceSpot{
  color: #e60011;
  font-weight: bold;
}

.thirdInfo .roomInfo{
  font-size:11px;
  margin-bottom:5px;
}
.thirdInfo .reserveBtn{
}

/* ▼ソートボトム */
.bottomSort{
  margin-top:20px;
}
.bottomSort .pageCount{
  float:left;
}
.bottomSort .resultSort{
  float:right;
}

/* ▼WY0501 */
/* ----------------------------------------
mainContent
---------------------------------------- */
#detailMainContent {
    width: 960px;
  margin: 0 auto;
}
#pageNavi{
  margin: 0 0 5px 0;
  padding: 0;
}
#searchContainer{

}
/* ツアータイトルエリア */
#tourTitleArea{
  border-top:3px #285b99 solid;
  padding:10px;
  background:#fff;
  margin-bottom:20px;
}
.titleClip{
}
.titleClip h2{
  float:left;
  width:760px;
  font-size:large;
  font-weight:bold;
}
.titleClip p{
  float:right;
  width:166px;
}
#tourTitleArea p{
}
/* ----------------------------------------
drArea
---------------------------------------- */
#drArea{
    width: 280px;
    margin-bottom: 40px;
    float: right;
}
.dsTitle{
  padding:7px 10px;
  color:#fff;
  font-weight:bold;
}
#movieTitle{
  background:#79bec8;
}
.movieBox{
  border:1px #d1d1d1 solid;
  padding:10px;
  background:#fff;
  margin-bottom:20px;
}
.movieBox dl{
  border-bottom:1px #a6a6a6 dotted;
  margin-bottom:10px;
  padding-bottom:10px;
}
.movieBox dl:last-child{
  border-bottom:none;
  margin-bottom:0px;
  padding-bottom:0px;
}
.movieBox dt{
  border: 1px #d1d1d1 solid;
  margin-bottom:10px;
}
.movieBox dd{
}
/* 吐き出しエリア */
.daArea {
    border-bottom: 1px #f4ac1b solid;
    margin-bottom: 20px;
}
#daTitle{
  background:#f4ac1b;
}
.daInner{
  background: #fff;
  border-left: 1px #f4ac1b solid;
  border-right: 1px #f4ac1b solid;
  padding: 10px;
}
.daInner li {
    border-bottom: 1px #a6a6a6 dotted;
    padding-bottom: 10px;
    margin-bottom: 10px;
    float: left;
    font-size: 12px;
}
.daInner li .daImg {
    float: left;
    width: 110px;
    margin-right: 10px;
}
.daInner li .daCap {
    float: left;
    width: 138px;
}
.daInner li .daImg2 {
    float: left;
    width: 110px;
    margin-left: 10px;
}
.daInner li .daCap2 {
    float: left;
    width: 138px;
}

.daInner li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
/* サイドインフォエリア */
.sideInfoBox{
  padding: 10px;
  background: #f0f0f0;
  margin-bottom:20px;
}
.sideInfoTitle{
  font-weight:bold;
  margin-bottom:10px;
}
.siInner{
  padding: 0 10px;
  background: #fff;
}
.siInner ul{
}
.siInner li{
  padding: 10px 0 10px 0;
  border-top: 1px #a6a6a6 dotted;
}
.siInner li:first-child{
  border-top:none;
}
.siInner li a{
  background:url(../../../images/static/orion/orion_ski/info-li-bg.gif) left center no-repeat;
  padding-left:15px;
  font-size:11px;
}

.siInner li span{
  font-size:11px;
  font-weight:bold;
  display:block;
}

/* ----------------------------------------
dlArea
---------------------------------------- */
#dlArea{
  width: 660px;
  margin-bottom: 40px;
  float: left;
}
/* ツアー基本情報エリア */
#basicInfoArea{
  border:1px #cfcfcf solid;
  padding:9px;
  background:#fff;
  margin-bottom: 10px;
}
#biWrap{
  margin-bottom: 10px;
}
.mainPhoto{
  float: left;
  width: 315px;
  margin-right: 10px;
}
.mainPhoto img{
  border:1px #cfcfcf solid;
  margin-bottom: 10px;
}
.mainPhoto p{
}
.basicInfo{
}
.basicInfo table{
  border: 1px #cfcfcf solid;
  width: 313px;
  margin-bottom: 10px;
}
.basicInfo th,
.basicInfo td{
  padding:5px;
  border: 1px #cfcfcf solid;
  font-size: 12px;
}
.basicInfo th{
  background:#d2e9f4;
  color:#00397e;
  font-weight:bold;
  text-align: left;
  width: 27%;
  vertical-align: middle;
}
.basicInfo td{
}
.basicInfo td span{
  display: block;
  font-size: x-small;
}
.basicInfo ul{
}
.basicInfo li{
  display:inline-block;
}
.basicInfo li:first-child{
  background:url(../../../images/static/orion/orion_ski/day-icon-d.gif) left center no-repeat;
  padding-left:15px;
}
.photoSum{
  position: relative;
}
.photoSumInner{
  background: #f5f2e9;
  padding: 10px;
  height: 125px;
}
.photoSum ul{
  background: #f5f2e9;
  padding: 0 35px 0 35px;
}
.photoSum li{
  float: left;
  margin-left: 10px;
    cursor: pointer;
}
.photoSum li p{
  font-size:11px;
}
.photoSum li img{
  border:1px #cfcfcf solid;
}
.photoSum li:first-child{
  margin-left: 0px;
}
.photoArrow li{
    position: absolute;
    cursor: pointer;
}
.photoArrow #arrowL{
  top: 10px;
  left: 10px;
}
.photoArrow #arrowR{
  top: 10px;
  left: 595px;
}
#anchorLink{
  margin-bottom:10px;
}
#anchorLink li{
  float: left;
  margin-left: 8px;
}
#anchorLink li:first-child{
  margin-left: 0px;
}
/* ツアー内容エリア */
.tiFrame{
  border:1px #cfcfcf solid;
  margin-bottom:20px;
}
.tiTitle{
  background:#285b99;
  color:#fff;
  padding:7px 10px;
  font-weight:bold;
}
.tiInner{
  padding:10px;
}
.tourPoint{
  padding:10px;
  background:#f5f2e9;
  margin-bottom:10px;
}
#tiCaption{
  margin-bottom:10px;
}
.tourPoint h4{
position: relative;
  height: 20px;
  line-height: 20px;
  padding: 0 0.5em;
  background-color: #ff9900;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  width: 100px;
  margin: 0 0 10px 0;
}
h4::before,
h4::after {
  content: '';
  position: absolute;
}
h4::after {
  top: 0;
  right: 0;
  z-index: 2;
  border-width: 10px 9px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #f5f2e9;
  width: 30px;
}
.tourPoint li{
  margin-top: 5px;
}
.tourPoint li:first-child{
  margin-top: 0px;
}
.exLink{
  margin-bottom:10px;
}
.exLink li{
  float: left;
  margin-left: 10px;
}
.exLink li:first-child{
  margin-left: 0px;
}
.exLink li span{
  display:block;
  font-size:11px;
  line-height: 100%;
}
.exLink li:first-child{
  margin-left: 0px;
}
.attentionCap{
  padding:10px;
  background:#f5e9e9;
  margin-bottom:10px;
}
.attentionCap h4{
  color:#dd0000;
  font-weight:bold;
}
.siteLink{
}
.siteLink li{
  background:#d2e9f4;
}
.siteLink li a{
  padding:10px 10px 10px 25px;
  border-radius:5px;
  border:1px #285b99 solid;
  background:url(../../../images/static/orion/orion_ski/link-bg.gif) 10px center no-repeat;
  color:#212121;
  text-decoration:none;
  font-weight:bold;
  display: block;
  margin-top:10px;
}
.siteLink li a:visited,
.siteLink li a:hover{
  color:#212121;
  text-decoration:none;
  font-weight:bold;
}

.siteLink li:first-child{
  margin-top: 0px;
}
/* スケジュール */
#scheduleCap{
  margin-bottom:5px;
}
.detailTable{
  border: 1px #cfcfcf solid;
  margin-bottom: 10px;
  width: 100%;
}
.detailTable td,
.detailTable th{
  padding: 5px 10px 5px 10px;
  border: 1px #cfcfcf solid;
}

.detailTable th{
  background: #d2e9f4;
  color: #00397e;
  font-weight: bold;
  vertical-align: middle;
}

th.dayTitle{
  color: #212121;
  font-weight: normal;
  text-align: center;
}
.schedule{
  text-align: center;
  width:10%;
}
.distance{
  text-align: center;
  width:70%;
}
.meal{
  text-align: center;
  width:20%;
}
.mealTd{
  text-align:center;
}
.detailTable a{
  background:url(../../../images/static/orion/orion_ski/hotel-icon.gif) left center no-repeat;
  display:block;
  padding:0 0 0 15px;
  font-weight:bold;
}

/* 料金・在庫カレンダー */
.calendarWrap{
  background:#f0f0f0;
}
h4.dpTitle {
  padding: 3px 10px 3px 10px;
  border-left:5px solid #5fa328;
  border-bottom: 1px solid #cfcfcf;
  font-weight:bold;
  margin-bottom:10px;
}
.typeSelect{
  margin-bottom:10px;
}
.type{
  float:left;
}
.perspective{
  float:right;
}
.calendarHead {
    margin-bottom: 10px;
    position: relative;
}
.calendarHead p.month {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}
.calendarHead p.btn01 {
    left: 0;
    position: absolute;
    top: 1px;
}
.calendarHead p.btn02 {
    position: absolute;
    right: 0;
    top: 1px;
}
table.calendar {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    margin-bottom: 10px;
    width: 100%;
    border-collapse: collapse;
    font-size: inherit;
}
.calendar th {
    background: none repeat scroll 0 0 #fae764;
    border-bottom: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;
}
.calendar td{
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  overflow: visible;
  padding: 5px 5px 5px 5px;
  vertical-align: top;
  width: 14%;
  height: 75px;
}
.calendar td.sun{
  background: none repeat scroll 0 0 #fff3ee;
}
.calendar td.sat{
  background: none repeat scroll 0 0 #e1f5f8;
}
.calendar td.today{
  background: none repeat scroll 0 0 #ffe7cc;
}
.calendar .priceArea{
  line-height: 140%;
  text-align: center;
  font-weight:bold;
}
.calendar .sunTxt{
    color: #e60011;
}
.calendar .satTxt{
    color: #0707bc;
}
.calendar p.priceArea a,
.calendar p.priceArea a:visited{
  text-decoration:none;
}
.calendar p.priceArea a:hover{
  text-decoration:underline;
}
.calendar p.priceArea span.markIcon{
  display:block;
}
.calendar p.priceArea span.childBtn{
  font-weight:normal;
  text-align:right;
  font-size:x-small;
  display: block;
}
.calendar p.priceArea span.childBtn a:hover,
.calendar p.priceArea span.childBtn a:visited,
.calendar p.priceArea span.childBtn a{
  text-decoration:none;
}
.calendar p.priceArea span.childBtn a{
  background:url(../../../images/static/orion/orion_ski/child-btn.gif) right center no-repeat;
  padding:0 12px 0 0;
}
.calendar td.fullSeat{
  background:url(../../../images/static/orion/orion_ski/full-seat.gif) 45px 5px no-repeat;
  background-color:#999999;
}
.calendar td.fullRoom{
  background:url(../../../images/static/orion/orion_ski/full-room.gif) 45px 5px no-repeat;
  background-color:#999999;
}
.calendarAttent{
  margin-bottom:10px;
  font-size:11px;
}
.calendarAttent02{
  font-size:11px;
}
/* 子供料金表 */
.childTable{
  width:200px;
  background:#4574c3;
  min-height:203px;
  position: absolute;
  display: none;
}
.childTableTitle{
  color:#fff;
  text-align:center;
  font-size:medium;
  font-weight:bold;
  padding:5px 10px 0px 10px;
}
.childTableTitle a{
  float:right;
  display:block;
  font-size:11px;
  font-weight:normal;

}
.childTableTitle a,
.childTableTitle a:hover,
.childTableTitle a:visited{
  color:#fff;
}
.childTableInner{
  background:#fff;
  margin:3px;
  padding:10px;
}
.childTableDate{
  font-weight:bold;
  text-align:center;
  font-size:medium;
}
.childTableSubTitle{
  text-align:center;
  margin-bottom:5px;
}
.childTableSubTitle span{
  font-size:11px;
  display:block;
}
.childTable table{
  width:100%;
  margin-bottom:5px;
}
.childTable table th,
.childTable table td{
  border:1px #d1d1d1 solid;
  padding:5px;
}
.childTable table th{
  background:#f0f0f0;
  font-weight:bold;
  width:40%;
  text-align:left;
}
.childTable table td{
  text-align:right;
}
.unit{
  text-align:right;
  font-size:11px;
}

/* 旅行条件 */
.terms th{
  text-align:left;
  width: 20%;
}
.terms{
  margin-bottom:0px;
}
/* ご注意・ご案内 */
.dpInfo dl{
  margin-bottom:10px;
}
.dpInfo dl:last-child{
  margin-bottom:0px;
}
.dpInfo dt{
}
.dpInfo dd{
  padding-left:10px;
}
/* ご注意・ご案内 */
.bottomTel{
  font-size:larger;
  font-weight:bold;
}

/* ▼WY0901 */
#tpTitleArea{
  border-top: 3px #285b99 solid;
  padding: 19px;
  background: #fff;
  margin-bottom: 20px;
  border-left: 1px #cfcfcf solid;
  border-right: 1px #cfcfcf solid;
  border-bottom: 1px #cfcfcf solid;
}
#travelPlanMainContent {
    width: 960px;
    margin: 0 auto;
}
.tpTitle {
    border-left: 5px solid #ffeb00;
    padding: 0px 10px 0px 10px;
    margin-bottom: 20px;
    font-size: 1.8em;
    font-weight: bold;
    margin-top: 5px;
}
.tpInfo{
}
.tpPhoto{
  float:left;
  width:180px;
  margin-right:20px;
}
/*.tpInfoInner{
  float:right;
  width: 78%;
}*/
.tpInfoInner h2{
  font-weight:bold;
  font-size:large;
  border-bottom: 2px #cfcfcf solid;
  padding: 0 0 5px 0;
}
.tpInfoInner table{
  border: 1px #cfcfcf solid;
  width: 100%;
}
.tpInfoInner th,
.tpInfoInner td{
  padding:10px;
}
.tpInfoInner th{
  background:#285b99;
  color:#fff;
  font-weight:bold;
  width: 15%;
}
.tpInfoInner td{
  margin-right:10px;
}
.tpInfoInner td:last-child{
  margin-right:0px;
  width: 22%;
}
.tpInfoInner td:nth-child(2){
  width: 15%;
}
.tpInfoInner th:nth-child(3){
  width: 10%;
}
.tpInfoInner td:nth-child(4){
  width: 10%;
}
.tpInfo dl{
}
.tpInfo dl dt{
  width: 90px;
  border: 1px #ff2079 solid;
  padding: 1px 0;
  text-align: center;
  color: #ff2079;
  font-size: 11px;
  font-weight: bold;
  border-radius: 5px;
  margin-right: 5px;
  float: left;
}
.tpInfo dl dd{
  float: left;
  font-weight: bold;
}
.tpInfo ul{
  padding: 10px 0;
  border-bottom: 1px #a6a6a6 dotted;
}
.tpInfo ul:last-child{
  padding: 10px 0 0 0;
  border-bottom: none;
}

.tpInfo li{
  float: left;
  margin-right: 30px;
}

.tpInfo li:last-child{
  margin-right: 0px;
}
.OutlineWrapper {
    width: 960px;
    margin: 0 auto;
    border: 1px #d3cebf solid;
    padding: 19px;
    background: #fff;
    margin-bottom: 20px;
}


/* ▼テーブル共通 */
.tpTableWrap{
  margin-bottom: 20px;
  background:#fff;
}
.tpTableTitle{
  background: #285b99;
  color: #fff;
  font-weight: bold;
  padding:13px 10px 10px 10px;
  font-size:medium;
}
.tpTable{
  width:100%;
}
.tpTable th,
.tpTable td {
  padding: 10px;
  border: 1px #cfcfcf solid;
  vertical-align: middle;
}
.tpTable th {
    background: #d2e9f4;
    color: #00397e;
    text-align: left;
}
.tpBtn{
  text-align:right;
}
.tpBtn a{
  background-color: #ffffff;
  border: 1px solid #929292;
  border-radius: 4px;
  box-shadow: 0 -2px 0 #ddd inset;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding: 2px 10px 2px 10px;
  color: #1a1a1a;
  text-align: center;
  line-height: 1.2em;
  font-size: 11px;
  margin: 0 0 0 10px;
  min-width: 100px;
}
.tpBtn a:hover{
  box-shadow: 0 -2px 0 #efefef inset;
}
.tpBtn a.selectOn{
  background:#ffeb00;
  box-shadow: 0 -2px 0 #eadc45 inset;
}
.tpSeparateLine td{
  border-bottom: 1px #285b99 solid;
}
.outLineSelect{
  border-left: 1px #cfcfcf solid;
  border-right: 1px #cfcfcf solid;
  padding: 10px;
  background: #f5f5f5;
}
.outLineSelect select{
  min-width: 100px;
  max-width: 300px;
  font-weight: bold;
}
.outLineSelect span{
  margin-right:10px;
  padding-right:10px;
}
.rentaCarBtn{
  display:block;
}
/* ▼コンテンツテーブル01 */

.tpTable .selectTxt01 {
    float: left;
    margin-right: 5px;
    margin-top: 4px;
}
.tpTable .selectTxt02 {
    margin-top: 5px;
}

.tpLayout01{
}
.tpLayout01 th{
  width:20%;
}
.tpLayout01 td:nth-child(2){
  width:10%;
}

/*入れ子 子要素テーブル*/
td.innerTableWrap{
  padding: 0;
  width: auto;
}
.innerTable{
  border: none;
  width: 100%;
}

.innerTable thead td{
  border: none;
}

.innerTable tr:last-child td{
  border-bottom: 1px #84c513 solid;
}

.innerTable:last-child tr:last-child td{
border-bottom: none;
}

.innerTable tbody th{
  border-left: none;
  white-space: nowrap;
}
.innerTable tbody td{
  border-left: none;
  border-right: none;
  border-bottom: none;
  width: auto;
}



/* ▼コンテンツテーブル02 */
.tpLayout02{
}
.tpLayout02 th{
  width:20%;
}
.tpLayout02 td:nth-child(1){
  width:10%;
  background:#f5f5f5;
}
td.tpTypeCap{
  background:#fff !important;
}
.tpLayout02 td:nth-child(2){
  width:10%;
}
.tpLayout02 td.innerTableWrap{
  width: 80% !important;
}
.tpLayout02 td.innerTableWrap .innerTable tbody tr:first-child td{
  border-top: none;
}
.tpLayout02 td.innerTableWrap .innerTable tbody tr td{
  width: 12.3%;
}
.tpLayout02 td.innerTableWrap .innerTable tbody tr td:first-child{
  width: 12.3%;
  border-right: 1px #d3cebf solid;
}
.tpLayout02 td.innerTableWrap .innerTable tbody tr td:last-child{
  width: 100%;
  border-left: 1px #d3cebf solid;
}
/* ▼コンテンツテーブル03 */
.tpLayout03{
  margin-bottom:10px;
}
.tpLayout03 td,
.tpLayout03 th{
  text-align:center;
}
.tpLayout03 tr:nth-child(even) th,
.tpLayout03 tr:nth-child(even) td{
  border-bottom: 2px #285b99 solid;
}
.roundTitle{
  font-weight:bold;
  text-align:left !important;

}
.roundTitle span{
  float: right;
}
.roundTitle span select{
  font-weight: bold;
}
.notSelect td{
  background:#E7E7E7;
}
.notSelect td:nth-child(1){
  background:#fff;
}
#return{
  border-top:3px #285b99 solid;
}
/* ▼コンテンツテーブル04 */
.tpLayout04 th{
  width:10%;
}
.tpList01{
  padding:10px 0;
  border-bottom:1px #cfcfcf dashed;
}
.tpList01 span{
  margin-right:10px;
}
.tpList01 select{
  width:500px;
}
.surcharge{
  border: 1px #cfcfcf solid;
  margin-top:10px;
  min-width: 150px;
  float: right;
}
.surcharge dt{
  float:left;
  background: #d2e9f4;
  color: #00397e;
  vertical-align: middle;
  padding: 10px;
}
.surcharge dd{
  float:left;
  padding: 10px;
}

.tpLayout04 .innerTable tr:last-child td{
  border-bottom:none;
}

.tpLayout04 .innerTable th{
border-bottom: none;
}

/* ▼コンテンツテーブル05 */
.tpLayout05 th{
  width:20%;
  text-align:center;
}
.tpLayout05 th p{
  font-size:11px;
}
.bigBtn{
  text-align: center;
}
.bigBtn a{
  min-width: 300px;
  padding: 10px 10px 10px 10px;
}
.inTable{
  border-top:1px #cfcfcf solid;
  width: 80%;
  float: left;
}
.inTable th{
  background: #f5f5f5;
  color: #1D1D1D;
}
.inTable td{
}
.inTable td,
.inTable th {
  padding: 5px;
  text-align: left !important;
}
.tpBtnStyle1{
  float:right;
  display:block;
  margin-top:13px;
  margin-bottom:5px;
}
.tpBtnStyle1 a{
  padding: 10px;
}
a.normalLink{
  box-shadow: none;
  border: none;
    text-decoration: underline;
    color: #0997e9;
}
a.normalLink:hover {
    color: #0997e9;
    text-decoration: none;
  box-shadow: none;
}
/* ▼コンテンツテーブル06 */

.tpLayout06{
}
.tpLayout06 th{
  width:20%;
}
.tpLayout06 td{
}
/* ▼コンテンツテーブル07 */
.tpHotelImg{
  width:110px;
  height:95px;
  background:#eee;
  float:left;
}

.inTable02{
  float:right;
}
a.textBig{
  font-size:medium;
}

.tpLayout07 th:first-child{
  width: 20%;
}
/* ▼コンテンツテーブル08 */

#tpLayout08 th{
  width:20%;
}
.inTable03{
  width:100%;
}
/* ▼コンテンツテーブル10 */
.tpLayout10 th{
  width:20%;
}
.tpLayout10 .tpSubTitle{
  width:15%;
  text-align:center;
    background: #f5f5f5;
}
.tpLayout10 .tpSubTitle .tpBtn{
  text-align:center;
}
.tpLayout10 .tpSubTitle span{
  margin-bottom:20px;
  display:block;
}

.tpLayout10 td:nth-child(1){
  width:20%;
}
/* ▼コンテンツテーブル11 */
.tpLayout11 th{
  width:20%;
}
.opCap{
  float:left;
}
/* ▼コンテンツテーブル12 */
.tpLayout12 th{
  width:20%;
}
.tpLayout12 .tpSubTitle{
  background: #f5f5f5;
  width:20%;
}

/* ▼コンテンツテーブル13 */
.tpLayout13 .tpSubTitle{
  background: #f5f5f5;
  width:10%;
  color:#1a1a1a;
}
.tpLayout13 th{
  width: 20%;
}
.tpLayout13 td ul.rentaCar1{
  width:100%;
}
.rentaCar1 li{
  width:33%;
  float:left;
  text-align: center;
}
.rentaCar1 select{
  width:100px;
}
.rentaCar1 li:frist-child{
}

.tpLayout13 td li select{
}
.rentaCar2 li{
  margin-left:20px;
  float:left;
}
.rentaCar2 select{
  width:100px;
}
.rentaCar2 li:first-child{
  margin-left:0px;
}

/* ▼コンテンツテーブル14 */
.financial{
  background:#f5f5f5;
}

#tpLayout14 ul{
  text-align:center;
  width:100%;
}
#tpLayout14 li{
  margin-left: 20px;
  display: inline-block;
}

.DomesticTravelDocumentRequirements{
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 40px;
}
.DomesticTravelDocumentRequirements .contentFrame {
  width: 918px;
  border: 1px solid #cccccc;
  height: 120px;
  background: #FFFFFF;
  overflow-y: scroll;
  margin-bottom: 10px;
  font-size: small;
  padding: 10px;
  font-weight: normal;
  line-height: 150%;
}
.DomesticTravelDocumentRequirements .formArea {
    text-align: center;
}

#transition{
  padding: 20px;
  border: 1px #e9e9e9 solid;
  text-align: center;
  background: #fff;
}
#transition li{
  display: inline-block;
}
#transition li:first-child{
  padding: 0 20px 0 0;
}
#transition li:last-child{
  margin: 0 0 0 0;
}
/* ▼コンテンツテーブル15 */

.tpLayout15{
}

.tpLayout15 .tpSubTitle th{
  text-align:center;
}
.tpLayout15 .goBack{
  text-align:center;
  font-size: 11px;
}
.tpLayout15 .radioBtn{
  width:8%;
  background: #f5f5f5;
}
.tpLayout15 td{
  text-align:center;
}

.tpLayout15 td.delivery{
  text-align:left;
}

.tpLayout15 .priceUp{
  width:15%;
}
.tpLayout15 .state{
  width:15%;
}

.rootSpot li {
    background: url("../../../images/static/orion/orion_ski/schedule-arrow-s02.png") no-repeat top 7px right;
    padding: 0 15px 0 0;
    margin: 0 10px 0 0;
    text-align: left;
    float: left;
}
.rootSpot li:last-child {
  background:none;
}
.rootSpot li span.rootLink {
    background: #ededed;
  padding: 2px 10px;
  display:block;
}
.busStop{
  border-bottom: 1px #cfcfcf dashed;
}
.busStop li{
  float: left;
  margin-right: 50px;
  padding: 10px 0 20px 0;
}
.busStop li select{
  width:300px;
}
.busStop li:last-child{
  margin-right: 0px;
}

.separateList {
}

.separateList li{
  border-bottom: 1px #cfcfcf dashed;
  padding: 10px 0;
  text-align:left;
}
.separateList li span{
  width: 100px;
  border-right: 1px #cfcfcf solid;
  display: inline-block;
  margin-right: 20px;
}
.separateList li select{
  margin-right: 20px;
}
.separateList li:last-child{
  border-bottom: none;
}

a.tpBtnStyle2{
  float: right;
  padding: 10px;
}
a.tpBtnStyle3{
  float: right;
  padding: 10px;
}
.additionArea{
  background:#f5f5f5;
}
/* ▼コンテンツテーブル16 */
.tpLayout16 th{
  width:20%;
}
span.titleSet{
  padding-right: 10px;
  border-right: 1px #cfcfcf solid;
  display: inline-block;
  margin-right: 10px;
  float: left;
}
span.titleSet02{
  width: 100px;
  border-right: 1px #cfcfcf solid;
  display: inline-block;
  margin-right: 10px;
}
.shuttleTitle{
  margin-bottom: 10px;
  overflow: hidden;
}

.shuttleTitle span.tpBtn{
  float: right;
}

.shuttleTable{
  border: 1px #cfcfcf solid;
  width:100%;
  margin-top: 10px;
}
.shuttleTable:first-child{
  margin-top: 0;
}
.shuttleTable select{
  margin-right: 10px;
}


/* ▼コンテンツテーブル17 */
.tpLayout17 #planCheck{
  width:4%;
}
.tpLayout17 th{
  text-align:center;
}
.tpLayout17 .stock{
  text-align:center;
  width:8%;
}
.tpLayout17 .useDate{
  text-align:center;
  width:16%;
}
.tpLayout17 ul{
}
.tpLayout17 li{
  border-bottom: 1px #cfcfcf dashed;
  padding: 10px 0;
  text-align: left;
}
.tpLayout17 li span {
    width: 60px;
    border-right: 1px #cfcfcf solid;
    display: inline-block;
    margin-right: 20px;
}
.tpLayout17 li:last-child {
    border-bottom: none;
}


/* ▼旅行代金 */
#travelPriceArea{
  background: rgba(0, 0, 0, 0.75);
  height: 80px;
}
.travelInner{
  width: 960px;
  margin: 0 auto;
  height:40px;
  padding:20px;
}
.travelInner .tpTitle{
  float:left;
  color:#fff;
  margin: 10px 0 0 475px;
  font-size: 1.2em;
}
.priceWrap{
  float:right;
}

.priceSolo,
.priceAll{
  min-width: 150px;
  float: right;
}
.priceSolo{
  margin-right:10px;
  float:left;
}
.priceSolo dt,
.priceAll dt{
  float: left;
  background: #d2e9f4;
  color: #00397e;
  vertical-align: middle;
  padding: 10px;
}
.priceSolo dd,
.priceAll dd{
    float: left;
    padding: 10px;
  background:#fff;
  color:#D80205;
  font-weight:bold;
}

/* ----------------------------------------
▼WY0202
---------------------------------------- */
/* ▼基本情報 */
.tourDetailPage{
  width:950px !important;
  margin: 0 auto;
}
.DetailBasicInfo{
  background-color: #fff;
  border: 1px #cfcfcf solid;
  padding: 0px;
  margin: 0 0 20px 0;
  border-radius: 5px;
}

.DetailBasicInfo .categoryBox{
  background:#285b99;
  padding:10px 10px 10px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.categoryBox li{
  background-color:#fff;
  padding:6px 15px 6px 15px;
  float:left;
  margin-right:10px;
  border-radius:20px;
  font-size:12px;
  font-weight:bold;
}
.categoryBox li.planIcon01{
  background:#fff url(../../../images/static/orion/orion_ski/icon_plan01.png) left 10px center no-repeat;
  -moz-background-size:auto 70%;
  background-size:auto 70%;
  padding-left: 36px;
}
.categoryBox li.planIcon02{
  background:#fff url(../../../images/static/orion/orion_ski/icon_plan02.png) left 10px center no-repeat;
  -moz-background-size:auto 70%;
  background-size:auto 70%;
  padding-left: 36px;
}
.categoryBox li.planIcon03{
  background:#fff url(../../../images/static/orion/orion_ski/icon_plan03.png) left 10px center no-repeat;
  -moz-background-size:auto 70%;
  background-size:auto 70%;
  padding-left: 36px;
}
.categoryBox li.planIcon04{
  background:#fff url(../../../images/static/orion/orion_ski/icon_plan04.png) left 10px center no-repeat;
  -moz-background-size:auto 70%;
  background-size:auto 70%;
  padding-left: 36px;
}
.categoryBox li.planIcon04{
  background:#fff url(../../../images/static/orion/orion_ski/icon_plan04.png) left 10px center no-repeat;
  -moz-background-size:auto 70%;
  background-size:auto 70%;
  padding-left: 36px;
}
.categoryBox li.planIcon05{
  background:#fff url(../../../images/static/orion/orion_ski/icon_plan05.png) left 10px center no-repeat;
  -moz-background-size:auto 70%;
  background-size:auto 70%;
  padding-left: 36px;
}
.categoryBox li.planIcon06{
  background:#fff url(../../../images/static/orion/orion_ski/icon_plan06.png) left 10px center no-repeat;
  -moz-background-size:auto 70%;
  background-size:auto 70%;
  padding-left: 36px;
}
.categoryBox li.planIcon07{
  background:#fff url(../../../images/static/orion/orion_ski/icon_plan07.png) left 10px center no-repeat;
  -moz-background-size:auto 70%;
  background-size:auto 70%;
  padding-left: 36px;
}
.categoryBox li.planIcon08{
  background:#fff url(../../../images/static/orion/orion_ski/icon_plan08.png) left 10px center no-repeat;
  -moz-background-size:auto 70%;
  background-size:auto 70%;
  padding-left: 36px;
}
.categoryBox li.planIcon09{
  background:#fff url(../../../images/static/orion/orion_ski/icon_plan09.png) left 10px center no-repeat;
  -moz-background-size:auto 70%;
  background-size:auto 70%;
  padding-left: 36px;
}
.categoryBox li.planIcon10{
  background:#fff url(../../../images/static/orion/orion_ski/icon_plan10.png) left 10px center no-repeat;
  -moz-background-size:auto 70%;
  background-size:auto 70%;
  padding-left: 36px;
}

.categoryBox li span{
  padding:0 5px;
}
.categoryBox li:rast-child{
  margin-right:0px;
}
.categoryBox li.dClip{
  float:right;
  background:transparent;
  padding:3px 0px 0px 0px;
  margin-right:0px;
  border-radius:0px;
  height: 23px;
}
.DetailBasicInfo .tourTitle{
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  background:url(../../../images/static/orion/orion_ski/bi-icon.gif) left center no-repeat;
  padding: 12px 0px 12px 40px;
  border-bottom: 2px #cfcfcf solid;
  margin: 0 10px 10px 10px;
}

.DetailBasicInfo .innerBox{
  padding: 0 10px 0 10px;
  margin: 0 0 10px 0;
}
.DetailBasicInfo .innerBox .leftResult{
  float:left;
  width: 300px;
}
.DetailBasicInfo .innerBox .leftResult ul{
}
.DetailBasicInfo .innerBox .leftResult li.slideBtn{
  position: absolute;
}

.DetailBasicInfo .innerBox .leftResult li.slideBtn.disableBtn{
  opacity: 0.4;
}
.DetailBasicInfo #leftSlide {
    left: 0px;
    top: 100px;
}
.DetailBasicInfo #rightSlide {
    left: 270px;
    top: 100px;
}
.DetailBasicInfo .innerBox .leftResult .image{
  position: relative;
}

.DetailBasicInfo .innerBox .rightResult{
  float:right;
  width: 618px;
}
.DetailBasicInfo .innerBox .rightResult .subCaption{
  margin-bottom: 10px;
}
.DetailBasicInfo .decision{
  margin-bottom:12px;
}
.DetailBasicInfo .decision dt{
  background: #e02b13;
  font-size: 13px;
  padding: 4px 0px;
  text-align: center;
  color: #fff;
  width: 90px;
  border-radius: 3px;
  float: left;
  margin-right: 10px;
}
.DetailBasicInfo .decision dd{
  font-weight:bold;
  font-size:medium;
  line-height: 2;
}

.more{
  padding:0 0 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.DetailBasicInfo .special{
  width: 618px;
  margin: 0 auto 0px auto;
}

.DetailBasicInfo .special .spTitle{
  color: #fff;
  font-weight: bold;
  background:url(../../../images/static/orion/orion_ski/sp-dt-bg.gif) left top no-repeat;
  padding: 2px 5px 7px 5px;
  height: 10px;
  font-size: 11px;
}
.DetailBasicInfo .special .spArea{
  background: #f5f2e9;
  width: 595px;
  margin: 0 0 15px 3px;
  padding: 10px 10px 0 10px;
}
.DetailBasicInfo .innerBox .leftResult li.slideBtn.disableBtn{
  opacity: 0.4;
}
.DetailBasicInfo .special ul li{
  padding: 4px 10px 2px 10px;
  color: #212121;
  border: 1px solid #cfcfcf;
  background: #FFF;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight:bold;
  float: left;
  text-align: center;
  border-radius:20px;
}
.DetailBasicInfo .special ul li:first-child{
}
.DetailBasicInfo .special .spList{
float: left;
margin-bottom: 5px;
}
.DetailBasicInfo .special .spMore{
float: left;
margin-top: 12px;
}
.DetailBasicInfo .detailBox{
  background:url(../../../images/static/orion/orion_ski/detail-bg.gif) left top repeat;
  padding: 10px;
}
.basicPriceArea{
  border:1px #cfcfcf solid;
  width: 603px;
  text-align: right;
  padding: 5px;
  margin: 0 0 0 3px;
}
.basicPriceArea span{
  font-size:22px;
  font-weight:bold;
  color:#dd0000;
  margin: 0 5px 0 5px;
}
/* ▼ポイント */
.DetailItemize {
    background-color: #fff;
    border: 1px #cfcfcf solid;
    padding: 0px;
    margin: 0 0 20px 0;
    border-radius: 5px;
}
.DetailItemize .innerBox{
  padding: 10px;
  margin: 0;
}
.diTitle{
  background: #3cadf2;
  padding: 8px 10px 8px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align:center;
  font-size:18px;
  color:#fff;
  font-weight:bold;
}
/* ▼テンプレート組み合わせ */
.pattern01{
  border:1px #cfcfcf solid;
  padding:0px;
}
.pattern01 p.ptnPh01{
}
.pattern01 p.ptnPh01 img{
  width:100%;
}
.pattern01 p.ptnText01{
  padding: 9px;
}
.pattern02{
  border:1px #cfcfcf solid;
  padding:0px;
}
.ptnL02{
width:454px;
float:left;
margin-right:10px;
border-right: 1px #cfcfcf solid;
}
.ptnPh02 img{
  width:100%;
}
.ptnCap02{
  padding:10px;
}
.ptnText02{
  width:440px;
  float:left;
  padding:10px;
}
.pattern03{
  border: 2px #dd0000 solid;
  padding: 9px;
  background: #f5e9e9;
}
.ptnTtl03{
  color: #dd0000;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}
.ptnText03{
  border:1px #cfcfcf solid;
  padding: 9px;
  background: #fff;
}
.pattern04{
  border: 2px #edd103 solid;
  padding: 9px;
  background: #fcfae9;
}
.ptnTtl04{
  color: #f26f00;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}
.ptnText04{
  border:1px #cfcfcf solid;
  padding: 9px;
  background: #fff;
}
.pattern05{
  border:1px #cfcfcf solid;
  padding:0px;
}
.pattern05{
  border:1px #cfcfcf solid;
  padding:9px;
}
.ptnText05{
}
.pattern06{
  border:1px #cfcfcf solid;
  padding:9px;
}
.ptn06{
}
.ptn06 li{
  width: 296px;
  float: left;
  margin-right: 10px;
}
.ptn06 li p.ptnPh06 img{
  width:100%;
}
.ptn06 li p.ptnCap06{
  padding: 9px 0px 0px 0px;
}

.ptn06 li:last-child{
  margin-right: 0px;
}

.pattern07{
  border:1px #cfcfcf solid;
  padding:0px;
}
.ptnL07{
width:454px;
float:left;
margin-right:10px;
border-right: 1px #cfcfcf solid;
}
.ptnText07{
  width:440px;
  float:left;
  padding:10px;
}


.hotelName{
  float:left;
  width:460px;
}
.diSubTitle{
  background:#285b99;
  color:#fff;
  border-radius:5px;
  padding: 5px 10px;
  margin-bottom:10px
}
.hotelName p.hotelPh{
  float:left;
  width:150px;
  margin-right:10px;
}
.hotelName table{
  border:1px #c3d3e0 solid;
  width:298px;
  float:left;
}
.hotelName table th,
.hotelName td{
  border-bottom:1px #d1d1d1 solid;
  padding:5px;
}
.hotelName table th{
  background-color:#d2e9f4;
  font-weight:bold;
  width:35%;
  text-align:left;
}
.hotelName td{
}
.hotelService{
  float:right;
  width: 460px;
}
.hotelService table{
  width: 460px;
  border:1px #c3d3e0 solid;
}
.hotelService table td,
.hotelService table th{
  text-align:center;
  border-right:1px #c3d3e0 solid;
}
.fiveIcon td,
.fiveIcon th{
   width:20%;
 }
.hotelService table.fiveIcon th{
  padding: 5px;
}
.hotelService table.fiveIcon th img{
  width:80%;
}
.hotelService table td{
  background:#d2e9f4;
  padding:3px 0;
}

.hotelService table.fourIcon th{
  padding: 3px 2px 3px 2px;
}
.hotelService table.fourIcon td{
  padding: 5px 0;
}
.amenity{
  margin-bottom:10px;
}
.attent{
  margin-bottom:10px;
}

table.porter{
  border:1px #c3d3e0 solid;
  width:460px;
}
table.porter th,
table.porter td{
  border-bottom:1px #d1d1d1 solid;
  padding:5px;
}
table.porter th{
  background-color:#d2e9f4;
  font-weight:bold;
  width:20%;
  text-align:left;
}
table.porter td{
  background:#fff;
  text-align:left;
}
.favo{
  background:#f2963c;
  border-radius:0px;
}

.default{
    border:1px #c3d3e0 solid;
    width:100%;
}
.default th,
.default td{
  border:1px #d1d1d1 solid;
  padding:10px;
}
.default th{
  background-color:#d2e9f4;
  font-weight:bold;
  text-align:left;
}
.planPrice{
  border-left: 1px #d1d1d1 solid;
  text-align: center;
  vertical-align: middle;
}
.differ{
  color:#dd0000;
  font-size:medium;
  font-weight:bold;
}
.planTable{
  margin-bottom:10px;
}
.linkArea{
}

.siteLink{
}
.linkArea li{
  background:#d2e9f4;
  margin-top:10px;
}
.linkArea li a{
  padding:10px 10px 10px 10px;
  border-radius:5px;
  border:1px #2794cf solid;
  background:url(../../../images/static/orion/orion_ski/link-btn-bg.gif) right 10px center no-repeat;
  color:#0082d4;
  text-decoration:none;
  font-weight:bold;
  display: block;
}
.linkArea li a:hover{
  color:#212121;
  text-decoration:none;
  font-weight:bold;
}

.linkArea li:first-child{
  margin-top: 0px;
}
.basicSchedl{
  margin-bottom:20px;
}
.basicSchedl th{
  text-align:center;
}
.date{
  background:#f5f5f5;
  text-align:center;
  vertical-align:middle;
}
.transpoter{
  color:#ff0078;
}
.vehicle {
  background:url(../../../images/static/orion/orion_ski/icon_vehicle06.png) left top no-repeat;
  padding:0 0 0 40px;
}
.foodLabel{
  text-align:center;
  width:15%;
}

.monthSelect{
  margin:0 auto;
  width: 560px;
}
.msWrap{
  margin:0 auto;
}
.monthSelect li{
  margin-left:10px;
}
.monthSelect li:first-child{
  margin-left:0px;
}

.monthSelect li a{
  display:block;
  border:1px #cfcfcf solid;
  background:#fff;
  width:90px;
  padding: 10px 0;
  text-align: center;
  float: left;
  margin: 10px;
}
.monthSelect li a:hover{
  background:#fae764;
  text-decoration:none;
}
.req{
  border:1px #f0cccc solid;
  background:#f5e9e9;
  padding:10px;
  margin-bottom:20px;
}
.reqTitle{
  margin-bottom:10px;
}
.condition{
  margin-bottom:20px;
}
.condition th{
  width:20%;
}

.anotherInfo{
  margin-left:10px;
  float:left;
  width:310px;
}
li.anotherInfo:first-child{
  margin-left:0px;
}

/* ▼WY1002 */
.checkTable01{
  margin-bottom:20px;
  background: #fff;
}
.checkTable01 th{
  text-align:center;
}
.checkTable01 td{
}
td.position01{
  vertical-align:middle;
}
td.position02{
  text-align:center;
}
td.position03{
  text-align:right;
}
.estimateAera{
  padding: 10px 0 10px 0;
}
.ctLayout01-1 .ctWid01-1{
  width:15%;
}
.ctLayout01-2 .ctWid01-2{
  width:40%;
}

.checkTable02{
  margin-bottom:20px;
}
.checkTable02 th{
  text-align:center;
}
.checkTable02 td{
}

.ctLayout02-1 .ctWid02-1{
  width:15%;
}
.ctLayout02-2 .ctWid02-2{
  width:40%;
}
.checkTable03{
  margin-bottom:20px;
}
.checkTable03 th,
.checkTable03 td{
  text-align:center;
}
.checkTable03 th.individual01{
  width:20%;
}
.checkTable03 th.individual02{
  width:15%;
}
.checkTable03 th.individual03{
  width:20%;
}
.checkTable04{
  margin-bottom:20px;
}
.checkTable04 th{
  text-align:center;
}

#recalculate{
  text-align:center;
}

.checkTable05{
  margin-bottom:20px;
  border: 2px #285b99 solid;
}

.checkTable05 th{
  width:85%;
  text-align:right;
}

.checkTable05 td{
  color: #D80205;
  font-weight: bold;
}
.checkTable01 th,
.checkTable02 th,
.checkTable03 th,
.checkTable04 th,
.checkTable05 th{
  background: #f5f5f5;
  color: #333333;
}
.checkTable01 th:first-child,
.checkTable02 th:first-child,
.checkTable03 th:first-child,
.checkTable04 th:first-child,
.checkTable05 th:first-child{
  width:15%;
  background: #d2e9f4;
  color: #00397e;
}
.checkTable01 th:nth-last-child(-n+3),
.checkTable02 th:nth-last-child(-n+3),
.checkTable03 th:nth-last-child(-n+3){
  width:10%;
}

/* ▼WY1008 */
#customerCap{
  margin-bottom:10px;
}
.CostmInfo{
  margin-bottom:20px;
}
.CostmInfo:last-child{
  margin-bottom:0px;
}
.CostmInfo td{
  background: #f5f5f5;
}

.CostmInfo td:last-child{
  background: #fff;
  width:80%;
}
.CostmInfo td:first-child{
  width:15%;
}
.necessary{
}
.necessary span{
  text-align: right;
  display: inline-block;
  padding: 1px 5px;
  background: #e90000;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  float:right;
  border-radius:3px;
}
.supplement{
  font-size:11px;
  margin-top: 5px;
}
.supplement02{
  font-size:11px;
  margin-left:5px;
}

.zipCode{
  margin-right:10px;
}
.adressInput{
  width:300px;
}
.mailInput{
  width:200px;
}
.nameInput{
  width:150px;
  margin-right:20px;
}
.auxiliary{
  margin-right:5px;
}
.CostmPrice{
  font-weight:bold;
  font-size:medium;
  color:#e90000;
  margin-right:20px;
}
.storePayment{
}
.storePayment li{
  float:left;
  width:25%;
  margin-right: 20px;
  min-height: 100px;
}
.storePayment li img{
  max-width:60%;
}
.storePayment li:nth-child(3n){
  margin-right: 0px;
  margin-bottom: 20px;
}
#complete{
  padding: 20px;
  border: 1px solid #cccccc;
  text-align: center;
  background:url(../../../images/static/orion/orion_air/norton-trust-logos.gif) right 20px center no-repeat;
  background-size: 7%;
}
#complete li {
    display: inline-block;
    padding: 0 10px 0 10px;
}
#complete li:last-child {
    margin: 0 0 0 0;
}
input.textShort{
  max-width:100px;
}
.rentalTable{
  font-size:11px;
  width:100%;
}
.rentalTable th:first-child{
  width:65%;
}
.rentalTable td:first-child {
    width: 6%;
  background: #f5f5f5;
}
.rentalTable td:last-child {
    width: 75%;
}
.rentalTable td{
  background: transparent;
  border-top:none;
}
.lastTd td{
  border-bottom:none;
}
.rentalInput{
  width:40px;
  margin:0 5px;
}
.rentalTable ul{
}
.rentalTable li{
  display:inline-block;
  margin-right:15px;
}
.rentalTable li:last-child{
  margin-right:0px;
}
.rentalCheckTable{
  width:100%;
}
.rentalCheckTable td{
  background-color:transparent;
  border-top:none;
}
.rentalCheckTable td.rentalCheck{
    width: 6%;
  background-color: #f5f5f5;
}
.rentalCheckTable td.rentalCheckList{
  width:30%;
}
/* ▼WY0909 */
.reservePage{
  margin-bottom:20px;
}
.reservePage th{
  width:15%;
}
.reservePage td span{
  display: inline-block;
  margin: 0 5px;
  width: 10%;
  vertical-align: middle;
}
.reservePage td span img{
  width: 100%;
}
.qaPayment{
  padding: 20px;
  border: 1px #d3cebf solid;
  margin-bottom: 20px;
  background: #f5f5f5;
}
.qaPayTitle{
  font-size: small;
  font-weight: bold;
  border-bottom: 2px #5AB127 solid;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.cancelTable {
  margin-bottom:20px;
}

.cancelTable th,
.cancelTable td{
  text-align:center;
}

.cancelTable td:last-child{
  text-align:right;
}

.reservePageDocu{
  margin-bottom:20px;
}
.conditionsTable{
  text-align:center;
  width:50%;
  margin:0 auto 20px auto;
}
.atentSent{
  margin-bottom:20px;
}

#transition02 {
    padding: 20px;
    border: 1px #e9e9e9 solid;
    text-align: center;
    margin-bottom: 40px;
    background-color: #fff;
  background:url(../../../images/static/orion/orion_ski/norton-trust-logos.gif) right 20px center no-repeat;
    background-size: 7%;
}
#transition02 li {
    display: inline-block;
}
#transition02 li:first-child {
    padding: 0 20px 0 0;
}
#transition02 li:last-child {
    margin: 0 0 0 0;
}

/* ▼WY1009 */
.reservePage{
  margin-bottom:20px;
}
.reservePage th{
  width:15%;
}
.reservePage td{
  background:#fff;
}
.reservePage td span{
  float: right;
  display: inline-block;
  text-align: right;
}
.reservePage td span img{
  width: 50%;
}
.qaPayment{
  padding: 20px;
  border: 1px #d3cebf solid;
  margin-bottom: 20px;
  background: #f5f5f5;
}
.qaPayTitle{
  font-size: small;
  font-weight: bold;
  border-bottom: 2px #5AB127 solid;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.cancelTable {
  margin-bottom:20px;
}

.cancelTable th,
.cancelTable td{
  text-align:center;
}

.cancelTable td:last-child{
  text-align:right;
}

.reservePageDocu{
  margin-bottom:20px;
}
.conditionsTable{
  text-align:center;
  width:50%;
  margin:0 auto 20px auto;
}
.conditionsTable td{
  background:#fff;
}
.atentSent{
  margin-bottom:20px;
}

#transition02 {
    padding: 20px;
    border: 1px #e9e9e9 solid;
    text-align: center;
    margin-bottom: 40px;
    background-color: #fff;
  background:url(../../../images/static/orion/orion_ski/norton-trust-logos.gif) right 20px center no-repeat;
}
#transition02 li {
    display: inline-block;
}
#transition02 li:first-child {
    padding: 0 20px 0 0;
}
#transition02 li:last-child {
    margin: 0 0 0 0;
}

/* ▼WY1010 */
.completeBooking{
  width: 960px;
  margin: 0 auto;
  border: 1px #d3cebf solid;
  padding: 19px;
  background: #fff;
  margin-bottom: 20px;
}

.completedPage01{
  margin-bottom:20px;
}
.completedPage01 th{
  width:15%;
}
.completedPage01 td{
}

.conpSent{
    padding: 20px;
    border: 1px #e9e9e9 solid;
    margin-bottom: 10px;
    background-color: #f6f5f1;
}
.compInquiry{
    padding: 20px;
    border: 1px #e9e9e9 solid;
    margin-bottom: 20px;
    background-color: #fff;
}
.compInqTtl{
  font-weight: bold;
  border-left: 5px solid #ffeb00;
  padding: 0px 10px 0px 10px;
  margin-bottom: 10px;
}

.return{
  text-align:center;
  margin-bottom:20px;
}

.errorArea{
  border-top: 3px #84c513 solid;
  padding: 19px;
  background: #fff;
  margin-bottom: 20px;
  border-left: 1px #d3cebf solid;
  border-right: 1px #d3cebf solid;
  border-bottom: 1px #d3cebf solid;
}
.errorTitle{
  border-left: 5px solid #dd0000;
  padding: 0px 10px 0px 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: #dd0000;
}

.conpSentE{
    padding: 20px;
    border: 1px #d00 solid;
    background-color: #f6f5f1;
}


/* ▼エラー */
#divNodata {
    margin: 0 0 20px;
}

#divNodata p {
  text-align: center;
  padding: 100px 0;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 150%;
  background-color: #f3f3f3;
  border: 1px #dcdcdb solid;
  margin-top: 15px;
  border-radius: 5px;
}

div#errorList{
  border: 1px #e60011 solid;
  padding: 15px 10px;
  margin-bottom: 10px;
  background: #f5f5f5;
}
div#errorList li::before {
  content: "・";
  color: #ea6666;
}
div#errorList li {
  color: #e60011;
    padding: 2px 0;
    font-weight: bold;
}
.cautionText::before{
  content:"・";
}
.cautionText{
  color: #e60011;
  padding: 2px 0;
  font-weight: bold;
  display:block;
  font-size:11px;
}
.cautionCell{
  background: #ffd9dd !important;
}
.cautionArea{
  border: 2px #e60011 solid;
}


/*画像スライド*/

ul.slideBox{
  position: relative;
  overflow: hidden;
  min-width: 200px;
  min-height: 150px;
}

ul.slideBox.detail_page{
  min-height: 225px;
}

ul.slideBox li{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

li#rightSlide,li#leftSlide{
  z-index: 10;
}


/*カレンダー 前月・次月ボタン*/

#btnPreMonth .btn-month{
  padding-left: 5px;
}

#btnNextMonth .btn-month{
  padding-right: 5px;
}

/*カレンダー 前月・次月ボタン 非活性時*/

.disable .imgOver{
  filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.disable .imgOver:hover {
  filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    cursor: text;
}

/*datepicker trigger*/
.ui-datepicker-trigger {
    cursor: pointer;
}

.ui-datepicker-current{
  display: none;
}


/*ホテル選択後 table*/

.disnone{
  display: none;
}

/*レンタカー 表示・非表示*/
.js-rentalcar-togglebox{
  display: none;
}

/*ページ下部固定用CSS*/
.travelInner-wrap.posfixed{
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #404040;
}

.travelInner-wrap{
  position: static;
  background: none;
}

/*キーワード検索 suggest*/
.kywd-wrap{
  position: relative;
}

.js-suggest-list-wrap{
  position: absolute;
  box-sizing: border-box;
  background: rgba(255,255,255,1);
  top: 26px;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  border-top: 0;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.3);
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.3);
  z-index: 11;
  display: none;
}

.js-suggest-list-wrap li{
  float: none;
  padding:3px 10px;
}

.js-suggest-list-wrap li:hover{
background: #ececec;
}

/*form radio table出し分け*/

.optionTable{
  display: none;
}

.use_option01,.use_option02{
  display: none;
}

/*ホテル選択ダイアログ*/
.hotelList_dialog{
  position: static;
  width: 980px;
  min-height: 540px;
  display: none;
  z-index: 1000;
  margin:50px auto;
  padding: 15px;
}

.hotelList_dialog .tpLayout07{
  background: #fff;
}
.hotelList_dialog .tpLayout07 th:first-child{
  width: auto;
}

.overlay{
  background: rgba(102,102,102,0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  overflow-y: scroll;
  box-sizing: border-box;
}
/*ホテル選択ダイアログ ボタン非活性*/
.js-open-dialog.disable{
  cursor: default;
  color: #ccc;
  background: #ececec;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}

/*ホテル選択後 table*/

.disnone{
  display: none;
}

/*レンタカー 表示・非表示*/
.js-rentalcar-togglebox{
  display: none;
}

/*ページ下部固定用CSS*/
.travelInner-wrap.posfixed{
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #404040;
}

.travelInner-wrap{
  position: static;
  background: none;
}