@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 {
	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; }


/* ページTOP */
.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;
}


/* アイコン付きリンク */
.plink {
	margin: 13px 10px 0 0;
	text-align: right;
}

.plink a {
	position: relative;
	padding: 2px 0 2px 20px;
	text-decoration: underline;
}

.plink 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 -200px;
	background-size: 50px 350px;
		-moz-background-size: 50px 350px;
		-webkit-background-size: 50px 350px;
}

/*----------------------------------------------------

.main（ページメイン部分）

----------------------------------------------------*/
section {
	padding: 0 10px;
}

section.main {
	padding: 0;
}

h2 {
	margin: 13px 0 12px;
}

.stit_b {
	margin-bottom: 22px;
	padding: 10px 0 12px;
	background: -moz-linear-gradient(top,  rgba(13,13,13,1) 1%, rgba(89,89,89,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(13,13,13,1)), color-stop(100%,rgba(89,89,89,1)));
	background: -webkit-linear-gradient(top,  rgba(13,13,13,1) 1%,rgba(89,89,89,1) 100%);
	background: -o-linear-gradient(top,  rgba(13,13,13,1) 1%,rgba(89,89,89,1) 100%);
	background: linear-gradient(to bottom,  rgba(13,13,13,1) 1%,rgba(89,89,89,1) 100%);
	color: #ffffff;
	text-align: center;
}

.stit_r {
	margin-bottom: 12px;
	text-align: center;
	font-size: 13px;
	color: #e6002b;
	letter-spacing: -1px;
}

.center_img {
	text-align: center;
}

.dott_top {
	margin: 0 -5px 0;
	border-top: dotted 1px #666666;
}

.linebox {
	margin-bottom: 10px;
	padding: 11px 15px;
	border: solid 1px #eaeaea;
	text-align: center;
}

.imgtit {
	margin: 14px 0 10px;
	padding: 4px 0;
	background-color: #999999;
	font-size: 13px;
	color: #ffffff;
}

.note {
	margin-top: 10px;
}
.note li {
	margin-left: 1em;
	text-align: left;
	text-indent: -1em;
	color: #333333;
}




/* ボタン系
----------------------------------------------------*/
.btn_area {
	margin-top: 15px;
	text-align: center;
}

.btn_area p {
	color: #333333;
}

.btn {
	position: relative;
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.btn a {
	position: relative;
	display: table-cell;
	width: 100%;
	height: 54px;
	border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

/* 黒 */
.btn_b a {
	border-bottom: 1px solid #101010;
	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%);
	text-shadow: 0px -1px 0px #000;
		-moz-text-shadow: 0px -1px 0px #000;
		-webkit-text-shadow: 0px -1px 0px #000;
	color: #ffffff;
}
.btn_b a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 9px;
	width: 9px;
	height: 14px;
	margin-top: -7px;
	background: url(/voi/sp/guide/wish_show/img/arrow_right_b.png) no-repeat left center;
	background-size: 9px 14px;
		-moz-background-size: 9px 14px;
		-webkit-background-size: 9px 14px;
}

/* 赤 */
.btn_r a {
	border-bottom: 1px solid #aa0000;
	background: -moz-linear-gradient(top,  rgba(232,51,51,1) 0%, rgba(201,20,20,1) 80%, rgba(193,12,12,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,51,51,1)), color-stop(80%,rgba(201,20,20,1)), color-stop(100%,rgba(193,12,12,1)));
	background: -webkit-linear-gradient(top,  rgba(232,51,51,1) 0%,rgba(201,20,20,1) 80%,rgba(193,12,12,1) 100%);
	background: -o-linear-gradient(top,  rgba(232,51,51,1) 0%,rgba(201,20,20,1) 80%,rgba(193,12,12,1) 100%);
	background: linear-gradient(to bottom,  rgba(232,51,51,1) 0%,rgba(201,20,20,1) 80%,rgba(193,12,12,1) 100%);
	text-shadow: 0px -1px 0px #cb0000;
		-moz-text-shadow: 0px -1px 0px #cb0000;
		-webkit-text-shadow: 0px -1px 0px #cb0000;
	color: #ffffff;
}
.btn_r a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 9px;
	width: 9px;
	height: 14px;
	margin-top: -7px;
	background: url(/voi/sp/guide/wish_show/img/arrow_right_r.png) no-repeat left center;
	background-size: 9px 14px;
		-moz-background-size: 9px 14px;
		-webkit-background-size: 9px 14px;
}

/* レディース */
.btn_lad a {
	background: -moz-linear-gradient(top,  rgba(226,100,158,1) 0%, rgba(216,90,148,1) 50%, rgba(177,52,110,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,100,158,1)), color-stop(50%,rgba(216,90,148,1)), color-stop(100%,rgba(177,52,110,1)));
	background: -webkit-linear-gradient(top,  rgba(226,100,158,1) 0%,rgba(216,90,148,1) 50%,rgba(177,52,110,1) 100%);
	background: -o-linear-gradient(top,  rgba(226,100,158,1) 0%,rgba(216,90,148,1) 50%,rgba(177,52,110,1) 100%);
	background: linear-gradient(to bottom,  rgba(226,100,158,1) 0%,rgba(216,90,148,1) 50%,rgba(177,52,110,1) 100%);
	text-shadow: 0px -1px 0px #000000;
		-moz-text-shadow: 0px -1px 0px #000000;
		-webkit-text-shadow: 0px -1px 0px #000000;
	-moz-box-shadow: 0px 1px 0px #6a1e41;
	-webkit-box-shadow: 0px 1px 0px #6a1e41;
	box-shadow: 0px 1px 0px #6a1e41;
	color: #ffffff;
}
.btn_lad a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 9px;
	width: 9px;
	height: 14px;
	margin-top: -7px;
	background: url(/voi/sp/guide/wish_show/img/arrow_right_b.png) no-repeat left center;
	background-size: 9px 14px;
		-moz-background-size: 9px 14px;
		-webkit-background-size: 9px 14px;
}


