	@charset "UTF-8";
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}


html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/*
YUI 3.5.1 (build 22)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
body {
  font: 13px/1.5 Meiryo, メイリオ,"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",  sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% Meiryo, メイリオ,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

ul,ol,li{
    margin: 0;
    padding: 0;
}
p{
    font-size: 14px;
}

h3,
p{
    margin-top: 0;
    margin-bottom: 5px;
}
hr{
    margin: 0;
    padding: 0;
}
a img{
    border:none;
}

.aC{ text-align: center;}
.aR{ text-align: right;}
.aL{ text-align: left;}

body{
    background-color: black;
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#wrap{
    /*position: fixed;*/
    /*width: 960px;*/
    /*height: 1080px;*/
    overflow: hidden;
}


#header{
    position: fixed;
    width: 100%;
    height: 56px;
    overflow: hidden;
    top: 0;
    left: 0;
    background: #CF0800;
    box-shadow: 0 3px 15px #000;
    z-index: 200;
}

#loading{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #FFFFFF url("../img/buffer.gif") no-repeat center center;
    z-index: 150;
}
#itemloading{
    position: fixed;
    width: 100px;
    height: 100px;
    left: 44%;
    top: 55%;
    background: #FFFFFF url("../img/buffer.gif") no-repeat center center;
    z-index: 150;
}

/*動画配置用*/
#bgOverlayContainer {
    position: fixed;
    left: 0; top: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
}

/*パターン配置用*/
.overlayPattern {
  background: url(../img/overlay.png) repeat 0 0;
}




/* ==========================================================================
   Page: Home
   ========================================================================== */
#home-error{
    position: absolute;
    margin: auto auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    height: 60%;
    padding: 30px;
    text-align: center;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #333;
    z-index: 100;
}
#home-error h2{
    text-align: center;
    color: #C21A1F;
    font-size: 28px;
    border-bottom: 1px solid #CCC;
    padding-top: 70px;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.btnlink{}

.btnlink a{
    background:#BE0000 url("../img/btn_bg_red.png") repeat-x left bottom;
    color: #FFF;
    display: block;
    padding: 0px 0px;
    margin: 60px auto 0;
    text-align: center;
    height: 35px;
    width: 260px;
    line-height: 35px;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 0 2px #666;
    border-radius: 5px;
    text-shadow: -1px -1px 0px #333;
}

#homepage_wrap{
    position: absolute;
    left:9%;
    z-index: 100;
    padding-bottom: 100px;
    min-height: 600px;
}
#newsarea{
    position: absolute;
    top: 80px;
    width: 535px;
    height: 175px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 1px 1px 7px #1D1D1D;
}

#newsarea img {
    height: 165px;
    border: 5px solid #FFFFFF;
    width: auto;
    border-radius: 5px;
}

#home-nextsale{
    position: absolute;
    margin-left: 550px;
    top: 80px;
    width: 100px;
    height: 175px;
    /*background: #FFF url("../img/home-nextsale_bg.png") repeat-x 0 0;*/
    background: #FFF;
    border-radius: 5px;
    box-shadow: 1px 1px 7px #1D1D1D;
    z-index: 100;
}
#home-nextsale-noinfo{
    padding-top: 2px;
    text-align: center;
}
#home-nextsale-noinfo img{
    border: 1px solid #837F80;
    width: 80px;
    height: auto;
}
.home-nextsale-img{
    text-align: center;
    border-bottom: 1px solid #D7D7D7;
    width: 80px;
    margin-left: 10px;
    margin-top: 0px;
    padding-bottom: 5px;
}
.home-nextsale-img img{
    height: 40px;
    width: auto;
}
#home-nextsale-title{
    text-align: center;
    padding-top: 0px;
    padding-bottom: 2px;
    background: #D2000D;
}
#home-nextsale-title img{
    height: 10px;
    width: auto;
}
.news-dayfrom,
.news-dayto{
    display: inline-block;
    margin: 0 auto;
    margin-right: 5px;
    padding-right: 10px;
    padding-left: 5px;
    text-align: center;
    float: right;
}
.news-dayfrom{ padding-top: 2px;}
.news-dayto  { margin-top: 3px; padding-top: 23px; background: url("../img/home-nextsale-arrow.png") no-repeat center top;}
.news-dayfrom img,
.news-dayto img{
    float: left;
    height: 25px;
    width: auto;
}


