@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;
}

body {
	line-height: 1;
	background: #fff;
	color: #444444;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

nav ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

em { font-style: normal;}

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;
}

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; *font-size:small;
	*font:x-small;
}

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;
	*font-size:108%;
	line-height:100%;
}


/*----------------------------------------------------
要素
----------------------------------------------------*/
html, body { height: 100%; }

html { overflow-y:scroll; }

body {
	background:#ffffff;
	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; }

ul,ol { list-style:none; }


/*境界線：デザイン*/
hr {
	border: 0;
	background:url(https://voi.0101.co.jp/voi/sp/images/sp/hr_line.gif) repeat-x left center;
	padding:0;
	margin:0;
	height:2px;
}

hr.footline { padding:0; }


footer{
	font-size:12px;
	background:#bcbcbc;
	padding:7px 0;
	text-align:center;
}
footer p{
	color:#fff;
}

/* リンク
----------------------------------------------------*/
a { text-decoration:none; }

a:link { color:#111111; }

a:visited { color:#111111; }


/* clearfix
----------------------------------------------------*/
.cfx:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.cfx { display:inline-block; }

/*\*/
* html .cfx { height:1%; }

.cfx { display:block; }


/* 汎用class
----------------------------------------------------*/

#container .r-mod-red { color: #e60012;}

#container .r-mod-al { text-align: left;}
#container .r-mod-ar { text-align: right;}
#container .r-mod-ac { text-align: center;}

#container .r-mod-fl { float: left;}
#container .r-mod-fr { float: right;}

#container .r-mod-pos { position: relative;}
#container .r-mod-area { margin: 0 10px;}

#container .r-mod-bdrimg img { border: #ccc;}


/* margin padding
----------------------------------------------------*/
.r-mod-pt0 { padding-top:0px !important;}
.r-mod-pt05 { padding-top:5px !important;}
.r-mod-pt1 { padding-top:10px !important;}
.r-mod-pt15 { padding-top:15px !important;}
.r-mod-pt2 { padding-top:20px !important;}
.r-mod-pt25 { padding-top:25px !important;}
.r-mod-pt3 { padding-top:30px !important;}
.r-mod-pt35 { padding-top:35px !important;}
.r-mod-pt4 { padding-top:40px !important;}
.r-mod-mt0 { margin-top:0px !important;}
.r-mod-mt05 { margin-top:5px !important;}
.r-mod-mt1 { margin-top:10px !important;}
.r-mod-mt15 { margin-top:15px !important;}
.r-mod-mt2 { margin-top:20px !important;}
.r-mod-mt25 { margin-top:25px !important;}
.r-mod-mt3 { margin-top:30px !important;}
.r-mod-mt35 { margin-top:35px !important;}
.r-mod-mt4 { margin-top:40px !important;}

.r-mod-pb0 { padding-bottom:0px !important;}
.r-mod-pb05 { padding-bottom:5px !important;}
.r-mod-pb1 { padding-bottom:10px !important;}
.r-mod-pb15 { padding-bottom:15px !important;}
.r-mod-pb2 { padding-bottom:20px !important;}
.r-mod-pb25 { padding-bottom:25px !important;}
.r-mod-pb3 { padding-bottom:30px !important;}
.r-mod-pb35 { padding-bottom:35px !important;}
.r-mod-pb4 { padding-bottom:40px !important;}
.r-mod-mb0 { margin-bottom:0px !important;}
.r-mod-mb05 { margin-bottom:5px !important;}
.r-mod-mb1 { margin-bottom:10px !important;}
.r-mod-mb15 { margin-bottom:15px !important;}
.r-mod-mb2 { margin-bottom:20px !important;}
.r-mod-mb25 { margin-bottom:25px !important;}
.r-mod-mb3 { margin-bottom:30px !important;}
.r-mod-mb35 { margin-bottom:35px !important;}
.r-mod-mb4 { margin-bottom:40px !important;}

.r-mod-pl0 { padding-left:0px !important;}
.r-mod-pl05 { padding-left:5px !important;}
.r-mod-pl1 { padding-left:10px !important;}
.r-mod-pl15 { padding-left:15px !important;}
.r-mod-pl2 { padding-left:20px !important;}
.r-mod-pl25 { padding-left:25px !important;}
.r-mod-pl3 { padding-left:30px !important;}
.r-mod-pl35 { padding-left:35px !important;}
.r-mod-pl4 { padding-left:40px !important;}



/*
==============================================================================

				コンテンツ

==============================================================================
*/

/* タイトル */
.r-container .r-wrap-title {
	display: table;
	width: 100%;
	margin-bottom: 15px;	
}

.r-container .r-wrap-title .r-title {
	display: table-cell;
	height: 60px;
	padding-left: 10px;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
}

.r-container .r-wrap-title .r-title span {
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
}
/* タイトル(ショップブランド検索合わせ) */
.r-container .pagetitle {
    display: table-cell !important;
    padding-left: 10px;
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
}
.r-container .wrap-pagetitle {
    display: table;
    width: 100%;
    height: 66px;
}

/* リードサブタイトル */
.r-container .r-lead-subtitle {
	display: table;
	width: 100%;
	border-bottom: 1px solid #bcbcbc;
}

.r-container .r-lead-subtitle a {
	display: table-cell;
	width: 50%;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}

.r-container .r-lead-subtitle a p {
	display: table;
	position: relative;
	width: 100%;
	height: 50px;
}

.r-container .r-lead-subtitle a p span {
	display: table-cell;
	padding: 0 40px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	font-size: 16px;
	vertical-align: middle;
}
.r-container .r-lead-subtitle a:first-child p span {
	border-left-color: transparent;
}
.r-container .r-lead-subtitle a:last-child p span {
	border-right-color: transparent;
}
.r-container .r-lead-subtitle a p span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 15px;
	height: 16px;
	margin-top: -9px;
	background: url(https://voi.0101.co.jp/voi/sp/itemlist/img/sp_icon_arrow_01.png) no-repeat 0 0;
	-webkit-background-size: 15px 16px;
	background-size: 15px 16px;
}

/* サブタイトル */
.r-container .r-wrap-subtitle {
	border-bottom: 1px solid #bcbcbc;
	background: #eee;
	font-size: 14px;
	font-weight: bold;
}

.r-container .r-wrap-subtitle .r-wrap-subtitle-inner {
	padding: 13px 12px;
}


/* LMK タブ */
.r-container .r-tabs {
	width: 100%;
}

.r-container .r-tabs li {
	float: left;
	width: 33%;
	text-align: center;
	font-weight: bold;
}

.r-container .r-tabs li:nth-child(2) {
	width: 34%;
}

.r-container .r-tabs li a {
	position: relative;
	display: block;
	height: 37px;
	background: #f4f4f4;
	border-top: solid 1px #d5d5d5;
	border-bottom: solid 1px #666;
	vertical-align: middle;
}

.r-container .r-tabs li.r-act a {
	height: 37px;
	padding-top: 7px;
	margin-top: -7px;
	background: #fff;	
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	border-left: solid 1px #666;	
	border-bottom: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.r-container .r-tabs li a span {
	display: block;
	padding: 10px 0 10px;
	border-right: solid 1px #d5d5d5;
	text-align: center;
}

.r-container .r-tabs li.r-act a span {
	border-right:none;
}

.r-container .r-tabs li:nth-child(2).r-act a {
	border-right: solid 1px #666;
	border-left: solid 1px #666;
}

.r-container .r-tabs li:nth-child(1) a {
	color: #d8317f;
}

.r-container .r-tabs li:nth-child(2) a {
	color: #282775;
}

.r-container .r-tabs li:nth-child(3) a {
	color: #ee8600;
}


/* アイテムリスト */

.r-container .r-wrap-itemlist {
	border-bottom: 1px solid #bcbcbc;
}

.r-container .r-bdr-top {
	border-top: 1px solid #bcbcbc;
}

.r-container .r-cat-first {
	position: relative;
	display: table;
	width: 100%;
}

.r-container .r-cat-first span {
	display: table-cell;
	height: 60px;
	padding-right: 35px;
	padding-left: 50px;
	vertical-align: middle;
	font-size: 16px;
}

.r-container .r-cat-first span:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 20px;
	height: 15px;
	margin-top: 7px;
	background: url(https://voi.0101.co.jp/voi/sp/images/common/icon_parts_sprit.png) no-repeat -10px -131px;
	background-size: 300px 500px;
}

/* 蛇腹なし */
.r-container .r-cat-first a {
	display: table-cell;
	height: 60px;
	padding-right: 35px;
	padding-left: 50px;
	vertical-align: middle;
	font-size: 16px;
}

.r-container .r-cat-first a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 11px;
	height: 19px;
	margin-top: -10px;
	background: url(https://voi.0101.co.jp/voi/sp/images/common/icon_parts_sprit.png) no-repeat -10px -36px;
	background-size: 300px 500px;
}


/* 閉じる */
.r-container .r-cat-first.r-open span:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 20px;
	height: 15px;
	margin-top: 7px;
	background: url(https://voi.0101.co.jp/voi/sp/images/common/icon_parts_sprit.png) no-repeat -10px -201px;
	background-size: 300px 500px;
}

/* もっとみる */
.r-container .r-cat-first.r-close span:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 20px;
	height: 15px;
	margin-top: 7px;
	background: url(https://voi.0101.co.jp/voi/sp/images/common/icon_parts_sprit.png) no-repeat -10px -131px;
	background-size: 300px 500px;
}


/* スプライト */
.r-container .r-cat-first:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	background: url(https://voi.0101.co.jp/voi/content/dam/01/item/itemlist_sprite.png) no-repeat 0 0;
	background-size: 300px 1500px;
}


/*　レディース
------------------------------------------------*/
/* コートブルゾン */
.r-ladies #r-fcd-10000 .r-cat-first:before {	background-position: 0 0; }
/* ジャケット・ブレザー */
.r-ladies #r-fcd-11090 .r-cat-first:before {	background-position: 0 -50px; }
/* ブラウス・シャツ・ニットetc */
.r-ladies #r-fcd-10001 .r-cat-first:before {	background-position: 0 -100px; }
/* ワンピース・ドレス */
.r-ladies #r-fcd-10015 .r-cat-first:before {	background-position: 0 -150px; }
/* スカート */
.r-ladies #r-fcd-11150 .r-cat-first:before {	background-position: 0 -200px; }
/* パンツ・キュロット・サロペット */
.r-ladies #r-fcd-10002 .r-cat-first:before {	background-position: 0 -250px; }
/* スーツ・セットアップ */
.r-ladies #r-fcd-10020 .r-cat-first:before {	background-position: 0 -300px; }
/* ランジェリー・ルームウェア */
.r-ladies #r-fcd-4 .r-cat-first:before {	background-position: 0 -350px; }
/* シューズ */
.r-ladies #r-fcd-10004 .r-cat-first:before {	background-position: 0 -400px; }
/* バッグ・キャリーバッグ */
.r-ladies #r-fcd-11018 .r-cat-first:before {	background-position: 0 -450px; }
/* 財布・パスケースetc */
.r-ladies #r-fcd-10017 .r-cat-first:before {	background-position: 0 -500px; }
/* 帽子 */
.r-ladies #r-fcd-11201 .r-cat-first:before {	background-position: 0 -550px; }
/* ネックウェア */
.r-ladies #r-fcd-11202 .r-cat-first:before {	background-position: 0 -600px; }
/* レッグウェア */
.r-ladies #r-fcd-11210 .r-cat-first:before {	background-position: 0 -650px; }
/* 雑貨・小物(ベルト・フォーマルグッズ・袱紗etc.） */
.r-ladies #r-fcd-10003 .r-cat-first:before {	background-position: 0 -700px; }
/* メガネ */
.r-ladies #r-fcd-1 .r-cat-first:before {	background-position: 0 -750px; }
/* アクセサリー・ヘアアクセ */
.r-ladies #r-fcd-2 .r-cat-first:before {	background-position: 0 -800px; }
/* 腕時計・腕時計グッズ */
.r-ladies #r-fcd-3 .r-cat-first:before {	background-position: 0 -850px; }
/* 水着 */
.r-ladies #r-fcd-5 .r-cat-first:before {	background-position: 0 -900px; }
/* 浴衣・和装小物 */
.r-ladies #r-fcd-6 .r-cat-first:before {	background-position: 0 -950px; }
/* キッズ・ジュニアアパレル・雑貨 */
.r-ladies #r-icn-11539 .r-cat-first:before {	background-position: 0 -1050px; }
/* ママ用グッズ(マタニティ) */
.r-ladies #r-fcd-10048 .r-cat-first:before {	background-position: 0 -1150px; }
/* スポーツ・アウトドアウェア */
.r-ladies #r-fcd-10036 .r-cat-first:before {	background-position: 0 -1200px; }
/* スポーツバッグ・雑貨 */
.r-ladies #r-fcd-10038 .r-cat-first:before {	background-position: 0 -1250px; }
/* その他 */
.r-ladies #r-fcd-10005 .r-cat-first:before {	background-position: 0 -1000px; }
/* パーティ */
.r-ladies #r-nofcd-partydress .r-cat-first:before {	background-position: 0 -1300px; }
/* 喪服 */
.r-ladies #r-nofcd-blackformal .r-cat-first:before {	background-position: 0 -1350px; }
/* 大きいサイズ */
.r-ladies #r-nofcd-lsize .r-cat-first:before {	background-position: 0 -1400px; }
/* 小さいサイズ */
.r-ladies #r-nofcd-ssize .r-cat-first:before {	background-position: 0 -1450px; }


/*　メンズ
------------------------------------------------*/
/* コートブルゾン */
.r-mens #r-fcd-10006 .r-cat-first:before {	background-position: -50px 0; }
/* ジャケット・ブレザー */
.r-mens #r-fcd-11120 .r-cat-first:before {	background-position: -50px -50px; }
/* ワイシャツ・Tシャツ・ニットetc */
.r-mens #r-fcd-10007 .r-cat-first:before {	background-position: -50px -100px; }
/* パンツ */
.r-mens #r-fcd-10008 .r-cat-first:before {	background-position: -50px -150px; }
/* アンダー・ルームウェア・ステテコ・ハラマキ */
.r-mens #r-fcd-7 .r-cat-first:before {	background-position: -50px -200px; }
/* スーツ・セットアップ */
.r-mens #r-fcd-10021 .r-cat-first:before {	background-position: -50px -250px; }
/* シューズ */
.r-mens #r-fcd-10011 .r-cat-first:before {	background-position: -50px -300px; }
/* バッグ・キャリーバッグ */
.r-mens #r-fcd-11037 .r-cat-first:before {	background-position: -50px -350px; }
/* 財布・パスケースetc */
.r-mens #r-fcd-10018 .r-cat-first:before {	background-position: -50px -400px; }
/* 帽子・イヤーマフラー */
.r-mens #r-fcd-11390 .r-cat-first:before {	background-position: -50px -450px; }
/* マフラー・ストールetc */
.r-mens #r-fcd-11392 .r-cat-first:before {	background-position: -50px -500px; }
/* ソックス・レギンスetc */
.r-mens #r-fcd-11398 .r-cat-first:before {	background-position: -50px -550px; }
/* 雑貨・小物(ベルト・傘・フォーマルグッズ・袱紗etc） */
.r-mens #r-fcd-10009 .r-cat-first:before {	background-position: -50px -600px; }
/* メガネ・サングラス */
.r-mens #r-fcd-8 .r-cat-first:before {	background-position: -50px -650px; }
/* 腕時計 */
.r-mens #r-fcd-10 .r-cat-first:before {	background-position: -50px -700px; }
/* アクセサリー */
.r-mens #r-fcd-9 .r-cat-first:before {	background-position: -50px -750px; }
/* 水着 */
.r-mens #r-fcd-11 .r-cat-first:before {	background-position: -50px -800px; }
/* 甚平・浴衣 */
.r-mens #r-fcd-12 .r-cat-first:before {	background-position: -50px -850px; }
/* その他 */
.r-mens #r-fcd-14 .r-cat-first:before {	background-position: -50px -900px; }
/* スポーツ・アウトドアウェア */
.r-mens #r-fcd-10035 .r-cat-first:before {	background-position: -50px -950px; }
/* スポーツバッグ・雑貨 */
.r-mens #r-fcd-10039 .r-cat-first:before {	background-position: -50px -1000px; }
/* 大きいサイズ */
.r-mens #r-nofcd-lsize .r-cat-first:before {	background-position: -50px -1100px; }

/*　キッズ&ベビー
------------------------------------------------*/
/* キッズウェア */
.r-kids #r-fcd-11674 .r-cat-first:before {	background-position: -100px 0; }
/* キッズインナー・パジャマ */
.r-kids #r-fcd-11677 .r-cat-first:before {	background-position: -100px -50px; }
/* キッズシューズ */
.r-kids #r-fcd-11683 .r-cat-first:before {	background-position: -100px -100px; }
/* キッズバッグ・ランドセル・財布 */
.r-kids #r-fcd-11691 .r-cat-first:before {	background-position: -100px -150px; }
/* キッズレッグウェア */
.r-kids #r-fcd-11702 .r-cat-first:before {	background-position: -100px -200px; }
/* キッズ傘・レイングッズ */
.r-kids #r-fcd-11706 .r-cat-first:before {	background-position: -100px -250px; }
/* キッズ帽子・ネックウェア */
.r-kids #r-fcd-11698 .r-cat-first:before {	background-position: -100px -300px; }
/* キッズアクセサリー・時計 */
.r-kids #r-fcd-11714 .r-cat-first:before {	background-position: -100px -350px; }
/* キッズ水着・スイミンググッズ */
.r-kids #r-fcd-11718 .r-cat-first:before {	background-position: -100px -400px; }
/* キッズ浴衣・和装小物 */
.r-kids #r-fcd-11722 .r-cat-first:before {	background-position: -100px -450px; }
/* キッズスポーツ用品 */
.r-kids #r-fcd-11282 .r-cat-first:before {	background-position: -100px -500px; }
/* ベビー服・ロンパース */
.r-kids #r-fcd-11727 .r-cat-first:before {	background-position: -100px -550px; }
/* ベビーシューズ */
.r-kids #r-fcd-11728 .r-cat-first:before {	background-position: -100px -600px; }
/* ベビー用品・おもちゃ */
.r-kids #r-fcd-11731 .r-cat-first:before {	background-position: -100px -650px; }
/* ベビーギフト */
.r-kids #r-fcd-11732 .r-cat-first:before {	background-position: -100px -700px; }
/* キッズその他 */
.r-kids #r-fcd-11599 .r-cat-first:before {	background-position: -100px -750px; }
/* マタニティウェア・ママ用グッズ */
.r-kids #r-fcd-10048 .r-cat-first:before {	background-position: -100px -800px; }
/* キッズファッション雑貨 */
.r-kids #r-fcd-11709 .r-cat-first:before {	background-position: -100px -850px; }


/*　共通
------------------------------------------------*/
/* 傘・レイングッズ */
.r-container #r-fcd-11822 .r-cat-first:before,
.r-container #r-fcd-11892 .r-cat-first:before {	background-position: -50px -1050px; }
/* インテリア・生活雑貨 */
.r-container #r-fcd-10025 .r-cat-first:before {	background-position: -150px 0; }
/* ステーショナリー・バラエティ雑貨 */
.r-container #r-fcd-11316 .r-cat-first:before {	background-position: -150px -50px; }
/* お弁当・キッチン用品 */
.r-container #r-fcd-10024 .r-cat-first:before {	background-position: -150px -100px; }
/* コスメ・ビューティー・香水 */
.r-container #r-nofcd-cosme .r-cat-first:before {	background-position: -150px -150px; }
.r-container #r-fcd-10033 .r-cat-first:before {	background-position: -150px -150px; }
.r-container #r-fcd-12124 .r-cat-first:before {	background-position: -150px -800px; }
.r-container #r-fcd-12127 .r-cat-first:before {	background-position: -150px -450px; }
.r-container #r-fcd-12128 .r-cat-first:before {	background-position: -150px -1050px; }
.r-container #r-fcd-12129 .r-cat-first:before {	background-position: -150px -500px; }
.r-container #r-fcd-12130 .r-cat-first:before {	background-position: -150px -550px; }
.r-container #r-fcd-12131 .r-cat-first:before {	background-position: -150px -600px; }
.r-container #r-fcd-12132 .r-cat-first:before {	background-position: -150px -650px; }
.r-container #r-fcd-12133 .r-cat-first:before {	background-position: -150px -700px; }
.r-container #r-fcd-12134 .r-cat-first:before {	background-position: -150px -750px; }
.r-container #r-fcd-12135 .r-cat-first:before {	background-position: -150px -850px; }
.r-container #r-fcd-12136 .r-cat-first:before {	background-position: -150px -900px; }
.r-container #r-fcd-12137 .r-cat-first:before {	background-position: -150px -950px; }
.r-container #r-fcd-12138 .r-cat-first:before {	background-position: -150px -1000px; }

/* ギフト用品 */
.r-container #r-fcd-10865 .r-cat-first:before {	background-position: -150px -200px; }
/* スイーツ */
.r-container #r-fcd-10037 .r-cat-first:before {	background-position: -150px -250px; }
/* スポーツ・アウトドア */
.r-container #r-nofcd-sports .r-cat-first:before {	background-position: -50px -950px; }
/* スポーツ用具 */
.r-container #r-fcd-12067 .r-cat-first:before {	background-position: -150px -300px; }
/* キャンプレジャー用具 */
.r-container #r-fcd-12108 .r-cat-first:before {	background-position: -150px -350px; }
/* アニメ・キャラクター・マスコット */
.r-container #r-nofcd-chara .r-cat-first:before {	background-position: -150px -400px; }

/* 中・小カテゴリ */
.r-container .r-slidearea,
.r-container .r-slidearea-nofcd {
	display: none;
}

/* 中 */
.r-container .r-cat-second {
	position: relative;
	display: table;
	width: 100%;
	border-top: 1px solid #ebebeb;
}

.r-container .r-cat-second a {
	display: table-cell;
	height: 50px;
	padding-left: 10px;
	padding-right: 35px;
	vertical-align: middle;
	font-size: 16px;
}

.r-container .r-cat-second .r-num {
	padding-left: 10px;
	font-size: 12px;
	color: #999;
}

.r-container .r-cat-second:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	width: 11px;
	height: 19px;
	margin-top: -2px;
	background: url(https://voi.0101.co.jp/voi/sp/images/common/icon_parts_sprit.png) no-repeat -10px -86px;
	background-size: 300px 500px;
}



/* 小 */
.r-container .r-cat-third {
	position: relative;
	display: table;
	width: 100%;
	border-top: 1px solid #ebebeb;
	background-color: #f9f9f9;
}

.r-container .r-cat-third a {
	display: table-cell;
	height: 50px;
	padding-left: 10px;
	padding-right: 35px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
}

.r-container .r-cat-third .r-num {
	color: #999;
	font-weight: normal;
}

.r-container .r-cat-third:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	width: 11px;
	height: 19px;
	margin-top: -2px;
	background: url(https://voi.0101.co.jp/voi/sp/images/common/icon_parts_sprit.png) no-repeat -10px -86px;
	background-size: 300px 500px;
}



/* 小小 */
.r-container .r-cat-fourth li {
	position: relative;
	display: table;
	width: 100%;
	border-top: 1px solid #e3e3e3;
	background-color: #efefef;
}

.r-container .r-cat-fourth a {
	display: table-cell;
	height: 50px;
	padding-left: 30px;
	padding-right: 35px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
}

.r-container .r-cat-fourth .r-num {
	color: #999;
	font-weight: normal;
}

.r-container .r-cat-fourth li:before {
	content: "├";
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	margin-top: -0.5em;
	width: 1em;
	height: 1em;
}

.r-container .r-cat-fourth li:last-child:before {
	content: "└";
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	margin-top: -0.5em;
	width: 1em;
	height: 1em;
}

.r-container .r-cat-fourth li:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	width: 11px;
	height: 19px;
	margin-top: -2px;
	background: url(https://voi.0101.co.jp/voi/sp/images/common/icon_parts_sprit.png) no-repeat -10px -86px;
	background-size: 300px 500px;
}

/*　ページの先頭
----------------------------------------------------*/
.topagetop {
	margin: 25px 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: 0;
	display: block;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: url(https://voi.0101.co.jp/voi/sp/images/tlmtop/common/icon_parts_sprites.png) no-repeat 0px -180px;
	background-size: 50px 350px;
}



/* 検索
----------------------------------------------------*/
div.searchBox {
    margin: 15px 10px 15px;
}

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(https://voi.0101.co.jp/voi/sp/images/tlmtop/common/icon_parts_sprites.png) no-repeat 0px -125px;
    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;
}


/* インクリメンタルサーチ
----------------------------------------------------*/
.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%;
}
