@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: #111111;
}

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 { list-style:none; }

hr {
		border: 0;
		padding:6px 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; }
section {	margin-bottom: 20px;}
.container section {	margin-bottom: 0;}
section.r-main { padding: 0; }
.container { width: 100%; }

/* link
------------------------------------------------------------*/
a { text-decoration:none; }
a:link { color:#333; }
a:visited { color:#333; }

	
/* 汎用class
------------------------------------------------------------*/
.container .al { text-align: left;}
.container .ar { text-align: right;}
.container .ac { text-align: center;}
.container .fl { float: left;}
.container .fr { float: right;}
.container .pos { position: relative;}
.container .area { padding: 0 5px;}


/* margin padding
------------------------------------------------------------*/
.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;}
.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;}

.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;}
.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;}

/* clearfix
------------------------------------------------------------*/
.cfx:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
}

.cfx { display:inline-block; }

/*\*/
* html .cfx { height:1%; }

.cfx { display:block; }

/*
==============================================================================

				共通部分

==============================================================================
*/

body .container {
	color: #666;
}

/*  タイトル　
==============================================================================*/
.container .r-pagettl {
	margin-bottom: 24px;
}

/*-------------------------------------
 画像下　テキスト上ver
--------------------------------------*/
.r-1clm_ttl {
	width: 100%;
}

.r-1clm_ttl .r-ttl_img {
	text-align: center;
}

.r-1clm_ttl .r-ttl_img img {
	width: 320px;
}

.r-1clm_ttl .r-ttl_txt {
	padding: 0 10px;
	font-weight: bold;
}

.r-1clm_ttl .r-ttl_txt p{
	padding-top: 3px;
	font-size: 13px;
}

.r-1clm_ttl .r-ttl_txt h2 {
	padding: 12px 0 3px;
	font-size: 25px;
}


/*-------------------------------------
 画像左　テキスト右ver
--------------------------------------*/
.r-2clm_ttl {
	width: 100%;
	display: table;
}

.r-2clm_ttl .r-ttl_img,
.r-2clm_ttl .r-ttl_txt {
	display: table-cell;
	vertical-align: middle;
}

.r-2clm_ttl .r-ttl_img {
	width: 79px;
	text-align: left;
}

.r-2clm_ttl .r-ttl_txt {
	padding: 0 10px;
	font-weight: bold;
}

.r-2clm_ttl .r-ttl_txt p{
	padding-top: 3px;
	font-size: 13px;
}

.r-2clm_ttl .r-ttl_txt h2 {
	padding: 12px 0 3px;
	font-size: 25px;
}


/* 各種ボタン
==============================================================================*/

/*-------------------------------------
 　ベース
--------------------------------------*/
.r-blk-btn {
	margin: 24px 0;
}

.r-btnarea {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	border: solid 1px #c9c9c9;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
}

.r-2clm_btn li .r-btn_txt:before,
.r-1clm_btn .r-btnarea a:before {
	content: "";
	position: absolute;
	top: 1px;
	right: 1px;
	display: block;
	width: 14px;
	height: 100%;
}

.r-2clm_btn li .r-btn_txt:after,
.r-1clm_btn .r-btnarea a:after {
	content: "";
	position: absolute;
	top: 40%;
	right: 2px;
	display: block;
	width: 10px;
	height: 14px;
	background-image: url(/voi/sp/images/tlmtop/common/icon_parts_sprites.png);
	background-position:  0px -220px;
	background-repeat:no-repeat;
	background-size: 50px 350px;
		-moz-background-size: 50px 350px;
		-webkit-background-size: 50px 350px;		
}

/*-------------------------------------
 　横イチ
--------------------------------------*/
.r-flat_btn li {
	margin-top: 10px;
}
	.r-flat_btn li:first-child {
		margin-top: 0;
	}

.r-flat_btn .r-btnarea {
	position: relative;
	display: table;
	width: 100%;
	margin: 0 0 10px;
	padding: 0 25px 0 10px;
	border: solid 1px #bcbcbc;
	font-weight: bold;
}
.r-flat_btn .r-btnarea:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 7px;
	display: block;
	width: 8px;
	height: 15px;
	margin-top: -7px;
}
.r-flat_btn .r-btnarea:after {
	background: url(/voi/sp/images/tlmtop/common/icon_parts_sprites.png) no-repeat 0px 0px;
	background-size: 50px 350px;
		-moz-background-size: 50px 350px;
		-webkit-background-size: 50px 350px;
}
.r-flat_btn .r-btnarea p {
	display: table-cell;
	height: 54px;
	vertical-align: middle;
	line-height: 1;
}

