@charset "utf-8";

/**
 * CSS information
 *
 * file name  :  original.css
 * style info :  オリジナルのスタイル設定
 *               優先度（高）
 */
 
/* clearfix ================================================================================= */

.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	overflow: hidden;
}
/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

/* Layout ================================================================================= */
body {
	background: url(../images/bg_body.gif) 
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.page {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.main {
	clear: both;
	width: 944px;
	margin: 0 auto 20px;
	padding-bottom: 10px;
	text-align: left;
	background: url(../images/bg_main.gif) repeat-y;
}
.col-main {
	clear: both;
}

/* Base Columns */ 
.col-left {
	float: left;
	display: inline;
	width: 180px;
	margin-left: 22px;
}
.col-right {
	float: right;
	display: inline;
	width: 180px;
	margin-right: 22px;
}

/* 1 Column Layout */
.col1-layout .col-main {
	padding: 15px;
	text-align: left;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
	float: right;
	display: inline;
	margin-right: 22px;
	width: 708px;
	background: #FFFFFF;
	text-align: left;
}
.col2-right-layout .col-main {
	float: left;
	display: inline;
	margin-left: 22px;
	width: 708px;
	background: #FFFFFF;
	text-align: left;
}

.col2-right-layout .col-main_shop {
	float: left;
	display: inline;
	margin-left: 10px;
	width: 708px;
	background: #FFFFFF;
	text-align: left;
}

/* 3 Columns Layout */
.col3-layout .layout-left {
	clear: both;
	float: left;
	display: inline;
	width: 730px;
}
.col3-layout .col-main {
	float: right;
	width: 516px;
	text-align: left;
	background: 
}
.col3-layout .col-right {
	float: right;
	display: inline;
	margin-right: 22px;
	width: 180px;
	text-align: left;
}

/* Content Columns */
.col2-set .col-1 { }
.col2-set .col-2 {}
.col2-set .narrow {}
.col2-set .wide {}

.col3-set .col-1 {}
.col3-set .col-2 {}
.col3-set .col-3 {}

.col4-set .col-1 {}
.col4-set .col-2 {}
.col4-set .col-3 {}
.col4-set .col-4 {}

/* ======================================================================================= */


/* Global Styles ========================================================================= */

/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; font-weight:bold; }
input.input-text,select,textarea { background:#fff; border:2px solid #ddd; margin-bottom:10px; }
input.input-text,textarea { padding:5px; }
.checkout-onepage-index input,.checkout-onepage-index select,.checkout-onepage-index textarea,.checkout-onepage-index button { font:18px; Arial, Helvetica, sans-serif; vertical-align:middle; font-weight:bold; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button {
	padding: 0;
	margin:0
}
button.button span {}
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
.form-list li {}
.form-list label {}
.form-list .input-box {}
.form-list input.input-text,
.form-list textarea {}
.form-list select {}
.form-list li.add-row {}
.form-list li.add-row .btn-remove {}
.form-list .range input.input-text {}

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

.buttons-set:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.buttons-set {
	overflow: hidden;
}
/* Hides from IE-mac */
* html .buttons-set {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

.buttons-set .back-link {}
.buttons-set button.button {}

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required {
	color:#BB312F;
}
p.required {}
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* Page Heading */
.page-title {
}
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Sorter */ 
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */ 
.data-table {}
.data-table th {}
.data-table td {}
.data-table thead {}
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first th {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {}
.data-table tbody.odd {}
.data-table tbody.odd td {}
.data-table tbody.even {}
.data-table tbody.even td {}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {}
.data-table th .tax-flag {}
.data-table td.label,
.data-table th.label {}
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even {}
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {}
.std ul {}
.std ol {}
.std ul ul {}
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {}
.std dt {}
.std dd {}
.std blockquote {}
.std address {}
.std b,
.std strong {}
.std i,
.std em {}

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }

/* ======================================================================================= */


/* ヘッダ ================================================================================ */

/*.header-container {
	width: 100%;
	height: 110px;
	text-align: center;
	color: #3D1900;
}*/
.header {
	position: relative;
	width: 960px;
	height: 110px;
	margin: 0 auto;
}
#seo-head-msg {
	float: left;
	display: inline;
	margin: 10px 0 0 145px;
	background: url(../images/header.jpg) no-repeat -145px -7px;
}
#seo-head-msg h1 {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	padding: 0 15px;
	font-size: 10px !important;
	line-height: 1.4;
}

/* トップメニュー */
#top-menu-box {
	position: absolute;
	top: 0;
	left: 425px;
	width: 515px;
	height: 35px;
	background: url(../images/header.jpg) no-repeat -425px 0;
}
#top-menu li {
	float: left;
}
#top-menu li a {
	height: 35px;
	display: block;
	text-indent: -999em;
}
#top-menu li.top-menu01 {
	width: 67px;
}
#top-menu li.top-menu02 {
	width: 118px;
}
#top-menu li.top-menu03 {
	width: 100px;
}
#top-menu li.top-menu04 {
	width: 120px;
}
#top-menu li.top-menu05 {
	width: 110px;
}


/* ロゴエリア */
#logo {
}
#logo p#logo1 a {
	position: absolute;
	top: 21px;
	left: 10px;
	display: block;
	width: 137px;
	height: 116px;
	background: url(../images/header.jpg) no-repeat -10px -21px;
	text-indent: -999em;
}
#logo p#logo2 a {
	position: absolute;
	top: 7px;
	left: 147px;
	display: block;
	width: 258px;
	height: 88px;
	background: url(../images/header.jpg) no-repeat -147px -7px;
	text-indent: -999em;
}

/* 支払い・発送など */
#system-pr {
	position: absolute;
	top: 44px;
	left: 414px;
	width: 340px;
	height: 50px;
	background: url(../images/header.jpg) no-repeat -414px -44px;
}
#system-pr li {
	text-indent: -999em;
}

/* 電話番号 */
#oasis-telephone {
	position: absolute;
	top: 35px;
	left: 775px;
	width: 155px;
	height: 75px;
	background: url(../images/header.jpg) no-repeat -775px -35px;
	text-indent: -999em;
}

/* プレゼント */
#present-pr {
	float: left;
	display: inline;
	width: 78px;
	height: 57px;
	margin: 7px 0 0 15px;
	background: url(../images/header.jpg) no-repeat -854px -39px;
	text-indent: -999em;
}

/* ナビゲーション */
#nav-box {
	width: 944px;
	margin: 0 auto;
	clear: both;
	text-align: center;
}

/* ナビゲーション上段 */
#nav-box1 {
	width: 944px;
	padding: 8px 0 9px;
	text-align: left;
	background: url(../images/bg_navbox1.gif) no-repeat top;
}
#nav-box1:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#nav-box1 {
	overflow: hidden;
}
/* Hides from IE-mac */
* html #nav-box1 {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

#shipping-msg {
	float: left;
	display: inline;
	width: 420px;
	margin: 0 0 0 147px;
	color: #FFFFFF;
}
#shipping-msg span {
	font-weight: bold;
}
#header-2-right {
	float: right;
	display: inline;
	margin-right: 22px;
	padding-bottom: 1px;
}
.header-container .welcome-msg {
	float: left;
	color: #FFFFFF;
	padding-right: 10px;
}
.header-container .welcome-msg span {
	font-weight: bold;
}
#header-2-right .ttl-member {
	float: left;
	width: 44px;
	height: 12px;
	margin-top: 4px;
	background: url(../images/ttl_member.gif) no-repeat;
	text-indent: -999em;
}
#header-2-right .ttl-password {
	float: left;
	width: 66px;
	height: 12px;
	margin-top: 4px;
	background: url(../images/ttl_password.gif) no-repeat;
	text-indent: -999em;
}
#header-2-right .member-id {
	float: left;
	width: 100px;
	margin: 0 10px 0 5px;
	height: 14px;
	border: 1px dotted #FFFFFF;
	background: none;
	padding: 2px 5px;
	color: #FFFFFF;
}
#header-2-right .password {
	float: left;
	width: 100px;
	margin: 0 10px 0 5px;
	height: 14px;
	border: 1px dotted #FFFFFF;
	background: none;
	padding: 2px 5px;
	color: #FFFFFF;
}
#header-2-right input.btn-login {
	float: left;
	width: 62px;
	height: 20px;
	margin-right: 5px;
	background: url(../images/header.jpg) no-repeat -774px -117px;
	border: 0;
	cursor: pointer;
}
#header-2-right input.btn-logout {
	float: left;
	width: 71px;
	height: 20px;
	background: url(../images/header.jpg) no-repeat -699px -117px;
	border: 0;
	cursor: pointer;
}
#header-2-right .btn-new {
	float: left;
	width: 90px;
	height: 20px;
	background: url(../images/header.jpg) no-repeat -840px -117px;
	border: 0;
	cursor: pointer;
}

/* ナビゲーション下段 */
#nav-box2 {
	width: 100%;
	clear: both;
	text-align: center;
}
#nav {
	width: 944px;
	height: 30px;
	margin: 0 auto;
	background: url(../images/header.jpg) no-repeat -8px -145px;
	text-align: left;
}
#nav li {
	float: left;
}
#nav li a {
	height: 30px;
	display: block;
	text-indent: -999em;
}
#nav li.nav01 a {
	width: 142px;
}
#nav li.nav02 a {
	width: 129px;
}
#nav li.nav03 a {
	width: 116px;
}
#nav li.nav04 a {
	width: 115px;
}
#nav li.nav05 a {
	width: 129px;
}
#nav li.nav06 a {
	width: 116px;
}
#nav li.nav07 a {
	width: 103px;
}
#nav li.nav08 a {
	width: 90px;
}

/* パンくず */
.breadcrumbs {
	padding-top: 3px;
}
.breadcrumbs ul {
	float: left;
	display: inline;
	width: 500px;
	margin: 5px 0 10px 22px;
	color: #AA9182;
	font-size: 10px;
}
.breadcrumbs a {
	color: #AA9182;
}
.breadcrumbs li {
	float: left;
	display: inline;
	margin-right: 6px;
}
.breadcrumbs li b {
	font-weight: normal;
}
.breadcrumbs li strong {
	font-weight: normal;
}
.breadcrumbs img {
	width: 6px;
	height: 8px;
	margin-right: 3px;
	background: transparent url(../images/header.jpg) no-repeat -58px -187px;
	vertical-align: middle;
}
.breadcrumbs img.home {
	width: 15px;
	height: 13px;
	background: transparent url(../images/header.jpg) no-repeat -28px -184px;
	color: #AA9182;
}

/* 検索 */
#nav-box1 .form-search {
	float: right;
	display: inline;
	width: 270px;
	margin: 0 10px 0 0;
	text-align: right;
	color: #FFFFFF;
	height: 16px;
}
#nav-box1 .form-search p {
	text-align: right;
}
#nav-box1 .form-search label {
	float: left;
	padding-right: 5px;
}
#nav-box1 .form-search .search {
	float: left;
	width: 150px;
	border: 1px dotted #FFF;
	margin-right: 2px;
	padding: 2px 5px 3px;
	color: #FFF;
	font-size: 10px;
	background: none;
}
#nav-box1 .form-search .btn-search {
	float: left;
	width: 53px;
	height: 20px;
	padding: 2px;
	border: none;
	background: url(../images/header.jpg) no-repeat -877px -180px;
	cursor: pointer;
	text-indent: -999em;
}
#nav-box1 .form-search .search-autocomplete { z-index:999; }
#nav-box1 .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
#nav-box1 .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
#nav-box1 .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
#nav-box1 .form-search .search-autocomplete li.selected {}
#nav-box1 .form-language { text-align:center; }

/* ======================================================================================= */


/* サイド =============================================================================== */
.block {
	margin-bottom: 12px;
	background: #FFFFFF url(../images/bg_block_btm.gif) no-repeat bottom;
	color: #593A27;
}
.block .block-title h2 {
	margin-bottom: 5px;
	padding: 0;
}

/* きれいなコーヒーとは */
ul#aboutcoffee {
	width: 180px;
}
ul#aboutcoffee li {
	text-indent: -999em;
}
ul#aboutcoffee li.aboutcoffee1 {
	display: block;
	width: 180px;
	height: 104px;
	margin-bottom: 12px;
	background: url(../images/side.jpg) no-repeat 0 0;
}
ul#aboutcoffee li.aboutcoffee1 a {
	display: block;
	width: 180px;
	height: 104px;
}

/* ランキング */
.block .block-title h2.side-ttl-ranking {
	width: 180px;
	height: 26px;
	background: url(../images/side.jpg) no-repeat 0 -520px;
	text-indent: -999em;
}
.block-ranking li {
	text-indent: -22px;
	margin-left: 22px;
	margin-bottom: 4px;
	line-height: 1.2;
}
.block-ranking img {
	width: 20px;
	height: 20px;
	margin: 0 2px 0 0;
	vertical-align: text-bottom;
}
.block-ranking img.icon1 {
	background: url(../images/side.jpg) no-repeat -360px 0;
}
.block-ranking img.icon2 {
	background: url(../images/side.jpg) no-repeat -360px -20px;
}
.block-ranking img.icon3 {
	background: url(../images/side.jpg) no-repeat -360px -40px;
}
.block-ranking img.icon4 {
	background: url(../images/side.jpg) no-repeat -360px -60px;
}
.block-ranking img.icon5 {
	background: url(../images/side.jpg) no-repeat -360px -80px;
}
.block-ranking img.icon6 {
	background: url(../images/side.jpg) no-repeat -360px -100px;
}
.block-ranking img.icon7 {
	background: url(../images/side.jpg) no-repeat -360px -120px;
}
.block-ranking img.icon8 {
	background: url(../images/side.jpg) no-repeat -360px -140px;
}
.block-ranking img.icon9 {
	background: url(../images/side.jpg) no-repeat -360px -160px;
}
.block-ranking img.icon10 {
	background: url(../images/side.jpg) no-repeat -360px -180px;
}

/* 今月のお買い得品 */
.block .block-title h2.side-ttl-sale {
	width: 180px;
	height: 26px;
	background: url(../images/side.jpg) no-repeat -190px -520px;
	text-indent: -999em;
}
.block-sale ul {
	padding: 2px;
}
.block-sale li {
	margin-bottom: 10px;
	line-height: 1.2;
	text-indent: -14px;
	margin-left: 14px;
	color: #BB312F;
	font-weight: bold;
}
.block-sale li span {
	font-size: 0.8em;
}
.block-sale li a {
	font-weight: normal;
}
.block-sale img.icon {
	width: 10px;
	height: 10px;
	margin: 0 4px 0 0;
	vertical-align: text-bottom;
	background: url(../images/side.jpg) no-repeat -360px -222px;
}

/* メールマガジン */
.block-subscribe {
	line-height: 1.2;
	background: url(../images/bg_block_pr_btm.gif) no-repeat bottom;
}
.block .block-title h2.side-ttl-magazine {
	width: 180px;
	height: 34px;
	background: url(../images/side.jpg) no-repeat -190px -580px;
	text-indent: -999em;
}
.block-subscribe .address {
	width: 150px;
	height: 20px;
	border: 0;
	padding: 2px 5px;
}
.block-subscribe .button {
	width: 95px;
	height: 24px;
	margin: 5px 0 0 32px;
	border: none;
	background: none;
	cursor: pointer;
}
.block-subscribe .button img {
	width: 95px;
	height: 24px;
	background: url(../images/side.jpg) no-repeat 0 -800px;
	border: 0;
	cursor: pointer;
}

/* 新規会員募集中 */
.block-member {
	background: url(../images/bg_block_pr_btm.gif) no-repeat bottom;
}
.block .block-title h2.side-ttl-member {
	width: 180px;
	height: 34px;
	background: url(../images/side.jpg) no-repeat -380px -580px;
	text-indent: -999em;
}
.block-member a.btn-new {
	display: block;
	width: 95px;
	height: 24px;
	margin-left: 32px;
	background: url(../images/side.jpg) no-repeat -170px -800px;
	text-indent: -9999px;
	border: 0;
	cursor: pointer;
}

/* 当サイトについて */
.block-corporate h2.side-ttl-corporate {
	width: 180px;
	height: 26px;
	margin-bottom: 10px;
	background: url(../images/side.jpg) no-repeat -190px -700px;
	text-indent: -999em;
}

/* 携帯サイト */
.block-mobile {
background: url(../images/bg_magazine.gif) no-repeat bottom;
}
.block .block-title h2.side-ttl-mobile {
}