#home-makernavi{
    position: absolute;
    top: 540px;
    width: 650px;
    min-height: 75px;
    background: #FFF url("../img/home-maker_bg.png") repeat-x 0 0;
    padding: 0;
    border-radius: 5px;
    box-shadow: 1px 1px 7px #1D1D1D;
    z-index: 100;
}

#home-makernavi-titleen{
    padding-left: 10px;
    margin: 0 0 5px;
    vertical-align: bottom;
}
#home-makernavi ul{
    clear: both;
    margin-bottom: 0px;
    /*border-radius: 0 !important;*/
    background: transparent;
}
#home-makernavi ul li:first-child{
    border-radius: 0px 0 0 5px;
}

#home-pickup{
    position: absolute;
    left: 560px;
    top: 280px;
    /*padding-bottom: 70px;*/
    z-index: 100;
    height: 70px;
    width: auto;
}

#home-ranking{
    position: fixed;
    overflow-y: scroll;
    top:0;
    right: 0;
    width: 240px;
    height: 100%;
    background: #D5D5D6;
    z-index: 999;
    box-shadow: inset 7px 0 7px -5px #000;
}

#home-ranking dl{ margin: 0; padding: 10px 0 0 12px;}
#home-ranking dt{ margin: 0; padding: 0 0 3px;width: 200px;}
#home-ranking dt img{
    width: 100%;
    height: auto;
}
#home-ranking dd{
    position: relative;
    margin: 0 0 8px;
    height: 83px;
    width: 200px;
    background: white url("../img/ranking_bg_blue.png") repeat-x 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 4px #666;
}
#home-ranking dd.rank-best3{
    background: white url("../img/ranking_bg_red.png") repeat-x 0 0;
}
#home-ranking .ranking_icn{
    position: absolute;
    right: 3px;
    top:3px;
    width: 35px;
    height: auto;
    z-index: 1;
}
#home-ranking a{
    color: #333;
    text-decoration: none;
}
#home-ranking em{
    font-style: normal;
}
#home-ranking .item_rank{
    display: block;
    color: #FFF;
    font-size: 9px;
    padding: 3px 5px 0px 5px;

}

#home-ranking .item_img   { position: absolute; left: 5px; top:30px; width: 40px; height: auto;}
#home-ranking .item_cate  { position: absolute; left: 50px; top:23px; display: block; width: 140px; padding: 0 0px 0; border-bottom: 1px solid #333; font-size: 9px;}
#home-ranking .item_name  { position: absolute; left: 50px; top:42px; display: block; width: 140px; padding: 0px 0px 0; border-bottom: 1px solid #333; font-size: 11px; font-weight: bold;}
#home-ranking .item_price { position: absolute; left: 50px; top:63px; display: block; width: 140px; padding: 0px 0px 0; }
#home-ranking .item_price img{
    float:left;
    height: 15px;
    width: auto;
}
#home-ranking .item_price em {
    display: inline-block;
    float: left;
    padding: 1px 4px 0px;
    margin-right: 3px;
    font-size: 9px;
    background: #C21A1F;
    color:#FFF;
    border-radius: 3px;
}

