/* flickGal style sheet */

.yourElement .item { width: 200px } /* 中身が画像だと、検知がしづらいので。widthの値はもちろん任意です */
.yourElement .moving {
  -webkit-transition: -webkit-transform .2s ease-out;
  -moz-transition: -moz-transform .2s ease-out;
} /* スピード等は任意です。 */


.main { padding: 0 }
.main ul {
margin: 0;
padding: 0;
}

.flickBox img {
  vertical-align: bottom;
  border: none;
}
.main h2 {
  color: #1e1822;
  text-align: center;
}
#tabStyle .nav {
  width: 100%;
  height: 47px;
  background: transparent url(images/tab/bg.png) scroll 0 -48px repeat-x;
}
#tabStyle .nav ul {
  width: 228px;
  margin: 0 auto;
  overflow: hidden;
}
#tabStyle .nav ul li {
  display: block;
  width: 76px;
  height: 47px;
  float: left;
  background: transparent url(images/tab/nav.png) scroll left top no-repeat;
}
#tabStyle .nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}
#tabStyle .nav ul li.xxx { background-position: 0px -47px }
#tabStyle .nav ul li.yyy { background-position: -76px -47px }
#tabStyle .nav ul li.zzz { background-position: -152px -47px }
#tabStyle .nav ul li.xxx.selected { background-position: 0px 0px }
#tabStyle .nav ul li.yyy.selected { background-position: -76px 0px }
#tabStyle .nav ul li.zzz.selected { background-position: -152px 0px }
#tabStyle .containerOuter {
/*   position: relative; */
  padding: 9px 10px 10px;
  background: transparent url(images/tab/bg.png) scroll 0 -95px repeat-x;
}
#tabStyle .container {
/*   position: relative; */
  cursor: pointer;
}
#tabStyle .containerInner > div {
  width: 291px;
  height: 157px;
  margin: 0 5px;
  -moz-user-select: none;
  -webkit-user-select: 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: 200px;
  height: 280px;
  margin: 0 10px;
  -moz-user-select: none;
  -webkit-user-select: none;
}
#slideShow .item { position: relative }
#slideShow .item > span {
  position: absolute;
  width: 180px;
  padding: 10px;
  left: 0;
  bottom: 0;
  text-align: right;
  color: #fff;
  font-size: 10px;
}
#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: Georgia, 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: 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: 12px;
}
#yahooTop .arrows {
  padding: 0 15px;
  background: transparent url(images/icon/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(images/icon/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(images/icon/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(images/icon/dot.png) scroll right top no-repeat;
}
#yahooTop .arrows .nav li.selected img { background: transparent url(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;
}