@charset "utf-8";
/* 
===================================================================

 		・初期設定
 	
		・module
 	
		・pagelayout

===================================================================
 */

/* 
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;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	background: #fff;
	color: #444444;
	line-height: 1;
}

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;
	background: transparent;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

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(/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; }



/* 
===================================================================


  override


===================================================================
 */


/* 汎用class
----------------------------------------------------*/

.r-container .r-mod-pos { position: relative;}
.r-container .r-mod-fl { float: left;}
.r-container .r-mod-fr { float: right;}

.r-container .r-mod-inner { margin: 0 5px;}

.r-container .r-mod-red { color: #e60012;}

.r-container .r-mod-al { text-align: left;}
.r-container .r-mod-ar { text-align: right;}
.r-container .r-mod-ac { text-align: center;}

.r-container .r-mod-normal { font-style: normal;}
.r-container .r-mod-bold { font-weight: bold;}

.r-container .r-mod-fs10 { font-size: 10px;}
.r-container .r-mod-fs11 { font-size: 11px;}
.r-container .r-mod-fs12 { font-size: 12px;}
.r-container .r-mod-fs13 { font-size: 13px;}
.r-container .r-mod-fs14 { font-size: 14px;}
.r-container .r-mod-fs15 { font-size: 15px;}
.r-container .r-mod-fs16 { font-size: 16px;}
.r-container .r-mod-fs17 { font-size: 17px;}
.r-container .r-mod-fs18 { font-size: 18px;}
.r-container .r-mod-fs19 { font-size: 19px;}
.r-container .r-mod-fs20 { font-size: 20px;}

.r-container .r-mod-lh12 { line-height: 1.2em;}
.r-container .r-mod-lh13 { line-height: 1.3em;}
.r-container .r-mod-lh14 { line-height: 1.4em;}
.r-container .r-mod-lh15 { line-height: 1.5em;}
.r-container .r-mod-lh16 { line-height: 1.6em;}



/* margin padding
----------------------------------------------------*/
.r-pt0 { padding-top:0px !important;}
.r-pt05 { padding-top:5px !important;}
.r-pt1 { padding-top:10px !important;}
.r-pt15 { padding-top:15px !important;}
.r-pt2 { padding-top:20px !important;}
.r-pt25 { padding-top:25px !important;}
.r-pt3 { padding-top:30px !important;}
.r-pt35 { padding-top:35px !important;}
.r-pt4 { padding-top:40px !important;}
.r-mt0 { margin-top:0px !important;}
.r-mt05 { margin-top:5px !important;}
.r-mt1 { margin-top:10px !important;}
.r-mt15 { margin-top:15px !important;}
.r-mt2 { margin-top:20px !important;}
.r-mt25 { margin-top:25px !important;}
.r-mt3 { margin-top:30px !important;}
.r-mt35 { margin-top:35px !important;}
.r-mt4 { margin-top:40px !important;}

.r-pb0 { padding-bottom:0px !important;}
.r-pb05 { padding-bottom:5px !important;}
.r-pb1 { padding-bottom:10px !important;}
.r-pb15 { padding-bottom:15px !important;}
.r-pb2 { padding-bottom:20px !important;}
.r-pb25 { padding-bottom:25px !important;}
.r-pb3 { padding-bottom:30px !important;}
.r-pb35 { padding-bottom:35px !important;}
.r-pb4 { padding-bottom:40px !important;}
.r-mb0 { margin-bottom:0px !important;}
.r-mb05 { margin-bottom:5px !important;}
.r-mb1 { margin-bottom:10px !important;}
.r-mb15 { margin-bottom:15px !important;}
.r-mb2 { margin-bottom:20px !important;}
.r-mb25 { margin-bottom:25px !important;}
.r-mb3 { margin-bottom:30px !important;}
.r-mb35 { margin-bottom:35px !important;}
.r-mb4 { margin-bottom:40px !important;}


/* clearfix
----------------------------------------------------*/
.cfx:after {
    content: "";
    clear: both;
    display: block;
}

/*
==============================================================================

				コンテンツ

==============================================================================
*/


.r-container .r-wrap-ttl-inner {
	position: relative;
	background-image: url(/voi/sp/webshop/maruko_1611/img/bg_pattern_cross.gif);
	background-repeat: repeat;
	background-position: 0 0;
	background-size: 25px 25px;
	-moz-background-size: 25px 25px;
	-webkit-background-size: 25px 25px;
}

.r-container .r-wrap-ttl-inner-weeks{
	background-image: url(/voi/sp/webshop/maruko_1611/img/bg_header.gif);
	background-repeat:repeat-x;
	background-position: 0 0;
	background-size: 12px 6px;
	-moz-background-size: 12px 6px;
	-webkit-background-size: 12px 6px;
	padding-top:10px;
}

.r-container .r-area-ttl {
	position: relative;
	padding: 10px;
	z-index: 3;
}

.r-container .r-txt-eposuser {
	padding: 8px 0;
	background-color: #bc995a;
	-moz-kit-border-radius: 10px 10px 0 0;
	-web-kit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	color: #fff;
}	


.r-container .r-area-ttl-inner {
	background-color: #fff;
	-moz-kit-border-radius: 0 0 10px 10px;
	-web-kit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	padding: 10px 0;
}

.r-container .r-wrap-subarea {
	padding: 10px;
	background-color: #f9f7ed;
}

.r-container .r-list-epos li {
	padding-left: 15px;
	background: url(/voi/sp/webshop/maruko_1611/img/icn_brown.gif) no-repeat 0 5px;
	background-size: 9px 9px;
	-moz-background-size: 9px 9px;
	-webkit-background-size: 9px 9px;
	font-size: 14px;
	line-height: 1.5;
}


.r-container .r-list-epos .r-txt-ex {
	color: #c80a28;
	font-size: 10px;
}

.r-container .r-deliveryfree {
	margin: 20px 0 10px;
}

.r-container .r-list-eposinfo {
	width: 300px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #fff;
}

.r-container .r-txt-info1 { margin-bottom: 35px;}
.r-container .r-txt-info2 { margin-bottom: 27px;}
.r-container .r-txt-info3 { margin-bottom: 28px;}
.r-container .r-txt-info4 { margin-bottom: 32px;}


/*　エポスカードウィークス
----------------------------------------------------*/
.r-container .r-wrap-eposweek {
	position: relative;
	padding: 15px 0;
	background-image: url(/voi/sp/webshop/maruko_1611/img/bg_pattern_cross.gif);
	background-repeat: repeat;
	background-position: 0 0;
	background-size: 25px 25px;
	-moz-background-size: 25px 25px;
	-webkit-background-size: 25px 25px;
}
.r-container .r-wrap-eposweek-inner {
	position: relative;
	z-index: 3;
}

.r-container .r-btn-eposweek {
	padding: 10px 0 7px;
}



/*　ページの先頭
----------------------------------------------------*/
.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: 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;
}


/* 検索
----------------------------------------------------*/
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(/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;
}


/* インクリメンタルサーチ
----------------------------------------------------*/
.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%;
}