ul#home-gnavi {
    position: absolute;
    top: 270px;
    left: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 100;
    width: 630px;
}
ul#home-gnavi li {
    display: block;
    float: left;
    width: 110px;
    height: 110px;
    margin: 0 20px 20px 0 ;
    padding: 0;
    border: 3px solid white;
    box-shadow: 0 0 5px #666;
    border-radius: 110px;
    background: #CF0800;
}
ul#home-gnavi li a {
    display: block;
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 110px;
}
ul#home-gnavi li img{
    height: 95px;
    width: auto;
}
ul#home-gnavi li#icn_cate_ball   { background: #62A756;}
ul#home-gnavi li#icn_cate_shoes  { background: #E1B925;}
ul#home-gnavi li#icn_cate_bag    { background: #B3384A;}
ul#home-gnavi li#icn_cate_ware   { background: #844F3B;}
ul#home-gnavi li#icn_cate_globe  { background: #1C8AA7;}
ul#home-gnavi li#icn_cate_tape   { background: #955988;}
ul#home-gnavi li#icn_cate_cleaner{ background: #B2B534;}
ul#home-gnavi li#icn_cate_other  { background: #716D6E;}





/* ==========================================================================
   Page: List
   ========================================================================== */

#listpage_wrap{
    margin: auto;
    position: absolute;
    top: 80px;

    left: 0;
    right: 0;
    /*margin: 0 auto;*/
    /*left: 5%;*/
    /*top: 9.7%;*/
    width: 1040px;
    z-index: 100;
}
ul#sub-gnavi{
    background: #000;
    width: 1040px;
    height: 70px;
    margin: 0;
    padding: 0;
    background: #DDDDDD;
    list-style: none;
    border-radius: 5px;
    text-align: center;
    box-shadow: 1px 1px 7px #1D1D1D;
}
ul#sub-gnavi li{
    display: block;
    float: left;
    width: 107px;
}
ul#sub-gnavi li a{
    display: block;
    text-decoration: none;
    height: 70px;
    width: 100%;
}
ul#sub-gnavi li+li{
    border-left: 1px solid #FFF;
}
ul#sub-gnavi li+li a{
    border-left: 1px solid #CCC;
}
ul#sub-gnavi li a:hover,
ul#sub-gnavi li.active,
ul#sub-gnavi li.active a{
    /*background: #62A756;*/
    color: #FFF;
}
ul#sub-gnavi li a img{
    margin-top: 5px;
    height: 60px;
    width: auto;
}
ul#sub-gnavi li#icn_cate_other{
    width: 96px;
    border-radius: 0 5px 5px 0;
}
ul#sub-gnavi li#icn_cate_home{
    border-radius: 5px 0 0 5px;
}



ul#sub-gnavi li#icn_cate_home:hover,
ul#sub-gnavi li#icn_cate_home.active,
ul#sub-gnavi li#icn_cate_home.active a   { background: #D31300;}

ul#sub-gnavi li#icn_cate_ball:hover,
ul#sub-gnavi li#icn_cate_ball.active,
ul#sub-gnavi li#icn_cate_ball.active a   { background: #62A756;}
ul#sub-gnavi li#icn_cate_shoes:hover,
ul#sub-gnavi li#icn_cate_shoes.active,
ul#sub-gnavi li#icn_cate_shoes.active a  { background: #E1B925;}
ul#sub-gnavi li#icn_cate_bag:hover,
ul#sub-gnavi li#icn_cate_bag.active,
ul#sub-gnavi li#icn_cate_bag.active a    { background: #B3384A;}
ul#sub-gnavi li#icn_cate_ware:hover,
ul#sub-gnavi li#icn_cate_ware.active,
ul#sub-gnavi li#icn_cate_ware.active a   { background: #844F3B;}
ul#sub-gnavi li#icn_cate_globe:hover,
ul#sub-gnavi li#icn_cate_globe.active,
ul#sub-gnavi li#icn_cate_globe.active a  { background: #1C8AA7;}
ul#sub-gnavi li#icn_cate_tape:hover,
ul#sub-gnavi li#icn_cate_tape.active,
ul#sub-gnavi li#icn_cate_tape.active a   { background: #955988;}
ul#sub-gnavi li#icn_cate_cleaner:hover,
ul#sub-gnavi li#icn_cate_cleaner.active,
ul#sub-gnavi li#icn_cate_cleaner.active a{ background: #B2B534;}
ul#sub-gnavi li#icn_cate_other:hover,
ul#sub-gnavi li#icn_cate_other.active,
ul#sub-gnavi li#icn_cate_other.active a  { background: #716D6E;}