/* ご利用履歴・再注文 */
.block-history {
	margin-bottom: 12px;
}
.block-history li a {
	display: block;
	width: 180px;
	height: 42px;
	background: url(../images/side.jpg) no-repeat -180px -57px;
	text-indent: -999em;
}

/* 最近チェックした商品 */
.block-recent {
	margin-bottom: 7px;
}
.block-recent li {
	margin-bottom: 10px;
	line-height: 1.2;
	text-indent: -14px;
	margin-left: 14px;
}
.block-recent img.icon {
	width: 10px;
	height: 10px;
	margin: 0 4px 0 0;
	vertical-align: text-bottom;
	background: url(../images/side.jpg) no-repeat -360px -222px;
}
.block .block-title h2.side-ttl-check {
	width: 180px;
	height: 26px;
	background: url(../images/side.jpg) no-repeat -380px -520px;
	text-indent: -999em;
}

/* ログイン */
.block-login {
	background: url(../images/bg_block_mypage_btm.gif) no-repeat bottom;
	padding-bottom: 5px;
	margin-bottom: 12px;
}
.block-login .block-title h2.side-ttl-login {
	width: 180px;
	height: 30px;
	background: url(../images/side.jpg) no-repeat -380px -700px;
	text-indent: -999em;
}
.block-login .login-txt-mypage {
	width: 168px;
	height: 25px;
	margin: 1px 0 0 6px;
	background: url(../images/side.jpg) no-repeat -570px -704px;
	text-indent: -999em;
}
.block-login .block-login-area {
	padding-bottom: 5px;
}
.block-login .block-login-area .ttl-member {
	margin: 0 12px;
}
.block-login .block-login-area .ttl-password {
	margin: 0 12px;
}
.block-login .block-login-area .member-id {
	width: 144px;
	margin: 0 0 4px 12px;
	padding: 2px 5px;
	font-size: 12px;
}
.block-login .block-login-area .password {
	float: left;
	display: inline;
	width: 87px;
	margin: 0 0 4px 12px;
	padding: 2px 5px;
	font-size: 12px;
}
.block-login .block-login-area .btn-login {
	width: 54px;
	height: 22px;
	margin-left: 4px;
	background: url(../images/side.jpg) no-repeat -540px -900px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}
.block-login .login-txt-member {
	width: 168px;
	height: 25px;
	margin: 1px 0 0 6px;
	background: url(../images/side.jpg) no-repeat -760px -704px;
	text-indent: -999em;
}
.block-login .block-new-area {
	clear: both;
}
.block-login .block-new-area .login-btn-new img {
	width: 134px;
	height: 26px;
	margin: 3px 0 6px 22px;
	background: url(../images/side.jpg) no-repeat -340px -900px;
	border: none;
	cursor: pointer;
}

/* マイページ */
.block-mypage {
	background: url(../images/bg_block_mypage_btm.gif) no-repeat bottom;
	padding-bottom: 5px;
	margin-bottom: 12px;
}
.block-mypage .block-title {
	width: 180px;
	background: url(../images/bg_block_mypage_top.gif) top no-repeat;
}
.block-mypage .block-title h2.side-ttl-mypage {
	margin-bottom: 0;
	padding: 16px 10px 8px 47px;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.0;
}
.block-mypage .block-title h2.side-ttl-mypage span {
	padding-left: 2px;
	font-weight: normal;
}
.block-mypage p.mypage-txt {
	width: 139px;
	height: 10px;
	margin: 8px 0 6px 21px;
	background: url(../images/side.jpg) no-repeat -780px -830px;
	text-indent: -9999px;
	font-size: 0;
}
.block-mypage .button-mypage {
	width: 135px;
	height: 24px;
	margin-left: 22px;
	background: url(../images/side.jpg) no-repeat -780px -800px;
}
.block-mypage-logout {
	background: url(../images/bg_block_mypage_form.gif) repeat;
	margin: 8px 5px 0 5px;
	padding: 5px 0 2px;
}
.block-mypage input.btn-logout {
	width: 81px;
	height: 20px;
	margin-left: 49px;
	background: url(../images/side.jpg) no-repeat -200px -900px;
	border: 0;
	cursor: pointer;
}

/* カートの中身 */
.block-cart {
	background: url(../images/bg_block_cart_btm.gif) no-repeat bottom;
}
.block-cart a {
	font-weight: bold;
}
.block-cart .price {
	font-weight: bold;
}
.block-cart .carriagefree {
	color: #BB312F;
}
.block-cart .small {
	font-size: 9px;
}
.block-cart .bold {
	font-weight: bold;
}
.block-cart .amount {}
.block-cart .subtotal {
	text-align:right;
	background: url(../images/line-handwriting.gif) repeat-x top;
	padding: 5px 0 0 0;
}
.block-cart .btn-cart {
	display: block;
	width: 135px;
	height: 26px;
	margin: 4px 0 0 10px;
	background: url(../images/side.jpg) no-repeat 0 -900px;
	border: 0;
	cursor: pointer;
	text-indent: -9999px;
}
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-details .btn-remove { float:right; }
.block .block-title h2.side-ttl-cart {
	width: 180px;
	height: 34px;
	background: url(../images/side.jpg) no-repeat -760px -580px;
	text-indent: -999em;
}

/* ポイント */
.rewards-customer-sidebar {
	padding-bottom: 15px;
}
.rewards-customer-sidebar h2.side-ttl-point {
	width: 180px;
	height: 26px;
	background: url(../images/side.jpg) no-repeat -570px -520px;
	text-indent: -999em;
}
.rewards-customer-sidebar .actions {
	text-indent: -999em;
}
.rewards-customer-sidebar img.btn-point {
	display: block;
	width: 135px;
	height: 24px;
	margin-left: 22px;
	background: url(../images/side.jpg) no-repeat -330px -800px;
	text-indent: -9999px;
	border: 0;
	cursor: pointer;
}

#rewards-customer-sidebar-note{
	margin-top: 10px;
}

/* 投票 */
.block-poll {
	padding-bottom: 5px;
}
.block-poll h2.side-ttl-poll {
	width: 180px;
	height: 26px;
	background: url(../images/side.jpg) no-repeat -760px -520px;
	text-indent: -999em;
}
.block-poll .button {
	width: 95px;
	height: 24px;
	margin-left: 34px;
	border: 0;
	cursor: pointer;
	background: url(../images/side.jpg) no-repeat -530px -800px;
}
.block-poll .button img {
	width: 95px;
	height: 24px;
	text-indent: -9999px;
}
.block-poll ul {
	margin-bottom: 10px;
}

/* 前回のご注文 */
.block-reorder {}
.block-reorder li {
	margin-bottom: 10px;
	line-height: 1.2;
	text-indent: -14px;
	margin-left: 14px;
	background: #FFF;
	padding: 0;
}
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; }
.block .block-title h2.side-ttl-last {
	width: 180px;
	height: 26px;
	background: url(../images/side.jpg) no-repeat 0 -580px;
	text-align: right;
}
.block .block-title h2.side-ttl-last span {
	position: absolute;
	top: -9999px;
}
.block .block-title h2.side-ttl-last img.btn {
	width: 49px;
	height: 17px;
	margin: 5px 5px 0 0;
	background: url(../images/side.jpg) no-repeat -680px -800px;
}
.block-reorder img.icon {
	width: 10px;
	height: 10px;
	margin: 0 4px 0 0;
	vertical-align: text-bottom;
	background: url(../images/side.jpg) no-repeat -360px -222px;
}

/* お気に入り */
.block-wishlist{}
.block .block-title h2.side-ttl-favorite {
	width: 180px;
	height: 26px;
	background: url(../images/side.jpg) no-repeat -190px -640px;
	text-align: right;
}
.block .block-title h2.side-ttl-favorite span {
	position: absolute;
	top: -9999px;
}
.block .block-title h2.side-ttl-favorite img.btn {
	width: 49px;
	height: 17px;
	margin: 5px 5px 0 0;
	background: url(../images/side.jpg) no-repeat -680px -800px;
}

/* ユーザーレビュー */
.block-review{}
.block .block-title h2.side-ttl-review {
	width: 180px;
	height: 26px;
	background: url(../images/side.jpg) no-repeat -380px -640px;
	text-indent: -999em;
}

/* ブログ */
.block-blog {
	background: url(../images/bg_note.gif) repeat-y 0 20px;
}
.block-blog .block-content {
	background: url(../images/bg_note_btm.gif) no-repeat bottom;
}
.block-blog ul {
	margin-left: 8px;
}
.block-blog li {
	background: url(../images/line-handwriting.gif)  repeat-x bottom;
	padding-bottom: 12px;
	margin-bottom: 10px;
	line-height: 1.2;
}
.block-blog li.last {
	background: #FFFFFF;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.block .block-title h2.side-ttl-blog {
	width: 180px;
	height: 32px;
	background: url(../images/side.jpg) no-repeat 0 -640px;
	text-indent: -999em;
}
.block-blog {
	background: url(../images/bg_note.gif) repeat-y 0 20px;
}
.block-blog img.icon1 {
	float: left;
	width: 43px;
	height: 34px;
	margin: 0 2px 0 0;
	vertical-align: text-bottom;
	background: url(../images/side.jpg) no-repeat -380px 0;
}
.block-blog img.icon2 {
	float: right;
	width: 43px;
	height: 34px;
	margin: 0 2px 0 0;
	vertical-align: text-bottom;
	background: url(../images/side.jpg) no-repeat -380px 0;
}
.block-blog img.icon3 {
	float: left;
	width: 43px;
	height: 34px;
	margin: 0 2px 0 0;
	vertical-align: text-bottom;
	background: url(../images/side.jpg) no-repeat -380px 0;
}
.block-blog img.icon4 {
	float: right;
	width: 43px;
	height: 34px;
	margin: 0 2px 0 0;
	vertical-align: text-bottom;
	background: url(../images/side.jpg) no-repeat -380px 0;
}
.block-blog li img {
	display: none;
}

/* カテゴリ */
.block-category {
}
.block-category img.icon {
	width: 6px;
	height: 6px;
	margin-right: 4px;
	background: url(../images/list/list.jpg) no-repeat 0 0;
	vertical-align: middle;
}
.block-category li {
	font-size: 14px;
}
.category-straight-coffee .block .block-title h2.side-ttl-category {
	width: 180px;
	height: 26px;
	margin-bottom: 5px;
	background: url(../images/side.jpg) no-repeat 0 -990px;
	text-indent: -999em;
}
.category-brend-coffee .block .block-title h2.side-ttl-category {
	width: 180px;
	height: 26px;
	margin-bottom: 5px;
	background: url(../images/side.jpg) no-repeat -190px -990px;
	text-indent: -999em;
}

/* フィルター */
.block-layered-nav {}
.block-layered-nav .block-title {
}
.block-layered-nav p.block-subtitle {
	display: none;
}
.block-layered-nav ol.currently {
}
.block-layered-nav ol.currently li {
	background: url(../images/line-handwriting.gif) repeat-x bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.block-layered-nav ol.currently li a.btn-remove img {
	float: right;
}
/*.block-layered-nav ol.currently li a.btn-remove img {
	width: 14px;
	height: 14px;
	margin-left: 5px;
	background: url(../images/side.jpg) no-repeat -220px 0;
	text-indent: -999em;
}*/
.block-layered-nav ol.currently li span.label {
	font-weight: bold;
}
.block-layered-nav dl{
	padding: 0 0 10px;
}
.block-layered-nav img.icon {
	width: 6px;
	height: 6px;
	margin-right: 4px;
	background: url(../images/list/list.jpg) no-repeat 0 0;
	vertical-align: middle;
}
.block .block-title h2.side-ttl-layered-nav {
	width: 180px;
	height: 39px;
	background: url(../images/side.jpg) no-repeat -570px -640px;
	text-indent: -999em;
}
h2#etcetera_filter_button {
	width: 180px;
	height: 26px;
	margin-bottom: 8px;
	background: url(../images/side.jpg) no-repeat 0 -380px;
	text-indent: -999em;
	cursor: pointer;
}
.block-layered-nav dt.filter-roast {
	width: 160px;
	height: 20px;
	margin-bottom: 5px;
	background: url(../images/side.jpg) no-repeat -180px -207px;
	text-indent: -999em;
}
.block-layered-nav dt.filter-grind {
	width: 160px;
	height: 20px;
	margin-bottom: 5px;
	background: url(../images/side.jpg) no-repeat -180px -227px;
	text-indent: -999em;
}
.block-layered-nav dt.filter-taste {
	width: 160px;
	height: 20px;
	margin-bottom: 5px;
	background: url(../images/side.jpg) no-repeat -180px -247px;
	text-indent: -999em;
}
.block-layered-nav dt {
	margin: 8px 0;
}
.block-layered-nav .currently {}

.block .block-content {
	padding: 0 12px 10px;
}
.block .actions {}
.block .actions a { float:left; text-align:left;}

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Poll */
.block-poll {}
.block-poll input.radio {
	vertical-align: middle;
}
.block-poll .label {display:block; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }
/* ======================================================================================= */