/*-------------------------------------
 　横イチ　画像アリ
--------------------------------------*/
.r-1clm_btn ul {
	width: 100%;
}

.r-1clm_btn li {
	margin-top: 10px;
}

.r-1clm_btn li:first-child {
	margin-top: 0;
}

.r-1clm_btn .r-btnarea {
	display: table;
	width: 100%;
	padding: 8px 5px 6px 0;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	font-weight: bold;
}

.r-1clm_btn li a {
	position: relative;
	display:inline-block;
	width:100%;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
}

.r-1clm_btn li .r-btn_img {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
	width: 73px;
}

.r-1clm_btn li .r-btn_txt {
	display: table-cell;
	padding-right: 15px;
	font-size: 13px;
}

.r-1clm_btn li .r-btn_txt span {
	display: block;
	padding-top: 3px;
}

/*-------------------------------------
 　ボタン縦2つ
--------------------------------------*/
.r-2clm_btn ul {
	width: 100%;
	margin-bottom: 10px;
}
.r-2clm_btn ul:last-child {
    margin-bottom: 0;
}

.r-2clm_btn li {
  float: left;
	width: 50%;
	height: 100%;
	margin-top: 10px;
}

.r-2clm_btn ul li:first-child,
.r-2clm_btn ul li:nth-child(2) {
    margin-top: 0;
}

.r-2clm_btn .r-btnarea {
	height: 100%;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	font-weight: bold;
}
	.r-2clm_btn li:nth-child(odd) .r-btnarea {
		margin-right: 5px;
	}
	.r-2clm_btn li:nth-child(even) .r-btnarea {
		margin-left: 5px;
	}

.r-2clm_btn li a {
	display:inline-block;
	width:100%;
	height:100%;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	border: solid 1px #fff;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
}
	
.r-2clm_btn li .r-btn_img {
	text-align: center;
	padding: 10px 0;
}
	
.r-2clm_btn li .r-btn_img img {
	border: 1px solid #e7e7e7;
}

.r-2clm_btn li .r-btn_txt {
	position: relative;
	padding-left: 10px;
	padding-right: 20px;
	margin-bottom: 7px;
	font-size: 14px;
	color: #444;
}
.r-2clm_btn li .r-btn_txt span {
	display: block;
}

.r-2clm_btn li .r-btn_txt:before {
	right: 5px;
}

.r-2clm_btn li .r-btn_txt:after {
	right: 6px;
}


/* メインコンテンツエリア
==============================================================================*/

/*-------------------------------------
 　ボーダー
--------------------------------------*/
.r-bdr-last {
	margin-bottom: 24px;
	border-bottom: 1px solid #e8e8e8;
}

/*-------------------------------------
 　虫眼鏡
--------------------------------------*/
.r-img_blk .r-zoom {
	position: absolute;
	bottom: 8px;
	right: 8px;
	height: 12%;
	width: 12%;
}

.r-detailttl {
	position: relative;
	display: table;
	width:100%;
	height: 50px;
	cursor: pointer;
	padding: 5px 0px 5px 0;
	margin-bottom: 10px;
	font-size: 16px;
}

.r-detailttl span {
	display: table-cell;
	padding: 0 10px 0 55px;
	vertical-align: middle;
}

.r-detailttl strong {
	color: #e54a9b;
	font-size: 13px;
}

.r-detailarea {
	padding: 0 10px;
}

/*-------------------------------------
 　スライド
--------------------------------------*/
.r-slidettl span {
	padding: 0 30px 0 55px;
	background: url(/voi/sp/cms/nagamaki/img/b_close.png) no-repeat right center;
	background-size: 26px 21px;
		-moz-background-size: 26px 21px;
		-webkit-background-size: 26px 21px;
}

.r-icon00 span,
.r-icon00_lm span,
.r-icon00_m span {
	padding-left: 10px;
}

.r-slidettl.open span {
	background-image: url(/voi/sp/cms/nagamaki/img/b_open.png);
}

.r-slidearea {
	display: none;
}

.r-slidearea.btn_item {
	padding: 14px 10px 0;
}

.secretttl {
	padding: 3px 10px 5px;
	background: #ffdce7;
	font-size: 30px;
}

.secretttl h4 {
	font-size: 30px;
}

