@charset "utf-8";
/* CSS Document */

/* ▼▼▼ 在庫表示
=====================================*/

#globalContents .stock,
#globalContents .stock img {
    vertical-align: middle;
    margin-right: 3px;
    line-height: 1;
}


/* ▼▼▼ ボタン表示
=====================================*/

#globalContents .btn_box {
    margin-bottom: 20px;
    padding: 4px;
    background: #f4eff5;
    text-align: center;
}


/* ▼▼▼ タイトル装飾
=====================================*/

#globalContents .detail_title {
    clear: both;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 13px;
    color: #fff;
    background: #795284;
}


/* ▼▼▼ 商品横並び
=====================================*/

#globalContents ul.relation {
    position: relative;
    clear: both;
    overflow: hidden;
    margin: 0 -5px 20px 0;
}

#globalContents ul.relation li {
    float: left;
    margin-right: 5px;
    padding-bottom: 80px;
}

#globalContents ul.relation.other li {
    padding-bottom: 3.5em;
}

#globalContents ul.relation li a img {
    padding-bottom: 10px;
    text-align: center;
}

#globalContents ul.relation li a img,
#globalContents ul.relation li span {
    display: block;
}

#globalContents ul.relation li p {
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-size: 96%;
}

#globalContents ul.relation li a {
    font-weight: bold;
}

#globalContents ul.relation li,
#globalContents ul.relation li a img {
    width: 138px;
}


/* ▼▼▼ fancybox
=====================================*/

#fancybox-outer,
#fancybox-content {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #f0f0f0;
}

#fancybox-outer {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#fancybox-content {
    border-color: #f0f0f0;
}

#fancybox-title {
    background: none;
}

#fancybox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../../images/shop/close0.png);
    border: none !important;
}

#fancybox-left:hover span {
    left: 5px;
    background-position: right top;
}

#fancybox-right:hover span {
    left: auto;
    right: 5px;
    background-position: right -30px;
}

#img_carousel a.prev span,
a.next span,
#fancybox-bg-n,
#fancybox-bg-ne,
#fancybox-bg-e,
#fancybox-bg-se,
#fancybox-bg-s,
#fancybox-bg-sw,
#fancybox-bg-w,
#fancybox-bg-nw {
    display: none;
}

/* ▼▼▼ サイド-検索条件
=====================================*/

#globalSide h3.search {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #7C3B82;
}

#globalSide #makerSortBox {
    overflow: hidden;
}

#globalSide h4.searcn_sub {
    overflow: hidden;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
}

#globalSide #makerSortBox h4 {
    float: left;
    margin-right: .5em;
}

#globalSide ul.cate {
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 9px;
    border-bottom: 1px solid #B7BBBD;
}

#globalSide ul.price + h4,
#globalSide ul.maker + h4,
#globalSide ul + ul#gnav,
#globalSide .narrow + h4 {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #B7BBBD;
}

#globalSide ul.cate li,
#globalSide ul.price li,
#globalSide ul.maker li {
    font-size: 13px;
    margin-bottom: 6px;
}

#globalSide ul.price {
    overflow: hidden;
    margin-bottom: 5px;
}

#globalSide ul.cate li a,
ul.cate li a:visited ,
#globalSide ul.price li.input,
#globalSide ul.price li a,
#globalSide ul.price li a:visited,
#globalSide ul li.more a {
    background: url(../../images/arrow_pp.gif) no-repeat left 6px;
    padding-left: 8px;
}

#globalSide ul.price li input {
    width: 53px;
}

#globalSide ul.cate li a,
ul.cate li a:visited,
#globalSide ul.price li a,
#globalSide ul.price li a:visited,
#globalSide ul.maker li a {
    color: #795284;
}

#scrollbar1 {
    width: 210px;
    margin-bottom: 5px;
}

#scrollbar1 .viewport {
    overflow: hidden;
    position: relative;
    width: 205px;
    height: 20em;
    margin-top: 10px;
}

#scrollbar1 .overview {
    position: absolute;
    left: 0;
    top: 0;
}

#scrollbar1 .scrollbar {
    position: relative;
    float: right;
    width: 5px;
    background: url(../../images/top_images/news/bg-scrollbar-track-y.png) no-repeat 0 0;
}

#scrollbar1 .track {
    position: relative;
    width: 5px;
    height: 100%;
    background: transparent url(../../images/top_images/news/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
}

#scrollbar1 .thumb {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -8px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../../images/top_images/news/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
}

#scrollbar1 .thumb .end {
    overflow: hidden;
    width: 20px;
    height: 5px;
    background: transparent url(../../images/top_images/news/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
}

#scrollbar1 .disable {
    display: none;
}

#globalSide ul.price li input,
#globalSide ul.maker li input {
    margin-right: 3px;
}

#globalSide .narrow {
    margin-bottom: 15px;
    padding: 4px 0;
    text-align: center;
    background: #F4EFF5;
}

#globalSide .narrow a.btn {
    display: block;
    width: 140px;
    background:-moz-linear-gradient( center top, #8c6698 5%, #583563 100% );
    background:-ms-linear-gradient( top, #8c6698 5%, #583563 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c6698', endColorstr='#583563');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #8c6698), color-stop(100%, #583563) );
    background-color:#8c6698;
    color: white;
    border-radius: 4px;
    margin: 0 auto;
    line-height: 1.8;
}

#globalSide .narrow a.btn:hover {
    text-decoration:none;
    background:-moz-linear-gradient( center top, #583563 5%, #8c6698 100% );
    background:-ms-linear-gradient( top, #583563 5%, #8c6698 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#583563', endColorstr='#8c6698');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #583563), color-stop(100%, #8c6698) );
    background-color:#583563;
}

#globalSide .narrow a.btn:active {
    position: relative;
    top: 1px;
}