/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/**************************
*
*   GENERAL
*
**************************/
.camera_wrap a, .camera_wrap img,
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img,
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
  background: none;
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none;
}

.camera_wrap {
  display: none;
  float: left;
  position: relative;
  z-index: 0;
}

.camera_wrap img {
  max-width: none!important;
}

.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.camera_wrap {
  width: 100%;
}

.camera_src {
  display: none;
}

.cameraCont, .cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.cameraSlide {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.cameraContent {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.camera_target {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 0;
}

.camera_overlayer {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.camera_target_content {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.camera_target_content .camera_link {
  background: url(../images/blank.gif);
  display: block;
  height: 100%;
  text-decoration: none;
}

.camera_loader {
  background: white url(../images/camera-loader.gif) no-repeat center;
  background: rgba(255, 255, 255, 0.9) url(../images/camera-loader.gif) no-repeat center;
  border: 1px solid white;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  height: 36px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 36px;
  z-index: 3;
}

.camera_bar {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
  height: 100%;
  position: absolute;
  width: auto;
}

.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
  height: auto;
  position: absolute;
  width: 100%;
}

.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4;
}

.camera_caption {
  bottom: 0;
  display: block;
  position: absolute;
  width: 100%;
}

.camera_caption > div {
  padding: 10px 20px;
}

.camerarelative {
  overflow: hidden;
  position: relative;
}

.imgFake {
  cursor: pointer;
}

.camera_prevThumbs {
  bottom: 4px;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 4px;
  visibility: hidden;
  width: 30px;
  z-index: 10;
}

.camera_prevThumbs div {
  background: url(../images/camera_skins.png) no-repeat -160px 0;
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 30px;
}

.camera_nextThumbs {
  bottom: 4px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 4px;
  visibility: hidden;
  width: 30px;
  z-index: 10;
}

.camera_nextThumbs div {
  background: url(../images/camera_skins.png) no-repeat -190px 0;
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 30px;
}

.camera_command_wrap .hideNav {
  display: none;
}

.camera_command_wrap {
  left: 0;
  position: relative;
  right: 0;
  z-index: 4;
}

.camera_wrap .camera_pag .camera_pag_ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.camera_wrap .camera_pag .camera_pag_ul li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 20px 5px;
  position: relative;
  text-align: left;
  text-indent: -9999px;
  width: 16px;
}

.camera_commands_emboss .camera_pag .camera_pag_ul li {
  -moz-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.camera_wrap .camera_pag .camera_pag_ul li > span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 8px;
  left: 4px;
  overflow: hidden;
  position: absolute;
  top: 4px;
  width: 8px;
}

.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
  -moz-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.camera_pag_ul li img {
  display: none;
  position: absolute;
}

.camera_pag_ul .thumb_arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  top: 0;
  left: 50%;
  margin-left: -4px;
  position: absolute;
}

.camera_prev, .camera_next, .camera_commands {
  cursor: pointer;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 2;
}

.camera_prev {
  left: 0;
}

.camera_prev > span {
  background: url(../images/camera_skins.png) no-repeat 0 0;
  display: block;
  height: 40px;
  width: 40px;
}

.camera_next {
  right: 0;
}

.camera_next > span {
  background: url(../images/camera_skins.png) no-repeat -40px 0;
  display: block;
  height: 40px;
  width: 40px;
}

.camera_commands {
  right: 41px;
}

.camera_commands > .camera_play {
  background: url(../images/camera_skins.png) no-repeat -80px 0;
  height: 40px;
  width: 40px;
}

.camera_commands > .camera_stop {
  background: url(../images/camera_skins.png) no-repeat -120px 0;
  display: block;
  height: 40px;
  width: 40px;
}

.camera_wrap .camera_pag .camera_pag_ul li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 20px 5px;
  position: relative;
  text-indent: -9999px;
  width: 16px;
}