/* トップページ ================================================================================ */
.top-main h2 {
	clear: both;
}
/* メインflash */
.top-main #top-cover {
	margin-bottom: 6px;
}
/* バナーエリア */
.top-main ul.bn-block {
}
.top-main ul.bn-block li {
	float: left;
	display: inline;
	margin: 6px 6px 0 0;
}
.top-main ul.bn-block li a {
	display: block;
	text-indent: -999em;
}
.top-main ul.bn-block li.last {
	margin-right: 0;
}
/* メインのバナー */
.top-main ul.bn-main {
	padding-bottom: 25px;
}
.top-main ul.bn-main :after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.top-main ul.bn-main  {
	overflow: hidden;
}
/* Hides from IE-mac */
* html .top-main ul.bn-main  {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

.top-main ul.bn-main li a {
	width: 168px;
	height: 60px;
}
.top-main li.bn-top-01-01 a {
	background: url(../images/top/top.jpg) no-repeat 0 0;
}
.top-main li.bn-top-01-02 a {
	background: url(../images/top/top.jpg) no-repeat -168px 0;
}
.top-main li.bn-top-01-03 a {
	background: url(../images/top/top.jpg) no-repeat -336px 0;
}
.top-main li.bn-top-01-04 a {
	background: url(../images/top/top.jpg) no-repeat -504px 0;
}
.top-main li.bn-top-01-05 a {
	background: url(../images/top/top.jpg) no-repeat -672px 0;
}
.top-main li.bn-top-01-06 a {
	background: url(../images/top/top.jpg) no-repeat -840px 0;
}

/* セット商品のバナー */
h2.top-ttl-set {
	width: 516px;
	height: 30px;
	margin: 0 0 6px 0;
	background: url(../images/top/top.jpg) no-repeat -590px -430px;
	text-indent: -999em;	
}
.top-main ul.bn-set {
	padding-bottom: 25px;
}
.top-main ul.bn-set :after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.top-main ul.bn-set  {
	overflow: hidden;
}
/* Hides from IE-mac */
* html .top-main ul.bn-set  {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

.top-main ul.bn-set li a {
	width: 168px;
	height: 80px;
}
.top-main li.bn-top-02-01 a {
	background: url(../images/top/top.jpg) no-repeat 0 -200px;
}
.top-main li.bn-top-02-02 a {
	background: url(../images/top/top.jpg) no-repeat -168px -200px;
}
.top-main li.bn-top-02-03 a {
	background: url(../images/top/top.jpg) no-repeat -336px -200px;
}
.top-main li.bn-top-02-04 a {
	background: url(../images/top/top.jpg) no-repeat -504px -200px;
}
.top-main li.bn-top-02-05 a {
	background: url(../images/top/top.jpg) no-repeat -672px -200px;
}
.top-main li.bn-top-02-06 a {
	background: url(../images/top/top.jpg) no-repeat -840px -200px;
}
.top-main li.bn-top-02-07 a {
	background: url(../images/top/top.jpg) no-repeat -1008px -200px;
}
.top-main li.bn-top-02-08 a {
	background: url(../images/top/top.jpg) no-repeat -1176px -200px;
}
.top-main li.bn-top-02-09 a {
	background: url(../images/top/top.jpg) no-repeat -1344px -200px;
}

/* トップページ検索エリア */
h2.top-ttl-looksfor {
	width: 516px;
	height: 30px;
	margin: 0 0 12px 0;
	background: url(../images/top/top.jpg) no-repeat -590px -400px;
	text-indent: -999em;	
}
.top-main .search-box {
	margin: 0 0 12px 0;
	padding: 0 0 10px 0;
	background: url(../images/top/bg_search_b.gif) no-repeat bottom;
}
.top-main .search-box-inner {
	padding: 10px 0 0 16px;
	background: url(../images/top/bg_search_t.gif) no-repeat top;
}
.top-main .search-box form {
	display: block;
}
.top-main .search-box p {
	float: left;
}
.top-form-search label {
	float: left;
	display: inline;
	width: 175px;
	height: 22px;
	margin: 0 8px 0 0;
	background: url(../images/top/top.jpg) no-repeat 0 -700px;
	text-indent: -999em;
}
.top-form-search .search {
	float: left;
	display: inline;
	width: 180px;
	margin: 0 5px 0 0;
	background: url(../images/top/top.jpg) no-repeat -275px -700px;
	border: 1px solid #E4D1B0;
	padding: 3px 5px;
}
.top-form-search .btn-search {
	float: left;
	width: 45px;
	height: 22px;
	margin-right: 8px;
	background: url(../images/top/top.jpg) no-repeat -625px -700px;
	border: 0;
	cursor: pointer;
	text-indent: -999em;
}
.top-form-search .search-autocomplete { z-index:999; }
.top-form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.top-form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.top-form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.top-form-search .search-autocomplete li.selected {}
.top-form-language { text-align:center; }

/* 商品を探すタブ */
.looksfor-box {
	margin-bottom: 25px;
}
.looksfor-box .tabs {
	height: 32px;
	padding-left: 2px;
	background: url(../images/top/bg_tab.gif) repeat-x bottom;
}
.looksfor-box .tabs li {
	float: left;
	display: inline;
	height: 32px;
	margin-left: 5px;
	text-indent: -999em;
}
.looksfor-box .tabs li a {
	display: block;
	height: 32px;
}
.looksfor-box .tabs li.feature a {
	width: 97px;
	background: url(../images/top/top.jpg) no-repeat 0 -400px;
}
.looksfor-box .tabs li.feature a:hover {
	width: 97px;
	background: url(../images/top/top.jpg) no-repeat 0 -435px;
}
.looksfor-box .tabs li.active a.feature-active {
	width: 97px;
	background: url(../images/top/top.jpg) no-repeat 0 -470px;
}
.looksfor-box .tabs li.country a {
	width: 127px;
	background: url(../images/top/top.jpg) no-repeat -97px -400px;
}
.looksfor-box .tabs li.country a:hover {
	width: 127px;
	background: url(../images/top/top.jpg) no-repeat -97px -435px;
}
.looksfor-box .tabs li.active a.country-active {
	width: 127px;
	background: url(../images/top/top.jpg) no-repeat -97px -470px;
}
.looksfor-box .tabs li.taste a {
	width: 133px;
	background: url(../images/top/top.jpg) no-repeat -224px -400px;
}
.looksfor-box .tabs li.taste a:hover {
	width: 133px;
	background: url(../images/top/top.jpg) no-repeat -224px -435px;
}
.looksfor-box .tabs li.active a.taste-active {
	width: 133px;
	background: url(../images/top/top.jpg) no-repeat -224px -470px;
}
.looksfor-box .tabs li.goods a {
	width: 132px;
	background: url(../images/top/top.jpg) no-repeat -357px -400px;
}
.looksfor-box .tabs li.goods a:hover {
	width: 132px;
	background: url(../images/top/top.jpg) no-repeat -357px -435px;
}
.looksfor-box .tabs li.active a.goods-active {
	width: 132px;
	background: url(../images/top/top.jpg) no-repeat -357px -470px;
}

.looksfor-box .padder {
	padding: 16px 16px 6px 16px;
	background: url(../images/top/bg_tab_box.gif) repeat-y;
	border-bottom: 2px solid #DCC691;
}

.looksfor-box .padder li {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	padding-bottom: 10px;
	line-height: 1.2;
	text-indent: -10px;
}
.looksfor-box .padder li img.icon {
	width: 6px;
	height: 6px;
	margin-right: 4px;
	background: url(../images/list/list.jpg) no-repeat 0 0;
	vertical-align: middle;
}
.looksfor-box .padder li.last {
	margin: 0 0 0 0;
}
.looksfor-box .padder ul {
	width: 484px;
}
.looksfor-box .padder ul:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.looksfor-box .padder ul{
	overflow: hidden;
}
/* Hides from IE-mac */
* html .looksfor-box .padder ul {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

.looksfor-box .padder ul.feature-list li {
	width: 113px;
}
.looksfor-box .padder ul.country-list li {
	width: 113px;
}
.looksfor-box .padder ul.taste-list li {
	width: 113px;
}
.looksfor-box .padder ul.goods-list li {
	width: 113px;
}
/* お客様の声 */
h2.top-ttl-voice {
	width: 516px;
	height: 30px;
	margin: 0 0 11px 0;
	background: url(../images/top/top.jpg) no-repeat -590px -520px;
	text-indent: -999em;	
}
/* 特集 */
h2.top-ttl-feature {
	width: 516px;
	height: 30px;
	margin: 0 0 11px 0;
	background: url(../images/top/top.jpg) no-repeat -590px -460px;
	text-indent: -999em;	
}
.top-main .feature-box {
	margin: 0 0 12px 0;
	padding: 0 0 10px 0;
	color: #572200;
}
.top-main .feature-box h3 {
	line-height: 1.1;
}
.top-main .feature-box p {
	line-height: 1.3;
}
.top-main .feature-box img.arrow {
	width: 11px;
	height: 10px;
	margin-left: 3px;
	background: transparent url(../images/top/top.jpg) no-repeat -770px -700px;
	vertical-align: middle;
}
.top-main .feature-box-top {
	margin-bottom: 7px;
}
.top-main .feature-box-top h3 {
	float: right;
	display: inline;
	width: 325px;
	margin: 0 16px 7px 0;
	padding: 0 29px 7px 0;
	background: url(../images/top/line_feature.gif) no-repeat bottom;
	font-size: 14px;
}
.top-main .feature-box-top p {
	float: right;
	display: inline;
	width: 354px;
	margin: 0 16px 12px 0;
}
.top-main .feature-box-btm {
}
.top-main .feature-box-btm h3 {
	margin: 0 16px 10px 16px;
	padding: 0 30px 6px 0;
	background: url(../images/top/line_feature.gif) no-repeat bottom;
	font-size: 14px;
}
.top-main .feature-box-btm p {
	padding: 0 16px 25px 106px;
}
.top-main .feature-box-01 {
	padding-top: 17px;
	background: url(../images/top/bg_feature_t.gif) no-repeat top;
}
.top-main .feature-box-02 {
	clear: both;
	float: left;
	width: 252px;
	padding-top: 17px;
	background: url(../images/top/bg_feature_t.gif) no-repeat top;
}
.top-main .feature-box-03 {
	float: right;
	width: 252px;
	padding-top: 17px;
	background: url(../images/top/bg_feature_t.gif) no-repeat top;
}
.top-main .feature-box img.feature-img01 {
	width: 120px;
	height: 80px;
	background: transparent url(../images/top/top.jpg) no-repeat 0 -880px;
	float: left;
	margin-left: 16px;
	padding: 0 0 12px 0;
}
.top-main .feature-box img.feature-img02 {
	width: 80px;
	height: 80px;
	background: transparent url(../images/top/top.jpg) no-repeat -140px -880px;
	float: left;
	margin-left: 16px;
	padding: 0 0 12px 0;
}
.top-main .feature-box img.feature-img03 {
	width: 80px;
	height: 80px;
	background: transparent url(../images/top/top.jpg) no-repeat -240px -880px;
	float: left;
	display: inline;
	margin-left: 16px;
	padding: 0 0 12px 0;
}

/* お知らせ */
h2.top-ttl-news {
	width: 516px;
	height: 30px;
	margin: 0 0 11px 0;
	background: url(../images/top/top.jpg) no-repeat -590px -490px;
	text-indent: -999em;	
}
h3.top-ttl-news-main {
	width: 240px;
	height: 22px;
	margin: 0 0 3px 10px;
	background: url(../images/top/top.jpg) no-repeat -1206px -400px;
	text-indent: -999em;	
}
h3.top-ttl-news-item {
	width: 210px;
	height: 22px;
	margin: 0 0 3px 10px;
	background: url(../images/top/top.jpg) no-repeat -1532px -400px;
	text-indent: -999em;	
}
.top-main .news-box {
	color: #572200;
}
.top-main .news-box h3 {
	float: left;
	display: inline;
}
.top-main .news-box ul {
	float: right;
	display: inline;
	margin-right: 7px;
	width: 84px;
}
.top-main .news-box li.rss {
	float: left;
	display: inline;
	margin-top: 1px;
	width: 27px;
}
.top-main .news-box li.rss a {
	display: block;
	width: 27px;
	height: 15px;
	background: url(../images/top/top.jpg) no-repeat -1236px -432px;
	text-indent: -999em;
}
.top-main .news-box li.all {
	float: right;
	width: 52px;
}
.top-main .news-box li.all a {
	display: block;
	width: 52px;
	height: 19px;
	background: url(../images/top/top.jpg) no-repeat -1283px -432px;
	text-indent: -999em;
}
.top-main .news-box dl {
	clear: both;
	width: 516px;
	margin-bottom: 16px;
}
.top-main .news-box dl.last {
	margin-bottom: 0;
}
.top-main .news-box dt {
	clear: both;
	float: left;
	margin-left: 10px;
	padding-top: 5px;
}
.top-main .news-box dt img.icon {
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background: transparent url(../images/top/top.jpg) no-repeat -1206px -432px;
	vertical-align: middle;
}
.top-main .news-box dd {
	padding-top: 5px;
	padding-left: 9em;
	padding-right: 5px;
	background: url(../images/top/line_news.gif) no-repeat bottom;
}
.top-main .news-box dd a {
	display: block;
	padding-right: 20px;
	padding-bottom: 10px;
	background: url(../images/top/arrow_news.gif) no-repeat top right;
}

/* 商品一覧ページ ========================================================================= */
.category-products {
	width: 516px;
	clear: both;
	padding: 0 0 20px;
}
.category-products h2 {
	margin: 0 12px 5px 12px;
	padding: 5px 0 5px 27px;
	background: url(../images/list/bg_list_arrow1.gif) no-repeat 0 50%;
	font-size: 16px;
	font-weight: bold;
}

/* タブメニュー */
.category-title {
	width: 516px;
	height: 39px;
	background: url(../images/bg_main_contents.jpg) no-repeat top;
}
.category-title li {
	float: left;
	display: inline;
	height: 39px;
	text-indent: -999em;
}
.category-title li.tab-list {
	width: 168px;
	margin-right: 5px;
	background: url(../images/list/list.jpg) no-repeat 0 -193px; 
}
.category-title li.tab-about-straight {
	width: 168px;
	margin-right: 5px;
	background: url(../images/list/list.jpg) no-repeat -173px -193px; 
}
.category-title li.tab-howto {
	width: 170px;
	background: url(../images/list/list.jpg) no-repeat -346px -193px; 
}

/* List info */
.list-info {
	width: 492px;
	margin-left: 12px;
	background: url(../images/list/list.jpg) no-repeat 0 -45px;
}
.list-info p {
	width: 200px;
	float: left;
	display: inline;
	margin-left: 10px;
}
.list-info p span {
	font-weight: bold;
}
.list-info-inner {
	width: 492px;
	background: url(../images/list/bg_pagenavi.jpg) no-repeat bottom;
}
.list-info-inner :after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.list-info-inner  {
	overflow: hidden;
	padding: 6px 0;
}
/* Hides from IE-mac */
* html .list-info-inner  {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

/* Sort */ 
.sort {
	float: right;
	width: 280px;
}
.sort label {
	font-weight: bold;
}
.sort .limiter {
	float: right;
	display: inline;
	margin-right: 10px;
}
.sort .sort-by {
	float: right;
	display: inline;
	margin-right: 10px;
}

/* ページャー */ 
.pager {
	margin: 10px 12px;
}
.pager .amount {}
.pager .limiter {}
.pager .pages {
	float: right;
	border-left: 1px dotted #CCC;
}
.pager .pages ol {}
.pager .pages p {
	float: left;
}
.pager .pages li {
	float: left;
	padding: 0 6px;
	border-right: 1px dotted #D8C098;
}
.pager .pages .current {}
.pager .pages img.next {
	width: 17px;
	height: 17px;
	background: url(../images/list/list.jpg) no-repeat -360px -20px;
	vertical-align: middle;
	border: none;
}
.pager .pages img.prev {
	width: 17px;
	height: 17px;
	background: url(../images/list/list.jpg) no-repeat -330px -20px;
	vertical-align: middle;
	border: none;
}

.category-image { display:block; margin:0 auto; }

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even {}
.products-grid td { width:33%; border:1px solid #ddd; padding:5px; }
.products-grid td.empty {}

/* 一覧 */
.products-list li.item {
	clear: both;
	padding-bottom: 20px;
	margin: 0 12px 0 20px;
}
.products-list .product-image {
	float:left;
	border:1px solid #DDCAAE;
}
.products-list .product-shop {
	float: right;
	width: 340px;
}

.products-list ul.eyecatch {
	float: left;
	padding-bottom: 2px;
}
.products-list ul.eyecatch li {
	float: left;
}
.products-list ul.eyecatch li.catch1 {
	display: inline;
	margin-right: 5px;
	padding: 2px 5px;
	line-height: 1.0;
	background: url(../images/list/list.jpg) no-repeat -25px 0;
	font-weight: bold;
}
.products-list ul.eyecatch li.catch2 {
	display: inline;
	margin-right: 5px;
	padding: 2px 5px;
	line-height: 1.0;
	background: url(../images/list/list.jpg) no-repeat -25px 0;
	font-weight: bold;
}
.products-list dl {
	padding-right: 25px;
	background: url(../images/list/bg_list_arrow2.gif) no-repeat right 50%;
	line-height: 1.0;
}
.products-list .products-title-area {
}
.products-list h3 {
	display: block;
	clear: both;
	font-size: 14px;
}
.products-list h3 span.data-page {
	font-size: 10px;
	margin-left: 5px;
	font-weight: normal;
}
.products-list .product-name {
	font-size: 14px;
}
.products-list img.taste-map {
	float: right;
	padding: 0 8px 0 0;
}
.products-list .button-box {
	float: left;
}
.products-list button.cart {
	width: 146px;
	height: 26px;
	margin-bottom: 2px;
	background: url(../images/list/list.jpg) no-repeat -14px -19px;
	border: none;
	cursor: pointer;
}
.products-list .price-box {
	margin-bottom: 5px;
}
.products-list button.cart span {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.products-list button.select {
	width: 146px;
	height: 26px;
	margin-bottom: 2px;
	background: url(../images/list/list.jpg) no-repeat -160px -19px;
	border: none;
	cursor: pointer;
}
.products-list button.select span {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.products-list button.select {
	width: 146px;
	height: 26px;
	background: url(../images/list/list.jpg) no-repeat -160px -19px;
}
.products-list p.favorite img.icon {
	width: 14px;
	height: 14px;
	background: url(../images/list/list.jpg) no-repeat 0 -19px;
	margin-right: 4px;
	vertical-align: middle;
}

/* ======================================================================================= */

/* 検索結果 ========================================================================= */

.catalogsearch-result-index .page-title h2 {
	margin: 0 12px 5px 12px;
	padding: 5px 0 5px 27px;
	background: url(../images/list/bg_list_arrow1.gif) no-repeat 0 50%;
	font-size: 16px;
	font-weight: bold;
}

/* ======================================================================================= */

/* 商品ページ ========================================================================== */
.product-view {
	background: #FFFFFF !important;
	color: #572200;
	padding-bottom: 35px;
}
.product-essential {}
.product-data {
	float: right;
	width: 360px;
	padding-bottom: 20px;
}
.product-data p.detailed-msg {
	float: right;
	padding-left: 16px;
	background: url(../images/product/icon_arrow.gif) no-repeat 0 50%;
}
.product-info-box {
	padding: 25px 35px 0;
}
.product-cover {
	padding: 14px 0 0;
	background: url(../images/product/bg_product_01_t.gif) no-repeat 0 0;
}
.product-cover p.product-copy {
	padding: 0 0 14px;
	background: url(../images/product/bg_product-name_b.gif) no-repeat bottom;
	font-size: 14px;
	font-weight: bold;
}
.product-cover .desc {
	float: left;
	display: inline;
	padding: 2px 4px;
	margin: 0 8px 0 20px;
	background: #FFFFFF;
	border-right: 1px solid #A07B59;
	border-bottom: 1px solid #A07B59;
	font-size: 12px;
	font-weight: bold;
}
.product-view h2 {
	padding: 0 0 5px;
	font-size: 18px;
	font-weight: bold;
}

/* Product Images */
.product-view .product-img-box {
	float:	left;
	display: inline;
	width:	264px;
	padding-bottom: 20px;
}
.product-view .product-img-box .product-image {
}
.product-view .product-img-box img {
	border:1px solid #BEA189;
}
.product-view .product-img-box .product-image {
}
.product-view .product-img-box .product-image img {
}
.product-view .product-img-box .zoom-notice {}
.product-view .product-img-box .zoom {}
.product-view .product-img-box .zoom #track {}
.product-view .product-img-box .zoom #handle {}
.product-view .product-img-box .zoom .btn-zoom-out {}
.product-view .product-img-box .zoom .btn-zoom-in {}
.product-view .product-img-box .more-views ul {
	padding-bottom: 5px;
}
.product-view .product-img-box .more-views li {
	float: left;
	display: inline;
	padding: 0 4px 4px 0;
}

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop {}
.product-view .product-name {}
.product-view .short-description {
	clear: both;
	width: 638px;
	margin-bottom: 20px;
	background: url(../images/product/bg_product_02_t.gif) no-repeat 0 0;
}
.product-view .short-description p {
	padding: 20px;
	background: url(../images/product/bg_outline_b.gif) no-repeat bottom;
	font-size: 14px;
	letter-spacing: 0.15em;
}
.product-view .short-description p:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.product-view .short-description p {
	overflow: hidden;
}
/* Hides from IE-mac */
* html .product-view .short-description p {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */
.product-view .short-description img.ttl {
	width: 89px;
	height: 22px;
	margin-bottom: 5px;
	background: url(../images/product/product.jpg) no-repeat 0 -38px;
}
.product-view .short-description img.sub {
	float: right;
	padding-left: 10px;
}

/* Availability */
.availability {
	margin: 0 0 10px;
}
.availability .in-stock {
	font-weight: bold;
}
.availability .out-of-stock { font-weight:bold; color:#BB312F; }

/* ポイント加算 */
.product-view .product-view-points {
	margin-bottom: 10px;
	background: url(../images/product/bg_product_01_t.gif) no-repeat -708px 0;
	line-height: 1.2;
}
.product-view .product-view-points span {
	font-weight: bold;
}
.product-view .distri_section {
	background: url(../images/product/bg_point_b.gif) no-repeat bottom;
	padding: 8px;
}

/* まとめて購入 */
.product-view .volume-discount {
	margin-bottom: 10px;
	width: 360px;
}
.product-view .volume-discount p {
	margin: 0 0 5px 5px;
	color: #BB312F;
}
.product-view .volume-discount span {
	font-weight: bold;
	color: #BB312F;
}
.product-view .volume-discount ul {
	background: url(../images/product/bg_sale_b.gif) no-repeat bottom;
}
.product-view .volume-discount li {
	padding: 8px;
	border-bottom: 1px solid #FFFFFF;
	vertical-align: middle;
	line-height: 1.2;
}
.product-view .volume-discount img.arrow {
	width: 12px;
	height: 12px;
	margin: 0 5px 0 5px;
	padding: 0;
	background: url(../images/product/product.jpg) no-repeat -167px -38px;
	vertical-align: middle;
}
.product-view .prise-list {
	background: url(../images/product/bg_product_01_t.gif) no-repeat -1068px 0;
}

/* 豆・粉 重量を選ぶ */
.chooses-area {
	padding: 13px 0 0;
	background: url(../images/product/bg_product_01_t.gif) no-repeat -1428px top;
}
.chooses-area p {
	padding: 0 0 5px 15px;
}

/* お気に入りに追加 */
.chooses-area li.favorite img.icon {
	width: 14px;
	height: 14px;
	background: url(../images/list/list.jpg) no-repeat 0 -19px;
	margin-right: 4px;
	vertical-align: middle;
}

/********** < Product Prices */
.price { white-space:nowrap !important; }

/*.category-products .price-box {
	padding-bottom: 5px;
	clear: both;
	float: left;
}*/
.product-data .price-box {
	margin-bottom: 7px;
}
.block-related .price-box {
	margin: 3px 0 1px;
}
.price-box .price {}

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.category-products .old-price {
	font-size: 11px;
	line-height: 1.0;
}
.block-related .old-price {
	font-size: 11px;
}
.old-price .price-label { white-space:nowrap; }
.old-price .price {
	text-decoration: line-through;
}
.price-box .content_weight  { white-space:nowrap; }
.price-box .weight {
	text-decoration: line-through;
	font-size: 11px;
	line-height: 1.0;
}
/* Special price */
.special-price {
	color: #BB312F;
}
.category-products .special-price {
	font-size: 14px;
	margin-bottom: 2px;
}
.product-data .special-price {
	font-size: 16px;
	margin-bottom: 2px;
}
.special-price .price-label {
	font-weight:bold;
	white-space:nowrap;
}
.special-price .price {
	font-weight:bold;
}

/* Weight price */
.weight-price {
	font-weight: normal;
}
.category-products .weight-price {
	font-size: 11px;
}
.product-data .weight-price {
	font-size: 12px;
}

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label {font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links {
	float:left;
	padding: 6px 0 0 10px;
}

/* Add to Cart */
.add-to-cart {
	float: left;
	width: 180px;
}
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button {
	float: left;
	width: 180px;
	height: 38px;
	background: url(../images/product/product.jpg) no-repeat 0 0;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }

/* Product Options */
.product-options {
	padding: 0 0 0 15px;
}
.product-options dt {
	float: left;
}
.product-options dt label {
	font-weight: bold;
	margin-right: 4px;
}
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd {}
.product-options dl.last dd.last {}
.product-options dd {
	float: left;
}
.product-options dd input.input-text {}
.product-options dd textarea {}
.product-options dd select {
	margin-right: 10px;
}
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom {
	clear: both;
	padding: 10px 5px 13px 15px;
	background: url(../images/product/bg_cart_b.gif) no-repeat bottom;
}

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {}

/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews {}

/* 商品情報コンテンツ */
.product-view .padder {
	padding: 20px;
	background: url(../images/product/bg_padder.gif) repeat;
	border-bottom: 1px solid #BEA189;
}

/* タブ */
.product-collateral {}
.product-collateral .tabs {
	height: 38px;
	background: url(../images/product/bg_tab.gif) repeat-x bottom;
}
.product-collateral .tabs li {
	float: left;
	display: inline;
	height: 38px;
	margin-left: 8px;
	text-indent: -999em;
}
.product-collateral .tabs li a {
	display: block;
	height: 38px;
}
.product-collateral .tabs li.related a {
	width: 116px;
	background: url(../images/product/product.jpg) no-repeat 0 -164px;
}
.product-collateral .tabs li.related a:hover {
	width: 116px;
	background: url(../images/product/product.jpg) no-repeat 0 -202px;
}
.product-collateral .tabs li.active a.related-active {
	width: 116px;
	background: url(../images/product/product.jpg) no-repeat 0 -240px;
}
.product-collateral .tabs li.description a {
	width: 116px;
	background: url(../images/product/product.jpg) no-repeat -116px -164px;
}
.product-collateral .tabs li.description a:hover {
	width: 116px;
	background: url(../images/product/product.jpg) no-repeat -116px -202px;
}
.product-collateral .tabs li.active a.description-active {
	width: 116px;
	background: url(../images/product/product.jpg) no-repeat -116px -240px;
}
.product-collateral .tabs li.review a {
	width: 160px;
	background: url(../images/product/product.jpg) no-repeat -232px -164px;
}
.product-collateral .tabs li.review a:hover {
	width: 160px;
	background: url(../images/product/product.jpg) no-repeat -232px -202px;
}
.product-collateral .tabs li.active a.review-active {
	width: 160px;
	background: url(../images/product/product.jpg) no-repeat -232px -240px;
}

/* 関連商品 */
.block-related {}
.block-related:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.block-related {
	overflow: hidden;
}
/* Hides from IE-mac */
* html .block-related {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

.block-related ul {
	clear: left;
}
.block-related li {
	float: left;
	display: inline;
	width: 140px;
	margin: 12px 12px 0 0;
	line-height: 1.3;
	text-align: center;
}
.block-related li.last {
	margin-right: 0;
}
.block-related input.checkbox {
	float:left; margin-right:-20px;
}
.block-related .item { margin-left:20px; }
.block-related .product-images {
	width: 140px;
	height: 140px;
	margin-bottom: 5px;
	background: url(../images/product/product.jpg) no-repeat -315px 0;
}
.block-related .product-images img{
	padding: 5px;
}
.block-related .item .product-details { margin-left:65px; }
.block-related img.icon {
	width: 14px;
	height: 14px;
	background: url(../images/list/list.jpg) no-repeat 0 -19px;
	margin-right: 4px;
	vertical-align: middle;
}

/* 商品詳細 */
#category-small-memo {
	background: url(../images/product/bg_product_02_t.gif) no-repeat -638px 0;
	font-size: 14px;
	margin-bottom: 12px;
}
#category-small-memo .inner {
	background: url(../images/product/bg_memo_b.gif) no-repeat bottom;
}
#category-small-memo:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#category-small-memo {
	overflow: hidden;
}
/* Hides from IE-mac */
* html #category-small-memo {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

#category-small-memo img.icon {
	float: left;
	width: 135px;
	height: 134px;
	margin: 5px 20px;
	background: url(../images/product/product.jpg) no-repeat -180px 0;
}
#category-small-memo p {
	padding: 20px 20px 20px 52px;
	letter-spacing: 0.15em;
}
#category-small-memo p span {
	background: url(../images/product/bg_marker.gif) repeat;
	font-weight: bold;
}

#category-small-data .taste {
	background: url(../images/product/bg_product_02_t.gif) no-repeat -1236px 0;
	font-size: 14px;
	margin-bottom: 12px;
}
#category-small-data .taste p {
	padding: 15px 20px;
	background: url(../images/product/bg_feature_b.gif) no-repeat bottom;
}
#category-small-data .taste p:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#category-small-data .taste p {
	overflow: hidden;
}
/* Hides from IE-mac */
* html #category-small-data .taste p {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

#category-small-data .taste img.ttl {
	width: 105px;
	height: 26px;
	margin-bottom: 5px;
	background: url(../images/product/product.jpg) no-repeat 0 -60px;
}
#category-small-data .taste img.tastemap {
	float: right;
	padding-left: 20px;
}

