/* ===================================================================
 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: #000;
}

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: #000;
  text-decoration: none;
}

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 black;
  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 {
  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;
}

body　header .m_utility {
	font-family:"ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6", ArialMT;
}

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%;
}

/*----------------------------------------------------
cfx
----------------------------------------------------*/
.cfx:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cfx {
  display: inline-block;
}

/*\*/
* html .cfx {
  height: 1%;
}

.cfx {
  display: block;
}

/*----------------------------------------------------
contents
----------------------------------------------------*/
html, body {
  height: 100%;
}

html {
  overflow-y: scroll;
}

body {
  position: relative;
}

a {
  text-decoration: none;
}

img {
  line-height: 0;
  font-size: 0;
  vertical-align: bottom;
}

hr.footline {
  border: 0;
  background: url(/voi/sp/images/sp/hr_line.gif) repeat-x left center;
  padding: 0;
  margin: 0;
  height: 2px;
}

.headArea {
  border-bottom: 5px solid #000;
}
.headArea .headTitle {
  padding: 10px;
}
.headArea .headTitle .headCate {
  padding-right: 5px;
  font-size: 21px;
}
.headArea .headTitle .sub {
  font-size: 14px;
}

.mainArea {
  background-color: #fff;
}

/* cateNav */
.cateNav {
  margin-bottom: 15px;
  padding: 10px 0;
  background-color: #f5f5f5;
}
.cateNav ul {
  margin: 0 10px 10px;
}
.cateNav ul:last-child {
  margin-bottom: 0;
}
.cateNav ul li {
  float: left;
  width: 50%;
}
.cateNav ul li div:first-child {
  margin-right: 3px;
}
.cateNav ul li div:last-child {
  margin-left: 3px;
}
.cateNav ul li a {
  display: block;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bcbcbc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #cfcfcf));
  background-image: -webkit-linear-gradient(top, #ffffff, #cfcfcf);
  background-image: -moz-linear-gradient(top, #ffffff, #cfcfcf);
  background-image: -o-linear-gradient(top, #ffffff, #cfcfcf);
  background-image: linear-gradient(top, #ffffff, #cfcfcf);
  text-shadow: white 0 1px 0px;
  font-size: 15px;
  font-weight: bold;
  color: #444;
  text-align: center;
}
.cateNav ul li a span {
  font-size: 13px;
  font-weight: normal;
}
.cateNav ul li.act a, .cateNav ul li:hover a {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #606060), color-stop(100%, #383838));
  background-image: -webkit-linear-gradient(top, #606060, #383838);
  background-image: -moz-linear-gradient(top, #606060, #383838);
  background-image: -o-linear-gradient(top, #606060, #383838);
  background-image: linear-gradient(top, #606060, #383838);
  text-shadow: black 0 -1px 0px;
  color: #fff;
}

.brandArea {
  margin: 0 10px;
}

section {
  margin-bottom: 15px;
}
section h2 {
  padding: 5px 10px;
  background-color: #000;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

/* brandlist */
.brandlist {
  border-left: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
}
.brandlist li {
  border-bottom: 1px solid #bcbcbc;
}
.brandlist li.err {
  padding: 10px;
  font-weight: bold;
}
.brandlist li a {
  position: relative;
  display: block;
  padding: 14px 30px 13px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.brandlist li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  width: 9px;
  height: 13px;
  background: url(/voi/sp/brand/img/sprite.png) no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  -o-background-size: 30px 30px;
  background-size: 30px 30px;
  background-position: -13px -16px;
}
.brandlist .loading {
  padding: 30px 0;
  text-align: center;
}

/* topagetop */
.topagetop {
  margin-bottom: 15px;
  text-align: right;
}
.topagetop a {
  position: relative;
  text-decoration: underline;
  font-size: 12px;
  color: #444;
}
.topagetop a::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: -18px;
  width: 14px;
  height: 14px;
  background: url(/voi/sp/brand/img/sprite.png) no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  -o-background-size: 30px 30px;
  background-size: 30px 30px;
  background-position: -16px 0;
}

/* layer */
#layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  opacity: .7;
  z-index: 100;
}

/* modal */
#modalBlk {
  position: absolute;
  top: 107px;
  left: 0;
  width: 96%;
  margin: 0 2%;
  background-color: #fff;
  z-index: 110;
}
#modalBlk .top, #modalBlk .main {
  border-bottom: 5px solid black;
}
#modalBlk .top {
  position: relative;
}
#modalBlk .top .title {
  padding: 16px 0 14px 8px;
  font-size: 18px;
}
#modalBlk .top .title span {
  font-size: 12px;
  font-weight: normal;
}
#modalBlk .top .close {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 85px;
  margin-top: -13px;
}
#modalBlk .top .close span {
  position: relative;
  display: block;
  padding: 6px 0 6px 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
  background-image: -webkit-linear-gradient(top, #4d4d4d, #1a1a1a);
  background-image: -moz-linear-gradient(top, #4d4d4d, #1a1a1a);
  background-image: -o-linear-gradient(top, #4d4d4d, #1a1a1a);
  background-image: linear-gradient(top, #4d4d4d, #1a1a1a);
  text-shadow: black 0px -1px 0px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
#modalBlk .top .close span::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/voi/sp/brand/img/sprite.png) no-repeat;
  background-position: 0px -27px;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  -o-background-size: 30px 30px;
  background-size: 30px 30px;
  top: 6px;
  right: 8px;
  width: 13px;
  height: 14px;
  background-position: 0 -16px;
}
#modalBlk .top .close:hover {
  cursor: pointer;
}
#modalBlk .main.modalList1 {
  padding: 10px 8px;
}
#modalBlk .main.modalList1 ul {
  display: table;
  width: 100%;
  margin-bottom: 4px;
}
#modalBlk .main.modalList1 ul:last-child {
  margin-bottom: 0;
}
#modalBlk .main.modalList1 ul li {
  display: table-cell;
  width: 20%;
}
#modalBlk .main.modalList1 ul li a {
  display: block;
  margin: 0 4px;
  padding: 14px 0;
  border: 1px solid #bcbcbc;
  border-bottom: 1px solid #7c7c7c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #cfcfcf));
  background-image: -webkit-linear-gradient(top, #ffffff, #cfcfcf);
  background-image: -moz-linear-gradient(top, #ffffff, #cfcfcf);
  background-image: -o-linear-gradient(top, #ffffff, #cfcfcf);
  background-image: linear-gradient(top, #ffffff, #cfcfcf);
  -webkit-box-shadow: #bcbcbc 0px 1px 0px;
  -moz-box-shadow: #bcbcbc 0px 1px 0px;
  box-shadow: #bcbcbc 0px 1px 0px;
  text-align: center;
  color: #000;
  text-shadow: white 0px 1px 0px;
  font-size: 15px;
  font-weight: bold;
}
#modalBlk .main.modalList1 ul li.empty a {
  display: none;
}
#modalBlk .main.modalList1 ul li.nostock div {
  margin: 0 4px;
  padding: 14px 0;
  border: 1px solid #bcbcbc;
  border-bottom: 1px solid #7c7c7c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dcdcdc), color-stop(100%, #c6c6c6));
  background-image: -webkit-linear-gradient(top, #dcdcdc, #c6c6c6);
  background-image: -moz-linear-gradient(top, #dcdcdc, #c6c6c6);
  background-image: -o-linear-gradient(top, #dcdcdc, #c6c6c6);
  background-image: linear-gradient(top, #dcdcdc, #c6c6c6);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px, #eaeaea 0 0 0 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px, #eaeaea 0 0 0 1px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px, #eaeaea 0 0 0 1px inset;
  text-align: center;
  color: #b4b4b4;
  text-shadow: white 0 -1px 1px;
  font-size: 15px;
  font-weight: bold;
}
#modalBlk .main.modalList2 ul li {
  border-bottom: 1px solid #bcbcbc;
}
#modalBlk .main.modalList2 ul li:last-child {
  border-bottom: none;
}
#modalBlk .main.modalList2 ul li a {
  position: relative;
  display: block;
  padding: 17px 24px 17px 12px;
  font-size: 12px;
  color: #000;
}
#modalBlk .main.modalList2 ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  width: 9px;
  height: 13px;
  margin-top: -6px;
  background: url(/voi/sp/brand/img/sprite.png) no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  -o-background-size: 30px 30px;
  background-size: 30px 30px;
  background-position: -13px -16px;
}
#modalBlk .btm {
  padding: 15px 0;
}
#modalBlk .btm:hover {
  cursor: pointer;
}
#modalBlk .btm p {
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
#modalBlk .btm p span {
  position: relative;
  padding-right: 28px;
}
#modalBlk .btm p span::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/voi/sp/brand/img/sprite.png) no-repeat;
  background-position: 0 0;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  -o-background-size: 30px 30px;
  background-size: 30px 30px;
  top: 3px;
  right: 0;
  width: 16px;
  height: 16px;
}