.camera_thumbs_cont {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.camera_commands_emboss .camera_thumbs_cont {
  -moz-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.camera_thumbs_cont > div {
  float: left;
  width: 100%;
}

.camera_thumbs_cont ul {
  overflow: hidden;
  padding: 3px 4px 8px;
  position: relative;
  text-align: center;
}

.camera_thumbs_cont ul li {
  display: inline;
  padding: 0 4px;
}

.camera_thumbs_cont ul li > img {
  border: 1px solid;
  cursor: pointer;
  margin-top: 5px;
  vertical-align: bottom;
}

.camera_clear {
  display: block;
  clear: both;
}

.showIt {
  display: none;
}

.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}

/**************************
*
*   COLORS & SKINS
*
**************************/
.pattern_1 .camera_overlayer {
  background: url(../images/patterns/overlay1.png) repeat;
}

.pattern_2 .camera_overlayer {
  background: url(../images/patterns/overlay2.png) repeat;
}

.pattern_3 .camera_overlayer {
  background: url(../images/patterns/overlay3.png) repeat;
}

.pattern_4 .camera_overlayer {
  background: url(../images/patterns/overlay4.png) repeat;
}

.pattern_5 .camera_overlayer {
  background: url(../images/patterns/overlay5.png) repeat;
}

.pattern_6 .camera_overlayer {
  background: url(../images/patterns/overlay6.png) repeat;
}

.pattern_7 .camera_overlayer {
  background: url(../images/patterns/overlay7.png) repeat;
}

.pattern_8 .camera_overlayer {
  background: url(../images/patterns/overlay8.png) repeat;
}

.pattern_9 .camera_overlayer {
  background: url(../images/patterns/overlay9.png) repeat;
}

.pattern_10 .camera_overlayer {
  background: url(../images/patterns/overlay10.png) repeat;
}

.camera_caption {
  color: #fff;
}

.camera_caption > div {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.camera_wrap .camera_pag .camera_pag_ul li {
  background: #b7b7b7;
}

.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
  background: #b7b7b7;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  background: #434648;
}

.camera_pag_ul li img {
  border: 4px solid #e6e6e6;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

.camera_pag_ul .thumb_arrow {
  border-top-color: #e6e6e6;
}

.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
  background: #d8d8d8;
  background: rgba(216, 216, 216, 0.85);
}

.camera_wrap .camera_pag .camera_pag_ul li {
  background: #b7b7b7;
}

.camera_thumbs_cont ul li > img {
  border-color: 1px solid black;
}

/*AMBER SKIN*/
.camera_amber_skin .camera_prevThumbs div {
  background-position: -160px -160px;
}

.camera_amber_skin .camera_nextThumbs div {
  background-position: -190px -160px;
}

.camera_amber_skin .camera_prev > span {
  background-position: 0 -160px;
}

.camera_amber_skin .camera_next > span {
  background-position: -40px -160px;
}

.camera_amber_skin .camera_commands > .camera_play {
  background-position: -80px -160px;
}

.camera_amber_skin .camera_commands > .camera_stop {
  background-position: -120px -160px;
}

/*ASH SKIN*/
.camera_ash_skin .camera_prevThumbs div {
  background-position: -160px -200px;
}

.camera_ash_skin .camera_nextThumbs div {
  background-position: -190px -200px;
}

.camera_ash_skin .camera_prev > span {
  background-position: 0 -200px;
}

.camera_ash_skin .camera_next > span {
  background-position: -40px -200px;
}

.camera_ash_skin .camera_commands > .camera_play {
  background-position: -80px -200px;
}

.camera_ash_skin .camera_commands > .camera_stop {
  background-position: -120px -200px;
}

/*AZURE SKIN*/
.camera_azure_skin .camera_prevThumbs div {
  background-position: -160px -240px;
}

.camera_azure_skin .camera_nextThumbs div {
  background-position: -190px -240px;
}

.camera_azure_skin .camera_prev > span {
  background-position: 0 -240px;
}

.camera_azure_skin .camera_next > span {
  background-position: -40px -240px;
}

.camera_azure_skin .camera_commands > .camera_play {
  background-position: -80px -240px;
}

.camera_azure_skin .camera_commands > .camera_stop {
  background-position: -120px -240px;
}

/*BEIGE SKIN*/
.camera_beige_skin .camera_prevThumbs div {
  background-position: -160px -120px;
}

.camera_beige_skin .camera_nextThumbs div {
  background-position: -190px -120px;
}

.camera_beige_skin .camera_prev > span {
  background-position: 0 -120px;
}

.camera_beige_skin .camera_next > span {
  background-position: -40px -120px;
}

.camera_beige_skin .camera_commands > .camera_play {
  background-position: -80px -120px;
}

.camera_beige_skin .camera_commands > .camera_stop {
  background-position: -120px -120px;
}

/*BLACK SKIN*/
.camera_black_skin .camera_prevThumbs div {
  background-position: -160px -40px;
}

.camera_black_skin .camera_nextThumbs div {
  background-position: -190px -40px;
}

.camera_black_skin .camera_prev > span {
  background-position: 0 -40px;
}

.camera_black_skin .camera_next > span {
  background-position: -40px -40px;
}

.camera_black_skin .camera_commands > .camera_play {
  background-position: -80px -40px;
}

.camera_black_skin .camera_commands > .camera_stop {
  background-position: -120px -40px;
}

/*BLUE SKIN*/
.camera_blue_skin .camera_prevThumbs div {
  background-position: -160px -280px;
}

.camera_blue_skin .camera_nextThumbs div {
  background-position: -190px -280px;
}

.camera_blue_skin .camera_prev > span {
  background-position: 0 -280px;
}

.camera_blue_skin .camera_next > span {
  background-position: -40px -280px;
}

.camera_blue_skin .camera_commands > .camera_play {
  background-position: -80px -280px;
}

.camera_blue_skin .camera_commands > .camera_stop {
  background-position: -120px -280px;
}

/*BROWN SKIN*/
.camera_brown_skin .camera_prevThumbs div {
  background-position: -160px -320px;
}

.camera_brown_skin .camera_nextThumbs div {
  background-position: -190px -320px;
}

.camera_brown_skin .camera_prev > span {
  background-position: 0 -320px;
}

.camera_brown_skin .camera_next > span {
  background-position: -40px -320px;
}

.camera_brown_skin .camera_commands > .camera_play {
  background-position: -80px -320px;
}

.camera_brown_skin .camera_commands > .camera_stop {
  background-position: -120px -320px;
}

/*BURGUNDY SKIN*/
.camera_burgundy_skin .camera_prevThumbs div {
  background-position: -160px -360px;
}

.camera_burgundy_skin .camera_nextThumbs div {
  background-position: -190px -360px;
}

.camera_burgundy_skin .camera_prev > span {
  background-position: 0 -360px;
}

.camera_burgundy_skin .camera_next > span {
  background-position: -40px -360px;
}

.camera_burgundy_skin .camera_commands > .camera_play {
  background-position: -80px -360px;
}

.camera_burgundy_skin .camera_commands > .camera_stop {
  background-position: -120px -360px;
}

/*CHARCOAL SKIN*/
.camera_charcoal_skin .camera_prevThumbs div {
  background-position: -160px -400px;
}

.camera_charcoal_skin .camera_nextThumbs div {
  background-position: -190px -400px;
}

.camera_charcoal_skin .camera_prev > span {
  background-position: 0 -400px;
}

.camera_charcoal_skin .camera_next > span {
  background-position: -40px -400px;
}

.camera_charcoal_skin .camera_commands > .camera_play {
  background-position: -80px -400px;
}

.camera_charcoal_skin .camera_commands > .camera_stop {
  background-position: -120px -400px;
}

/*CHOCOLATE SKIN*/
.camera_chocolate_skin .camera_prevThumbs div {
  background-position: -160px -440px;
}

.camera_chocolate_skin .camera_nextThumbs div {
  background-position: -190px -440px;
}

.camera_chocolate_skin .camera_prev > span {
  background-position: 0 -440px;
}

.camera_chocolate_skin .camera_next > span {
  background-position: -40px -440px;
}

.camera_chocolate_skin .camera_commands > .camera_play {
  background-position: -80px -440px;
}

.camera_chocolate_skin .camera_commands > .camera_stop {
  background-position: -120px -440px;
}

/*COFFEE SKIN*/
.camera_coffee_skin .camera_prevThumbs div {
  background-position: -160px -480px;
}

.camera_coffee_skin .camera_nextThumbs div {
  background-position: -190px -480px;
}

.camera_coffee_skin .camera_prev > span {
  background-position: 0 -480px;
}

.camera_coffee_skin .camera_next > span {
  background-position: -40px -480px;
}

.camera_coffee_skin .camera_commands > .camera_play {
  background-position: -80px -480px;
}

.camera_coffee_skin .camera_commands > .camera_stop {
  background-position: -120px -480px;
}

/*CYAN SKIN*/
.camera_cyan_skin .camera_prevThumbs div {
  background-position: -160px -520px;
}

.camera_cyan_skin .camera_nextThumbs div {
  background-position: -190px -520px;
}

.camera_cyan_skin .camera_prev > span {
  background-position: 0 -520px;
}

.camera_cyan_skin .camera_next > span {
  background-position: -40px -520px;
}

.camera_cyan_skin .camera_commands > .camera_play {
  background-position: -80px -520px;
}

.camera_cyan_skin .camera_commands > .camera_stop {
  background-position: -120px -520px;
}

/*FUCHSIA SKIN*/
.camera_fuchsia_skin .camera_prevThumbs div {
  background-position: -160px -560px;
}

.camera_fuchsia_skin .camera_nextThumbs div {
  background-position: -190px -560px;
}

.camera_fuchsia_skin .camera_prev > span {
  background-position: 0 -560px;
}

.camera_fuchsia_skin .camera_next > span {
  background-position: -40px -560px;
}

.camera_fuchsia_skin .camera_commands > .camera_play {
  background-position: -80px -560px;
}

.camera_fuchsia_skin .camera_commands > .camera_stop {
  background-position: -120px -560px;
}

/*GOLD SKIN*/
.camera_gold_skin .camera_prevThumbs div {
  background-position: -160px -600px;
}

.camera_gold_skin .camera_nextThumbs div {
  background-position: -190px -600px;
}

.camera_gold_skin .camera_prev > span {
  background-position: 0 -600px;
}

.camera_gold_skin .camera_next > span {
  background-position: -40px -600px;
}

.camera_gold_skin .camera_commands > .camera_play {
  background-position: -80px -600px;
}

.camera_gold_skin .camera_commands > .camera_stop {
  background-position: -120px -600px;
}

/*GREEN SKIN*/
.camera_green_skin .camera_prevThumbs div {
  background-position: -160px -640px;
}

.camera_green_skin .camera_nextThumbs div {
  background-position: -190px -640px;
}

.camera_green_skin .camera_prev > span {
  background-position: 0 -640px;
}

.camera_green_skin .camera_next > span {
  background-position: -40px -640px;
}

.camera_green_skin .camera_commands > .camera_play {
  background-position: -80px -640px;
}

.camera_green_skin .camera_commands > .camera_stop {
  background-position: -120px -640px;
}

/*GREY SKIN*/
.camera_grey_skin .camera_prevThumbs div {
  background-position: -160px -680px;
}

.camera_grey_skin .camera_nextThumbs div {
  background-position: -190px -680px;
}

.camera_grey_skin .camera_prev > span {
  background-position: 0 -680px;
}

.camera_grey_skin .camera_next > span {
  background-position: -40px -680px;
}

.camera_grey_skin .camera_commands > .camera_play {
  background-position: -80px -680px;
}

.camera_grey_skin .camera_commands > .camera_stop {
  background-position: -120px -680px;
}

/*INDIGO SKIN*/
.camera_indigo_skin .camera_prevThumbs div {
  background-position: -160px -720px;
}

.camera_indigo_skin .camera_nextThumbs div {
  background-position: -190px -720px;
}

.camera_indigo_skin .camera_prev > span {
  background-position: 0 -720px;
}

.camera_indigo_skin .camera_next > span {
  background-position: -40px -720px;
}

.camera_indigo_skin .camera_commands > .camera_play {
  background-position: -80px -720px;
}

.camera_indigo_skin .camera_commands > .camera_stop {
  background-position: -120px -720px;
}

/*KHAKI SKIN*/
.camera_khaki_skin .camera_prevThumbs div {
  background-position: -160px -760px;
}

.camera_khaki_skin .camera_nextThumbs div {
  background-position: -190px -760px;
}

.camera_khaki_skin .camera_prev > span {
  background-position: 0 -760px;
}

.camera_khaki_skin .camera_next > span {
  background-position: -40px -760px;
}

.camera_khaki_skin .camera_commands > .camera_play {
  background-position: -80px -760px;
}

.camera_khaki_skin .camera_commands > .camera_stop {
  background-position: -120px -760px;
}

/*LIME SKIN*/
.camera_lime_skin .camera_prevThumbs div {
  background-position: -160px -800px;
}

.camera_lime_skin .camera_nextThumbs div {
  background-position: -190px -800px;
}

.camera_lime_skin .camera_prev > span {
  background-position: 0 -800px;
}

.camera_lime_skin .camera_next > span {
  background-position: -40px -800px;
}

.camera_lime_skin .camera_commands > .camera_play {
  background-position: -80px -800px;
}

.camera_lime_skin .camera_commands > .camera_stop {
  background-position: -120px -800px;
}

/*MAGENTA SKIN*/
.camera_magenta_skin .camera_prevThumbs div {
  background-position: -160px -840px;
}

.camera_magenta_skin .camera_nextThumbs div {
  background-position: -190px -840px;
}

.camera_magenta_skin .camera_prev > span {
  background-position: 0 -840px;
}

.camera_magenta_skin .camera_next > span {
  background-position: -40px -840px;
}

.camera_magenta_skin .camera_commands > .camera_play {
  background-position: -80px -840px;
}

.camera_magenta_skin .camera_commands > .camera_stop {
  background-position: -120px -840px;
}

/*MAROON SKIN*/
.camera_maroon_skin .camera_prevThumbs div {
  background-position: -160px -880px;
}

.camera_maroon_skin .camera_nextThumbs div {
  background-position: -190px -880px;
}

.camera_maroon_skin .camera_prev > span {
  background-position: 0 -880px;
}

.camera_maroon_skin .camera_next > span {
  background-position: -40px -880px;
}

.camera_maroon_skin .camera_commands > .camera_play {
  background-position: -80px -880px;
}

.camera_maroon_skin .camera_commands > .camera_stop {
  background-position: -120px -880px;
}

/*ORANGE SKIN*/
.camera_orange_skin .camera_prevThumbs div {
  background-position: -160px -920px;
}

.camera_orange_skin .camera_nextThumbs div {
  background-position: -190px -920px;
}

.camera_orange_skin .camera_prev > span {
  background-position: 0 -920px;
}

.camera_orange_skin .camera_next > span {
  background-position: -40px -920px;
}

.camera_orange_skin .camera_commands > .camera_play {
  background-position: -80px -920px;
}

.camera_orange_skin .camera_commands > .camera_stop {
  background-position: -120px -920px;
}

/*OLIVE SKIN*/
.camera_olive_skin .camera_prevThumbs div {
  background-position: -160px -1080px;
}

.camera_olive_skin .camera_nextThumbs div {
  background-position: -190px -1080px;
}

.camera_olive_skin .camera_prev > span {
  background-position: 0 -1080px;
}

.camera_olive_skin .camera_next > span {
  background-position: -40px -1080px;
}

.camera_olive_skin .camera_commands > .camera_play {
  background-position: -80px -1080px;
}

.camera_olive_skin .camera_commands > .camera_stop {
  background-position: -120px -1080px;
}

/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
  background-position: -160px -960px;
}