#category-small-data .data-table-outer {
	background: url(../images/product/bg_drinks_m.gif) repeat-y top;
}
#category-small-data .data-table {
	width: 598px;
	background: url(../images/product/bg_drinks_t.gif) no-repeat top;
}
#category-small-data .data-table th {
	width: 160px;
	padding: 10px 20px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	vertical-align: middle;
}
#category-small-data .data-table td {
	padding: 10px 20px;
	border-bottom: 2px solid #FFF;
	vertical-align: middle;
}
#category-small-data .data-table tr.last {
	background: url(../images/product/bg_drinks_b.gif) no-repeat bottom;
}
#category-small-data .data-table img.ttl-gensanchi {
	width: 138px;
	height: 22px;
	background: url(../images/product/product.jpg) no-repeat 0 -308px;
}
#category-small-data .data-table img.ttl-tanoshimikata {
	width: 138px;
	height: 22px;
	background: url(../images/product/product.jpg) no-repeat 0 -330px;
}
#category-small-data .data-table img.ttl-nomikata {
	width: 138px;
	height: 22px;
	background: url(../images/product/product.jpg) no-repeat 0 -352px;
}

/* ユーザーレビュー */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box {
	width:69px;
	height:13px;
	font-size:0;
	line-height:0;
	background:url(../images/bg_rating.gif) 0 0 repeat-x;
	position:relative;
	overflow:hidden;
}
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }
.ratings-list-box {
	float: right;
	display: inline;
	margin: 12px 20px;
	padding: 10px 0;
	width: 160px;
	background: url(../images/product/bg_star.gif) repeat;
}
.ratings-list-box-outer {
	margin-bottom: 15px;
	background: url(../images/product/bg_review_b.gif) no-repeat bottom;
}
.ratings-list-box-outer:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ratings-list-box-outer {
	overflow: hidden;
}
/* Hides from IE-mac */
* html .ratings-list-box-outer {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

.ratings-list {
	width: 130px;
	margin-left: 15px;
}
.ratings-list td.label {
	width: 60px;
}
.ratings-list img.quality {
	width: 50px;
	height: 10px;
	background: url(../images/product/product.jpg) no-repeat -455px -60px;
}
.ratings-list img.price {
	width: 50px;
	height: 11px;
	background: url(../images/product/product.jpg) no-repeat -455px -70px;
}
.ratings-list img.value {
	width: 50px;
	height: 11px;
	background: url(../images/product/product.jpg) no-repeat -455px -81px;
}
.collateral-box li {
	background: url(../images/product/bg_review_m.gif) repeat-y;
}
.collateral-box li p.ttl {
	padding: 10px 20px 5px 20px;
	background: url(../images/product/bg_review_t.gif) no-repeat;
	color: #639102;
}
.collateral-box li p.ttl span {
	font-weight: bold;
	font-size: 14px;
}
.collateral-box li p.review {
	margin: 0 20px 0 20px;
	padding: 10px 200px 0 0;
	background: url(../images/product/line_review.gif) repeat-x top;
	font-size: 14px;
}

/* 定期購入 */
.product-data .subscription-start {
	display: none;
}

/* レビュー投稿 */
.product-view .add-review {
	padding: 15px 0 0;
	background: url(../images/product/bg_product_02_t.gif) no-repeat -638px 0;
}
.product-view p.review-msg {
	margin-bottom: 10px;
}
.product-view .add-review p.ttl {
	width: 202px;
	height: 22px;
	margin: 0 20px 5px;
	background: url(../images/product/product.jpg) no-repeat -455px 0;
	text-indent: -999em;
}
.product-view .add-review p.product-name {
	color: #BB312F;
	font-weight: normal;
	margin: 0 20px 10px;
	padding-top: 12px;
	background: url(../images/product/line_writes.gif) repeat-x top;
}
.product-view .add-review p.product-name span {
	font-weight: bold;
	font-size: 14px;
}
.product-view .add-review .buttons-set {
	clear: both;
	padding-bottom: 20px;
	background: url(../images/product/bg_memo_b.gif) no-repeat bottom;
}
.product-view .form-list {
	padding: 0 20px;
}
.product-view .form-list li {
	float: left;
	display: inline;
	margin-right: 20px;
	width: 269px;
	padding-bottom: 10px;
}
.product-view .form-list li.right {
	margin-right: 0;
}
.product-view .form-list .required-entry {
	width: 250px;
	margin-top: 3px;
}
.product-view .form-list .input-textarea {
	height: 85px;
}
.product-view .form-list .data-table-box {
	width: 250px;
	margin-top: 3px;
	padding: 7px 0 12px;
	background: #FFF;
}
.product-view .form-list .data-table {
	width: 220px;
	margin-left: 15px;
}
.product-view .form-list .data-table th {
	padding: 0 2px;
	text-align: center;
}
.product-view .form-list .data-table td {
	text-align: center;
	vertical-align: middle;
}
.product-view .form-list .data-table input {
	vertical-align: middle;
}
.product-view .form-list .data-table img {
	vertical-align: middle;
}
.product-view .form-list img.quality {
	width: 50px;
	height: 10px;
	background: url(../images/product/product.jpg) no-repeat -505px -60px;
}
.product-view .form-list img.price {
	width: 50px;
	height: 11px;
	background: url(../images/product/product.jpg) no-repeat -505px -70px;
}
.product-view .form-list img.value {
	width: 50px;
	height: 11px;
	background: url(../images/product/product.jpg) no-repeat -505px -81px;
}
.product-view .form-list img.star1 {
	width: 29px;
	height: 10px;
	background: url(../images/product/product.jpg) no-repeat -555px -60px;
}
.product-view .form-list img.star2 {
	width: 29px;
	height: 10px;
	background: url(../images/product/product.jpg) no-repeat -584px -60px;
}
.product-view .form-list img.star3 {
	width: 29px;
	height: 10px;
	background: url(../images/product/product.jpg) no-repeat -613px -60px;
}
.product-view .form-list img.star4 {
	width: 29px;
	height: 10px;
	background: url(../images/product/product.jpg) no-repeat -642px -60px;
}
.product-view .form-list img.star5 {
	width: 28px;
	height: 10px;
	background: url(../images/product/product.jpg) no-repeat -671px -60px;
}
.product-view .buttons-set {
	padding-top: 10px;
	text-align: center;
}
.product-view .buttons-set .button {
	display: block;
	margin: 0 auto;
	width: 180px;
	height: 38px;
	background: url(../images/product/product.jpg) no-repeat -455px -22px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:bold; line-height:1.5; }

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* カートの中身（中身なし共通） ========================================================================= */

.checkout-cart-index .col-main {
	padding: 0 0 30px 0;
}
.checkout-cart-index .col2-set {
	float: left;
	width: 420px;
}
.checkout-cart-index .totals {
	float: right;
	width: 420px;
}

/* 枠 */
.checkout-cart-index .discount-codes,.discount,.shipping {
	border: 2px solid #E4DAD6;
	margin-bottom: 10px;
	padding: 10px 15px;
}
.checkout-cart-index  #co-shipping-method-form fieldset {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #DDD;
}

