@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;
}
nav ul {
	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;
*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%;
}
/* ===================================================================
style info :全部の指定がここに。
=================================================================== */

/*----------------------------------------------------
ローディング対応
----------------------------------------------------*/
.loaditem {
	padding: 10px;
	text-align: center;
}
.loaditem p {
	height: 36px;
	padding-top: 4px;
	text-align: center;
	background-color: #FFF;
	border: solid 1px #CCC;
	-webkit-border-radius:4px;
	border-radius:4px;
}
/*----------------------------------------------------
要素
----------------------------------------------------*/
html, body {
	height: 100%;
}
html {
	overflow-y:scroll;
}
body {
	background:#ebebeb;
	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;
}
ul {
	list-style:none;
}
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;
}

img {
	line-height: 0;
	font-size: 0;
	vertical-align: bottom;
}

/* リンク
----------------------------------------------------*/
a {
	text-decoration:none;
}
a:link {
	color:#444444;
}
a:visited {
	color:#444444;
}
a:hover {
}
/* 汎用クラス
----------------------------------------------------*/

.clearfix:after, div.setting dl {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/*\*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/**/


/* エラー文言
----------------------------------------------------*/
p.jserror {
	margin:10px;
	padding:10px 0 10px 10px;
	color:#F00;
	font-weight:bold;
	background:#FFF;
	border:#F00 solid 1px;
}
.error {
	margin:50px 20px;
	font-weight:bold;
	line-height:160%;
}
.errordetail {
	font-weight:normal !important;
	margin:20px 0 0 0;
	font-weight:bold;
	line-height:160%;
}
/*----------------------------------------------------

ヘッダ・フッタ

----------------------------------------------------*/

/*---indexヘッダー--------------------------------------*/
header.top {
	padding:10px 10px 6px 10px;
	background:#fff;
	text-align:center;
}
/*---総トップヘッダー--------------------------------------*/

/*---ロゴ---*/
header.top h1 img {
	width:244px;
}
/*---TOPボタン---*/
header.global p.totop {
	padding-top:3px;
}
header.global p.totop img {
	float:right;
	width:90px;
	text-align:center;
}
/*---バナー---*/
div.banner {
	text-align:center;
}
div.banner img {
	-webkit-box-shadow:2px 2px 2px #ccc;
}
/*---下階層ヘッダー--------------------------------------*/
header.global {
	padding:10px;
	background:#fff;
}
header.global h1 a {
	float:left;
	display:block;
}
header.global h1 img {
	width:180px;
}


/* 特集コンテンツエリア */
#container{
	overflow:hidden
}

.area {
	margin-bottom:10px;
	overflow:visible;
	text-shadow:0 1px 0 #fff;
}

.index_txt {
	margin-bottom: 8px;
	background-color: white;
	text-align: center;
	line-height: 26px;
	font-weight: bold;
	font-size: 18px;
}

.last {
	margin-bottom:26px;
}
.main {
	margin-bottom:1px;
	padding:10px 10px 0 10px
}
.main, .area {
	border-bottom:1px solid #bcbcbc;
	-moz-box-shadow:0 1px 0 #fff;
	-webkit-box-shadow:0 1px 0 #fff;
	box-shadow:0 1px 0 #fff
}
.r-bottom {
	padding-top:15px;
	margin-bottom:20px;
}
.topagetop {
	margin:10px 0;
	text-align:right
}
.topagetop a {
	padding: 5px 5px 5px 20px;
	background: url(/voi/sp/webshop/commonvaluem_summer12/img/to_toppage.png) no-repeat left center;
	background-size: 15px 15px;
	-webkit-background-size: 15px 15px;
	text-decoration: underline;
	font-size:11px
}

.r-mainArea {
	width: 100%;
}

.r-area {
	width:300px;
	margin:0 auto 15px auto;
}

.r-maintitle {
	line-height: 0;
}
.r-pagetitle {	
	line-height: 0;
}

.r-con1 {
	margin-bottom: 15px;
}

.r-mainimg {
	margin-bottom:10px;
}
.r-ac {
	text-align:center
}
.r-pnum {
	font-size:21px;
	margin-bottom:5px
}
.r-lead {
	margin-bottom:5px;
}
.r-pnum,
.r-lead,
.r-mainimg {
	text-align:center;
}
.r-thumbnails{
	margin-right:-10px;
	position:relative
}
.r-thumbnails li {
	margin-right:8px;
	display:inline-block;
	padding-bottom:8px;
	text-align:left;
}
.r-linklist01,
.r-linklist01 li {
	position:relative;
	overflow:visible;
}
.r-linklist01 li {
	margin-right:-1px;
	margin-bottom:-1px;
	padding:10px;
	border:1px solid #c4c4c4;
	font-weight:700;
	background:#fff;
	display:inline-block;
	width:129px;
}
.r-function .r-linklist01 li:first-child {
	width:279px;
	background-color:#e1f4e0;
}
.r-season .r-linklist01 li:first-child {
	width:279px;
	background-color:#e6f2d9;
}
.r-simple .r-linklist01 li:first-child {
	width:279px;
	background-color:#e6ebd6;
}
.r-kigokochi .r-linklist01 li:first-child {
	width:279px;
	background-color:#dcefed;
}
.r-linklist01 li.r-widecol{
	width:279px;
}
.r-linklist01 li a {
	padding-right:10px;
	background: url(/voi/sp/webshop/commonvaluem_summer12/img/linklist_icon.png) no-repeat right center;
	background-size: 9.5px 14px;
	-webkit-background-size: 9.5px 14px;
	vertical-align:middle;
	display:block
}


/*---アイテム素材-------------------------*/
.allbtn {
	width:300px;
	margin:0 auto;
}

.allbtn ul {
	border-top: 1px solid #c4c4c4;
}

.allbtn li img {
	width: 300px;
	border-right: 1px solid #c4c4c4;
	border-left: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.allbtn li.last img {
	border-top: none;
}


/*---フッターナビ-------------------------*/
.r-footernav {
	width:300px;
	margin:0 auto;
}

.r-footernav ul li {
	font-size: 0;
}
.r-footernav ul li a:first-child {
	padding-right:4px;
}

/*---ページ最下部共通フッター部分-------------------------*/
.topinfo p {
	font-size: 12px;
	color: #444;
	margin: 8px 0 10px;
	text-align: center;
}

p.changeover {
	font-size: 12px;
	background: #D9D9D9;
	padding: 7px 0;
	text-align: center;
	color: #777;
	text-shadow: 1px 1px 0px #fff;
}

footer {
	font-size: 12px;
	background: #BCBCBC;
	padding: 7px 0;
	text-align: center;
	color:#fff
}

/* インデックス */
.r-idx .r-cts .r-blk {
	margin-bottom:15px;
}
.r-idx .r-cts .r-blk:last-child {
	margin-bottom:0;
}
.r-idx .r-cts .r-item ul li {
	float:left;
}
/* 再生計画用css
 * 05_muji ～ 10_cargo
--------------------------------------*/
.r-plan .r-allbtn {
	width:300px;
	margin:0 auto;
}
.r-plan .r-allbtn ul {
	border-top:1px solid #c4c4c4;
}
.r-plan .r-allbtn li img {
	width:300px;
	border-right:1px solid #c4c4c4;
	border-left:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.r-plan .r-allbtn li.last img {
	border-top:none;
}