.camera_pink_skin .camera_nextThumbs div {
  background-position: -190px -960px;
}

.camera_pink_skin .camera_prev > span {
  background-position: 0 -960px;
}

.camera_pink_skin .camera_next > span {
  background-position: -40px -960px;
}

.camera_pink_skin .camera_commands > .camera_play {
  background-position: -80px -960px;
}

.camera_pink_skin .camera_commands > .camera_stop {
  background-position: -120px -960px;
}

/*PISTACHIO SKIN*/
.camera_pistachio_skin .camera_prevThumbs div {
  background-position: -160px -1040px;
}

.camera_pistachio_skin .camera_nextThumbs div {
  background-position: -190px -1040px;
}

.camera_pistachio_skin .camera_prev > span {
  background-position: 0 -1040px;
}

.camera_pistachio_skin .camera_next > span {
  background-position: -40px -1040px;
}

.camera_pistachio_skin .camera_commands > .camera_play {
  background-position: -80px -1040px;
}

.camera_pistachio_skin .camera_commands > .camera_stop {
  background-position: -120px -1040px;
}

/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
  background-position: -160px -80px;
}

.camera_pink_skin .camera_nextThumbs div {
  background-position: -190px -80px;
}

.camera_pink_skin .camera_prev > span {
  background-position: 0 -80px;
}