/* タイトルまわり */
.checkout-cart-index .page-title {
	
}
.checkout-cart-index .page-title h2 {
	background: url(../images/bg_pagetitle_1col_h2.gif) no-repeat bottom;
}
.checkout-cart-index h2.cart-index-col-ttl {
	padding: 0 30px 11px 30px;
	font-weight: bold;
	margin-bottom: 25px;
}
.checkout-cart-index h2.cart-index-col-ttl img {
	width: 32px;
	height: 30px;
	margin-right: 10px;
	background: url(../images/cart/cart.jpg) no-repeat -90px 0;
	vertical-align: middle;
}

/* フォームまわり */
.checkout-cart-index .discount label {
	display: block;
}
.checkout-cart-index .discount .input-box input {
	float: left;
	display: inline;
	margin-top: 4px;
}
.checkout-cart-index .shipping ul {
	float: left;
}
.checkout-cart-index #co-shipping-method-form dl {
	float: left;
}


/* ボタンまわり */
.checkout-cart-index .page-title .btn-checkout {
	width: 110px;
	height: 28px;
	display: inline;
	margin: 0 35px 0 0;
	background: url(../images/cart/cart.jpg) no-repeat -680px -170px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

.checkout-cart-index tfoot .btn-continue {
	width: 125px;
	height: 28px;
	margin-right:5px;
	display: inline;
	background: url(../images/cart/cart.jpg) no-repeat -230px -55px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

.checkout-cart-index tfoot .btn-update {
	width: 202px;
	height: 28px;
	display: inline;
	background: url(../images/cart/cart.jpg) no-repeat -400px -55px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

.checkout-cart-index .totals li button.btn-checkout {
	float: right;
	display: block;
	width: 110px;
	height: 28px;
	margin: 10px 0;
	background: url(../images/cart/cart.jpg) no-repeat -680px -170px;
	border: 0;
	cursor: pointer;
	text-indent: -9999px;
}

.checkout-cart-index .totals li.multishipping {
	clear: right;
}

.checkout-cart-index .totals li.multishipping img {
	width: 22px;
	height: 16px;
	margin: 0 5px 0 0;
	background: url(../images/cart/cart.jpg) no-repeat -160px -9px;
}

.checkout-cart-index .discount-form .button-cancel {
	float: right;
	width: 119px;
	height: 28px;
	display: inline;
	margin-right: 10px;
	background: url(../images/cart/cart.jpg) no-repeat -480px -100px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

.checkout-cart-index .discount-form .button {
	float: right;
	width: 119px;
	height: 28px;
	display: inline;
	background: url(../images/cart/cart.jpg) no-repeat -650px -55px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

.checkout-cart-index #shipping-zip-form .button {
	float: right;
	display: inline;
	margin-top: 1em;
	width: 78px;
	height: 28px;
	display: inline;
	background: url(../images/cart/cart.jpg) no-repeat -810px -55px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

.checkout-cart-index #co-shipping-method-form .button {
	float: right;
	display: inline;
	margin-top: 0.5em;
	width: 78px;
	height: 28px;
	display: inline;
	background: url(../images/cart/cart.jpg) no-repeat -920px -55px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

/* テーブル */
.checkout-cart-index th.a-center {
	width: 50px;
}
.checkout-cart-index .data-table {
	width: 874px;
	margin: 0 35px 20px;
}
.checkout-cart-index .data-table th {
	padding: 5px;
}
.checkout-cart-index .data-table td {
	padding: 5px;
	border-bottom: 1px solid #C9E0B3;
}
.checkout-cart-index .data-table thead {}
.checkout-cart-index .data-table tbody {}
.checkout-cart-index .data-table tfoot {}
.checkout-cart-index .data-table tr.first th {
	background: #C9E0B3;
}
.checkout-cart-index .data-table tfoot tr.first {
	border-top: 2px solid #C9E0B3;
	border-bottom: 2px solid #C9E0B3;
}
#shopping-cart-totals-table tfoot tr {
	border-top: 2px solid #E4DAD6;
	border-bottom: 2px solid #E4DAD6;
}
#shopping-cart-totals-table strong span.price {
	color: #CC0000;
}

.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
	float: none;
	width:874px;
	margin-left: 35px;
}
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th { padding:5px; }
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }

/* 中身なし */
.checkout-cart-index .txt-noItem {
	font-size: 16px;
	padding: 20px;
	margin: 0 35px 35px;
	border: 1px solid #FF6600;
	text-align: center;
}
.checkout-cart-index .txt-noItem-continues {
	padding: 0 35px 0;
}

/* ======================================================================================= */

/* 複数の住所へ送る ========================================================================= */
.checkout-multishipping-addresses .col-main {
	padding: 0 0 30px 0;
}
.checkout-multishipping-shipping .col-main {
	padding: 0 0 30px 0;
}
.checkout-multishipping-billing .col-main {
	padding: 0 0 30px 0;
}
.checkout-multishipping-overview .col-main {
	padding: 0 0 30px 0;
}
.checkout-multishipping-addresses .multiple-checkout {
	padding: 0 35px;
}

/* タイトルまわり */
.checkout-multishipping-shipping h3.legend {
	margin-bottom: 2px;
	padding: 5px;
	background: #E4DAD6;
}
.checkout-multishipping-shipping h4 {
	float: left;
	width: 240px;
	display: inline;
	margin: 15px;
}
.checkout-multishipping-billing h3 {
	float: left;
	width: 240px;
	display: inline;
	margin: 15px;
}
.checkout-multishipping-overview h3.data-title {
	margin-bottom: 2px;
	padding: 5px;
	background: #EFD1CD;
	color: #BB312F;
}
.checkout-multishipping-overview h4.address-title {
	margin-bottom: 2px;
	padding: 5px;
	background: #E4DAD6;
}
.checkout-multishipping-overview h4.contents-title {
	float: left;
	width: 240px;
	display: inline;
	margin: 15px;
}
.checkout-multishipping-overview h5.contents-title {
	float: left;
	width: 240px;
	display: inline;
	margin: 15px;
	font-size: 14px;
}
.checkout-multishipping-addresses .page-title {
	
}
.checkout-multishipping-addresses .page-title h2 {
	background: url(../images/bg_pagetitle_1col_h2.gif) no-repeat bottom;
	padding: 0 15px 11px;
	font-weight: bold;
	margin-bottom: 25px;
}
.checkout-multishipping-addresses .page-title h2 img {
	width: 38px;
	height: 25px;
	margin-right: 10px;
	background: url(../images/cart/cart.jpg) no-repeat -230px 0;
	vertical-align: middle;
}
.checkout-multishipping-shipping .page-title {
	
}
.checkout-multishipping-shipping .page-title h2 {
	background: url(../images/bg_pagetitle_1col_h2.gif) no-repeat bottom;
	padding: 0 15px 11px;
	font-weight: bold;
	margin-bottom: 25px;
}
.checkout-multishipping-shipping .page-title h2 img {
	width: 38px;
	height: 25px;
	margin-right: 10px;
	background: url(../images/cart/cart.jpg) no-repeat -230px 0;
	vertical-align: middle;
}
.checkout-multishipping-billing .page-title {
	
}
.checkout-multishipping-billing .page-title h2 {
	background: url(../images/bg_pagetitle_1col_h2.gif) no-repeat bottom;
	padding: 0 15px 11px;
	font-weight: bold;
	margin-bottom: 25px;
}
.checkout-multishipping-billing .page-title h2 img {
	width: 38px;
	height: 25px;
	margin-right: 10px;
	background: url(../images/cart/cart.jpg) no-repeat -230px 0;
	vertical-align: middle;
}
.checkout-multishipping-overview .page-title {
	
}
.checkout-multishipping-overview .page-title h2 {
	background: url(../images/bg_pagetitle_1col_h2.gif) no-repeat bottom;
	padding: 0 15px 11px;
	font-weight: bold;
	margin-bottom: 25px;
}
.checkout-multishipping-overview .page-title h2 img {
	width: 38px;
	height: 25px;
	margin-right: 10px;
	background: url(../images/cart/cart.jpg) no-repeat -230px 0;
	vertical-align: middle;
}
.checkout-multishipping-success .page-title {
	
}
.checkout-multishipping-success .page-title h2 {
	background: url(../images/bg_pagetitle_1col_h2.gif) no-repeat bottom;
	padding: 0 15px 11px;
	font-weight: bold;
	margin-bottom: 25px;
}
.checkout-multishipping-success .page-title h2 img {
	width: 38px;
	height: 25px;
	margin-right: 10px;
	background: url(../images/cart/cart.jpg) no-repeat -230px 0;
	vertical-align: middle;
}
.checkout-multishipping-addresses h3 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.rewards-customer-index h3.ttl-pointData {
	margin-top: 25px;
}

/* ボックス */
.checkout-multishipping-shipping .col2-set {
	width: 874px;
	margin: 0 35px 20px;
}
.checkout-multishipping-shipping .box {
	background: url(../images/cart/bg_multishipping_list.gif) no-repeat bottom;
}
.checkout-multishipping-shipping .box:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.checkout-multishipping-shipping .box {
	overflow: hidden;
}
/* Hides from IE-mac */
* html .checkout-multishipping-shipping .box {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

.checkout-multishipping-shipping .gift-messages {
	background: url(../images/cart/bg_multishipping_list.gif) no-repeat bottom;
}
.checkout-multishipping-shipping .gift-messages:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.checkout-multishipping-shipping .gift-messages {
	overflow: hidden;
}
/* Hides from IE-mac */
* html .checkout-multishipping-shipping .gift-messages {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

.checkout-multishipping-shipping .inner-box {
	background: url(../images/cart/bg_multishipping_list.gif) no-repeat bottom;
}
.checkout-multishipping-shipping .inner-box:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.checkout-multishipping-shipping .inner-box {
	overflow: hidden;
}
/* Hides from IE-mac */
* html .checkout-multishipping-shipping .inner-box {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

.checkout-multishipping-shipping .box address {
	background: url(../images/cart/bg_multishipping_list_r.gif) no-repeat top right;
	padding: 15px 15px 15px 285px;
}
.checkout-multishipping-shipping dl.sp-methods {
	background: url(../images/cart/bg_multishipping_list_r.gif) no-repeat top right;
	padding: 15px 15px 15px 285px;
}
.checkout-multishipping-shipping p.control {
	background: url(../images/cart/bg_multishipping_list_r.gif) no-repeat top right;
	padding: 15px 15px 15px 285px;
}
.checkout-multishipping-shipping .box-r {
	background: url(../images/cart/bg_multishipping_list_r.gif) no-repeat top right;
	padding: 15px 15px 15px 285px;
}
.checkout-multishipping-overview .box-r {
	background: url(../images/cart/bg_multishipping_list_r.gif) no-repeat top right;
	padding: 15px 15px 15px 285px;
}
.checkout-multishipping-shipping .inner-box .input-box {
	padding: 0 0 17px 0;
}
.checkout-multishipping-billing .col2-set {
	width: 874px;
	margin: 0 35px 20px;
}
.checkout-multishipping-billing .box {
	background: url(../images/cart/bg_multishipping_list.gif) no-repeat bottom;
}
.checkout-multishipping-billing .box .box-content {
	background: url(../images/cart/bg_multishipping_list_r.gif) no-repeat top right;
	padding: 15px 15px 15px 285px;
}
.checkout-multishipping-overview .col2-set {
	width: 874px;
	margin: 0 35px 20px;
}

.checkout-multishipping-overview .box {
	background: url(../images/cart/bg_multishipping_list.gif) no-repeat bottom;
}
.checkout-multishipping-overview .box:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.checkout-multishipping-overview .box {
	overflow: hidden;
}
/* Hides from IE-mac */
* html .checkout-multishipping-overview .box {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

.checkout-multishipping-overview .box address {
	background: url(../images/cart/bg_multishipping_list_r.gif) no-repeat top right;
	padding: 15px 15px 15px 285px;
}
.checkout-multishipping-overview #review-buttons-container {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 2px solid #E4DAD6;
}
.rewards-customer-index .mypoints-transfers {
	border-bottom: 2px solid #E4DAD6;
}


/* テーブル */
.checkout-multishipping-addresses th.a-center {
	width: 50px;
}
.checkout-multishipping-addresses .data-table {
	width: 874px;
	margin-bottom: 15px;
}
.checkout-multishipping-addresses .data-table th {
	padding: 5px;
}
.checkout-multishipping-addresses .data-table td {
	padding: 10px;
	border-bottom: 1px solid #C9E0B3;
}
.checkout-multishipping-addresses .data-table td.last {
	width: 100px;
}
.checkout-multishipping-addresses .data-table td.a-right {
	padding-right: 0;
}
.checkout-multishipping-addresses .data-table tr.first th {
	background: #C9E0B3;
}
.checkout-multishipping-addresses .data-table tfoot tr {
	border-top: 2px solid #C9E0B3;
	border-bottom: 2px solid #C9E0B3;
}
.checkout-multishipping-shipping .data-table thead tr.first {
	background: #C9E0B3;
}
.checkout-multishipping-shipping .data-table th {
	text-align: center;
}
.checkout-multishipping-shipping .data-table th.a-center {
	width: 100px;
}
.checkout-multishipping-shipping .data-table td.a-center {
	width: 100px;
}
.checkout-multishipping-shipping .data-table tbody td {
	text-align: left;
	border-bottom: 1px solid #C9E0B3;
}
.checkout-multishipping-shipping .data-table tfoot tr.last {
	border-top: 2px solid #C9E0B3;
}
.checkout-multishipping-shipping .box-r table {
	width: 100%;
}
.checkout-multishipping-overview .data-table thead tr.first {
	background: #C9E0B3;
}
.checkout-multishipping-overview .data-table th {
	text-align: center;
}
.checkout-multishipping-overview .data-table th.a-center {
	width: 100px;
}
.checkout-multishipping-overview .data-table td.a-center {
	width: 100px;
}
.checkout-multishipping-overview .data-table tbody td {
	text-align: left;
	border-bottom: 1px solid #C9E0B3;
}
.checkout-multishipping-overview .data-table tfoot tr.last {
	border-top: 2px solid #C9E0B3;
}
.checkout-multishipping-overview .box-r table {
	width: 100%;
}

/* テキスト */
.checkout-multishipping-addresses .buttons-set .back-link {
	float: left;
}

.checkout-multishipping-shipping .buttons-set .back-link {
	float: left;
	padding-left: 35px;
}

.checkout-multishipping-billing .buttons-set .back-link {
	float: left;
	padding-left: 35px;
}

.checkout-multishipping-shipping .inner-box p.gift-txt {
	background: url(../images/cart/bg_multishipping_list_r.gif) no-repeat top right;
	padding: 15px 15px 15px 285px;
}

.checkout-multishipping-success p.success-txt {
	margin-bottom: 20px;
}
.checkout-multishipping-success p.success-txt strong {
	font-size: 16px;
}
.checkout-multishipping-addresses a.btn-remove2 img {
	width: 13px;
	height: 15px;
	margin-right: 5px;
	background: url(../images/cart/cart.jpg) no-repeat -290px 0;
	vertical-align: middle;
}
.checkout-cart-index a.btn-remove2 img {
	width: 13px;
	height: 15px;
	margin-right: 5px;
	background: url(../images/cart/cart.jpg) no-repeat -290px 0;
	vertical-align: middle;
}
.checkout-multishipping-overview .box p {
	background: url(../images/cart/bg_multishipping_list_r.gif) no-repeat top right;
	padding: 15px 15px 15px 285px;
}
.checkout-multishipping-overview p.grand-total {
	padding: 5px 15px;
	border-top: 2px solid #E4DAD6;
}
.checkout-multishipping-overview p.grand-total span {
	color: #BB312F;
}
.checkout-multishipping-overview .col2-set p.caption {
	text-align: right;
	padding: 5px 15px;
	border-top: 2px solid #E4DAD6;
	border-bottom: 2px solid #E4DAD6;
}
.checkout-multishipping-overview .col2-set p.caption span {
	font-weight: bold;
}
.checkout-cart-index .totals p.caption {
	padding: 5px 0;
	border-top: 1px solid #E4DAD6;
}
.checkout-cart-index .totals tr {
	border-top: 1px solid #E4DAD6;
}


/* リスト */
.checkout-multishipping-shipping .inner-box ol {
	padding: 0 15px 0 285px;
}

/* ボタンまわり */
.checkout-multishipping-addresses .page-title .button {
	width: 132px;
	height: 28px;
	display: inline;
	margin: 4px 15px 0 0;
	background: url(../images/cart/cart.jpg) no-repeat 0px -170px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

.checkout-multishipping-addresses .a-right .button {
	width: 133px;
	height: 28px;
	background: url(../images/cart/cart.jpg) no-repeat -170px -170px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

.checkout-multishipping-addresses .buttons-set .button {
	float: right;
	width: 110px;
	height: 28px;
	background: url(../images/cart/cart.jpg) no-repeat -330px -102px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

.checkout-multishipping-shipping .buttons-set .button {
	float: right;
	display: inline;
	margin-right: 35px;
	width: 120px;
	height: 28px;
	background: url(../images/cart/cart.jpg) no-repeat -330px -102px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

.checkout-multishipping-billing .buttons-set .button {
	float: right;
	display: inline;
	margin-right: 35px;
	width: 126px;
	height: 28px;
	background: url(../images/cart/cart.jpg) no-repeat -170px -102px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

.checkout-multishipping-addresses .title-buttons .button {
	float: right;
	width: 132px;
	height: 28px;
	background: url(../images/cart/cart.jpg) no-repeat 0 -170px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

.checkout-multishipping-success .buttons-set .button {
	width: 125px;
	height: 28px;
	background: url(../images/cart/cart.jpg) no-repeat -230px -55px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

.checkout-multishipping-overview .buttons-set .button {
	float: right;
	width: 120px;
	height: 28px;
	background: url(../images/cart/cart.jpg) no-repeat 0 -102px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

/* フォーム */
.checkout-multishipping-shipping .input-box .giftmessage-area {
	width: 300px;
	height: 100px;
}

/* ======================================================================================= */

/* レジに進む ============================================================================== */
/* One Page */
.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section {
	border:none;
}
.opc .step-title {
	clear: both;
	background: #F4EBE4 url(../images/cart/bg_default.gif) no-repeat 10px 50%;
	margin: 0 35px;
	padding: 5px 10px 5px 40px;
	color: #BAA392;
	border-bottom: 2px solid #FFF;
}
.opc .step-title .number {
	float:left;
	ine-height:22px;
	margin-right:5px;
	font-size: 18px;
	font-weight: bold;
}
.opc .step-title h2 {
	float:left;
	ine-height:22px;
	margin-right:5px;
	font-size: 18px;
	font-weight: bold;
}
.opc .step-title h3 { float:left; }
.opc .step-title a { display:none; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .allow .step-title {
	background: #EFD1CD url(../images/cart/bg_arrow.gif) no-repeat 0 50%;
	cursor: pointer;
	color: #CC0000;
}
.opc .active .step-title {
	background: #FFFFFF url(../images/cart/bg_active.gif) no-repeat 8px 50%;
	cursor: default;
	color: #CC0000;
	border: 2px solid #EFD1CD;
}
.opc .step {
	padding: 10px 45px;
	position:relative;
	border: none;
}
.opc .step:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.opc .step {
	overflow: hidden;
}
/* Hides from IE-mac */
* html .opc .step {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

.opc .step p {
	padding-bottom: 10px;
}
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

/* タイトルまわり */
.checkout-onepage-index .page-title {
	
}
.checkout-onepage-index .page-title h2 {
	background: url(../images/bg_pagetitle_h2.gif) no-repeat bottom;
}
.page-title h2.checkout-col-ttl {
	padding: 0 15px 11px;
	font-weight: bold;
	margin-bottom: 25px;
}
.page-title h2.checkout-col-ttl img {
	width: 47px;
	height: 31px;
	margin-right: 10px;
	background: url(../images/cart/cart.jpg) no-repeat 0 0;
	vertical-align: middle;
}

/* リスト */
#checkout-payment-method-load dd ul {
	margin-bottom: 20px;
}
#checkout-payment-method-load dd ul li p {
	margin-bottom: 5px;
}
#checkout-payment-method-load dd ul li ul {
	margin-bottom: 15px;
}
#checkout-payment-method-load dd ul li ul li {
	font-size: 10px;
	list-style: outside disc !important;
	margin-left: 15px;
}

/* イメージ */
#checkout-payment-method-load img.icon_card {
	width: 174px;
	height: 21px;
	margin: 5px 0 15px;
	background: url(../images/cart/cart.jpg) no-repeat 0 -300px;
}

/* 会員or非会員 */
.checkout-onepage-index .col2-set .col-1 {
	float: left;
	width: 305px;
}
.checkout-onepage-index .col2-set .col-2 {
	float: right;
	width: 305px;
}
.checkout-onepage-index #checkout-step-login h3 {
	margin: 0 10px 10px;
}
.checkout-onepage-index #checkout-step-login h4 {
	margin: 0 10px 10px;
}
.checkout-onepage-index #checkout-step-login p {
	margin: 0 10px 10px;
}
.checkout-onepage-index #checkout-step-login ul {
	margin: 0 20px 10px;
}
.checkout-onepage-index .col-1 p.select-member {
	background: #C9E0B3;
	padding: 4px 10px;
	margin: 0 0 10px!important;
}
.checkout-onepage-index .col-2 p.select-member {
	background: #F9C7B1;
	padding: 4px 10px;
	margin: 0 0 10px!important;
}

/* フォーム */
.checkout-onepage-index .whole-order .input-box textarea {
	width: 300px;
}

/* ボタンまわり */
#billing-buttons-container .form-button {
	width: 64px;
	height: 28px;
	background: url(../images/cart/cart.jpg) no-repeat 0 -55px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}
#checkout-step-shipping .form-button {
	width: 64px;
	height: 28px;
	background: url(../images/cart/cart.jpg) no-repeat 0 -55px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}
#checkout-step-shipping_method .back-link {
	float: left;
}
#checkout-step-shipping_method .button {
	float: right;
	width: 64px;
	height: 28px;
	background: url(../images/cart/cart.jpg) no-repeat 0 -55px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

#gift-notice {
	font-size: 11px;
}

#gift-message-example {
	background-color: #F6F6F6;
	padding: 5px;
	margin-bottom: 5px;
}