/**
 * Navigation
 */
#sub-makernavi{
    height: 48px;
    margin: 10px 0;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 1px 1px 7px #1D1D1D;
}
ul.makernavi{
    list-style: none;
    height: 48px;
    padding: 0;
    margin: 0;
    text-align: center;
    border-radius: 5px;
    background: url("../img/sub-maker_bg.png") repeat-x left bottom;
}
ul.makernavi li:first-child{
    border-radius: 5px 0 0 5px;
}
ul.makernavi li{
    display: block;
    float: left;
    height: 48px;
    line-height: 48px;
    background: #FFFFFF;
}

ul.makernavi li a{
    display: block;
    height: 48px;
    line-height: 48px;
    margin: 0px;
    text-decoration: none;
}
#home-makernavi ul.makernavi li,
ul.makernavi li.maker,
ul.makernavi li.brand{
    background: url("../img/sub-maker_bg.png") repeat-x left bottom;
    width: 88px;
}
#home-makernavi ul.makernavi li.active a,
#home-makernavi ul.makernavi li a:hover,
ul.makernavi li.maker.active a,
ul.makernavi li.maker a:hover,
ul.makernavi li.brand.active a,
ul.makernavi li.brand a:hover{
    background: url("../img/sub-maker_active.png") repeat-x left bottom;
}
ul.makernavi li img{
    max-height: 48px;
}
#home-makernavi ul.makernavi li img,
ul.makernavi li.maker img,
ul.makernavi li.brand img{
    max-height: 25px;
    width: auto;
}

ul.makernavi li.maker.active a img,
ul.makernavi li.maker a:hover img,
ul.makernavi li.brand.active a img,
ul.makernavi li.brand a:hover img{
    opacity: 1;
}
ul.makernavi li {
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #EFEFEF;
}
#btn-maker_all{
    cursor: pointer;
    max-height: 48px !important;
    width: auto;
    margin: 0px;
}

#btn-maker_all:hover{
    opacity: 0.7;
}

#sub-ui-header{
    display: block;
    position: relative;
    list-style: none;
    width: 800px;
    height: 35px;
    padding: 6px 0 5px;
    margin: 0 0 5px 16px;
    border-bottom: 1px solid #CCC;
}
#sub-ui-header .sub-pageinfo{
    position: absolute;
    padding-top: 10px;
    font-size: 12px;
}
#sub-ui-header .sub-taxinfo{
    position: absolute;
    right: 0px;
    text-align: right;
    padding-top: 12px;
    font-size: 11px;
}
ul.sub-ui-itemsort{
    display: block;
    position: absolute;
    left: 100px;
    top: 15px;
    width: 550px;
    margin: 0;
    text-align: center;

}
ul.sub-ui-itemsort li{
    display: inline-block;
    padding: 0 1px 0 0;
    font-size: 11px;
}
ul.sub-ui-itemsort li a{
    background: #B80A06;
    color: #FFF;
    display: block;
    font-size: 12px;
    padding: 3px 11px 1px;
    text-decoration: none;
    box-shadow: 0 0 2px #666;
    border-radius: 3px;
    text-shadow: -1px -1px 0px #666;
}
ul.sub-ui-itemsort li.ui-red a { border: 1px solid #BE0000; background:#BE0000 url("../img/btn_bg_red.png") repeat-x left bottom;}
ul.sub-ui-itemsort li.ui-blue a { border: 1px solid #212B84; background:#212B84 url("../img/btn_bg_blue.png") repeat-x left bottom;}
ul.sub-ui-itemsort li.ui-red.active a { font-weight: bold; color: #BE0000; text-shadow:none; background-color: #FFEDF3; background-image: none;}
ul.sub-ui-itemsort li.ui-blue.active a { font-weight: bold; color: #212B84; text-shadow:none; background-color: #EAF7FF; background-image: none;}
ul.sub-ui-itemsort li.label{
    padding-left: 10px;
}

ul#sub-pagenavi{
    list-style: none;
    position: absolute;
    z-index: 100;
    top: 136px;
}
ul#sub-pagenavi li{
    position: absolute;

}
ul#sub-pagenavi li img{
    height: 600px;
    width: auto;
}
ul#sub-pagenavi li.btn_prev{
    top: 0px;
    margin-left: -1px;
}
ul#sub-pagenavi li.btn_next{
    top: 0px;
    margin-left:990px;
}
ul#sub-pagenavi li a{}