footer {
  font-size: 12px;
  background: #bcbcbc;
  padding: 7px 0;
  text-align: center;
}
footer p {
  color: #fff;
}

/* 検索
----------------------------------------------------*/
div.searchBox {
	margin: 0 10px;
}

div.searchBox form {
	display: table;
	width: 100%;
}

div.searchBox .entry_field {
	position: relative;
	display: table-cell;
}

div.searchBox .entry_field select,
div.searchBox .entry_field input {
	width: 100%;
	background-color: #ffffff;
}
div.searchBox .entry_field select {
	height: 31px;
	margin-bottom: 7px;
}
div.searchBox .entry_field input {
	height: 31px;
	margin: 0;
	padding: 0 0 0 5px;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	color:#999;
}
div.searchBox .entry_field input.focus { color:#000; }

div.searchBox #search-space {
	display: table-cell;
	width: 10px;
}

/* ボタン */
div.searchBox .entry_btn {
	display: table-cell;
	width: 66px;
	height: 69px;
	border-bottom: 1px solid #101010;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	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%);
	vertical-align: middle;
	text-align: center;
}

div.searchBox .entry_btn a {
	position: relative;
	display: block;
	width: 66px;
	height: 69px;
	color: #ffffff;
	vertical-align: middle;
}
div.searchBox .entry_btn a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 35px;
	height: 35px;
	margin: -27px 0 0 -17px;
	background: url(/voi/sp/images/tlmtop/common/icon_parts_sprites.png) no-repeat 0px -125px;
	background-size: 50px 350px;
		-moz-background-size: 50px 350px;
		-webkit-background-size: 50px 350px;
}

