/* flickGal style sheet */

.main { padding: 0 }
.main ul {
margin: 0;
padding: 0;
}

.flickBox img {
  vertical-align: bottom;
  border: none;
}


#slideShow { }
#slideShow .nav {
  width: 100%;
  text-align: center;
}
#slideShow .nav ul {
  width: 12em;
  padding-bottom: 10px;
  margin: 0 auto;
  background: #000;
  -webkit-border-bottom-left-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
  -moz-border-bottom-left-radius: 16px;
  -moz-border-bottom-right-radius: 16px;
}
#slideShow .nav ul li {
  display: inline-block;
  margin-bottom: 0;
  line-height: 20px;
  font-size: 14px;
}
#slideShow .nav ul li a {
  font-weight: bold;
  color: #666;
  text-decoration: none;
}
#slideShow .nav ul li.selected a { color: #dedede }
#slideShow .containerOuter {
  position: relative;
  padding: 20px 0 20px;
  background-color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#322f2c), to(#000));
  background: -moz-gradient(linear, left top, left bottom, from(#322f2c), to(#000));
}
#slideShow .container {
  position: relative;
  cursor: pointer;
}
#slideShow .containerInner { }
#slideShow .containerInner > div.item {
  width: 285px;
  height: 190px;
  margin: 0 10px;
  -moz-user-select: none;
  -webkit-user-select: none;
}
#slideShow .item { position: relative }
#slideShow .item > span {
  position: absolute;
  width: 265px;
  padding: 5px 10px 5px 10px;
  left: 0;
  bottom: 0;
  text-align: left;
  color: #000000;
  font-size: 10px;
  text-shadow:none;
  background	: url(../img/bg_span.png) ;
  }
  
#slideShow .arrows {
  position: relative;
  padding: 0 8px;
  top: -26px;
}
#slideShow .arrows > .prev { float: left }
#slideShow .arrows > .next { float: right }
/*  button  */
.button {
  -moz-user-select: none;
  -webkit-user-select: none;
  border-top: 1px solid #828282;
  background: #333333;
  background: -webkit-gradient(linear, left top, left bottom, from(#616161), to(#333333));
  background: -moz-linear-gradient(top, #616161, #333333);
  padding: 5px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  box-shadow: rgba(0,0,0,1) 0 1px 0;
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
  color: #ccc;
  font-size: 14px;
  font-family: HiraKakuProN-W3, Helvetica, sans- serif;
  text-decoration: none;
  vertical-align: middle;
}
.button:hover {
  border-top-color: #4f4f4f;
  background: #4f4f4f;
  color: #ccc;
}
.button:active {
  border-top-color: #474747;
  background: #474747;
}
#yahooTop {
  border-top: 1px #9db6d1 solid;
  font-family: HiraKakuProN-W3, Helvetica, sans- serif;
}
#yahooTop .container { background-color: #fff;}
#yahooTop .item {
  padding: 7px 10px;
  width: 300px;
  height: 86px;
  overflow: hidden;
}
#yahooTop .item ul,
#yahooTop .item li {
  margin: 0;
  padding: 0;
}
#yahooTop .item li {
  float: left;
  display: block;
  width: 100px;
  text-align: center;
}
#yahooTop .item li img { border: 1px #9fb7d4 solid }
#yahooTop .item li:last-child { width: 99px }
#yahooTop .item li span {
  display: block;
  padding-top: 5px;
  color: #1d328e;
  font-size: 14px;
}
#yahooTop .arrows {
  padding: 0 15px;
  background: transparent url(http://okinawa-joho.sakura.ne.jp/iphone/images/bg01.png) scroll left top repeat-x;
  overflow: hidden;
}
#yahooTop .arrows .prev,
#yahooTop .arrows .next {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #151516;
}
#yahooTop .arrows .prev.off,
#yahooTop .arrows .next.off { color: #9d9ea3 }
#yahooTop .arrows .prev img,
#yahooTop .arrows .next img {
  width: 9px;
  height: 14px;
  background: transparent url(http://okinawa-joho.sakura.ne.jp/iphone/images/arrow.png) scroll left top no-repeat;
  vertical-align: text-top;
}
#yahooTop .arrows .next img { background-position: right top }
#yahooTop .arrows .nav {
  margin: 0 auto;
  padding: 3px 0 6px;
  width: 114px;
  height: 33px;
  background: transparent url(http://okinawa-joho.sakura.ne.jp/iphone/images/bg02.png) scroll left top no-repeat;
  text-align: center;
  overflow: hidden;
}
#yahooTop .arrows .nav ul {
  height: 10px;
  line-height: 10px;
}
#yahooTop .arrows .nav li {
  display: inline-block;
  height: 10px;
  line-height: 0;
}
#yahooTop .arrows .nav li img {
  width: 10px;
  height: 10px;
  background: transparent url(http://okinawa-joho.sakura.ne.jp/iphone/images/icon/dot.png) scroll right top no-repeat;
}
#yahooTop .arrows .nav li.selected img { background: transparent url(http://okinawa-joho.sakura.ne.jp/iphone/images/icon/dot.png) scroll left top no-repeat }
#yahooTop .arrows .prev { float: left }
#yahooTop .arrows .next { float: right }
#yahooTop .moving {
  -webkit-transition: -webkit-transform .4s ease-out;
  -moz-transition: -moz-transform .4s ease-out;
}
