﻿@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: #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 #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 { 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; }

/*短いページ：背景をページ下まで対応*/
.setting {
	height:100%;
	min-height:100%;
}

body > .setting { height:auto; }

body {
	color:#000;
	font-size:15px;
	-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;
}

/* リンク
----------------------------------------------------*/
a { text-decoration:none; }

a:link { color:#444444; }

a:visited { color:#444444; }

a:hover { }

/* 汎用クラス
----------------------------------------------------*/

.cfx:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix { display:inline-block; }

/*\*/
* html .clearfix { height:1%; }

.clearfix { display:block; }

/**/

/*----------------------------------------------------

ヘッダ・フッタ

----------------------------------------------------*/
.mainArea { padding: 5px 10px 10px 10px; }

/*カートボタン*/
.cartbtn {
	text-align: center;
	padding:10px;
}


/* 検索
----------------------------------------------------*/
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;  
}

.linkarea { padding:10px; }

.container { width:100%; }

footer {
	font-size:12px;
	background:#bcbcbc;
	padding:7px 0;
	text-align:center;
}

footer p { color:#fff; }

/* コンテンツ
---------------------------------------------*/

/* コンテンツタイトル */

.headtitle {
	position: relative;
	padding:10px;
	border-top:1px solid #fff;
	text-align:left;
	color:#fff;
}

/* ladies */

.ladies .headtitle { background:#D8307E; }

.ladies .headtitle em {
	position: absolute;
	top: 9px;
	right: 10px;
	height: 18px;
	line-height: 18px;
	padding: 0px 5px;
	background: #fff;
	display: block;
	color: #D8307E;
	font-style: normal;
}

/* mens */
.mens .headtitle { background:#242671; }

.mens .headtitle em {
	position: absolute;
	top: 11px;
	right: 30px;
	padding: 0px 5px;
	background: #fff;
	display: block;
	color: #242671;
	font-style: normal;
}

/* アイテムタイトル */

.item .r-itemtitle {
	padding:10px 0px 10px 10px;
	border-top:1px solid #fff;
	border-bottom:1px solid #c9c9c9;
	background:#dbdbdb;
	text-shadow:0px 1px 1px #fff;
	font-size:14px;
	font-weight:700;
}

.r-itemtitle:last-child { border-bottom: none; }

/* アイテム：デザイン */

.brandlistdate li {
	background:#fff;
	display:table;
	width:100%;
}

/* itemlist */

.item h3.ex_btn .label:before { background-image:none; }

.item .brandlistdate .r-itemtitle + div .r-itemtitle { padding-left:16px; }

.item .ttltext span { color:#999; }

.item h3 .ttltext {
	display:block;
	background:url(/voi/sp/webshop/largeitem/img/choicelist_icon.png) no-repeat right 50%;
}

.item h2.ex_btn { padding:10px 10px 10px 33px; }

.item .linklist2 li>a:after { background-image:none; }

/* top info */
.topinfo { background-color:#ebebeb; }

.topinfo p {
	font-size: 11px;
	color: #444;
	padding: 0 10px;
	text-align: center;
}

.topinfo a { text-decoration:underline; }

/*境界線：デザイン*/
hr {
	height:2px;
	padding:6px 0;
	margin:0;
	border: 0;
	background:url(/voi/sp/webshop/largeitem/img/hr_line.gif) repeat-x left center;
}

hr.footline {
	border: 0;
	background:url(/voi/sp/webshop/largeitem/img/hr_line.gif) repeat-x left center;
	padding:0;
	margin:0;
	height:2px;
}

section.main {
	position:relative;
	clear:both;
	width:100%;
	padding:10px 0 0 0;
}

/* ページの先頭へ
----------------------------------------------------*/
.topagetop {
	margin: 0 10px 15px 0;
	text-align: right;
}

.topagetop a {
	position: relative;
	padding: 2px 0 2px 20px;
	text-decoration: underline;
}

.topagetop a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: url(/voi/sp/images/tlmtop/common/icon_parts_sprites.png) no-repeat 0px -180px;
	background-size: 50px 350px;
		-moz-background-size: 50px 350px;
		-webkit-background-size: 50px 350px;
}


/* インクリメンタルサーチ
----------------------------------------------------*/
.incrementalarea { margin:20px 10px 0 10px; }

.incrementalarea table {
	border-collapse: inherit;
	border-spacing: inherit;
	border:#999 solid 1px;
	background:#FFF;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:5px;
}

.incrementalarea td.keyword {
	text-align:left;
	padding:0 0 0 5px;
	vertical-align:middle;
	font-size:70%;
}

.incrementalarea td.count {
	text-align:right;
	padding:0 5px 0 0;
	color:#999;
	white-space: nowrap;
	font-size:80%;
	vertical-align:middle;
}

.incrementalarea .close a {
	display:block;
	text-align:right;
	white-space: nowrap;
	vertical-align:middle;
	font-size:70%;
}