div.searchBox .entry_btn a span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3em;
	margin: -0.3em 0 0 -1.4em;
	padding: 12px 0 0 0;
	letter-spacing : 4px;
	text-shadow: 0px -1px 0px #000000;  
}

/*
バナーエリア
-------------------------------------------------------------*/
.bnr-area{
	margin: 0 10px;
}

/*
index.html				
mens.html				
newshopバナー
-------------------------------------------------------------*/
.bnr-newshop {
	margin: 0 10px;
}

.bnr-newshop ul {
	border-left:1px solid #bcbcbc;
}
.bnr-newshop li {
	position: relative;
	float:left;
	width:50%;
	border-bottom:1px solid #bcbcbc;
}
.pickup li {
	position: relative;
	float:left;
	width:100%;
	border-bottom:1px solid #bcbcbc;
}
.bnr-newshop p {
	padding: 5px 15px 5px 10px;
	border-right:1px solid #bcbcbc;
}
.pickup p {
	padding: 10px 15px 10px 5px;
	border-right:1px solid #bcbcbc;
}
.bnr-newshop a {
	display: block;
}

.bnr-newshop a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 7px;
	display: block;
	width: 10px;
	height: 15px;
	margin-top: -7px;
	background: url(/voi/sp/images/tlmtop/common/icon_parts_sprites.png) no-repeat 0px 0px;
	background-size: 50px 350px;
		-moz-background-size: 50px 350px;
		-webkit-background-size: 50px 350px;
}



/*
index.html				
mens.html				
newshopバナー アコーディオン
-------------------------------------------------------------*/

.box-accordion {
	margin: 0 10px;
}


.box-accordion ul {
	border-right:1px solid #bcbcbc;
	border-left:1px solid #bcbcbc;
}
.box-accordion li {
	position: relative;
	float:left;
	width:50%;
}

.box-accordion .hotlist li,
.box-accordion .morelist li {
	border-bottom:1px solid #bcbcbc;
}

.box-accordion .hotlist li.r-btm,
.box-accordion .morelist li.r-btm {
	border-bottom: none;
}

.box-accordion .morelist li:nth-child(1),
.box-accordion .morelist li:nth-child(2){
	border-top:1px solid #bcbcbc;
}

.box-accordion .hotlist li:nth-child(odd),
.box-accordion .morelist li:nth-child(odd){
	border-right:1px solid #bcbcbc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.box-accordion p {
	padding: 5px 15px 5px 10px;
}
.box-accordion a {
	display: block;
}

.box-accordion a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 7px;
	display: block;
	width: 10px;
	height: 15px;
	margin-top: -7px;
	background: url(/voi/sp/images/tlmtop/common/icon_parts_sprites.png) no-repeat 0px 0px;
	background-size: 50px 350px;
		-moz-background-size: 50px 350px;
		-webkit-background-size: 50px 350px;
}

/*
index.html				
mens.html				
アコーディオン　さらにチェック
-------------------------------------------------------------*/

.box-accordion .morelist {
	display: none;
}

.box-accordion .txt-more {
	padding: 0;
	background-color: #f5f5f5;
	border: 1px solid  #bcbcbc;
	-webkit-border-bottom-left-radius: 4px; 
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px; 
	-moz-border-radius-bottomright: 4px;
	text-align: center;
}

.box-accordion .txt-more a {
	position: relative;
	display: block;
	padding: 10px 15px 10px 10px;
	color: #6e6969;
	font-size: 18px;
	font-weight:bold;
}

.box-accordion .txt-more a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 14px;
	height: 9px;
	margin-top: -4px;
	background: url(/voi/sp/brand/img/arrow_down.png) no-repeat right top;
	background-size: 14px 9px;
		-moz-background-size: 14px 9px;
		-webkit-background-size: 14px 9px;
}

.box-accordion .txt-more a.open:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 14px;
	height: 9px;
	margin-top: -4px;
	background: url(/voi/sp/brand/img/arrow_up.png) no-repeat right top;
	background-size: 14px 9px;
		-moz-background-size: 14px 9px;
		-webkit-background-size: 14px 9px;
}	