.camera_pink_skin .camera_next > span {
  background-position: -40px -80px;
}

.camera_pink_skin .camera_commands > .camera_play {
  background-position: -80px -80px;
}

.camera_pink_skin .camera_commands > .camera_stop {
  background-position: -120px -80px;
}

/*RED SKIN*/
.camera_red_skin .camera_prevThumbs div {
  background-position: -160px -1000px;
}

.camera_red_skin .camera_nextThumbs div {
  background-position: -190px -1000px;
}

.camera_red_skin .camera_prev > span {
  background-position: 0 -1000px;
}

.camera_red_skin .camera_next > span {
  background-position: -40px -1000px;
}

.camera_red_skin .camera_commands > .camera_play {
  background-position: -80px -1000px;
}

.camera_red_skin .camera_commands > .camera_stop {
  background-position: -120px -1000px;
}

/*TANGERINE SKIN*/
.camera_tangerine_skin .camera_prevThumbs div {
  background-position: -160px -1120px;
}

.camera_tangerine_skin .camera_nextThumbs div {
  background-position: -190px -1120px;
}

.camera_tangerine_skin .camera_prev > span {
  background-position: 0 -1120px;
}

.camera_tangerine_skin .camera_next > span {
  background-position: -40px -1120px;
}

.camera_tangerine_skin .camera_commands > .camera_play {
  background-position: -80px -1120px;
}

.camera_tangerine_skin .camera_commands > .camera_stop {
  background-position: -120px -1120px;
}

/*TURQUOISE SKIN*/
.camera_turquoise_skin .camera_prevThumbs div {
  background-position: -160px -1160px;
}

.camera_turquoise_skin .camera_nextThumbs div {
  background-position: -190px -1160px;
}

.camera_turquoise_skin .camera_prev > span {
  background-position: 0 -1160px;
}

.camera_turquoise_skin .camera_next > span {
  background-position: -40px -1160px;
}

.camera_turquoise_skin .camera_commands > .camera_play {
  background-position: -80px -1160px;
}

.camera_turquoise_skin .camera_commands > .camera_stop {
  background-position: -120px -1160px;
}

/*VIOLET SKIN*/
.camera_violet_skin .camera_prevThumbs div {
  background-position: -160px -1200px;
}

.camera_violet_skin .camera_nextThumbs div {
  background-position: -190px -1200px;
}

.camera_violet_skin .camera_prev > span {
  background-position: 0 -1200px;
}

.camera_violet_skin .camera_next > span {
  background-position: -40px -1200px;
}

.camera_violet_skin .camera_commands > .camera_play {
  background-position: -80px -1200px;
}

.camera_violet_skin .camera_commands > .camera_stop {
  background-position: -120px -1200px;
}

/*WHITE SKIN*/
.camera_white_skin .camera_prevThumbs div {
  background-position: -160px -80px;
}

.camera_white_skin .camera_nextThumbs div {
  background-position: -190px -80px;
}

.camera_white_skin .camera_prev > span {
  background-position: 0 -80px;
}

.camera_white_skin .camera_next > span {
  background-position: -40px -80px;
}

.camera_white_skin .camera_commands > .camera_play {
  background-position: -80px -80px;
}

.camera_white_skin .camera_commands > .camera_stop {
  background-position: -120px -80px;
}

/*YELLOW SKIN*/
.camera_yellow_skin .camera_prevThumbs div {
  background-position: -160px -1240px;
}

.camera_yellow_skin .camera_nextThumbs div {
  background-position: -190px -1240px;
}

.camera_yellow_skin .camera_prev > span {
  background-position: 0 -1240px;
}

.camera_yellow_skin .camera_next > span {
  background-position: -40px -1240px;
}

.camera_yellow_skin .camera_commands > .camera_play {
  background-position: -80px -1240px;
}

.camera_yellow_skin .camera_commands > .camera_stop {
  background-position: -120px -1240px;
}

#container {
  /*margin: 100px auto;
  width: 700px;*/
  color: #eee;
}

#countdown_dashboard {
  height: 96px;
  margin: 25px 0 0 55px;
}

.dash {
  width: 128px;
  height: 94px;
  background: transparent url("../images/count/dash.png") 0 0 no-repeat;
  float: left;
  margin-left: 2px;
  padding-left: 13px;
  position: relative;
  color: #333;
}

.weeks_dash {
  background: transparent url("../images/count/dark_weeks_dash.png") 0 0 no-repeat;
}

.days_dash {
  background: transparent url("../images/count/dark_days_dash.png") 0 0 no-repeat;
}

.hours_dash {
  /*clear: left;*/
  background: transparent url("../images/count/dark_hours_dash.png") 0 0 no-repeat;
}

.minutes_dash {
  background: transparent url("../images/count/dark_minutes_dash.png") 0 0 no-repeat;
}

.seconds_dash {
  background: transparent url("../images/count/dark_seconds_dash.png") 0 0 no-repeat;
}

.dash .digit {
  font: bold 52pt Verdana;
  font-weight: bold;
  float: left;
  width: 59px;
  text-align: center;
  position: relative;
}