#payment-buttons-container .back-link {
	float: left;
}
#payment-buttons-container .button {
	float: right;
	width: 64px;
	height: 28px;
	background: url(../images/cart/cart.jpg) no-repeat 0 -55px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}
#checkout-step-review .btn-checkout {
	float: right;
	width: 148px;
	height: 38px;
	background: url(../images/cart/cart.jpg) no-repeat 0 -102px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}
#checkout-step-login .col-1 .button {
	margin-right: 10px;
	width: 64px;
	height: 28px;
	background: url(../images/cart/cart.jpg) no-repeat 0 -55px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}
#checkout-step-login .buttons-set {
	text-align: right;
}
#checkout-step-login .col-2 .button {
	margin-right: 10px;
	width: 77px;
	height: 28px;
	background: url(../images/cart/cart.jpg) no-repeat -109px -55px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

/* テーブル */
#checkout-step-review th.a-center {
	width: 50px;
}
#checkout-step-review .data-table {
	width:100%;
}
#checkout-step-review .data-table th {
	padding: 5px;
}
#checkout-step-review .data-table td {
	padding: 5px;
	border-bottom: 1px solid #C9E0B3;
}
#checkout-step-review .data-table thead {}
#checkout-step-review .data-table tbody {}
#checkout-step-review .data-table tfoot {}
#checkout-step-review .data-table tr.first th {
	background: #C9E0B3;
}

/* ページ下の余白 */
#opc-review {
	padding-bottom: 35px;
}

/* 右メニュー */
.checkout-onepage-index .block-title h2 {
	width: 180px;
	height: 26px;
	background: url(../images/side.jpg) no-repeat -760px -640px;
	text-indent: -999em;
}
.checkout-onepage-index .block-title dl,li {
	list-style: none !important;
}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list {}
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */

/* 注文完了画面 ============================================================================== */
.checkout-onepage-success .col-main {
	position: relative;
	padding-top: 65px;
}

.checkout-onepage-success .page-title h2 {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg_pagetitle_h2.gif) no-repeat bottom;
	padding: 0 15px 11px;
	font-weight: bold;
	margin-bottom: 25px;
}
.checkout-onepage-success .page-title img {
	width: 47px;
	height: 31px;
	margin-right: 10px;
	background: url(../images/cart/cart.jpg) no-repeat 0 0;
	vertical-align: middle;
}

