@charset "utf-8";
/* ===================================================================
 style info : リセット及びフォントサイズ
=================================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
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;
   word-break: break-all;
}
body {
   line-height: 1;
   background: #fff;
   color: #111111;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
   display: block;
}
ul, ol {
   list-style: none;
}
blockquote, q {
   quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
   content: '';
   content: none;
}
a {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
}
ins {
   background-color: #ff9;
   color: #111111;
   text-decoration: none;
}
mark {
   background-color: #ff9;
   color: #111111;
   font-style: italic;
   font-weight: bold;
}
del {
   text-decoration: line-through;
}
abbr[title], dfn[title] {
   border-bottom: 1px dotted #000;
   cursor: help;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}
hr {
   display: block;
   height: 1px;
   border: 0;
   border-top: 1px solid #cccccc;
   margin: 1em 0;
   padding: 0;
}
input, select {
   margin: 0;
   padding: 0;
   vertical-align: middle;
}
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body {
   font:13px/1.231 arial, helvetica, clean, sans-serif;
}
select, input, button, textarea, button {
   font:99% arial, helvetica, clean, sans-serif;
}
table {
   font-size:inherit;
   font:100%;
}
pre, code, kbd, samp, tt {
   font-family:monospace;
   line-height:100%;
}

/*----------------------------------------------------
要素
----------------------------------------------------*/
html, body {
   height: 100%;
}
html {
   overflow-y:scroll;
}
img {
   line-height: 0;
   font-size: 0;
   vertical-align: bottom;
}
/*短いページ：背景をページ下まで対応*/
.setting {
   height:100%;
   min-height:100%;
}
body > .setting {
   height:auto;
}
body {
   background:##ebebeb;
   color:#111111;
   font-size: 12px;
   -webkit-text-size-adjust:none;
   font-family:"ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6", ArialMT;
}
h1, h2, h3, h4, h5, h6 {
   font-size:14px;
   font-family:"ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6", ArialMT;
}
ol {
   margin-left:20px;
}
/*境界線：デザイン*/
hr {
   border: 0;
   background:url(/voi/sp/images/sp/hr_line.gif) repeat-x left center;
   padding:6px 0;
   margin:0;
   height:2px;
}
hr.footline {
   border: 0;
   background:url(/voi/sp/images/sp/hr_line.gif) repeat-x left center;
   padding:0;
   margin:0;
   height:2px;
}



/*----------------------------------------------------
ヘッダ・フッタ
----------------------------------------------------*/

/*area*/
.search .item {
   float:left;
   border-right:#d00c30 solid 1px;
}
.search .brand {
   float:right;
   border-left:#f8bac6 solid 1px;
}
.container {
   width:100%;
}
.title {
   width:100%;
   text-align:left
}
.js-togglecontent {
   display: block;
}
footer{
   font-size:12px;
   background:#bcbcbc;
   padding:7px 0;
   text-align:center;
}
footer p{
   color:#fff;
}

ul#pagelink {
   margin: 10px 0 15px 0;
}
.r-contents ul#pagelink {
   margin-bottom: 30px;
}
ul#pagelink li {
   display: inline;
   line-height: 1.5;
}
ul#pagelink li a {
   margin-right: 5px;
   text-decoration: underline;
}


/* リンク
----------------------------------------------------*/
a { text-decoration:none; }

a:link { color:#111111; }

a:visited { color:#111111; }


/* 汎用クラス
----------------------------------------------------*/
.cfx:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

.cfx { display:inline-block; }

/*\*/
* html .cfx { height:1%; }

.cfx { display:block; }


/*----------------------------------------------------

.main（ページメイン部分）

----------------------------------------------------*/

section.main {
   background-color:#fff;
}
.ttl {
   margin-bottom: 5px;
   padding: 8px 10px 9px;
   background-color: #d8307e;
}
.ttl h1 {
   position: relative;
   display: inline-block;
   color: #ffffff;
   font-size: 18px;
   padding-right: 18px;
   line-height: 1;
}
.ttl h1 span {
   margin-left: 8px;
   font-size: 14px;
}
.ttl h1:after {
   content: "";
   position: absolute;
   top: 3px;
   right: 5px;
   display: block;
   width: 6px;
   height: 6px;
   border: 2px solid #ffffff;
   border-radius: 14px;
}
.ttl h1 span:after {
   content: "";
   position: absolute;
   top: 12px;
   right: 2px;
   display: block;
   width: 6px;
   height: 2px;
   border-width: 0;
   background: #ffffff;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
 } 

.ttl_men{
   background:#262575 !important;
}

/*------ ソート ------ */
#sort_area {
   margin: 0 5px 13px;
}
#sort_area dl {
   display: block;
   border: solid 1px #848383;
   border-radius: 6px;
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
   font-weight: bold;
   font-size: 12px;
   color: #444444;
   line-height: 1;
}
#sort_area dl dt,
#sort_area dl dd {
   float: left;
}

