@charset "utf-8";

/*▼headerer Layout ------------------------------------*/
#header{
  width:1008px;
  height:103px;
  margin: 0;
  outline: 0;
  display:block;
  background:url(../images/header-logo.png) no-repeat center bottom;
  background-color: #fff;
  display: inline-block;
  position: relative;
}
#header .title_search_box {
  width: 960px;
  margin: 0 auto;
}

#headerOuter .kansaihead {
  background:url(../images/kansailogo.png) no-repeat center bottom;
}

#header h1{
  font-size:12px;
  font-weight:normal;
  margin:0;
  padding:2px 10px;
  color:#555;
  width:500px;
  height:18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
}
#header h1 a{
  text-decoration:none;
  color:#555;
  font-weight:normal;
}

#header h1 a:hover{color:#999;}
#header ul{}
#header ul.rsite{
  padding:0;
  margin:8px 0 0 552px;
  position:absolute;
  top:0;
  word-break:keep-all;
  white-space:nowrap;
}
#header ul.rsite li{
  float:left;
  padding:1px 8px;
  margin:0;
  text-align:center;
  height:12px;
  line-height:15px;
  border-left:1px solid #333;
  font-size:12px;
}
#header .rsite a{
  text-decoration:none;
  color:#333;
}
#header .rsite a:hover{
  text-decoration:none;
  color:#ce181e;
}

/* 九州エリアホバーダウンメニュー */
.rsite li#insideMenu {
  position: relative;
  cursor: pointer;
  color: #333;
  z-index: 999;
}
.rsite li#insideMenu:hover {color: #ff3300;}
#insideMenu ul {
  display: none;
  position: absolute;
  top: 14px;
  left: -10px;
  padding: 8px;
  width: 100px;
  background: #f0f5f7;
  border: solid 1px #ccc;
  z-index: 9999;
}
#header ul.rsite li#insideMenu ul li {
  clear: both;
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  line-height:2.0;
  height:auto;
  font-size:12px;
}
#insideMenu ul li a {
  display: block;
  width: 100px;
}
#insideMenu ul li a:hover {}

/* googleサイト内検索ボックス */
.search-box{
  position:absolute;
  top:7px;
  margin:0 0 0 780px;
}

#header ul.navimenu{
  margin:0 auto;
  position:absolute;
  /*top:42px;*/
  /*margin-top: 0px;*/
  bottom: 10px;
  left: 24px;
  width:960px;
  text-align:center;
  overflow: hidden;
}
#header ul.navimenu li{
  float:left;
  padding:0;
  margin:0;
  text-align:center;
  /*height:50px;*/
  line-height:14px;
  border:none;
  width:95px;
}
#header ul.navimenu li:nth-child(5){
  width:200px;
  height:80px;
  margin:-18px 0 0 0;
}
#header ul.navimenu > *:first-child + * + * + * + * { /* IE8 */
  width:200px;
  height:80px;
  margin:-18px 0 0 0;
}
#header ul.navimenu li img{
  width:95px;
  height:34px;
  margin-bottom:5px;
}
#header ul.navimenu li img.logoImg{
  width:180px;
  height:80px;
  margin-bottom:0;
  /*width:187px;
  height:83px;
margin:-25px 0 0 -2px;
margin:-25px 0 0 -2px;
  margin:-25px 0 0 -2px\9;*/
}
#header ul.navimenu li img.logoImg:hover{
  background:#fff;
  filter:alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
#header .navimenu a{
  text-decoration:none;
  color:#333;
  font-size:12px;
}
#header .navimenu a:hover{
  text-decoration:none;
  color:#ce181e;
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#header .navimenu a:hover img{
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

[class^="mainmenu-"],
[class*=" mainmenu-"] {
  display: inline-block;
  width: 95px;
  height:50px;
  margin:0;
  vertical-align: text-top;
  background-image: url("../img/menu-icon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

#header .navimenu a.mainmenu-01 {
  background-position: 50% 0px;
}
#header .navimenu a.mainmenu-02 {
  background-position: 50% -50px;
}
#header .navimenu a.mainmenu-03 {
  background-position: 50% -100px;
}
#header .navimenu a.mainmenu-04 {
  background-position: 50% -150px;
}
#header .navimenu a.mainmenu-05 {
  background-position: 50% -200px;
}
#header .navimenu a.mainmenu-06 {
  background-position: 50% -250px;
}
#header .navimenu a.mainmenu-07 {
  background-position: 50% -300px;
}
#header .navimenu a.mainmenu-08 {
  background-position: 50% -350px;
}
#header .navimenu a:hover[class^="mainmenu-"],
#header .navimenu a:hover[class*=" mainmenu-"] {
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#header p#logo{
  font-size:24px;
  font-weight:normal;
  font-family:"Courier New", Courier, mono;
  border-color:#333333;
  border-width:0px 0 0 4px ;
  color:#0099CC;
  text-indent:10px;
  line-height:24px;
}
#header p#logo a{
  text-decoration:none;
  color:#0033cc;
}

#header p#logo a:hover{
  text-decoration:none;
  color:#ff3300;
}
/*------------------------Header Layout ▲*/


/*▼header Menu ------------------------------------*/

/****************** HeaderMenu *******/
.dropmenu{
  list-style-type: none;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";

  display: table;
}
.dropmenu:after{clear: both;}


.dropmenu li{
  position: relative;
  width: 120px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;

  line-height: 41px;
}