#sub-pageback{
    position: absolute;
    text-align: center;
    margin-left: -90px;
    width: 155px;
    height: 25px;
    z-index: 160;
    bottom: 60px;
    left: 50%;
    background: #FFF;
    border-radius: 0 0 5px 5px;
    box-shadow: 5px;
}

#sub-pageback a{
    background:#BE0000 url("../img/btn_bg_red.png") repeat-x left bottom;
    color: #FFF;
    display: block;
    padding: 0px 0px;
    margin-top: -15px;
    margin-left: 15px;
    text-align: center;
    height: 30px;
    width: 130px;
    line-height: 30px;
    text-decoration: none;
    font-size: 14px;
    box-shadow: 0 0 2px #666;
    border-radius: 5px;
    text-shadow: -1px -1px 0px #333;
}


/* MAIN CONTENTS */
#sub-maincontent{
    background: #FFF;
    border-radius: 10px;
    position: relative;
    left: 60px;
    width: 920px;
    min-height: 595px;
    margin-bottom: 60px;
    box-shadow: 1px 1px 7px #1D1D1D;
}

.items{
    margin-top: 20px;
    margin-left: 15px;
}
#noitems{
    font-size: 24px;
    text-align: center;
    margin-top: 220px;
    z-index: 1000;
    position: relative;
    background: #FFF;
}
.item{
    position: relative;
    float: left;
    width: 190px;
    height: 220px;
    margin-right: 15px;
    margin-bottom: 30px;
}
.item .item_noitem   {
    position: absolute;
    display: block;
    text-align: center;
    z-index: 1;
}
.item .item_noitem img {
    position: absolute;
    top:45px;
    width: 190px;
}

.item .item_img   {
    position: relative;
    display: block;
    width: auto;
    width: 100%;
    text-align: center;
}
.item .item_img img{
    height: 130px;
}
.item .item_bland{
    position: absolute;
    top: 0;
    left: 0;
}
.item .item_bland img{
    position: absolute;
    top: 143px;
    width: 45px;
    height: auto;
}
.item .item_name  {
    position: absolute;
    display: block;
    right: 0px;
    top:143px;
    width: 135px;
    padding: 3px 2px 1px;
    line-height: 1.2;
    border-top: 1px solid #9FA0A0;
    border-bottom: 1px solid #9FA0A0;
    font-size: 10px;
}
.item .item_price {
    position: absolute;
    left: 0px;
    top:174px;
    display: block;
}
.item .item_price img{
    float:left;
    height: 14px;
    width: auto;
}
.item .item_price em {
    display: inline-block;
    float: left;
    margin-top:-1px;
    padding: 1px 3px 0px;
    margin-right: 4px;
    font-size: 9px;
    font-style: normal;
    border-radius: 3px;
}

.item .item_price .price{
    display: inline-block;
    float: left;
    background: #C21A1F;
    padding-left: 3px;
    margin-left: 5px;
}

.item .item_normalprice{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
    font-size: 10px;
    color: #FFFFFF;
    background: #727171;
}