#sort_area dl dt {
   width: 80px;
   padding: 7px 0;
   background-color: #848383;
   color: #ffffff;
   text-align: center;
}

#sort_area dl dd li {
   display: table-cell;
   padding: 3px 10px;
}

#sort_area dl dd li span {
   position: relative;
}
#sort_area dl dd li:nth-child(n+2) span:after {
   content: "";
   position: absolute;
   top: 50%;
   left: -10px;
   width: 1px;
   height: 18px;
   margin-top: -9px;
   background-color: #848383; 
}

#sort_area dl dd li a {
   display: block;
   border-bottom: solid 1px #a1a1a1;
}

#sort_area dl dd li.act span {
   display: block;
   padding: 4px 6px;
   background-color: #e6002b;
   border-radius: 3px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
   color: #ffffff;
}


/*------ 絞り込ボタン ------ */
.subtbtn {
   position: relative;
   border-bottom:2px solid #848383;
}
.subt {
   margin: 0 145px 0 14px;
   padding-top: 4px;
   font-size: 12px;
}
.subt span.code_num {
   padding: 3px 0 5px;
   display: block;
   font-size: 10px;
   font-weight: normal;
}
.subt span.code_num span {
   margin-right: 0.5em;
   font-size: 10px;
   font-weight: bold;
   color: #d8307e;
}

.subt.index_fsize span.code_num {
   padding-top: 0px;
}
.subt.index_fsize span.code_num span {
   font-size: 12px;
}

td {
   text-align:center;
   width:33%;
}


* {
   -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}


/*------ 絞り込み ------ */
.more_links {
   position: absolute;
   bottom: 0;
   right: 5px;
}
.more_links p {
   position:relative;
   float:right;
   width: 138px;
   height: 35px;
   background: url(/voi/sp/webshop/shoes/coordinate_l/img/bg_b_toggle.png) no-repeat 0 0;
   -webkit-background-size: 138px 70px;
   -moz-background-size: 138px 70px;
   background-size:138px 70px;
   text-indent: -9999px;
}
.more_links #close_btn {
   background: url(/voi/sp/webshop/shoes/coordinate_l/img/bg_b_toggle.png) no-repeat 0 -35px;
   -webkit-background-size: 138px 70px;
   -moz-background-size: 138px 70px;
   background-size:138px 70px;
}

ul.links li {
   position:relative;
   font-size:12px;
   text-shadow:white 1px 1px 0px;
   background:#f5f5f5 100% 50% no-repeat url(voi/sp/images/sp/choicelist_icon.png);
   border-top:white solid 1px;
   border-bottom:#bcbcbc solid 1px;
   padding-left:15px;
}
ul.links li a {
   display:block;
   padding:15px 0px 15px 0px;
   font-weight:bold;
   color:#333;
}
ul.links li a::after {
   top:50%;
   right:16px;
   width:9px;
   height:14px;
   margin-top:-7px;
   background-position:0 0;
}

#selectAreaWrap {
   position: relative;
   background-color: #f5f5f5;
}

#selectAreaWrap #selectAreaWrap_innr {
   padding: 9px 10px 10px;
   border-top: solid 1px #ffffff;
}
.selectArea_box {
   float: left;
   width: 50%;
}

.selectArea_box .selectArea {
   margin-bottom: 10px;
   border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
   background-color: #dfdfdf;
}
.selectArea_box:nth-child(1) .selectArea {   margin-right: 10px;}

.selectArea .selectArea_innr {
   padding: 15px 0px 0px 5px;
}