.dropmenu li a{
  display: block;
  margin: 0;
  padding:0 8px 0 0;
  font-size: 12px;
  line-height: 41px;
  text-decoration: none;
  color:#333;
}
.dropmenu li a span{
  position:absolute;
  top:17px;
  margin-left:5px;
  background-image: url("../img/arrow-r-b.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  width:10px;
  height:10px;
}
.dropmenu li a:hover span{background-position: 0 -20px;}
.dropmenu li:hover > a span{background-position: 0 -20px;}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{width: 100%;}
.dropmenu li ul li a{
  padding:0 10px;
  border-top: 1px solid #e3e3e3;
  background: #fff;
  text-align: left;
}
.dropmenu li ul li:first-child a{border-top: 1px solid #d0d0d0;}
.dropmenu li:hover > a{background: #ffc4c4;}
.dropmenu li a:hover{
  background: #ffc4c4;
  color:#2469b0;
  filter:alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;}

#normal li ul{display: none;}
#normal li:hover ul{
  display: block;
  width:180px;
  border:1px solid #e3e3e3;
  border-top:none;
}
#normal li:last-child ul{margin-left:-60px;}


/****************** ▼Shop Contents Menu *******/
#shopCont_menu{
  width:950px;
  font-size:14px;
  height:54px;
  color:#FFFFFF;
  margin:0 auto;
}
#shopCont_menu ul{
  list-style-type:none;
  margin:0;
  padding:0;
  width:950px;
  height:54px;
  background-color:#cf0404;
  background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ff3019), to(#cf0404));
  background-image:-webkit-linear-gradient(top, #ff3019, #cf0404);
  background-image:-o-linear-gradient(top, #ff3019, #cf0404);
  background-image:linear-gradient(to bottom, #ff3019, #cf0404);
  background-image:-moz-linear-gradient(top, #ff3019, #cf0404);
  background-repeat: repeat-x;
  text-shadow:none;
  }
#shopCont_menu ul li{
  float:left;
  margin:0;
  padding:0;
  text-align:center;
  line-height:54px;
  border-bottom:1px solid #fff;
  border-left:1px solid #fff;
  color:#990000;
  font-weight:bold;
  }
#shopCont_menu ul li:nth-child(1){border-left:none;}


/* 割引チケットに変更前↓
#shopCont_menu ul li.smenu_top{width:100px;}
#shopCont_menu ul li.smenu_gals{width:112px;}
#shopCont_menu ul li.smenu_ngals{width:82px;}
#shopCont_menu ul li.smenu_shift{width:164px;}
#shopCont_menu ul li.smenu_ima{width:67px;}
#shopCont_menu ul li.smenu_mov{width:52px;}
#shopCont_menu ul li.smenu_hot{width:97px;}
#shopCont_menu ul li.smenu_wari{width:67px;}
#shopCont_menu ul li.smenu_event{width:82px;}
#shopCont_menu ul li.smenu_map{width:67px;}
#shopCont_menu ul li.smenu_system{width:115px;}
*/

#shopCont_menu ul li.smenu_top{width:100px;}
#shopCont_menu ul li.smenu_gals{width:112px;}
#shopCont_menu ul li.smenu_ngals{width:83px;}
#shopCont_menu ul li.smenu_shift{width:115px;}
#shopCont_menu ul li.smenu_ima{width:67px;}
#shopCont_menu ul li.smenu_mov{width:52px;}
#shopCont_menu ul li.smenu_hot{width:97px;}
#shopCont_menu ul li.smenu_wari{width:115px;}
#shopCont_menu ul li.smenu_event{width:82px;}
#shopCont_menu ul li.smenu_map{width:67px;}
#shopCont_menu ul li.smenu_system{width:115px;}

#shopCont_menu ul li.smenu_shift span{font-size:11px;}

#shopCont_menu a{
  color:#fff;
  font-size:14px;
  letter-spacing:0;
  text-decoration:none;
  height:54px;
  vertical-align:middle;
  margin:0;
  padding:0 10px;
  display:block;
  }
#shopCont_menu a:hover{
  color:#ffff00;
  }

.recBtn_area{
  position: relative;
  text-align:right;
  margin:8px auto;
  width:99%;
  font-size:15px;
  line-height:42px;

}
.recBtn_area .shoppage_recBtn{
  padding: 5px 25px;
  color:#000;
  text-shadow:none;
  font-weight:normal;
  text-decoration:none;
  font-size:14px;
}

.recBtn_area .telno{
  font-size:30px;
  line-height:36px;
  color:#0033ff;
}

#shopcontents{
  width:960px;
  margin:0 auto;
  text-align:left;
  }


a.shopmsgLink {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 250px;
  height: 31px;
  overflow: hidden;
  border: 1px solid #fa6374;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#shopCont_fix_menu{
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
  width: 100%;
    background-color: #cf0404;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    z-index: 100;
    display:none;
    border-bottom: 1px solid #fff;
}
#shopCont_fix_menu ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
  width: 980px;
    height: 50px;
    text-shadow: none;
    border-left: 1px solid #fff;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, #shopCont_fix_menu ul{
    font-size:96%;
  }
}
#shopCont_fix_menu ul{
    border-left: 1px solid #fff;
}
#shopCont_fix_menu ul li {
    float: left;
    margin: 0;
    padding: 0 10px;
    line-height: 50px;
    text-align: center;
    border-right: 1px solid #fff;
    color: #990000;
    font-weight: bold;
    border-collapse: separate;
}
@-moz-document url-prefix() {
  #shopCont_fix_menu ul li a{
    padding: 0 10px;
  }
}

#shopCont_fix_menu ul li a{
    height: 50px;
    text-decoration:none;
  color:#ffffff;
    display: block;
}
#shopCont_fix_menu ul li a:hover{
  color:#ffff00;
}