/* メンズ */
.btn_men a {
	background: -moz-linear-gradient(top,  rgba(91,92,149,1) 0%, rgba(75,76,132,1) 53%, rgba(43,44,100,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(91,92,149,1)), color-stop(53%,rgba(75,76,132,1)), color-stop(100%,rgba(43,44,100,1)));
	background: -webkit-linear-gradient(top,  rgba(91,92,149,1) 0%,rgba(75,76,132,1) 53%,rgba(43,44,100,1) 100%);
	background: -o-linear-gradient(top,  rgba(91,92,149,1) 0%,rgba(75,76,132,1) 53%,rgba(43,44,100,1) 100%);
	background: linear-gradient(to bottom,  rgba(91,92,149,1) 0%,rgba(75,76,132,1) 53%,rgba(43,44,100,1) 100%);
	text-shadow: 0px -1px 0px #000000;
		-moz-text-shadow: 0px -1px 0px #000000;
		-webkit-text-shadow: 0px -1px 0px #000000;
	-moz-box-shadow: 0px 1px 0px #1a1b3c;
	-webkit-box-shadow: 0px 1px 0px #1a1b3c;
	box-shadow: 0px 1px 0px #1a1b3c;
	color: #ffffff;
}
.btn_men a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 9px;
	width: 9px;
	height: 14px;
	margin-top: -7px;
	background: url(/voi/sp/guide/wish_show/img/arrow_right_b.png) no-repeat left center;
	background-size: 9px 14px;
		-moz-background-size: 9px 14px;
		-webkit-background-size: 9px 14px;
}


.btn_b span {
	display: block;
	font-size: 11px;
}



/*　その他
----------------------------------------------------*/
.top_list {
	margin: 10px 0 15px;
	color: #333333;
}
.top_list li {
	margin-left: 1em;
	text-indent: -1em;
}

.bnr_area {
	margin-top: 10px;
	text-align: center;
}

.bnr_area p {
	margin-bottom: 10px;
}



/* 調整
----------------------------------------------------*/
/* padding/margin */
.pt0 { padding-top:0px !important;	}
.pt05 { padding-top:5px !important;	}
.pt1 { padding-top:10px !important;	}
.pt15 { padding-top:15px !important;	}
.pt2 { padding-top:20px !important;	}
.pt25 { padding-top:25px !important;	}
.pt3 { padding-top:30px !important;	}
.pt35 { padding-top:35px !important;	}
.pt4 { padding-top:40px !important;	}
.pt45 { padding-top:45px !important;	}
.pt5 { padding-top:50px !important;	}
.pt55 { padding-top:55px !important;	}
.pt6 { padding-top:60px !important;	}
.pt65 { padding-top:65px !important;	}
.mt0 { margin-top:0px !important;	}
.mt05 { margin-top:5px !important;	}
.mt1 { margin-top:10px !important;	}
.mt15 { margin-top:15px !important;	}
.mt2 { margin-top:20px !important;	}
.mt25 { margin-top:25px !important;	}
.mt3 { margin-top:30px !important;	}
.mt35 { margin-top:35px !important;	}
.mt4 { margin-top:40px !important;	}
.mt45 { margin-top:45px !important;	}
.mt5 { margin-top:50px !important;	}
.mt55 { margin-top:55px !important;	}
.mt6 { margin-top:60px !important;	}
.mt65 { margin-top:65px !important;	}

.pb0 { padding-bottom:0px !important;	}
.pb05 { padding-bottom:5px !important;	}
.pb1 { padding-bottom:10px !important;	}
.pb15 { padding-bottom:15px !important;	}
.pb2 { padding-bottom:20px !important;	}
.pb25 { padding-bottom:25px !important;	}
.pb3 { padding-bottom:30px !important;	}
.pb35 { padding-bottom:35px !important;	}
.pb4 { padding-bottom:40px !important;	}
.pb45 { padding-bottom:45px !important;	}
.pb5 { padding-bottom:50px !important;	}
.pb55 { padding-bottom:55px !important;	}
.pb6 { padding-bottom:60px !important;	}
.pb65 { padding-bottom:65px !important;	}
.mb0 { margin-bottom:0px !important;	}
.mb05 { margin-bottom:5px !important;	}
.mb1 { margin-bottom:10px !important;	}
.mb15 { margin-bottom:15px !important;	}
.mb2 { margin-bottom:20px !important;	}
.mb25 { margin-bottom:25px !important;	}
.mb3 { margin-bottom:30px !important;	}
.mb35 { margin-bottom:35px !important;	}
.mb4 { margin-bottom:40px !important;	}
.mb45 { margin-bottom:45px !important;	}
.mb5 { margin-bottom:50px !important;	}
.mb55 { margin-bottom:55px !important;	}
.mb6 { margin-bottom:60px !important;	}
.mb65 { margin-bottom:65px !important;	}