.checkout-onepage-success .col-main p.order-thanks {
	font-size: 16px;
	margin-bottom: 15px;
}
.checkout-onepage-success .col-main p.order-print {
	margin-bottom: 15px;
}
.checkout-onepage-success .col-main .buttons-set .button {
	width: 125px;
	height: 28px;
	margin-right:5px;
	display: inline;
	background: url(../images/cart/cart.jpg) no-repeat -230px -55px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

/* ログインまたはアカウント新規作成 ============================================================================== */
.checkout-multishipping-login .col-main {
	padding: 0 0 30px 0;
	text-align: center;
}
.checkout-multishipping-login .col2-set,
.customer-account-login .col2-set{
	width: 874px;
	margin: 0 auto;
	text-align: left;
}
.checkout-multishipping-login .col2-set,
.customer-account-login .col2-set	{
	overflow: hidden;
}
.checkout-multishipping-login .col2-set .col-1,
.customer-account-login .col2-set .col-1 {
	float: left;
	width: 420px;
}
.checkout-multishipping-login .col2-set .col-1 p,
.customer-account-login .col2-set .col-1 p {
	padding: 0 15px 10px;
}
.checkout-multishipping-login .col2-set .col-2,
.customer-account-login .col2-set .col-2 {
	float: right;
	width: 420px;
}
.checkout-multishipping-login .col2-set .col-2 p,
.customer-account-login .col2-set .col-2 p {
	padding: 0 15px 10px;
}
.checkout-multishipping-login .col2-set .col-2 li,
.customer-account-login .col2-set .col-2 li {
	padding: 0 15px 10px;
}
.checkout-multishipping-login .col2-set .col-1 .buttons-set,
.customer-account-login .col2-set .col-1 .buttons-set {
	padding: 5px;
	background: #F2EEEC;
	text-align: right;
}
.checkout-multishipping-login .col2-set .col-2 .buttons-set,
.customer-account-login .col2-set .col-2 .buttons-set {
	padding: 5px;
	background: #F2EEEC;
	text-align: right;
}

.checkout-multishipping-login col2-set:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.checkout-multishipping-login col2-set {
	overflow: hidden;
}
/* Hides from IE-mac */
* html .checkout-multishipping-login col2-set {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

.customer-account-login col2-set:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.customer-account-login col2-set {
	overflow: hidden;
}
/* Hides from IE-mac */
* html .customer-account-login col2-set {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

/* タイトルまわり */
.checkout-multishipping-login .page-title,
.customer-account-login .page-title {
	
	text-align: left;
}
.checkout-multishipping-login .page-title h2,
.customer-account-login .page-title h2 {
	background: url(../images/bg_pagetitle_1col_h2.gif) no-repeat bottom;
	padding: 0 15px 11px;
	font-weight: bold;
	margin-bottom: 25px;
}
.checkout-multishipping-login .page-title h2 img,
.customer-account-login .page-title h2 img {
	width: 18px;
	height: 30px;
	margin-right: 10px;
	background: url(../images/cart/cart.jpg) no-repeat -330px 0;
	vertical-align: middle;
}
.checkout-multishipping-login .new-users h3,
.customer-account-login .new-users h3 {
	background: #C9E0B3;
	padding: 4px 10px;
	margin: 0 0 10px;
}
.checkout-multishipping-login .registered-users h3,
.customer-account-login .registered-users h3 {
	background: #F9C7B1;
	padding: 4px 10px;
	margin: 0 0 10px;
}
.checkout-multishipping-login #checkout-step-login h4,
.customer-account-login #checkout-step-login h4 {
	margin: 0 10px 10px;
}

/* ボタンまわり */
.checkout-multishipping-login .new-users .button,
.customer-account-login .new-users .button {
	width: 129px;
	height: 28px;
	background: url(../images/cart/cart.jpg) no-repeat 0 -230px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}
.checkout-multishipping-login .registered-users .button,
.customer-account-login .registered-users .button {
	width: 77px;
	height: 28px;
	background: url(../images/cart/cart.jpg) no-repeat -180px -230px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

/* パスワードをお忘れですか ============================================================================== */

.customer-account-forgotpassword .col-main {
	padding: 0 0 30px 0;
}
.customer-account-forgotpassword h2 {
	background: url(../images/bg_pagetitle_1col_h2.gif) no-repeat bottom;
	padding: 0 15px 11px 30px;
	font-weight: bold;
	margin-bottom: 25px;
}
.customer-account-forgotpassword h2 img {
	width: 18px;
	height: 30px;
	margin-right: 10px;
	background: url(../images/cart/cart.jpg) no-repeat -330px 0;
	vertical-align: middle;
}
.customer-account-forgotpassword h3 {
	background:#E4DAD6 none repeat scroll 0 0;
	margin-bottom:10px;
	padding:5px;
}
.customer-account-forgotpassword .fieldset {
	padding: 0 35px;
}
.customer-account-forgotpassword .fieldset .input-text {
	width: 200px;
	margin-right: 10px;
	padding: 5px;
}
.customer-account-forgotpassword .fieldset ul {
	padding: 0 0 15px;
}
.customer-account-forgotpassword .fieldset p {
	padding: 0 0 15px;
}
.customer-account-forgotpassword .buttons-set {
	padding: 0 35px;
}
.customer-account-forgotpassword .button {
	width: 55px;
	height: 28px;
	background: url(../images/cart/cart.jpg) no-repeat -430px -170px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

/* 新規会員登録 ============================================================================== */
.customer-account-create .col-main {
	padding: 0 0 30px 0;
	text-align: center;
}
.customer-account-create .group-select{
	width: 874px;
	margin: 0 auto;
	text-align: left;
}
.customer-account-create .button-set{
	width: 874px;
	margin: 0 auto;
	text-align: left;
}
.customer-account-create .group-select ul{
	padding: 0 15px 15px;
}

/* タイトルまわり */
.customer-account-create .page-head {
	
	text-align: left;
}
.customer-account-create .page-head h2 {
	background: url(../images/bg_pagetitle_1col_h2.gif) no-repeat bottom;
	padding: 0 15px 11px;
	font-weight: bold;
	margin-bottom: 25px;
}
.customer-account-create .page-head h2 img {
	width: 18px;
	height: 30px;
	margin-right: 10px;
	background: url(../images/cart/cart.jpg) no-repeat -330px 0;
	vertical-align: middle;
}
.customer-account-create h3 {
	background: #E4DAD6;
	padding: 5px;
	margin-bottom: 10px;
}

/* ボタンまわり */
.customer-account-create .button-set .form-button {
	float: right;
	width: 55px;
	height: 28px;
	background: url(../images/cart/cart.jpg) no-repeat -430px -170px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

/* テキスト */
.customer-account-create .button-set p.required {
	margin-bottom: 20px;
}

/* ページ移動中 ============================================================================== */

.customer-account-logoutsuccess .col-main {
	padding: 0 0 30px 0;
}
.customer-account-logoutsuccess h2 {
	background: url(../images/bg_pagetitle_1col_h2.gif) no-repeat bottom;
	padding: 0 15px 11px 30px;
	font-weight: bold;
	margin-bottom: 25px;
}
.customer-account-logoutsuccess h2 img {
	width: 38px;
	height: 30px;
	margin-right: 10px;
	background: url(../images/cart/cart.jpg) no-repeat -380px 0;
	vertical-align: middle;
}

.customer-account-logoutsuccess .col-main p {
	padding: 0 35px 100px;
}

/* マイページ ============================================================================== */
.customer-account-index .col-main,
	.customer-account-edit .col-main,
	.customer-address-index .col-main,
	.sales-order-history .col-main,
	.review-customer-index .col-main,
	.tag-customer-index .col-main,
	.wishlist-index-index .col-main,
	.newsletter-manage-index .col-main,
	.downloadable-customer-products .col-main,
	.rewards-customer-index .col-main,
	.sales-order-view .col-main,
	.sales-order-invoice .col-main,
	.sales-order-shipment .col-main,
	.customer-address-form .col-main,
	.review-customer-view .col-main {
	padding: 0 0 30px 0;
	text-align: center;
}
.customer-account-index .dashboard .welcome-msg,
	.customer-account-index .box-account,
	.customer-account-edit fieldset,
	.customer-account-edit .required,
	.customer-account-edit .buttons-set,
	
	.customer-address-index .addresses-list,
	.customer-address-index .buttons-set,
	
	.sales-order-history .data-table,
	.sales-order-history .buttons-set,
	
	.review-customer-index .buttons-set,
	
	.tag-customer-index .buttons-set,
	
	.wishlist-index-index fieldset,
	.wishlist-index-index .buttons-set,
	
	.newsletter-manage-index fieldset,
	
	.downloadable-customer-products .buttons-set,
	
	.rewards-customer-index .mypoints-summary,
	.rewards-customer-index .mypoints-transfers,
	.rewards-customer-index .mypoints-information,
	
	.sales-order-view .sales-order-view-contents,
	
	.sales-order-invoice .sales-order-view-contents,
	
	.sales-order-shipment .sales-order-view-contents,
	
	.oasis-awsarp-reorder-index .sales-order-view-contents,
	
	.customer-address-index .col-2,
	
	.customer-address-form .col-2,
	.sales-order-bottomcontent,
	.review-customer-view .customer-address-form-contents,
	.sarp-customer-view .primary-address-list,
	.sarp-customer-change .col-2 {
	width: 638px;
	margin: 0 auto;
	text-align: left;
}
.rewards-customer-index .mypoints-transfers {
	clear: both;
}

/* サイドメニュー */
.block-account {
}
.block-account .block-title h2.side-ttl-account {
	width: 180px;
	height: 26px;
	margin-bottom: 10px;
	background: url(../images/side.jpg) no-repeat 0 -700px;
	text-indent: -999em;
}

/* h2まわり */
.customer-account-index .page-title,
	.customer-account-edit .page-title,
	.customer-address-index .page-title,
	.sales-order-history .page-title,
	.review-customer-index .page-title,
	.tag-customer-index .page-title,
	.wishlist-index-index .page-title,
	.newsletter-manage-index .page-title,
	.downloadable-customer-products .page-title,
	.rewards-customer-index .page-head,
	.sales-order-view .page-title,
	.sales-order-invoice .page-title,
	.sales-order-shipment .page-title,
	.customer-address-form .page-head,
	.review-customer-view .page-title {
	
	text-align: left;
}
.sales-order-view .page-title,
.sales-order-invoice .page-title,
.sales-order-shipment .page-title,
.customer-address-index .page-title {
	position: relative;
}
.sales-order-view .title-button-right,
.sales-order-invoice .title-button-right,
.sales-order-shipment .title-button-right {
	position: absolute;
	top: 10px;
	right: 15px;
}
.customer-account-index .page-title h2,
	.customer-account-edit .page-title h2,
	.customer-address-index .page-title h2,
	.sales-order-history .page-title h2,
	.review-customer-index .page-title h2,
	.tag-customer-index .page-title h2,
	.wishlist-index-index .page-title h2,
	.newsletter-manage-index .page-title h2,
	.downloadable-customer-products .page-title h2,
	.rewards-customer-index .page-head h2,
	.sales-order-view .page-title h2,
	.sales-order-invoice h2,
	.sales-order-shipment h2,
	.customer-address-form h2,
	.review-customer-view h2,
	.sarp-customer-index .page-title h2,
	.sarp-customer-view .page-title h2,
	.sarp-customer-history .page-title h2,
	.sarp-customer-change .page-head h2 {
	background: url(../images/bg_pagetitle_h2.gif) no-repeat bottom;
	padding: 0 15px 11px;
	font-weight: bold;
	margin-bottom: 25px;
}
.customer-account-index .page-title h2 img,
	.customer-account-edit .page-title h2 img,
	.customer-address-index .page-title h2 img,
	.sales-order-history .page-title h2 img,
	.review-customer-index .page-title h2 img,
	.tag-customer-index .page-title h2 img,
	.wishlist-index-index .page-title h2 img,
	.newsletter-manage-index .page-title h2 img,
	.downloadable-customer-products .page-title h2 img,
	.rewards-customer-index .page-head h2 img,
	.sales-order-view .page-title h2 img,
	.sales-order-invoice h2 img,
	.sales-order-shipment h2 img,
	.customer-address-form h2 img,
	.review-customer-view h2 img,
	.sarp-customer-index .page-title h2 img,
	.sarp-customer-view .page-title h2 img,
	.sarp-customer-history .page-title h2 img,
	.sarp-customer-change .page-head h2 img {
	width: 36px;
	height: 27px;
	margin-right: 10px;
	background: url(../images/account/account.jpg) no-repeat 0 0;
	vertical-align: middle;
}

/* 薄茶背景タイトルまわり */
.customer-account-index .box-head,
.sales-order-view dl.order-info,
.sales-order-invoice dl.order-info,
.sales-order-shipment dl.order-info,
.customer-account-edit h3,
.customer-address-index h3,
.customer-address-form h3,
.wishlist-index-index .buttons-set2,
.sarp-customer-change h3 {
	padding: 5px 10px;
	background: #E4DAD6;
	margin-bottom: 2px;
	border: none;
}
.customer-account-index .box-head:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.customer-account-index .box-head {
	overflow: hidden;
}
/* Hides from IE-mac */
* html .customer-account-index .box-head {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

.customer-account-index .box-head h2 {
	float: left;
	font-size: 16px;
	font-weight: bold;
}
.customer-account-index .box-head a {
	float: right;
}
.sales-order-view dl.order-info,
.sales-order-invoice dl.order-info,
.sales-order-shipment dl.order-info,
.oasis-awsarp-reorder-index dl.order-info {
	font-size: 16px;
}

/* データリストタイトルまわり */
.sales-order-view .box-title h3,
.sales-order-invoice .box-title h3,
.sales-order-shipment .box-title h3,
.oasis-awsarp-reorder-index .box-title h3 {
	font-size: 14px;
}

/* ボックス */
.customer-account-index .dashboard .welcome-msg {
	padding-bottom: 35px;
}
.sales-order-bottomcontent {
	margin-top: 25px;
}
.sales-order-bottomcontent .head,
.sales-order-shipment .order-items-title {
	position: relative;
}
.sales-order-bottomcontent .head a,
.sales-order-shipment .order-items-title a {
	position: absolute;
	top: 0;
	right: 0;
}
.sales-order-invoice .sales-order-view,
.sales-order-shipment .buttons-set {
	margin-top: 15px;
}

.newsletter-manage-index ul.form-list {
	margin-bottom: 15px;
	background: #F2EEEC;
}
.newsletter-manage-index ul.form-list li {
	padding: 15px;
	font-size: 16px;
}
.newsletter-manage-index .col-main {
	padding-bottom: 300px;
}
.review-customer-view .product-img-box {
	width: 172px;
	float: left;
}

.review-customer-view .product-img-box a.product-image {
	width: 152px;
}
.rewards-customer-index .mypoints-summary {
	width: 200px;
	float: left;
}
.rewards-customer-index .mypoints-sendfriend {
	float: right;
}

.shipping-tracking-popup .buttons-set {
	margin: 20px;
}
.shipping-tracking-popup .data-table {
	width: 600px;
	margin: 0 auto 20px;
	border: 2px solid #C0A58F;
	border-collapse: collapse;
	text-align: left;
	font-size: 14px;
}

.shipping-tracking-popup .data-table th {
	padding: 15px;
	background: #C0A58F;
	border: 1px dotted #C0A58F;
	color: #FFF;
}

.shipping-tracking-popup .data-table td {
	padding: 15px;
	border: 1px dotted #C0A58F;
}

/* margin15 */
.customer-account-edit ul.group-select {
	margin: 15px;
}
.customer-address-form .col-2 ul {
	margin: 15px;
}

.sarp-customer-change .col-2 ul {
	margin: 15px;
}

/* データボックス（ダッシュボード） */
.customer-account-index .box {
	background: url(../images/account/bg_account_list.gif) no-repeat bottom;
	margin-bottom: 2px;
}
.customer-account-index .box:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.customer-account-index .box {
	overflow: hidden;
}
/* Hides from IE-mac */
* html .customer-account-index .box {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

.customer-account-index .box-content {
	background: url(../images/cart/bg_multishipping_list_r.gif) no-repeat top right;
	padding: 15px 15px 15px 217px;
}
.customer-account-index .box-title {
	float: left;
	width: 185px;
	display: inline;
	margin: 15px;
}
.customer-account-index .box-content .col-1 address {
	margin-bottom: 15px;
}

#remove_acount_note {
	margin: 10px 2px;
}

/* データボックス（注文情報詳細） */
.sales-order-view .box-content,
.sales-order-invoice .box-content,
.sales-order-shipment .box-content,
.customer-address-index .box-content,
.sarp-customer-view .box-content,
.oasis-awsarp-reorder-index .box-content {
	background: url(../images/account/bg_account_list_r.gif) no-repeat top right;
	padding: 15px 15px 15px 217px;
}
.sales-order-view .box-title,
.sales-order-invoice .box-title,
.sales-order-shipment .box-title,
.customer-address-index .box-title,
.sarp-customer-view .box-title,
.oasis-awsarp-reorder-index .box-title {
	float: left;
	width: 185px;
	display: inline;
	margin: 15px;
}
.sales-order-view .box-content .col-1 address,
.sales-order-invoice .box-content .col-1 address,
.sales-order-shipment .box-content .col-1 address,
.sarp-customer-view .box-content .col-1 address,
.oasis-awsarp-reorder-index .box-content .col-1 address {
	margin-bottom: 15px;
}
.sales-order-view .box,
.sales-order-invoice .box,
.sales-order-shipment .box,
.customer-address-index .box,
.sarp-customer-view .box,
.oasis-awsarp-reorder-index .box {
	background: url(../images/account/bg_account_list.gif) no-repeat bottom;
	margin-bottom: 2px;
}

.customer-address-index .box:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.customer-address-index .box {
	overflow: hidden;
}
/* Hides from IE-mac */
* html .customer-address-index .box {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

.sales-order-view .box:after,
.oasis-awsarp-reorder-index .box:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.sales-order-view .box,
.oasis-awsarp-reorder-index .box {
	overflow: hidden;
}
/* Hides from IE-mac */
* html .sales-order-view .box {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

.sales-order-invoice .box:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.sales-order-invoice .box {
	overflow: hidden;
}
/* Hides from IE-mac */
* html .sales-order-invoice .box {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

.sales-order-shipment .box:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.sales-order-shipment .box {
	overflow: hidden;
}
/* Hides from IE-mac */
* html .sales-order-shipment .box {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

/* ボタンまわり */
.customer-account-edit .buttons-set .button {
	float: right;
	width: 55px;
	height: 28px;
	background: url(../images/account/account.jpg) no-repeat 0 -55px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}
.customer-address-index .page-title .button {
	position: absolute;
	top: 0;
	right: 15px;
	width: 132px;
	height: 28px;
	background: url(../images/account/account.jpg) no-repeat -90px -55px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}
.customer-address-form .button-set .form-button {
	float: right;
	width: 55px;
	height: 28px;
	background: url(../images/account/account.jpg) no-repeat 0 -55px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

.sarp-customer-change .button-set .form-button {
	float: right;
	width: 55px;
	height: 28px;
	background: url(../images/account/account.jpg) no-repeat 0 -55px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

.wishlist-index-index tr .button {
	width: 140px;
	height: 28px;
	background: url(../images/account/account.jpg) no-repeat 0 -110px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}
.wishlist-index-index .buttons-set2 .button01 {
	width: 171px;
	height: 28px;
	background: url(../images/account/account.jpg) no-repeat -260px -55px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}
.wishlist-index-index .buttons-set2 .button02 {
	width: 168px;
	height: 28px;
	background: url(../images/account/account.jpg) no-repeat -470px -55px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}
.wishlist-index-index .buttons-set2 .button03 {
	width: 176px;
	height: 28px;
	background: url(../images/account/account.jpg) no-repeat -670px -55px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}
.newsletter-manage-index .buttons-set .button {
	float: right;
	width: 55px;
	height: 28px;
	background: url(../images/account/account.jpg) no-repeat 0 -55px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}
.rewards-customer-index .mypoints-sendfriend .form-button {
	float: right;
	width: 130px;
	height: 28px;
	background: url(../images/account/account.jpg) no-repeat -170px -110px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

/* テキストエリア */
.wishlist-index-index textarea {
	width: 200px;
	height: 40px;
	margin: 5px 0;
}

/* テーブル */
.customer-account-index .data-table {
	width: 638px;
	margin: 0 0 35px;
}
.customer-account-index .data-table th {
	padding: 5px 10px;
}
.customer-account-index .data-table td {
	padding: 5px 10px;
	border-bottom: 1px solid #C9E0B3;
}
.customer-account-index .data-table tr.first th {
	background: #C9E0B3;
}
.customer-account-index .data-table tr.first th.state {
	width: 50px;
}
.customer-account-index .data-table em {
	font-style: normal;
}

.sales-order-history .data-table {
	width: 638px;
	margin: 10px 0 10px 35px;
}
.sales-order-history .data-table th {
	padding: 5px 10px;
}
.sales-order-history .data-table td {
	padding: 5px 10px;
	border-bottom: 1px solid #C9E0B3;
}
.sales-order-history .data-table tr.first th {
	background: #C9E0B3;
}
.sales-order-history .data-table tr.first th.state {
	width: 50px;
}
.sales-order-history .data-table em {
	font-style: normal;
}

.sarp-customer-index .data-table {
	width: 638px;
	margin: 10px 0 10px 35px;
}
.sarp-customer-index .data-table th {
	padding: 5px 10px;
}
.sarp-customer-index .data-table td {
	padding: 5px 10px;
	border-bottom: 1px solid #C9E0B3;
}
.sarp-customer-index .data-table tr.first th {
	background: #C9E0B3;
}
.sarp-customer-index .data-table tr.first th.state {
	width: 50px;
}
.sarp-customer-index .data-table em {
	font-style: normal;
}

.sarp-customer-history .data-table {
	width: 638px;
	margin: 10px 0 10px 35px;
}
.sarp-customer-history .data-table th {
	padding: 5px 10px;
}
.sarp-customer-history .data-table td {
	padding: 5px 10px;
	border-bottom: 1px solid #C9E0B3;
}
.sarp-customer-history .data-table tr.first th {
	background: #C9E0B3;
}
.sarp-customer-history .data-table tr.first th.state {
	width: 50px;
}
.sarp-customer-history .data-table em {
	font-style: normal;
}

.sales-order-invoice .data-table,
.sales-order-view .data-table,
.sales-order-shipment .data-table,
.oasis-awsarp-reorder-index .data-table {
	width: 638px;
	margin-top: 5px;
	border-bottom: 2px solid #C9E0B3;
}
.sales-order-invoice .data-table th,
.sales-order-view .data-table th,
.sales-order-shipment .data-table th,
.oasis-awsarp-reorder-index .data-table th {
	padding: 5px 10px;
}
.sales-order-invoice .data-table td,
.sales-order-view .data-table td,
.sales-order-shipment .data-table td,
.oasis-awsarp-reorder-index .data-table td {
	padding: 5px 10px;
	border-bottom: 1px solid #C9E0B3;
}
.sales-order-invoice .data-table tr.first th,
.sales-order-view .data-table tr.first th,
.sales-order-shipment .data-table tr.first th,
.oasis-awsarp-reorder-index .data-table tr.first th {
	background: #C9E0B3;
}
.sales-order-invoice .data-table tr.first th.state,
.sales-order-view .data-table tr.first th.state,
.sales-order-shipment .data-table tr.first th.state,
.oasis-awsarp-reorder-index .data-table tr.first th.state {
	width: 50px;
}
.sales-order-invoice .data-table em,
.sales-order-view .data-table em,
.sales-order-shipment .data-table em,
.oasis-awsarp-reorder-index .data-table em {
	font-style: normal;
}

.wishlist-index-index .data-table {
	width: 638px;
	margin: 10px 0 10px 0;
}
.wishlist-index-index .data-table th {
	padding: 5px 10px;
}
.wishlist-index-index .data-table td {
	padding: 5px 10px;
	border-bottom: 1px solid #C9E0B3;
}
.wishlist-index-index .data-table tr.first th {
	background: #C9E0B3;
}
.wishlist-index-index .data-table tr.first th.state {
	width: 50px;
}
.wishlist-index-index .data-table em {
	font-style: normal;
}

.review-customer-index .data-table {
	border-top: 2px solid #C9E0B3;
	border-bottom: 2px solid #C9E0B3;
	width: 638px;
	margin: 10px 0 10px 35px;
}
.review-customer-index .data-table th {
	padding: 5px 10px;
}
.review-customer-index .data-table td {
	padding: 5px 10px;
	border-bottom: 1px solid #C9E0B3;
}
.review-customer-index .data-table tr.first th {
	background: #C9E0B3;
}
.review-customer-index .data-table tr.first th.state {
	width: 50px;
}
.review-customer-index .data-table em {
	font-style: normal;
}

.rewards-customer-index .data-table {
	width: 638px;
	margin: 10px 0 10px 0;
}
.rewards-customer-index .data-table th {
	padding: 5px 10px;
}
.rewards-customer-index .data-table tr.first th {
	background: #E4DAD6;
}
.rewards-customer-index .data-table td {
	padding: 5px 10px;
}
.rewards-customer-index .data-table td.last {
	width: 120px;
}
.rewards-customer-index .mypoints-sendfriend td {
	padding-bottom: 5px;
}

/* テキスト */
.sales-order-view p.order-date,
.sales-order-invoice p.order-date,
.sales-order-shipment p.order-date,
.oasis-awsarp-reorder-index p.order-date {
	padding: 2px 0;
	text-align: right;
}
.customer-account-edit p.required {
	margin: 0 0 15px 50px;
}
.customer-address-form p.required {
	margin: 0 0 15px 15px;
}

.sarp-customer-change p.required {
	margin: 0 0 15px 15px;
}

.sales-order-shipment a.link-print {
	float: right;
}
.sales-order-invoice .print-all,
.sales-order-shipment .print-all {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 2px solid #F2EEEC;
}
.newsletter-manage-index p.back-link {
	float: left;
}

/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */


/* ご利用ガイド ========================================================================== */
.col-guide {
	background: #FFFFFF !important;
	color: #572200;
	padding-bottom: 35px;
}
.col-guide h3 {
	margin: 20px 35px 10px 35px;
	font-weight: bold;
	font-size: 16px;
}
.col-guide h3 img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../images/guide/guide.jpg) no-repeat -190px 0;
}
.col-guide dt {
	margin: 0 35px 10px 72px;
	font-weight: bold;
	color: #F57B4C;
	font-size: 16px;
}
.col-guide dt img {
	width: 18px;
	height: 19px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../images/guide/guide.jpg) no-repeat -119px 0;
}
.col-guide dd {
	margin: 0 35px 10px 72px;
	padding-bottom: 15px;
	background: url(../images/guide/line_list.gif) no-repeat bottom;
	color: #555;
}
.guide-ttlarea {
	padding: 12px 0 0;
	background: url(../images/guide/bg_titlearea_t.gif) no-repeat 0 0;
}
.guide-ttlarea h2 {
	padding: 0 0 12px 18px;
	background: url(../images/guide/bg_titlearea_b.gif) no-repeat bottom;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.guide-ttlarea h2 img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../images/guide/guide.jpg) no-repeat -150px 0;
}
	
/* ======================================================================================= */

/* よくある質問 ========================================================================== */
.col-faq {
	background: #FFFFFF !important;
	color: #572200;
	padding-bottom: 35px;
}
.col-faq h3 {
	margin: 20px 35px 10px 35px;
	font-weight: bold;
	font-size: 16px;
}
.col-faq h3 img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../images/guide/guide.jpg) no-repeat -40px 0;
}
.col-faq dt {
	margin: 0 35px 10px 72px;
	font-weight: bold;
	color: #F57B4C;
	font-size: 16px;
}
.col-faq dt img {
	width: 22px;
	height: 17px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../images/guide/guide.jpg) no-repeat -82px 0;
}
.col-faq dd {
	margin: 0 35px 10px 72px;
	padding-bottom: 15px;
	background: url(../images/guide/line_list.gif) no-repeat bottom;
	color: #555;
}
.faq-ttlarea {
	padding: 12px 0 0;
	background: url(../images/guide/bg_titlearea_t.gif) no-repeat 0 0;
}
.faq-ttlarea h2 {
	padding: 0 0 12px 18px;
	background: url(../images/guide/bg_titlearea_b.gif) no-repeat bottom;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.faq-ttlarea h2 img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../images/guide/guide.jpg) no-repeat 0 0;
}
	
/* ======================================================================================= */

/* 特定商取引法に関する表示 ========================================================================== */
.col-law {
	background: #FFFFFF !important;
	color: #572200;
	padding-bottom: 35px;
}
.col-law h3 {
	margin: 20px 35px 10px 35px;
	font-weight: bold;
	font-size: 16px;
}
.col-law h3 img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../images/guide/guide.jpg) no-repeat -190px 0;
}
.col-law table {
	width: 638px;
	margin: 10px 0 0 35px;
	border: 2px solid #E9E1D8;
}
.col-law th {
	border-right: 1px solid #E9E1D8;
	border-bottom: 1px solid #E9E1D8;
	padding: 10px 20px;
}
.col-law td {
	border-bottom: 1px solid #E9E1D8;
	padding: 10px 20px;
}
.law-ttlarea {
	padding: 12px 0 0;
	background: url(../images/guide/bg_titlearea_t.gif) no-repeat 0 0;
}
.law-ttlarea h2 {
	padding: 0 0 12px 18px;
	background: url(../images/guide/bg_titlearea_b.gif) no-repeat bottom;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.law-ttlarea h2 img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../images/guide/guide.jpg) no-repeat -230px 0;
}

/* お問い合わせ ============================================================================== */

.contacts-index-index .page-title h2 {
	background: url(../images/bg_pagetitle_1col_h2.gif) no-repeat bottom;
	padding: 0 15px 11px 15px;
	font-weight: bold;
	margin-bottom: 25px;
}
.contacts-index-index .page-title h2 img {
	width: 32px;
	height: 24px;
	margin-right: 10px;
	background: url(../images/common/common.jpg) no-repeat 0 0;
	vertical-align: middle;
}

.contacts-index-index h3.legend {
	background: #E4DAD6;
	margin: 0 0 10px;
	padding:5px;
}

.contacts-index-index .fieldset {
	margin: 0 15px 15px;
}

.contacts-index-index .form-list li {
	border-bottom: 2px solid #E4DAD6;
	padding: 10px;
}

.contacts-index-index .form-list label {
	width: 100px;
	clear: both;
	float: left;
}

.contacts-index-index .form-list input {
	float: left;
	width: 300px;
}

.contacts-index-index .buttons-set {
	margin: 0 15px;
	background:#F2EEEC none repeat scroll 0 0;
	padding:5px;
	text-align:right;
}

.contacts-index-index .buttons-set .button {
	float: right;
	border: none;
	width: 55px;
	height: 28px;
	background: url(../images/common/common.jpg) no-repeat 0 -60px;
	text-indent: -999em;
}

/* ニュース一覧 ============================================================================== */

.snews-index-index .page-title h2 {
	background: url(../images/bg_pagetitle_1col_h2.gif) no-repeat bottom;
	padding: 0 15px 11px 15px;
	font-weight: bold;
	margin-bottom: 25px;
}
.snews-index-index .page-title h2 img {
	width: 28px;
	height: 17px;
	margin-right: 10px;
	background: url(../images/common/common.jpg) no-repeat -60px 0;
	vertical-align: middle;
}

.snews-index-index .col-main dl {
	margin: 15px;
}

.snews-index-index .col-main dt {
	font-size: 14px;
	background: #F9C7B1;
	margin-bottom: 15px;
	padding: 5px 8px;
}

.snews-index-index .col-main dd.learn-more {
	margin-top: 10px;
}

.snews-index-index .col-main dd.news-day {
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.snews-index-index .col-main dd.news-day span {
	border-bottom: 1px dotted #71482F;
}

.snews-index-index .col-main {
	position: relative;
}

.snews-index-index .col-main p.rss {
	position: absolute;
	top: 5px;
	right: 0;
	text-align: right;
	padding: 0 15px;
}

.snews-index-index .col-main p.rss img {
	width: 27px;
	height: 15px;
	text-align: right;
	margin-right: 5px;
	background: url(../images/top/top.jpg) -1236px -432px;
	vertical-align: middle;
}

/* ニュース個別 ============================================================================== */

.snews-index-view .page-title h2 {
	background: url(../images/bg_pagetitle_1col_h2.gif) no-repeat bottom;
	padding: 0 15px 11px 15px;
	font-weight: bold;
	margin-bottom: 25px;
}
.snews-index-view .page-title h2 img {
	width: 28px;
	height: 17px;
	margin-right: 10px;
	background: url(../images/common/common.jpg) no-repeat -60px 0;
	vertical-align: middle;
}

.snews-index-view .col-main dl {
	margin: 15px;
}

.snews-index-view .col-main dt.news-day {
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.snews-index-view .col-main dt.news-day span {
	border-bottom: 1px dotted #71482F;
}

/* 特集ページ ========================================================================== */
.special-itempickup {
}

.special-itempickup .img-r {
	float: right;
	padding-left: 15px;
}

.special-itempickup dd:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.special-itempickup dd {
	overflow: hidden;
}
/* Hides from IE-mac */
* html .special-itempickup dd {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */
	
/* ======================================================================================= */

/* フッタ ================================================================================ */

.footer {
	padding-bottom: 30px;
	color: #593A27;
}
.footer-system-outer {
	width: 100%;
	background: url(../images/bg_footer.gif) repeat-x 0 20px;
	text-align: center;
}
.footer-system {
	width: 900px;
	margin: 0 auto 20px;
	color: #FFFFFF;
	text-align: left;
}
.footer-system:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.footer-system{
	overflow: hidden;
}
/* Hides from IE-mac */
* html .footer-system {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

.footer-system dt {
	width: 159px;
	height: 25px;
	text-indent: -999em;
}
.footer-system dt.footer-system01 {
	background: url(../images/footer.jpg) no-repeat 0 0;
}
.footer-system dt.footer-system02 {
	background: url(../images/footer.jpg) no-repeat 0 -25px;
}
.footer-system dt.footer-system03 {
	background: url(../images/footer.jpg) no-repeat 0 -50px;
}
.footer-system dl {
	float: left;
	width: 290px;
	padding: 0 0 15px;
}
.footer-system dl li{
	padding: 15px 0 0;
}
.footer p {
	text-align: center;
}
.footer p.copyright {
	margin: 20px auto 0;
	width: 394px;
	height: 21px;
	background: url(../images/footer.jpg) no-repeat 0 -75px;
	text-indent: -999em;
}

/* メッセージボックスの指定 ============================================================================== */
.checkout-cart-index .messages,
.checkout-multishipping-addresses .notice-msg,
.checkout-cart-index .messages,
.checkout-multishipping-overview .points-multishipping-warning,
.checkout-multishipping-billing .points-multishipping-warning,
.checkout-multishipping-shipping .points-multishipping-warning {
	margin: 15px 35px 10px;
}

.customer-account-login .messages {
	margin: 0 35px 15px;
}

/* その他 ============================================================================== */

.tx_bg_yellow14{
background-color:#FFE271;
font-size:14px;
}

/* プロモーション（タイマー設定用） ============================================================================== */

#promotion_timer{
	background:url(../images/promotion_20100419-28.gif) repeat-x center;
	height:32px;
}
/* クーポンリスト ============================================================================== */

#coupon_list{
width:607px;
margin:0 auto;
}
#coupon_list .coupon{
border:1px solid #5E3313;
padding:10px;
margin:20px 0;
}
#coupon_list .coupon dl{
margin:0;
padding:0;
}

#coupon_list .coupon dt{
margin:0 10px 5px 0;
padding:0;
clear:both;
display:inline;
font-size:14px;
color: #5E3313;
}
#coupon_list .coupon dd{
margin:0 0 5px 0;
padding:0;
background:none;
display:inline;
font-size:14px;
color:#F57B4C;
}