.secretttl span {
	display: inline-block;
	padding-left: 5px;
	font-size: 15px;
}

.r-slidearea h5 {
	margin: 32px 0 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #ffc2c8;
	font-size: 21px;
	color: #4b1500;
}

.secret_img {
	margin-top: 12px;
	text-align: center;
}

.r-slidearea p {
	color: #666;
	font-size: 15px;
}

.r-slidearea .txt_attr {
	font-size: 10px;
}

/*-------------------------------------
 　アイテム1つ並び
--------------------------------------*/
.r-1clm_blk ul {
	width: 100%;
	margin-bottom: 25px;
}

.r-1clm_blk ul li {
	text-align: center;
	margin-top: 25px;
	padding-top: 24px;
	border-top: 1px solid #e8e8e8;
}
	.r-1clm_blk ul li:first-child {
		margin-top: 0;
		padding-top: 0px;
		border: none;
	}

.r-1clm_blk ul li p {
	margin-bottom: 10px;
	text-align: left;
}

.r-1clm_blk ul li img {
	width: 100%;
	text-align:center;
}

/*-------------------------------------
 　アイテム2つ並び
--------------------------------------*/
.r-2clm-blk ul {
	width: 100%;
	margin-bottom: 10px;
}
	.r-2clm-blk ul:last-child {
		margin-bottom: 25px;
	}

.r-2clm-blk ul li {
	float: left;
	width: 50%;
	height: 100%;
}

.r-2clm-blk ul li .r-item {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;	
	border: 1px solid #dbdbdb; 	
}
	.r-2clm-blk ul li:nth-child(odd) .r-item {
		margin-right: 5px;
	}
	.r-2clm-blk ul li:nth-child(even) .r-item {
		margin-left: 5px;
	}

.r-2clm-blk ul .r-blk_img {
	position: relative;
	padding: 5px 5px 0;
}

.r-2clm-blk ul .r-blk_img img {
	width: 100%;
	text-align:center;
}

.r-2clm-blk ul .r-blk_txt {
	min-height: 5em;
	padding: 10px;
}

.r-2clm-blk ul .r-blk_txt p {
	position: relative;
	padding-right: 14px;
}

.no_arrow ul .r-blk_txt p {
	padding-right: 0px;
}

.r-2clm-blk ul .r-blk_txt p:after {
	content: "";
	display:block;
	position: absolute;
	right: -5px;
	bottom:0;
	width: 12px;
	height: 12px;
	background: url(/voi/sp/cms/nagamaki/img/arrow_right.png) no-repeat right bottom;
	background-size: 12px 12px;
	-moz-background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
}

.r-2clm-blk .r-zoom {
	position: absolute;
	bottom: 5px;
	right: 8px;
	height: 10%;
	width: 10%;
}

/* 矢印なし */
.no_arrow ul .r-blk_txt p {
	position: static;
}

.no_arrow ul .r-blk_txt p:after {
	content: "";
	display:none;
}

/*-------------------------------------
 　アイテム3つ並び
--------------------------------------*/
.r-3clm-blk ul {
	width: 100%;
}

.r-3clm-blk ul:last-child {
	margin-bottom: 25px;
}

.r-3clm-blk ul li {
	float: left;
	width: 33.3%;
	margin-bottom: 10px;
}
.r-3clm-blk ul li:last-child {
	margin-bottom: 0px;
}

.r-3clm-blk ul li .r-item {
	height: 100%;
	margin-right: 5px;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;	
	border: 1px solid #dbdbdb; 	
}
	.r-3clm-blk ul li:last-child() .r-item {
	margin-right: 0;
	}

.r-3clm-blk ul .r-blk_img {
	position: relative;
	padding: 5px 5px 0;
}

.r-3clm-blk ul .r-blk_img img {
	width: 100%;
	text-align:center;
}


.r-3clm-blk .r-zoom {
	position: absolute;
	bottom: -3%;
	right: 6px;
	height: 12%;
	width: 12%;
}

/* ページの先頭
==============================================================================*/
.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;
}


/* 商品画像　ポップアップ
==============================================================================*/
.r-txt_over {
		display: none;
}

.popup_detail *{
    pointer-events:auto;    
}

.itemlist {
	border-bottom:5px solid #333;
}
.itemlist p {
	padding: 15px 10px;
}

.pp_close{
    position:relative;
    right: 8px;
    display: block;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-right:8px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    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%);
    -moz-text-shadow: 0px -1px 0px #000000;
    -webkit-text-shadow: 0px -1px 0px #000000;
    text-shadow: 0px -1px 0px #000000;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
}

