@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;
}


/*----------------------------------------------------

.main（ページメイン部分）

----------------------------------------------------*/
.title_area {
	padding: 0 5px;
}

.toptitle {
	margin: 15px 0 6px;
	font-size: 19px;
	font-weight: bold;
}

.lead {
	margin-bottom: 13px;
}

.history_num {
	margin: 0 5px 14px 0;
	text-align: right;
	font-size: 14px;
}
.history_num span {
	font-weight: bold;
}

/* 履歴アイテム
-------------------------------------*/
.history_area {
	padding: 11px 0 10px 5px;
	border-top: solid 5px #111111;
}

.history_area .other {
	list-style: none;
	padding: 40px 0;	
}

ul.history_item {
	margin: 0;
	padding: 0;
	xmargin: 0 0.5%;
}
ul.history_item li {
	float: left;
	width: 33%;
}

/* 端数1%の処理 左と右の<li>にmargin0.5づつ */
ul.history_item li:nth-child(1),
ul.history_item li:nth-child(3n+1) {
	margin-left: 0.5%;
}
ul.history_item li:nth-child(3n) {
	margin-right: 0.5%;
}


ul.history_item li a {
	display: block;
	padding-bottom: 10px;
	margin: 0 5px 5px 0;
	border: solid 1px #dfdfdf;
}

ul.history_item li .item_img {
	padding: 5px 5px 10px;
}
ul.history_item li .item_img img {
	width: 100%;
	pointer-events: none;
}

ul.history_item li .item_text {
	padding: 0 10px 5px;
}

ul.history_item li .item_price {
	padding: 0 10px;
	font-weight: bold;
}

ul.history_item li .item_price em {
	font-style: normal;
	color: #f00;
}