/* ==========================================================================
   POPUP
   ========================================================================== */

.white-popup{
    max-width: 820px !important;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
         -o-transition: all 300ms ease;
            transition: all 300ms ease;
}
.white-popup.wide{
    max-width: 820px !important;
}
.white-popup.popup-pagedetail{
    max-width: 820px !important;
    max-height: 400px !important;
}
.white-popup.popup-pagedetail .inner_content{
    height: 375px !important;
}

.white-popup .inner_content{
    padding: 15px 15px 25px;
}
.white-popup #sub-pageback{
    position: relative;
    left: 0;
    bottom: -15px;
    margin: 5px auto 0;
    height: auto;
    text-align: center;
}
.white-popup #sub-pageback .mfp-close{
    opacity: 1;
    left: -25px;
}
.white-popup h2{
    color: #C21A1F;
    font-size: 14px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.white-popup hr{ clear:both; margin-top: 10px; border: none;}
.popup-imgarea   {
    position: relative;
    float: left;
    margin-bottom: 10px;
    width: 320px;
    left: 15px;
}
.wide .popup-imgarea{
    width: 320px;
}
.popup-imgarea img.mainimg{
    width: 200px;
    height: auto;
    margin-bottom: 5px;
}
.popup-imgarea .popup-slide{
    width: 320px;
    height: 48px !important;
    margin: 2px 0;
    padding-left: 2px;
}
.popup-imgarea .popup-slide li{
    display: block;
    float: left;
    margin-right: 4px;
    height: 48px;
}
.popup-imgarea li img.subimg{
    width: 45px;
    height: 45px;
    margin-top: 1px;
    outline:1px solid #CCCCCC;
}
.popup-imgarea li.active img.subimg{
    outline:1px solid #BE0000;
}

.slide_ui{
    position: relative;
    width: 320px;
    font-size: 9px;
    text-align: center;
    line-height: 1px;
}
.slide_ui,
.wide .slide_ui{
    text-align: center;
}
.slide_prev{
    position: absolute;
    /*top: -50px;*/
    margin-top: -50px;
    left: -7px;
    width: 16px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    color: white;
    background: #BE0000;
    border-radius: 3px;
    box-shadow: 0 0 2px #333;
}
.slide_next{
    position: absolute;
    /*top: -50px;*/
    margin-top: -50px;
    left: 310px;
    width: 16px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    color: white;
    background: #BE0000;
    border-radius: 3px;
    box-shadow: 0 0 2px #333;
}


.caroufredsel_wrapper{
    position: relative;
    height: 48px !important;
    padding-top: 1px;
}
#popup-video{
    position: relative;
    margin-top: 10px;
}
.popup-imgarea #popup-video img.blank{
    position: absolute;
    z-index: 500;
    width: 45px;
    height: 25px;
    right: 0;
    bottom: 0;
}
#popup-player{
    position: absolute;
}
#itemInformationarea { float: right; margin-bottom: 10px; width: 400px;}
#itemInformationarea p.price { margin-bottom: 10px; font-size: 16px;}
#itemInformationarea p.price strong { font-size: 18px; color: #C21A1F; margin-left: 10px; }
#itemInformation {}
#itemInformation th,
#itemInformation td { border: 1px solid #CCC; padding: 4px 6px; font-size: 12px; line-height: 1.35;}
#itemInformation th { background-color: #DCDDDD; width: 80px; }
#itemInformation td { }
#itemInformation strong{
    font-weight: bold;
    color: #C21A1F;
}

a.btn-pdf{
    background:#BE0000 url("../img/btn_bg_red.png") repeat-x left bottom;
    color: #FFF;
    display: inline-block;
    padding: 2px 10px;
    margin-left: 2px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 2px #666;
    border-radius: 5px;
    text-shadow: -1px -1px 0px #333;
    font-size: 82%;
}