/* クーポン説明ページ ============================================================================== */

#howtocoupon{
width:607px;
margin:0 auto;
}
#howtocoupon p{
font-size:16px;
}
.caution{
font-size:12px;
color:red;
}
.coupon_box{
border:3px dotted #5E3313;
text-align:center;
padding:15px;
margin:20px;
font-weight:bold;
font-size:18px;
}
.txb_yellow{
background:#ffcc00;
padding:10px;
}
#howtocoupon .caution-box{
border:1px solid #5E3313;
margin:20px 0;
padding:5px;
}
#howtocoupon .caution-box p{
font-size:12px;
}

/* 備考 ============================================================================== */

p.product_note{
line-height:1.5;
color:#5E3313;
margin:5px 0;
}


/* プレゼントページ ============================================================================== */

#present{
width:680px;
margin:20px auto;
}
#present .present_form{
	border:1px solid #cccccc;
	padding:10px;
	margin:20px auto;
	font-size:14px;
}
#present .present_txbox{
	border:1px solid #cccccc;
	padding:10px;
	margin:20px auto;
}

/* 特集　============================================================================== */


#special_topix{
width:607px;
margin:20px auto;
}
#special_topix img{
margin:5px 0;
}

#special_topix .text_box{
border:1px solid #cccccc;
padding:10px;
margin-top:20px;
}


/* LPO　============================================================================== */

#LPO{
margin:0 0 5px 0;
}

/* COFFE CONTENTS　============================================================================== */

.coffee-contents {
	background: #FFFFFF !important;
	color: #572200;
	padding-bottom: 35px;
}
.coffee-contents h3 {
	margin: 20px 35px 10px 0;
	font-weight: bold;
	font-size: 16px;
}
.coffee-contents h3 img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../images/guide/guide.jpg) no-repeat -190px 0;
}
.coffee-contents dt {
	margin: 0 35px 10px 72px;
	font-weight: bold;
	color: #F57B4C;
	font-size: 16px;
}
.coffee-side ul{
	padding:10px;
	width:150px;
	float:left;
}
.coffee-side li{
	list-style:none;
	display:inline;
}
.coffee-contents dt img {
	width: 18px;
	height: 19px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../images/guide/guide.jpg) no-repeat -119px 0;
}
.coffee-contents dd {
	margin: 0 35px 10px 72px;
	padding-bottom: 15px;
	background: url(../images/guide/line_list.gif) no-repeat bottom;
	color: #555;
}
.coffee-main{
	width:500px;
	padding:0;
	float:right;
}
.coffee-main p{
	margin-left:35px
}
.coffee-main ul{
	padding:10px;
	margin-left:25px
}
.coffee-main li{
	list-style:none;
}

#subscription_type_label {
	font-weight: bold;
	padding: 0px;
}

.sarp-subscription {
	position: relative;
	left: 10px;
}

#sarp_period_type_li_id1 {
	float: left;
}
#sarp_period_type_li_id4 {
	float: left;
}
#sarp_period_type_li_id5 span {
	float:left;
}