.selectArea_box .selectArea li {
   padding-bottom: 15px;
   vertical-align: middle;
}
.selectArea_box .selectArea li span {
   margin-top: 3px;
}


.filter_btn {
   clear: both;
   margin: 0 25px;
}
.filter_btn button {
   display: block;
   width: 100%;
   padding: 6px 0;
   border: solid 1px #858585;
   border-radius: 14px;
      -webkit-border-radius: 14px;
      -moz-border-radius: 14px;
   background: -moz-linear-gradient(top,  #9c9c9c 0%, #424141 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c9c9c), color-stop(100%,#424141));
   background: -webkit-linear-gradient(top,  #9c9c9c 0%,#424141 100%);
   background: -o-linear-gradient(top,  #9c9c9c 0%,#424141 100%);
   background: linear-gradient(to bottom,  #9c9c9c 0%,#424141 100%);
   font-size: 14px;
   font-weight: bold;
   text-align: center;
   color: #ffffff;
   line-height: 1;
}

#selectAreaWrap .note {
   margin-top: 5px;
   text-align: center;
   color: #333333;
}

/* ラジオボタンスタイル変更 */
.selectArea input[type="radio"] {
   -webkit-appearance:none;
   position:relative;
   margin-right: 4px;
   border-radius: 18px;
   border:1px solid #4c4c4c;
   -webkit-box-sizing:border-box;
   width:18px;
   height:18px;
   background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(206,206,206,1)));
   background:-webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(206,206,206,1) 100%);
   background:-o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(206,206,206,1) 100%);
   background:linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(206,206,206,1) 100%);
   vertical-align:middle;
}
.selectArea input[type="radio"] {
   border:1px solid #969696;
}
/* チェック時は背景色を変更 */
.selectArea li input[type="radio"]:checked {
   background: -webkit-gradient(
   linear,
   left top,
   left bottom,
   from(#353535),
   to(#8f8f8f)
   );
}
/* チェックの印を:before疑似要素を使って作成 */
.selectArea li input[type="radio"]:checked:before {
   position: absolute;
   left: 50%;
   top: 50%;
   display: block;
   margin: -4px 0 0 -4px;
   -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 1);
   content: "";
   border-radius: 18px;
   width: 8px;
   height: 8px;
   background: -webkit-gradient(
   linear,
   left top,
   left bottom,
   from(#fdfdfd),
   to(#d1d1d1)
   );
}


/*------ アイテムエリア ------ */
.itemblk_box {
   position: relative;
   padding: 10px 0 5px;
   border-top: solid 5px #111111;
   border-bottom: solid 5px #111111;
}


div.mask {
   overflow:hidden;
   text-align:center;
}
.itemblk div.mask img {
   width:120%;
   position:relative;
   left:-10%;
   vertical-align:top;
}

.itemblk {
}
.itemblk table {
   width:99%;
   margin-left: 1%;
}
.itemblk .mask {
   margin:0 5px 5px 0;
   border:1px solid #dfdfdf;
}

.itemblk_list {
   position: absolute;
   top: 0;
   left: 0;
   width: 99%;
   margin-left: 1%;
   padding: 10px 0 5px;
}

.itemblk_list table {
   width:100%;
}
.itemblk_list table td {
   vertical-align: middle;
}
.itemblk_list .mask {
   overflow: visible;
   margin: 0 7px 0 0;
}

.itemblk_list .mask img {
   width: 100%;
   position:static;
   border:1px solid #dfdfdf;
}

.overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%; 
   background-color: #000000;
   opacity: 0.7;
}

/*------ ボタン ------*/
.close_link_btn {
   padding:10px 10px;
   font-size:12px;
   width:150px;
   margin:auto;
   background:black;
   border-bottom-left-radius:5px;
   border-bottom-right-radius:5px;
   color:white;
}

.cshoes_btn a {
   position: relative;
   display: block;
   margin: 5px 5px 0;
   padding: 10px 0 9px;
   border: solid 2px #666666;
   border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
   background: -moz-linear-gradient(top, #ffffff 0%, #d9d9d9 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d9d9d9));
   background: -webkit-linear-gradient(top, #ffffff 0%,#d9d9d9 100%);
   background: linear-gradient(to bottom, #ffffff 0%,#d9d9d9 100%);
   -moz-text-shadow: 0px 2px 2px #ffffff;
   -webkit-text-shadow: 0px 2px 2px #ffffff;
   text-shadow: 0px 1px 1px #ffffff;
   font-weight: bold;
   font-size: 17px;
   text-align: center;
   color: #333333;
}
.cshoes_btn a span {
   padding-left: 41px;
   position: relative;
}
.cshoes_btn a span:after {
   content: "";
   position: absolute;
   top: 50%;
   left: 0px;
   display: block;
   width: 32px;
   height: 15px;
   margin-top: -7px;
   background: url(/voi/sp/webshop/shoes/coordinate_l/img/icn.png) no-repeat 0px -131px;
   background-size: 35px 175px;
      -moz-background-size: 35px 175px;
      -webkit-background-size: 35px 175px;
}


.cshoes_btn.back a {
   border: none;
   background: -moz-linear-gradient(top,  #4d4d4d 0%, #1c1c1c 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4d), color-stop(100%,#1c1c1c));
   background: -webkit-linear-gradient(top,  #4d4d4d 0%,#1c1c1c 100%);
   background: linear-gradient(to bottom,  #4d4d4d 0%,#1c1c1c 100%);
   -moz-box-shadow: 0px 1px 0px #111111;
   -webkit-box-shadow: 0px 1px 0px #111111;
   box-shadow: 0px 1px 0px #111111;
   -moz-text-shadow: 0px 2px 2px #000000;
   -webkit-text-shadow: 0px 2px 2px #000000;
   text-shadow: 0px -1px 1px #000000;
   color: #ffffff;
}
.cshoes_btn.back a span {
   padding: 0 26px 0 0;
   position: relative;
}
.cshoes_btn.back a span:after {
   content: "";
   position: absolute;
   top: 50%;
   right: 0px;
   left: inherit;
   display: block;
   width: 17px;
   height: 17px;
   margin-top: -10px;
   background: url(/voi/sp/webshop/shoes/coordinate_l/img/icn.png) no-repeat 0px -150px;
   background-size: 35px 175px;
      -moz-background-size: 35px 175px;
      -webkit-background-size: 35px 175px;
}


.contfoot_area {
   position: relative;
   margin: 20px 0;
}
.code_top {
   position: absolute;
   top: 0;
   left: 10px;
   width: 156px;
}
.code_top a {
   display: block;
   width: 160px;
   padding: 7px 0;
   border: solid 1px #969696;
   border-radius: 14px;
      -webkit-border-radius: 14px;
      -moz-border-radius: 14px;
   background: -moz-linear-gradient(top, #fefefe 0%, #d1d1d1 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#d1d1d1));
   background: -webkit-linear-gradient(top, #fefefe 0%,#d1d1d1 100%);
   font-size: 12px;
   text-align: center;
   color: #444444;
   line-height: 1;
}

.topagetop {
   padding: 6px 10px 0;
   text-align:right;
}
.topagetop a {
   position:relative;
   padding-left:20px;
   font-size:12px;
   text-decoration:underline;
}
.topagetop a::after {
   content:"";
   position:absolute;
   left:0;
   top:0;
   width:14px;
   height:14px;
   background:url(/voi/sp/webshop/shoes/coordinate_l/img/icn.png) no-repeat right center;
   background-position:0 -92px;
   -webkit-background-size: 35px 175px;
   -moz-background-size: 35px 175px;
   background-size:35px 175px;
}


/*------ pager ------*/
.pager {
   position: relative;
   height: 25px;
   margin: 5px 0 10px;
}

.pager ul {
   text-align: center;
}
.pager ul li {
   display: inline-block;
   width: 22px;
   height: 22px;
   margin: 2px 3px 0;
   background-color: #bcbcbc;
   color: #ffffff;
   font-weight: bold;
}
.pager ul li.act {
   background-color: #111111;
}

.pager ul li a {
   display: block;
   width: 22px;
   height: 22px;
   color: #ffffff;
   font-weight: bold;
}
.pager ul li span {
   width: 22px;
   height: 22px;
   display: table-cell;
   vertical-align: middle;
   text-align: center;
}
.pager ul li.skip {
   width: auto;
   margin-right: 0;
   margin-left: 0;
   background-color: transparent;
   color: #333333;
}
.pager ul li.skip span {
   width: auto;
}


.pager .control {
   position: absolute;
   width: 50px;
   height: 25px;
   padding: 0;
   background-color: #bcbcbc;
   border: none;
   border-radius: 6px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
   text-indent: -9999px;
   cursor: pointer;
}
.pager .control.pager_prev {
   top: 0;
   left: 6px;
}
.pager .control.pager_next {
   top: 0;
   right: 6px;
}

.pager .control:after {
   content: "";
   position: absolute;
   top: 6px;
   left: 20px;
   display: block;
   width: 9px;
   height: 13px;
}
.pager .control.pager_prev:after {
   background: url(/voi/sp/images/tlmtop/common/icon_parts_sprites.png) no-repeat 0px -260px;
   background-size: 50px 350px;
      -moz-background-size: 50px 350px;
      -webkit-background-size: 50px 350px;
}
.pager .control.pager_next:after {
   background: url(/voi/sp/images/tlmtop/common/icon_parts_sprites.png) no-repeat -41px -260px;
   background-size: 50px 350px;
      -moz-background-size: 50px 350px;
      -webkit-background-size: 50px 350px;
}
.pager .control.disabled {
   background-color: #e8e8e8 !important;
}
/**/

/*------ cfx ------*/
.cfx {
   zoom:1
}
.cfx:after {
   content:" ";
   display:block;
   height:0;
   clear:both;
   visibility:hidden
}

.styleCount{
   font-size:14px;
   padding-left:10px;
}





/* ポップアップ */
.ex {
   padding:3px 0;
   background-color:#333;
   text-align:center;
   font-size:12px;
   color:#fff;
}
.itemlist {
   border-bottom:5px solid #333;
}
.itemlist li {
   border-top:1px solid #bcbcbc;
}
.itemlist li a {
   position:relative;
   display:block;
   padding:14px 10px 10px;
}
.itemlist li a::after {
   top:50%;
   right:9px;
   width:9px;
   height:14px;
   margin-top:-7px;
   background-position:0 0;
}
.pp_close{
    position:relative;
    right: 8px;
    display: block;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom:5px;
    padding-right:8px;
    
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: -moz-linear-gradient(top, #4d4d4d 1%, #343434 65%, #1c1c1c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4d4d4d), color-stop(65%,#343434), color-stop(100%,#1c1c1c));
    background: -webkit-linear-gradient(top, #4d4d4d 1%,#343434 65%,#1c1c1c 100%);
    background: -o-linear-gradient(top, #4d4d4d 1%,#343434 65%,#1c1c1c 100%);
    background: linear-gradient(to bottom, #4d4d4d 1%,#343434 65%,#1c1c1c 100%);
    -moz-text-shadow: 0px -1px 0px #000000;
    -webkit-text-shadow: 0px -1px 0px #000000;
    text-shadow: 0px -1px 0px #000000;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
}

.pp_close::before{
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background-color: #ffffff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
}

.pp_close::after{
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background-color: #ffffff;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
}

.pp_close span{
    display: table-cell;
    height: 27px;
    vertical-align: middle;
}

.pp_close2 {
   cursor:pointer;
   margin:5px 0px 5px;
   font-weight:bold;
   color:#333333;
   text-align:center;
   font-size:18px;
   padding:10px 0 9px;
}

.pp_close2 span{
   vertical-align:middle;
   margin:0px 4px;
   font-size:100%;
}

.pp_close2 img{
   vertical-align:baseline;
}

.topblk {
}
.topblk h1 {
   float:left;
   padding:15px 10px;
}
.topblk .pp_close {
   float:right;
   padding:0 28px 0 18px
}
.pagetop {
   padding:10px 10px 15px;
   text-align:right;
}
.pagetop a {
   position:relative;
   padding-left:20px;
   font-size:12px;
   text-decoration:underline;
}
.pagetop a::after {
   left:0;
   top:0;
   width:14px;
   height:14px;
   background-position:0 -92px;
}
.cfx {
   zoom:1
}
.cfx:after {
   content:" ";
   display:block;
   height:0;
   clear:both;
   visibility:hidden
}

.styleCount{
   font-size:14px;
   padding-left:10px;
}

/* 価格表記を削除する記述 */
.m_item_price{
   display:none;
}