.dash_title {
  display: none;
}

.dev_comment {
  clear: left;
  font-size: 14pt;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  margin: 20px 10px;
}

#subscribe_form {
  position: relative;
}

#email_field {
  font-size: 16pt;
  padding: 6px 10px;
  width: 300px;
}

#subscribe_button {
  font-size: 14pt;
  color: #333;
  padding: 4px 8px;
}

.copyright {
  font-size: 9pt;
  color: #333;
  margin: 40px 0px;
}

.faded {
  color: #999;
}

.form_message {
  width: 400px;
  padding: 10px;
  margin: 15px auto;
  display: none;
}

#error_message {
  background-color: #ffe;
  border-left: 5px solid #bbbb33;
  border-right: 5px solid #bbbb33;
  color: #770;
}

#info_message {
  background-color: #f0f9ff;
  border: 1px solid #eeeeff;
  color: #247;
}

#loading {
  text-align: center;
  margin: 10px;
  display: none;
  position: absolute;
  width: 100%;
  top: 60px;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  left: -5px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 14px;
  height: 14px;
  background: url(../images/goods/controls.png) no-repeat 0 0;
}

#cboxTopCenter {
  height: 14px;
  background: url(../images/goods/border.png) repeat-x top left;
}

#cboxTopRight {
  width: 14px;
  height: 14px;
  background: url(../images/goods/controls.png) no-repeat -36px 0;
}

#cboxBottomLeft {
  width: 14px;
  height: 43px;
  background: url(../images/goods/controls.png) no-repeat 0 -32px;
}

#cboxBottomCenter {
  height: 43px;
  background: url(../images/goods/border.png) repeat-x bottom left;
}

#cboxBottomRight {
  width: 14px;
  height: 43px;
  background: url(../images/goods/controls.png) no-repeat -36px -32px;
}

#cboxMiddleLeft {
  width: 14px;
  background: url(../images/goods/controls.png) repeat-y -175px 0;
}

#cboxMiddleRight {
  width: 14px;
  background: url(../images/goods/controls.png) repeat-y -211px 0;
}

#cboxContent {
  background: #fff;
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #cccccc;
}

#cboxLoadedContent {
  margin-bottom: 5px;
}

#cboxLoadingOverlay {
  background: url(../images/goods/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(../images/goods/loading.gif) no-repeat center center;
}

#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C;
}

#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  bottom: -29px;
  background: url(../images/goods/controls.png) no-repeat 0px 0px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}

#cboxPrevious:hover {
  background-position: -51px 0px;
}

#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}

#cboxNext:hover {
  background-position: -75px 0px;
}

#cboxClose {
  right: 0;
  background-position: -100px -25px;
}

#cboxClose:hover {
  background-position: -100px 0px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}