#popup-makerlogo{
    text-align: center;
    margin-top: -15px;
    padding-bottom: 7px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCC;
}
ul#popup-brandlist{
    list-style: none;
}
ul#popup-brandlist li{
    float: left;
    width: 33.3%;
    height: 100px;
    margin-bottom: 10px;
    text-align: center;
}
ul#storelist+hr{
    clear: both;
    padding-top: 20px;
}
ul#storelist{ width: 100%;
    padding-bottom: 150px;
    margin-bottom: 30px;
    list-style: none;
}
ul#storelist li{
    float: left;
    width: 30%;
    margin-bottom: 10px;
    margin-right: 1%;
    padding: 5px 0 5px 15px;
    text-align: left;
    font-size: 14px;
    border-left: 1px solid #CCCCCC;
}

.inner_content {
    position: relative;
}
.white-popup .popup-innerpage{
    position: relative;
}
.white-popup #popup-page2.popup-innerpage{
    display: none;
    position: absolute;
    text-align: center;
    width: 93%;
}
.white-popup #popup-page2.popup-innerpage img{
    max-height: 325px;
    max-width: 500px;
    width: auto;
    margin-bottom: 5px;
    margin-left: -5px;
}

.white-popup p.popup-contentimg{
    display: table-cell;
    width: 780px;
    height: 520px;
    text-align: center;
    vertical-align: middle;
}
.white-popup p.popup-contentimg img{
    max-width: 780px;
    height: auto;
}

.white-popup ul#popup-btnnavi{
    clear: both;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
    list-style: none;
}
.white-popup ul#popup-btnnavi li{
    float: left ;
    width:90px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.white-popup ul#popup-btnnavi li a{
    background:#BE0000 url("../img/btn_bg_red.png") repeat-x left bottom;
    color: #FFF;
    display: block;
    padding: 5px 10px;
    margin-left: 5px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 2px #666;
    border-radius: 5px;
    text-shadow: -1px -1px 0px #333;
    font-size: 100%;
}

/* ==========================================================================
   Animation Setting
   ========================================================================== */

#newsarea,
#home-nextsale,
#home-makernavi,
#home-pickup,
.item,
#home-gnavi li,
#home-ranking dd{
    opacity: 0;
}
#home-ranking{
    right: -300px;
}

/* ロールオーバーアニメーション */
#home-gnavi li a{
    -webkit-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
         -o-transition: all 300ms ease;
            transition: all 300ms ease;
}
#home-gnavi li a:hover{
    -ms-transform: scale(1.1,1.1) rotateZ(360deg) !important; /* IE 9 */
    -webkit-transform: scale(1.1,1.1) rotateZ(360deg) !important; /* Chrome, Safari, Opera */
    transform: scale(1.1,1.1) rotateZ(360deg) !important;
}
#home-gnavi li:hover{
    opacity: 0.5;
    /*margin-top: -20px;*/
}




/* Ticker */
#footer{
    position: fixed;
    left: 0;
    bottom: 0;
    background: #383735;
    width: 100%;
    height: 45px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-shadow: inset 0 15px 15px -10px #000;
    z-index: 151;
}
#footer p{
    text-align: left;
    padding: 10px 0 0 15px;
    color: #fff;
    font-size: 16px;
}
#footer p a{
    display: inline-block;
    color: #FFF;
    vertical-align: top;
    text-decoration: none;
    padding: 3px 10px 2px;
    margin-top: -2px;
    margin-left: 5px;
    font-size: 14px;
    background:#BE0000 url("../img/btn_bg_red.png") repeat-x left bottom;
    border-radius: 5px;
    box-shadow: 0 0 5px #000;
    text-shadow: -1px -1px 0px #333;
}

.tickercontainer { /* the outer div with the black border */
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 0px;
width: 100%;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
width: 960px;
width: 960px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
padding: 5px 150px 0 0;
color: #fff;
font-size: 14px;
}

.vjs-error-display,
.vjs-caption-settings,
.vjs-control-bar{
    display: none !important;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