.pp_close::before{
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background-color: #ffffff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
}

.pp_close::after{
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background-color: #ffffff;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
}

.pp_close span{
    display: table-cell;
    height: 27px;
    vertical-align: middle;
}

.pp_close2 {
	cursor:pointer;
	margin:5px 0px 5px;
	font-weight:bold;
	color:#333333;
	text-align:center;
	font-size:18px;
	padding:10px 0 9px;
}

.pp_close2 span{
	vertical-align:middle;
	margin:0px 4px;
	font-size:100%;
}

.topblk {
}
.topblk h1 {
	float:left;
	padding:15px 10px;
}
.topblk .pp_close {
	float:right;
	padding:0 28px 0 18px
}

/*
==============================================================================

				色パターン別変更部分

==============================================================================
*/

/* タイトル画像　画像下　テキスト上ver
--------------------------------------*/
.r-1clm_ttl {
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
}


/* タイトル画像　画像左　テキスト右ver
--------------------------------------*/
.r-2clm_ttl {
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
}

/* ポイントタイトル　テキスト色
--------------------------------------*/
.r-detailttl {
	color: #339900;
}

/* ボタンボーダーカラー
--------------------------------------*/
.r-1clm_btn li a:before,
.r-2clm_btn li .r-btn_txt:before {
	background-color: #339900;
}


/* アイコン画像
--------------------------------------*/
.r-icon00 {
	background: #eee;
}

.r-icon01 {
	background: #eee url(/voi/sp/cms/nagamaki/img/icon_point1_lm.png) no-repeat 5px center;
	background-size: 45px 45px;
		-moz-background-size: 45px 45px;
		-webkit-background-size: 45px 45px;
}

.r-icon02 {
	background: #eee url(/voi/sp/cms/nagamaki/img/icon_point2_lm.png) no-repeat 5px center;
	background-size: 45px 45px;
		-moz-background-size: 45px 45px;
		-webkit-background-size: 45px 45px;
}

.r-icon03 {
	background: #eee url(/voi/sp/cms/nagamaki/img/icon_point3_lm.png) no-repeat 5px center;
	background-size: 45px 45px;
		-moz-background-size: 45px 45px;
		-webkit-background-size: 45px 45px;
}

.r-icon04 {
	background: #eee url(/voi/sp/cms/nagamaki/img/icon_point4_lm.png) no-repeat 5px center;
	background-size: 45px 45px;
		-moz-background-size: 45px 45px;
		-webkit-background-size: 45px 45px;
}

.r-icon05 {
	background: #eee url(/voi/sp/cms/nagamaki/img/icon_point5_lm.png) no-repeat 5px center;
	background-size: 45px 45px;
		-moz-background-size: 45px 45px;
		-webkit-background-size: 45px 45px;
}

.r-icon06 {
	background: #eee url(/voi/sp/cms/nagamaki/img/icon_point6_lm.png) no-repeat 5px center;
	background-size: 45px 45px;
		-moz-background-size: 45px 45px;
		-webkit-background-size: 45px 45px;
}

.r-icon07 {
	background: #eee url(/voi/sp/cms/nagamaki/img/icon_point7_lm.png) no-repeat 5px center;
	background-size: 45px 45px;
		-moz-background-size: 45px 45px;
		-webkit-background-size: 45px 45px;
}

.r-icon08 {
	background: #eee url(/voi/sp/cms/nagamaki/img/icon_point8_lm.png) no-repeat 5px center;
	background-size: 45px 45px;
		-moz-background-size: 45px 45px;
		-webkit-background-size: 45px 45px;
}

.r-icon09 {
	background: #eee url(/voi/sp/cms/nagamaki/img/icon_point9_lm.png) no-repeat 5px center;
	background-size: 45px 45px;
		-moz-background-size: 45px 45px;
		-webkit-background-size: 45px 45px;
}

.r-icon10 {
	background: #eee url(/voi/sp/cms/nagamaki/img/icon_point10_lm.png) no-repeat 5px center;
	background-size: 45px 45px;
		-moz-background-size: 45px 45px;
		-webkit-background-size: 45px 45px;
}

.r-check {
	background: #eee url(/voi/sp/cms/nagamaki/img/icon_check_lm.png) no-repeat 5px center;
	background-size: 45px 45px;
		-moz-background-size: 45px 45px;
		-webkit-background-size: 45px 45px;
}