.artistbox {
  margin-bottom: 60px;
}
.artistbox .artistdaybox {
  padding-top: 40px;
}
.artistbox .artistdaybox li {
  display: inline;
}
.artistbox .artistdaybox .btn2 {
  text-align: left;
}
.artistbox .artistdaybox .btn2 a {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.artistbox .artistdaybox .btn2 .btn-day921.active {
  background-position: 0 -994px;
}
.artistbox .artistdaybox .btn2 .btn-day922.active {
  background-position: 0 -578px;
}
.artistbox .artistdaybox .btn2 .btn-day923.active {
  background-position: 0 -801px;
}
.artistbox .artistdaybox .btn2 .btn-day919 {
  background: url("../img/day919.png") no-repeat;
  height: 40px;
  width: 141px;
}
.artistbox .artistdaybox .btn2 .btn-day919:hover {
  background-position: 0 -40px;
}
.artistbox .artistdaybox .btn2 .btn-day919.active {
  background-position: 0 -40px;
}
.artistbox .artistline {
  padding-top: 30px;
  overflow: hidden;
  text-align: left;
}
.artistbox h2 {
  background: url(../img/tit_artist.png) no-repeat top left;
  line-height: 27px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.artistbox h2.supporter {
  background: url(../img/tit_supporter.png) no-repeat top left;
  line-height: 33px;
}
.artistbox .artistlinkbox {
  cursor: pointer;
  width: 320px;
  margin-right: 15px;
  margin-bottom: 20px;
  float: left;
}
.artistbox .artistlinkbox .artistphoto img {
  vertical-align: bottom;
}
.artistbox .artistlinkbox .artisttxtarea {
  position: relative;
  padding: 8px;
  background: #ffe700 repeat top left;
  height: 20px;
}
.artistbox .artistlinkbox .artisttxtarea a {
  vertical-align: top;
}
.artistbox .artistlinkbox .artisttxtarea a:link, .artistbox .artistlinkbox .artisttxtarea a:visited, .artistbox .artistlinkbox .artisttxtarea a:active {
  color: #333333;
}
.artistbox .artistlinkbox .artisttxtarea .movieicon {
  position: absolute;
  top: 7px;
  right: 7px;
}
.artistbox .artistlinkbox .new {
  background: #ffe700 url(../artist/img/newicon.png) no-repeat left top;
}
.artistbox .artistlinkbox .new a {
  margin-left: 51px;
}
.artistbox .artistlinkbox:nth-child(3n) {
  margin-right: 0px;
}
.artistbox .artistlinkbox:hover {
  opacity: 0.7;
}
.artistbox .note {
  font-size: 100%;
  text-align: right;
  line-height: 110%;
  color: #a58801;
}
.artistbox .note span {
  font-size: 80%;
}
.artistbox .notepr {
  text-align: left;
}

#contents-wrapper .bx-wrapper {
  margin: 0 auto 0;
}

.bx-wrapper .bx-viewport {
  left: 0px;
}

.bx-wrapper .bx-viewport {
  background: none;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
  background: none;
  display: none;
}

.artistbox .contentsarea {
  overflow: hidden;
}
.artistbox .artist-left-col {
  padding-top: 30px;
  float: left;
  font-size: 80%;
  line-height: 170%;
}
.artistbox .artist-right-col {
  text-align: left;
  padding-top: 30px;
  float: right;
  width: 360px;
}
.artistbox .artist-right-col h3 {
  color: #bc9b00;
  margin: 7px 0px 20px 0px;
  text-align: left;
  font-size: 145%;
  font-weight: bold;
  line-height: 125%;
}
.artistbox .artist-right-col h3 span {
  font-size: 80%;
}
.artistbox .artist-right-col .go-chan-right-col {
  margin-top: 20px;
}
.artistbox .artist-right-col p {
  font-size: 95%;
}
.artistbox .artist-right-col .artist-txt {
  font-size: 90%;
  padding-bottom: 20px;
}
.artistbox .artist-right-col .artist-movie {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.artistbox .artist-right-col .btn2 {
  margin: 20px 0;
  text-align: left;
}
.artistbox .artist-right-col .btn2 a {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.artistbox .artist-right-col a:link {
  color: #bc9b00;
}
.artistbox .artist-right-col a:visited {
  color: #bc9b00;
}
.artistbox .artist-right-col a:focus {
  color: #cccccc;
}
.artistbox .artist-right-col a:hover {
  color: #cccccc;
}
.artistbox .artist-right-col a:active {
  color: #cccccc;
}

.ticketbox {
  margin-bottom: 60px;
  text-align: left;
}
.ticketbox h2 {
  background: url(../img/tit_ticket.png) no-repeat top left;
  line-height: 27px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.ticketstable {
  padding-top: 30px;
}
.ticketstable table {
  width: 100%;
}
.ticketstable th {
  color: #6f5006;
  padding: 15px;
  border: #cccccc 1px solid;
  background: #ffe700;
  text-align: center;
  width: 140px;
}
.ticketstable td {
  padding: 15px;
  border-top: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  border-right: #cccccc 1px solid;
  text-align: left;
}
.ticketstable td img {
  margin-top: 5px!important;
}
.ticketstable .b-txt {
  font-weight: bold;
}
.ticketstable .st-txt {
  color: #0018ff;
  font-weight: bold;
}
.ticketstable .st-txt2 {
  color: #0018ff;
  font-weight: bold;
  padding-top: 15px;
}
.ticketstable .st-txt2 span {
  font-size: 140%;
  color: #a68700;
}
.ticketstable .torikeshi-txt {
  text-decoration: line-through;
}
.ticketstable .sold-txt {
  color: #f32c63;
}
.ticketstable .st-red-txt {
  color: #f32c63;
  font-weight: bold;
}
.ticketstable .pr-txt {
  font-size: 80%;
}

.qabox {
  margin-bottom: 60px;
  text-align: left;
}
.qabox h2 {
  background: url(../img/tit_qa.png) no-repeat top left;
  line-height: 27px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.qabox dl {
  padding-top: 30px;
}
.qabox dl dt {
  background: url(../qa/img/q.png) no-repeat top left;
  padding-left: 47px;
  padding-bottom: 15px;
}
.qabox dl dd {
  background: url(../qa/img/a.png) no-repeat top left;
  padding-left: 47px;
  padding-bottom: 20px;
  border-bottom: #cccccc 1px solid;
  margin-bottom: 20px;
}

.goodsbox {
  margin-bottom: 60px;
  text-align: left;
}
.goodsbox h2 {
  background: url(../img/tit_goods.png) no-repeat top left;
  line-height: 27px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.goodsbox h3 {
  color: #a58801;
  font-weight: bold;
  margin-top: 30px;
}
.goodsbox .goodsinner {
  background: #f1edd6;
  font-size: 14px;
  padding: 15px;
  margin-top: 5px;
}
.goodsbox .goodsinner h4 {
  font-weight: bold;
}
.goodsbox .attention {
  margin-top: 30px;
  font-size: 14px;
}

.tshirt {
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
.tshirt .t_img_a {
  padding-top: 40px;
}
.tshirt .t_img_a img {
  float: left;
  margin-left: -15px;
}
.tshirt .t_img_a img:first-child {
  margin-left: 0;
}
.tshirt .t_img {
  padding-top: 30px;
}
.tshirt .t_img img {
  float: left;
  margin-left: -15px;
}
.tshirt .t_img img:first-child {
  margin-left: 0;
}

.towel {
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
.towel img {
  display: block;
  margin: 30px auto 0;
}

.wristband {
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
.wristband .w_img {
  padding-top: 30px;
  width: 364px;
  margin: 0 auto;
}
.wristband .w_img img {
  float: left;
  margin-left: 23px;
}
.wristband .w_img img:first-child {
  margin-left: 0;
}

.penlight {
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
.penlight img {
  display: block;
  margin: 30px auto 0;
}

#boxarea {
  display: none;
}

#cboxWrapper #cboxTopLeft, #cboxWrapper #cboxTopRight, #cboxWrapper #cboxTopCenter,
#cboxWrapper #cboxMiddleLeft, #cboxWrapper #cboxMiddleRight,
#cboxWrapper #cboxBottomLeft, #cboxWrapper #cboxBottomCenter, #cboxWrapper #cboxBottomRight {
  display: none;
}
#cboxWrapper #cboxLoadedContent {
  margin-bottom: 0;
}
#cboxWrapper #cboxCurrent {
  font-size: 12px;
}

#cboxContent .goodsinner {
  background: #f1edd6;
  font-size: 14px;
  padding: 15px;
  margin-top: 5px;
}
#cboxContent .goodsinner h3 {
  color: #a58801;
  font-weight: bold;
}
#cboxContent .goodsinner table {
  margin-top: 10px;
}
#cboxContent .goodsinner table th, #cboxContent .goodsinner table td {
  padding-left: 30px;
}
#cboxContent .goodsinner table th:first-child, #cboxContent .goodsinner table td:first-child {
  padding-left: 0;
}
#cboxContent .goodsinner table h4 {
  font-weight: bold;
}

.btn-sprite, .btn-artist, .btn-artist_grey, .btn-artist_hover2, .btn-back, .btn-back_grey, .btn-day921, .btn-day921_grey, .btn-day922, .btn-day922_grey, .btn-day923, .btn-day923_grey, .btn-goods, .btn-goods_grey, .btn-goods_hover2, .btn-news, .btn-news_grey, .btn-news_hover2, .btn-next, .btn-next_grey, .btn-prev, .btn-prev_grey, .btn-qa, .btn-qa_grey, .btn-qa_hover2, .btn-ticket, .btn-ticket_grey, .btn-ticket_hover2, .btn-top, .btn-top_grey, .btn-top_hover2 {
  background: url("../img/btn.png") no-repeat;
}

.btn-artist {
  background-position: 0 -767px;
  height: 17px;
  width: 115px;
}

.btn-artist:hover, .btn-artist.artist_hover, .btn-artist.artist-hover {
  background-position: 0 -784px;
}

.btn-artist:active, .btn-artist.artist_active, .btn-artist.artist-active {
  background-position: 0 -875px;
}

.btn-artist_grey {
  background-position: 0 -675px;
  height: 17px;
  width: 115px;
}

.btn-artist_hover2 {
  background-position: 0 -892px;
  height: 17px;
  width: 115px;
}

.btn-back {
  background-position: 0 -400px;
  height: 40px;
  width: 95px;
}

.btn-back:hover, .btn-back.back_hover, .btn-back.back-hover {
  background-position: 0 -727px;
}

.btn-back_grey {
  background-position: 0 -240px;
  height: 40px;
  width: 95px;
}

.btn-day921 {
  background-position: 0 -618px;
  height: 40px;
  width: 141px;
}

.btn-day921:hover, .btn-day921.day921_hover, .btn-day921.day921-hover {
  background-position: 0 -994px;
}

.btn-day921_grey {
  background-position: 0 -440px;
  height: 40px;
  width: 141px;
}

.btn-day922 {
  background-position: 0 -520px;
  height: 40px;
  width: 141px;
}

.btn-day922:hover, .btn-day922.day922_hover, .btn-day922.day922-hover {
  background-position: 0 -578px;
}

.btn-day922_grey {
  background-position: 0 -280px;
  height: 40px;
  width: 141px;
}

.btn-day923 {
  background-position: 0 -480px;
  height: 40px;
  width: 141px;
}

.btn-day923:hover, .btn-day923.day923_hover, .btn-day923.day923-hover {
  background-position: 0 -801px;
}

.btn-day923_grey {
  background-position: 0 -200px;
  height: 40px;
  width: 141px;
}

.btn-goods {
  background-position: 0 -709px;
  height: 18px;
  width: 106px;
}

.btn-goods:hover, .btn-goods.goods_hover, .btn-goods.goods-hover {
  background-position: 0 -1221px;
}

.btn-goods:active, .btn-goods.goods_active, .btn-goods.goods-active {
  background-position: 0 -1239px;
}

.btn-goods_grey {
  background-position: 0 -560px;
  height: 18px;
  width: 106px;
}

.btn-goods_hover2 {
  background-position: 0 -1239px;
  height: 18px;
  width: 106px;
}

.btn-news {
  background-position: 0 -943px;
  height: 17px;
  width: 83px;
}

.btn-news:hover, .btn-news.news_hover, .btn-news.news-hover {
  background-position: 0 -960px;
}

.btn-news:active, .btn-news.news_active, .btn-news.news-active {
  background-position: 0 -1034px;
}

.btn-news_grey {
  background-position: 0 -692px;
  height: 17px;
  width: 83px;
}

.btn-news_hover2 {
  background-position: 0 -1051px;
  height: 17px;
  width: 83px;
}

.btn-next {
  background-position: 0 -80px;
  height: 40px;
  width: 95px;
}

.btn-next:hover, .btn-next.next_hover, .btn-next.next-hover {
  background-position: 0 -160px;
}

.btn-next_grey {
  background-position: 0 0;
  height: 40px;
  width: 95px;
}

.btn-prev {
  background-position: 0 -120px;
  height: 40px;
  width: 95px;
}

.btn-prev:hover, .btn-prev.prev_hover, .btn-prev.prev-hover {
  background-position: 0 -360px;
}

.btn-prev:active, .btn-prev.prev_active, .btn-prev.prev-active {
  background-position: 0 -320px;
}

.btn-prev_grey {
  background-position: 0 -40px;
  height: 40px;
  width: 95px;
}

.btn-qa {
  background-position: 0 -1085px;
  height: 17px;
  width: 65px;
}

.btn-qa:hover, .btn-qa.qa_hover, .btn-qa.qa-hover {
  background-position: 0 -1068px;
}

.btn-qa:active, .btn-qa.qa_active, .btn-qa.qa-active {
  background-position: 0 -1102px;
}

.btn-qa_grey {
  background-position: 0 -977px;
  height: 17px;
  width: 65px;
}

.btn-qa_hover2 {
  background-position: 0 -1119px;
  height: 17px;
  width: 65px;
}

.btn-ticket {
  background-position: 0 -858px;
  height: 17px;
  width: 118px;
}

.btn-ticket:hover, .btn-ticket.ticket_hover, .btn-ticket.ticket-hover {
  background-position: 0 -841px;
}

.btn-ticket:active, .btn-ticket.ticket_active, .btn-ticket.ticket-active {
  background-position: 0 -909px;
}

.btn-ticket_grey {
  background-position: 0 -658px;
  height: 17px;
  width: 118px;
}

.btn-ticket_hover2 {
  background-position: 0 -926px;
  height: 17px;
  width: 118px;
}

.btn-top {
  background-position: 0 -1153px;
  height: 17px;
  width: 65px;
}

.btn-top:hover, .btn-top.top_hover, .btn-top.top-hover {
  background-position: 0 -1170px;
}

.btn-top:active, .btn-top.top_active, .btn-top.top-active {
  background-position: 0 -1187px;
}

.btn-top_grey {
  background-position: 0 -1136px;
  height: 17px;
  width: 65px;
}

.btn-top_hover2 {
  background-position: 0 -1204px;
  height: 17px;
  width: 65px;
}

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, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th, td {
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*clearfix*/
.clearfix:after, .tshirt .t_img_a:after, .tshirt .t_img:after, .wristband .w_img:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.clearfix, .tshirt .t_img_a, .tshirt .t_img, .wristband .w_img {
  display: inline-block;
  clear: both;
}

* html .clearfix, * html .tshirt .t_img_a, .tshirt * html .t_img_a, * html .tshirt .t_img, .tshirt * html .t_img, * html .wristband .w_img, .wristband * html .w_img {
  height: 1%;
}

.clearfix, .tshirt .t_img_a, .tshirt .t_img, .wristband .w_img {
  display: block;
}

em {
  font-style: normal;
}

article, aside, dialog, figure, footer,
header, hgroup, nav, section {
  display: block;
}

.menu_i, #bnr_i, #bnr_itop {
  display: none;
}

strong {
  font-weight: bold;
}

a:hover img.link, .sponcer a:hover img, .bnr-box a:hover img, .etc2 a:hover img, .movie-box a:hover img {
  background: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

a {
  text-decoration: none;
  color: #553f0b;
}
a:visited {
  color: #553f0b;
}
a:focus {
  color: #cccccc;
}
a:hover {
  color: #cccccc;
}
a:active {
  color: #553f0b;
}

body {
  margin: 0;
  background-color: #fffeed;
  color: #363636;
  font-size: 12pt;
  letter-spacing: 0.07em;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  line-height: 1.6em;
}

@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 20px;
  }
}
#kira {
  display: none;
  width: 100%;
  height: 562px;
  position: absolute;
  z-index: 1000;
  background: url(../img/kira.png) no-repeat center 80px;
}

#top {
  background: url(../img/bg_main.jpg) repeat-x #fffeed;
}
#top .sns {
  width: 990px;
  margin: 0 auto;
  text-align: left;
}
#top .bnr-box {
  margin: 0 30px;
}
#top .left {
  float: left;
}
#top .header {
  background: #231815;
}

#second {
  background: url(../img/bg_submain.jpg) repeat-x center top #fffeed;
}
#second .header {
  position: relative;
}
#second .sns {
  width: 990px;
  margin: 0 auto;
  text-align: right;
}

.header {
  text-align: center;
  margin: 0 auto;
}

.etc {
  width: 950px;
  height: 130px;
  margin: 0 auto;
  position: relative;
}

.counter {
  position: absolute;
  top: -22px;
  right: 0;
  width: 645px;
  height: 122px;
  background: url(../img/bg_counter.png) no-repeat;
}

.main-vi {
  width: 990px;
  margin: 0 auto;
  position: relative;
}

.movie-box {
  clear: both;
  width: 1025px;
  height: 200px;
  text-align: left;
  margin: 0 auto;
}
.movie-box h2 {
  background: url(../img/tit_movie.png) no-repeat left top;
  margin: 0 0 10px 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.movie-box p {
  width: 240px;
  float: left;
}
.movie-box .mov-slider {
  width: 760px;
  margin-left: 25px;
  margin-right: 0px;
  float: left;
}

.bg-yel {
  width: 100%;
  background: #ffe700;
  padding: 30px 0;
}

.contents-wrapper {
  width: 990px;
  margin: 0 auto;
}

.news-bk {
  width: 280px;
}
.news-bk h2 {
  background: url(../img/tit_news.png) no-repeat left top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
}

.bnr-box {
  width: 340px;
}
.bnr-box ul li {
  margin-bottom: 15px;
}

.etc2 {
  width: 990px;
  margin: 20px auto;
  position: relative;
}

.drefes-bk {
  width: 670px;
  float: left;
  background: url(../img/bg_bk.png) no-repeat;
  padding: 2px 0 0 130px;
}

/*add history links 20151020*/
.drefes-bk a {
	color: #a58801;
	font-weight: bold;
  margin-left: 10px;
	display: inline-block;
}
.drefes-bk a:hover {
  opacity: 0.7;
}

.snsicon {
  margin-left: 20px;
  float: left;
}

#left_col {
  float: left;
  width: 630px;
}
#left_col a {
  color: #f32c63;
}
#left_col a:hover {
  color: #cccccc;
}

#right_col {
  float: right;
  width: 340px;
  margin-bottom: 20px;
}
#right_col h3 {
  background: url(../img/tit_backnumber.png) no-repeat top left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#right_col .news-bk {
  width: 300px;
  background: #ffe700;
  padding: 20px;
}

#top .gnav {
  margin: 398px auto 0 auto;
}

#second .gnav {
  margin: -31px auto 0 auto;
}

.gnav {
  background: url(../img/bg_menu.png) no-repeat center top;
  width: 1057px;
  height: 94px;
  text-align: center;
  position: relative;
}
.gnav .menu_i ul {
  position: absolute;
  width: 990px;
  top: 0;
  left: 37px;
}
.gnav li {
  float: left;
  margin: 37px 35px;
}
.gnav li a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.inhabit {
  cursor: default;
}

.sponcer {
  text-align: center;
}
.sponcer h2 {
  background: url(../img/tit_sponcer.png) no-repeat top center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.sponcer ul li {
  display: inline-block;
  padding: 10px;
}

.footer {
  padding: 50px 0 30px 0;
  background: #ffffff;
  text-align: center;
  background: url(../img/bg_footer.jpg) repeat-x top;
  letter-spacing: .08em;
  font-size: 70%;
  line-height: 2em;
}
.footer .copyright {
  color: #9b7f0b;
}
.footer .footer-nav {
  margin: 10px auto;
}
.footer .footer-nav li {
  display: inline-block;
  background: url(../img/icon_arrow.png) no-repeat center left;
  padding-left: 8px;
  margin: 0 8px;
  color: #af9352;
  letter-spacing: 0.07em;
}
.footer .footer-nav li a {
  font-weight: bold;
}

#newslist {
  background: none;
}
#newslist ul li {
  border-bottom: 2px solid white;
  padding: 10px 0;
  line-height: 1.4em;
  font-size: 100%;
  font-weight: bold;
}
#newslist ul li span {
  font-size: 100%;
  color: #cf8300;
  display: block;
}
#newslist .btn2 {
  margin: 20px 0;
  text-align: center;
}
#newslist .btn2 a {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.newsbox {
  text-align: left;
  min-height: 600px;
}
.newsbox h2 {
  background: url(../img/tit_news.png) no-repeat top left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.contentsarea {
  margin-top: 15px;
  background: url(../img/img_bar.png) repeat-x top;
}
.contentsarea img {
  max-width: 630px;
}
.contentsarea .tit {
  color: #bc9b00;
  margin: 0 0px 20px 0px;
  text-align: left;
  font-size: 130%;
  font-weight: bold;
}
.contentsarea .tit span {
  color: #dccc83;
  font-size: 75%;
  display: block;
  font-weight: bold;
}

.sns2 {
  padding-top: 20px;
}
.sns2 ul li {
  float: right;
  background: none;
}

.btn-next_grey {
  background: url(../img/next_grey.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 40px;
  width: 95px;
}

.btn-prev_grey {
  background: url(../img/prev_grey.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 40px;
  width: 95px;
}

#newsside {
  /* overflow: hidden; */
  margin: 0 auto;
  /* width: 480px;  text-align:center;*/
  _zoom: 1;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  text-align: left;
  width: 190px;
  float: right;
  display: block;
}

#newsside ul {
  list-style-type: none;
  margin-left: 10px;
}

#newsside li {
  display: block;
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 80%;
  line-height: 1.5em;
  background: none;
  text-align: center;
}

#newsside li img {
  width: 180px;
}

#newscon {
  font-size: 96%;
  line-height: 1.7em;
  overflow: auto;
  text-align: left;
}
#newscon h3 {
  display: block;
  margin: 0px auto 20px auto;
  padding: 0px;
  border-bottom: 1px dotted #665400;
  color: #665400;
  letter-spacing: .1em;
  font-weight: bold;
  font-size: 95%;
}

.newspic p {
  text-align: center;
  font-size: 90%;
}

#newspicmini p img {
  max-width: 440px!important;
}

.newsblock {
  margin-bottom: 20px;
}
