/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
.hs-sales-order-print
{
  background: #fff;
    padding: 20px !important;
    text-align: left;
    width: auto !important;

}
.table-invoice-list
{
  padding: 5px;
  border: 1px solid #333;
  font-weight: bold;
  white-space: nowrap;
}
.table-invoice-list
{
  padding: 5px;
  border: 1px solid #333;
  font-weight: bold;
  white-space: nowrap;
}
.col-main-invoice-message
{
  padding: 5px;
  border: 1px solid #333;
  white-space: nowrap;
}
.table-invoice-list  tfoot tr 
{
  padding: 5px;
  border: 1px solid #333;
  font-weight: bold;
  white-space: nowrap;
}
.page-empty
{
  color: #000 ;
  font: 14px/1.35 Meiryo,Arial,Helvetica,sans-serif;
}
.col-main-invoice
{
  float: left;
  width: 100%;
  border: 1px solid #000;
  padding: 5px;
}
.col-heading-invoice
{
  display: block;
  float: left;
  width: 26%;
  text-align: left;
}
* { margin:0; padding:0; }

body          { background:#dadfe2; font:14px/1.43em Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" ,"Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important; color:#000; text-align:center; min-width:960px;}
/* IE6 */
* html body		{ font-size: 88%; }

/* IE7 */
*:first-child+html body { font-size: 88%; }


img           { border:0; vertical-align:top; }

a             { color:#333; font-weight:bold; text-decoration:none; }
a:hover       { color:#0069bf; text-decoration:underline; }
:focus        { outline:0; }

/* Headings */
h1            { font-size:166%; font-weight:bold; line-height:1.5em; }
h2            { font-size:143%; font-weight:bold; line-height:1.25em; color:#036; font-weight:bold; margin:1em 0 0.5em 0; }
h3            { font-size:129%; font-weight:bold; line-height:1.25em; margin:1em 0 0.5em 0; }
h4            { font-size:122%; font-weight:bold; margin:1em 0 0.5em 0; margin:1em 0 0.5em 0; }
h5            { font-size:115%; font-weight:bold; margin:1em 0 0.5em 0; }
h6            { font-size:100%; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {}
.page { background:#fff; width:100%; margin:0 auto; padding:0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-print .buttons-set .button { float:right; }

.page-empty { background:#fff; padding:20px; text-align:left; }

.page-popup { background:#fff; padding:10px; text-align:left; }

.main-container-bg-top { background:url(../images/bg_maincontainer_top.jpg) repeat-x;padding-top:10px;   }
.main-container-bg-bottom { background:url(../images/bg_maincontainer_bottom.jpg) repeat-x bottom;padding-bottom:10px;   }

.main-container { background:url(../images/bg_main_top.gif) no-repeat; width:960px; margin:0 auto; }
.main { background:url(../images/bg_main_bottom.gif) no-repeat bottom; padding:10px;}

/* Base Columns */
.col-left { float:left; width:165px; margin-bottom:30px; }
.col-main { float:left; margin-bottom:30px;}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-wrapper{ float:right; width:765px; }
.col2-left-layout .col-main { float:right; width:765px; }


.col2-right-layout .col-wrapper {}
.col2-right-layout .col-main { width:730px; }
.col2-right-layout .col-right { float:right; width:200px; margin-bottom:30px; }

/* 3 Columns Layout */
.col3-layout .col-wrapper { float:right; width:765px; }
.col3-layout .col-wrapper .col-main { width:555px; }
.col3-layout .col-wrapper .col-right { float:right; width:200px; margin-bottom:30px; }


/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #999999; font-size:100%; }
input.input-text,textarea { background:#fff url(../images/bg_textarea.gif) repeat-x; padding:0.5em; }
select { padding:0.4em; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2em !important; }

/* button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */

/* button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
/* button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; } */


/*黒いボタン*/
.button{
	border-width:1px !important;
	border: 1px solid #444;
  background: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#444444));
  background: -webkit-linear-gradient(top, #666666, #444444);
  background: -moz-linear-gradient(top, #666666, #444444);
  background: -ms-linear-gradient(top, #666666, #444444);
  background: -o-linear-gradient(top, #666666, #444444);
  background-image: -ms-linear-gradient(top, #666666 0%, #444444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF666666, endColorstr=#FF444444);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF666666, endColorstr=#FF444444)";
	color:#fff;
	position: relative;
	overflow: visible;
	display: inline-block;
	padding: 0.25em 0.5em;
	margin: 0;
	font:14px/normal sans-serif;
	font: inherit;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	outline: none;
	-moz-background-clip: padding; /* for Firefox 3.6 */
	background-clip: padding-box;
	/* IE hacks */
	zoom: 1;
	*display: inline;
	/*
	border: 1px solid #444;
  background: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#444444));
  background: -webkit-linear-gradient(top, #666666, #444444);
  background: -moz-linear-gradient(top, #666666, #444444);
  background: -ms-linear-gradient(top, #666666, #444444);
  background: -o-linear-gradient(top, #666666, #444444);
  background-image: -ms-linear-gradient(top, #666666 0%, #444444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF666666, endColorstr=#FF444444);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF666666, endColorstr=#FF444444)";
	color:#fff;
	font-size:1em;
	font-weight:normal;
	line-height:1em;
	text-align: center;
	text-decoration:none;
	padding:0.5em;
	display:block;
	cursor:pointer;
	*/
}
.button:hover {
	border: 1px solid #444;
	background: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#444444));
	background: -webkit-linear-gradient(top, #999999, #444444);
	background: -moz-linear-gradient(top, #999999, #444444);
	background: -ms-linear-gradient(top, #999999, #444444);
	background: -o-linear-gradient(top, #999999, #444444);
	background-image: -ms-linear-gradient(top, #999999 0%, #444444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF999999, endColorstr=#FF444444);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF999999, endColorstr=#FF444444)";
	color:#fff;
}
.button:active {
   border: 1px solid #444;
   background: #444;
   background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#666666));
   background: -webkit-linear-gradient(top, #444444, #666666);
   background: -moz-linear-gradient(top, #444444, #666666);
   background: -ms-linear-gradient(top, #444444, #666666);
   background: -o-linear-gradient(top, #444444, #666666);
   background-image: -ms-linear-gradient(top, #444444 0%, #666666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF444444, endColorstr=#FF666666);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF444444, endColorstr=#FF666666)";
	color:#fff;
}



/*青いボタン（コピペ用）
.button{
	border: 1px solid #084499;
  background: #007fbf;
  background: -webkit-gradient(linear, left top, left bottom, from(#007fbf), to(#084499));
  background: -webkit-linear-gradient(top, #007fbf, #084499);
  background: -moz-linear-gradient(top, #007fbf, #084499);
  background: -ms-linear-gradient(top, #007fbf, #084499);
  background: -o-linear-gradient(top, #007fbf, #084499);
  background-image: -ms-linear-gradient(top, #007fbf 0%, #084499 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF007fbf, endColorstr=#FF084499);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF007fbf, endColorstr=#FF084499)";
	color:#fff;
	font-size:1em;
	font-weight:normal;
	line-height:1em;
	text-align: center;
	text-decoration:none;
	padding:0.5em;
	display:block;
	cursor:pointer;
}

.button:hover {
	border: 1px solid #084499;
	background: #33bbff;
	background: -webkit-gradient(linear, left top, left bottom, from(#33bbff), to(#084499));
	background: -webkit-linear-gradient(top, #33bbff, #084499);
	background: -moz-linear-gradient(top, #33bbff, #084499);
	background: -ms-linear-gradient(top, #33bbff, #084499);
	background: -o-linear-gradient(top, #33bbff, #084499);
	background-image: -ms-linear-gradient(top, #33bbff 0%, #084499 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF33bbff, endColorstr=#FF084499);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF33bbff, endColorstr=#FF084499)";
	color:#fff;
}

.button:active {
   border: 1px solid #084499;
   background: #007fbf;
   background: -webkit-gradient(linear, left top, left bottom, from(#084499), to(#007fbf));
   background: -webkit-linear-gradient(top, #084499, #007fbf);
   background: -moz-linear-gradient(top, #084499, #007fbf);
   background: -ms-linear-gradient(top, #084499, #007fbf);
   background: -o-linear-gradient(top, #084499, #007fbf);
   background-image: -ms-linear-gradient(top, #084499 0%, #007fbf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF084499, endColorstr=#FF007fbf);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF084499, endColorstr=#FF007fbf)";
	color:#fff;
}
*/

/*
button.button span { float:left; height:21px; background:transparent url(../images/bkg_button.gif) 0 0 no-repeat; padding:0 0 0 8px; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { background-position:100% 0; padding:0 12px 0 4px; }
*/

button.disabled {}
button.disabled span {}

button.btn-cart {
	border: 1px solid #0080c0;
  background: #17a1e5;
  background: -webkit-gradient(linear, left top, left bottom, from(#17a1e5), to(#0080c0));
  background: -webkit-linear-gradient(top, #17a1e5, #0080c0);
  background: -moz-linear-gradient(top, #17a1e5, #0080c0);
  background: -ms-linear-gradient(top, #17a1e5, #0080c0);
  background: -o-linear-gradient(top, #17a1e5, #0080c0);
  background-image: -ms-linear-gradient(top, #17a1e5 0%, #0080c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF17a1e5, endColorstr=#FF0080c0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF17a1e5, endColorstr=#FF0080c0)";
}

button.btn-cart:hover {
  border: 1px solid #0080c0;
  background: #59d6ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#59d6ff), to(#0080c0));
  background: -webkit-linear-gradient(top, #59d6ff, #0080c0);
  background: -moz-linear-gradient(top, #59d6ff, #0080c0);
  background: -ms-linear-gradient(top, #59d6ff, #0080c0);
  background: -o-linear-gradient(top, #59d6ff, #0080c0);
  background-image: -ms-linear-gradient(top, #59d6ff 0%, #0080c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF59d6ff, endColorstr=#FF0080c0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF59d6ff, endColorstr=#FF0080c0)";
}

button.btn-cart:active {
  border: 1px solid #0080c0;
  background: #0080c0;
  background: -webkit-gradient(linear, left top, left bottom, from(#0080c0), to(#17a1e5));
  background: -webkit-linear-gradient(top, #0080c0, #17a1e5);
  background: -moz-linear-gradient(top, #0080c0, #17a1e5);
  background: -ms-linear-gradient(top, #0080c0, #17a1e5);
  background: -o-linear-gradient(top, #0080c0, #17a1e5);
  background-image: -ms-linear-gradient(top, #0080c0 0%, #17a1e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0080c0 endColorstr=#FF17a1e5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0080c0, endColorstr=#FF17a1e5)";
}

button.btn-checkout {
	border: 1px solid #cc6600;
	background: #ffab32;
	background: -webkit-gradient(linear, left top, left	bottom, from(#ffab32), to(#f27900));
 	background: -webkit-linear-gradient(top, #ffab32, #f27900);
 	background: -moz-linear-gradient(top, #ffab32, #f27900);
 	background: -ms-linear-gradient(top, #ffab32, #f27900);
 	background: -o-linear-gradient(top, #ffab32, #f27900);
 	background-image: -ms-linear-gradient(top, #ffab32 0%, #f27900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFffab32, endColorstr=#FFf27900);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFffab32, endColorstr=#FFf27900)";
}

button.btn-checkout:hover {
	border: 1px solid #cc6600;
 	background: #ffc859;
 	background: -webkit-gradient(linear, left top, left	bottom, from(#ffc859), to(#f27900));
 	background: -webkit-linear-gradient(top, #ffc859, #f27900);
 	background: -moz-linear-gradient(top, #ffc859, #f27900);
 	background: -ms-linear-gradient(top, #ffc859, #f27900);
 	background: -o-linear-gradient(top, #ffc859, #f27900);
 	background-image: -ms-linear-gradient(top, #ffc859 0%, #f27900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFffc859, endColorstr=#FFf27900);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFffc859, endColorstr=#FFf27900)";
}

button.btn-checkout:active {
	border: 1px solid #cc6600;
 	background: #cc6600;
 	background: -webkit-gradient(linear, left top, left	bottom, from(#f27900), to(#ffab32));
 	background: -webkit-linear-gradient(top, #f27900, #ffab32);
 	background: -moz-linear-gradient(top, #f27900, #ffab32);
 	background: -ms-linear-gradient(top, #f27900, #ffab32);
 	background: -o-linear-gradient(top, #f27900, #ffab32);
 	background-image: -ms-linear-gradient(top, #f27900 0%, #ffab32 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf27900, endColorstr=#FFffab32);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf27900, endColorstr=#FFffab32)";
}


p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#111; font-weight:bold; position:relative; z-index:0; }
.form-list label.required { }
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:300px; }
.form-list .field { float:left; width:300px; }
.form-list input.input-text { width:264px; }
.form-list textarea { width:254px; height:22em; }
.form-list select { width:280px; }
.form-list li.wide .input-box { width:600px; }
.form-list li.wide input.input-text { width:564px; }
.form-list li.wide textarea { width:720px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

/* 3カラムの場合 */
.col3-layout .form-list .fields {}
.col3-layout .form-list .input-box { width:255px; }
.col3-layout .form-list .field { float:left; width:255px; }
.col3-layout .form-list input.input-text { width:224px; }
.col3-layout .form-list textarea { width:244px; height:22em; }
.col3-layout .form-list select { width:240px; }
.col3-layout .form-list li.wide .input-box { width:520px; }
.col3-layout .form-list li.wide input.input-text { width:480px; }
.col3-layout .form-list li.wide textarea { width:520px; }
.col3-layout .form-list li.wide select { width:520px; }



/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; background:#e5f6ff; padding:0 15px 15px 15px; }
/*
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }
*/

.buttons-set { clear:both; background:#e5f6ff; padding:0 15px 15px 15px; }
.buttons-set .back-link { float:left; margin-right:0.5em; }

.buttons-set p.back-link a{
	border: 1px solid #999999;
  background: #cccccc;
  background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#999999));
  background: -webkit-linear-gradient(top, #cccccc, #999999);
  background: -moz-linear-gradient(top, #cccccc, #999999);
  background: -ms-linear-gradient(top, #cccccc, #999999);
  background: -o-linear-gradient(top, #cccccc, #999999);
  background-image: -ms-linear-gradient(top, #cccccc 0%, #999999 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFcccccc, endColorstr=#FF999999);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFcccccc, endColorstr=#FF999999)";
	color:#fff;
	position: relative;
	overflow: visible;
	display: inline-block;
	padding: 0.25em 0.5em;
	margin: 0;
	font:14px/normal sans-serif;
	font: inherit;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	outline: none;
	-moz-background-clip: padding; /* for Firefox 3.6 */
	background-clip: padding-box;
	/* IE hacks */
	zoom: 1;
	*display: inline;
}
/*Firefox*/.buttons-set p.back-link a, x:-moz-any-link, x:default  { padding: 0.3em 0.5em; }
/*IE9*/.buttons-set p.back-link a { display:inline-block\0/; }
.buttons-set p.back-link a:hover {
	border: 1px solid #999999;
	background: #dddddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#999999));
	background: -webkit-linear-gradient(top, #dddddd, #999999);
	background: -moz-linear-gradient(top, #dddddd, #999999);
	background: -ms-linear-gradient(top, #dddddd, #999999);
	background: -o-linear-gradient(top, #dddddd, #999999);
	background-image: -ms-linear-gradient(top, #dddddd 0%, #999999 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFdddddd, endColorstr=#FF999999);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFdddddd, endColorstr=#FF999999)";
	color:#fff;
}
.buttons-set p.back-link a:active {
	border: 1px solid #999999;
	background: #999999;
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#cccccc));
	background: -webkit-linear-gradient(top, #999999, #cccccc);
	background: -moz-linear-gradient(top, #999999, #cccccc);
	background: -ms-linear-gradient(top, #999999, #cccccc);
	background: -o-linear-gradient(top, #999999, #cccccc);
	background-image: -ms-linear-gradient(top, #999999 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF999999, endColorstr=#FFcccccc);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF999999, endColorstr=#FFcccccc)";
	color:#fff;
}

.buttons-set button.button { float:left; }
.buttons-set p.required { margin:0; }

.buttons-set-order {}

.fieldset { background:#e5f6ff; padding:15px; }
.fieldset .legend { margin-top:0; }

/* 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 {}
p.required { font-size:86%; /*text-align:right;*/ color:#f00; }
/* 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; }

.header-container .top-container ul { text-align:left }
.header-container .top-container .messages,
.header-container .top-container .messages ul { list-style:none; margin:0 0 10px; }
.header-container .top-container .messages li { margin:0 0 2px;}
.header-container .top-container .messages li li { margin:2px 0 0 0; }

/* Global Messages  */
.success { color:#f26161; font-weight:bold; }
.error { color:#900; font-weight:bold; }
.notice { color:#ccc; }

.messages { clear:both; width:100%; margin:10px 0 !important; overflow:hidden; }
.messages ul { list-style:none !important; }
.messages li { padding-left:20px; }

.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; font-size:86% !important; font-weight:bold !important; line-height:1.2em !important; padding:10px !important; }

.error-msg { background:#ffd9d9; border-color:#ffa3a3; color:#ff0000; }
.error-msg ul li { background:url(../images/bg_miniicon.gif) -30px -110px no-repeat; }

.success-msg { background:#e4ffbf; border-color:#c2d9a3; color:#339900; }
.success-msg ul li { background:url(../images/bg_miniicon.gif) -30px -10px no-repeat; }

.note-msg,
.notice-msg { background:#eee; border-color:#ccc; color:#666666; }
.note-msg ul li,
.notice-msg ul li { background:url(../images/bg_miniicon.gif) -30px -210px no-repeat; }

/* Page Heading */
.page-title { background:url(../images/bg_pagetitle.gif) bottom repeat-x; min-height:48px; margin:0 0 1em; }
.page-title h1 { }
.page-title h2 { font-size:18px; color:#000; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }

.title-buttons { padding-right:10px; }
.title-buttons .button { float:right; padding:0.25em; margin-top:0.5em; }

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle { clear:both; }


/* Pager */
.pager { clear:both; border-bottom:#000 5px solid; margin:10px 0 5px; }
.pager .amount { float:left; font-size:86%; margin:0; }
.pager .amount strong { font-size:134%; margin-right:0.25em; }

.pager .pages { float:right; }
.pager .pages strong { display:none; }
.pager .pages ul li,
.pager .pages ol li { display:inline; margin-left:0.5em; }
.pager .pages li a{ font-weight:bold; }
.pager .pages li { float:left; font-size:115%; }
.pager .pages li a.i-previous { background:url(../images/bg_miniicon.gif) 0 -190px no-repeat; font-size:0; overflow:hidden; width:11px; height:11px; display:block; margin-top:5px; }
.pager .pages li a.i-next { background:url(../images/bg_miniicon.gif) 0 -210px no-repeat; font-size:0; overflow:hidden; width:11px; height:11px; display:block; margin-top:5px; }

/* Sorter */
.sorter { clear:both; font-size:86%; }
.sorter div.sort-by { float:left; margin-right:20px; }
.sorter div.sort-by select { padding:0; font-size:12px; line-height:20px; box-sizing:border-box; }
@-moz-document url-prefix() {
	.sorter div.sort-by select { padding:3px 0; }
}

.sorter .stock-items-view { float:right; }
.sorter .stock-items-view button { padding:0 5px; box-sizing:border-box; }
.sorter .stock-items-view button span { font-size:12px; line-height:20px; }

.sorter .limiter { float:left; }
.sorter .limiter ul { display:inline;}
.sorter .limiter ul li { display:inline; margin-right:0.25em; }
.sorter .limiter ul li a{ font-weight:bold; }
.sorter .link-feed {}

/* Toolbar */
.toolbar { margin-bottom:1em; }
.toolbar .current { font-weight:bold; color:#999; }

.toolbar-bottom {}
.toolbar-bottom .sorter{ display:none; }
.toolbar-bottom .pager{ border-top:#000 5px solid; border-bottom:none; padding-top:10px; }

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:0.25em 10px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { background-color:#fff; padding:2px 5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table tfoot tr.first td{ border-top:#ddd 3px solid; }
.data-table tfoot td { background:#f5f5f5; }
.data-table tfoot td.last { background:#fff; }

.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; padding:2px 5px; }
.data-table td.value {}

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }

.std p { margin-bottom:1em; }
.std strong { font-weight:bold; }
.std b { font-weight:bold; }

.std .font-xl { font-size:x-large; }
.std .font-l { font-size:large; }
.std .font-s { font-size:small; }
.std .font-xs { font-size:x-small; }

.std .red { color:#ff0000;}
.std .blue { color:#3333ff; }

.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }

.std p.floatBox { zoom: 100%; }
.std p.floatBox img.floatRight{ float:right; margin:0 0 20px 20px; }
.std p.floatBox img.floatLeft{ float:left; margin:0 20px 20px 0; }

.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }

.std ul { margin-bottom:1em; list-style:disc; margin-left:2em; }
.std ul.notes{ list-style:none; margin-left:0; }
.std ol { margin-bottom:1em; list-style:decimal; margin-left:2em; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std dl { margin:0 0 1em 0.5em; }
.std dl dd{ margin:0 0 1em 1.5em; }


/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }

.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }

.link-print { background:url(../images/bg_miniicon.gif) 0 -130px no-repeat !important; white-space:nowrap; font-size:93%; line-height:1em; height:13px; padding-left:1.25em; }
.link-rss { background:url(../images/bg_miniicon.gif) 0 -60px no-repeat; white-space:nowrap; font-size:93%; line-height:1em; height:11px; padding-left:15px; margin-top:10px; }
.btn-remove { background:url(../images/bg_miniicon.gif) 0 -40px no-repeat; display:block; width:11px; height:11px; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; padding-left:2px; }
.btn-remove2 { background:url(../images/bg_miniicon.gif) 0 -10px no-repeat; display:block; width:19px; height:20px; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; margin:0 auto; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* 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:960px; 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 { background:#ffff90; border-bottom:1px solid #ddd; color:#2f2f2f; font-size:12px; line-height:1.25; text-align:center; margin:0; padding:10px; }

/* 年齢制限 */
.r-18,
.r-15 { vertical-align:middle; height:14px; width:14px; display:inline-block; }
.r-18 { background:url(../images/bg_miniicon.gif) -30px -780px no-repeat; }
.r-15 { background:url(../images/bg_miniicon.gif) -30px -810px no-repeat; }
/*IE6*/
.r-18,
.r-15 { _display: inline; _zoom: 1; }

.r-18 span,
.r-15 span { display:none; }


/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container { background-color:#fff; }

.header { background:url(../images/bg_header.gif) bottom no-repeat; width:960px; min-height:100px; margin:0 auto; position:relative; }
/* IE6,IE7 */ .header{ /height:100px; }

.header h1.logo { margin:10px 0 20px; padding:0; }
.header h1.logo a { text-decoration:none; }
.header h1.logo a:hover { text-decoration:none; }

.header .bt_login{ background:#ffe3ba; font-size:115%; width:14.5em; position:absolute; top:10px; right:0; padding:5px; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;}
.header .bt_login a { background:url(../images/bg_bt_login.gif) no-repeat; border:#f27900 1px solid; color:#000; font-weight:bold; text-decoration:none; text-shadow: 1px 1px 0 #fbcb94; display:block; height:33px; }
.header .bt_logout{ background:#eee; font-size:115%; width:8.5em; position:absolute; top:10px; right:0; padding:5px; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;}
.header .bt_logout a { background:url(../images/bg_bt_logout.gif) no-repeat; border:#999999 1px solid; color:#666; font-weight:bold; text-decoration:none; text-shadow: 1px 1px 0 #fff; display:block; height:33px; }
.header div a:hover { background-position:0 -33px; }
.header div a span { line-height:2em; padding:0.5em 0 0 45px; }

.header .links { position:absolute; bottom:0; right:0; }
.header .links li { float:left; background:url(../images/bg_headernav.gif) no-repeat; height:35px; display:block; }
.header .links li.first { background:url(../images/bg_headernav_first.gif) no-repeat; }
.header .links li.last { background:url(../images/bg_headernav.gif) no-repeat !important; border-radius:0 3px 0 0; -webkit-border-radius:0 3px 0 0; -moz-border-radius:0 3px 0 0; }

.header .links li:hover { background-position:0 -35px; }
.header .links li.last:hover { background:url(../images/bg_headernav.gif) no-repeat !important; background-position:0 -35px !important; }

.header .links li a { color:#fff; text-decoration:none; }
.header .links li span { padding:0 10px 0 25px; line-height:2.75em; font-size:86%; font-weight:bold; }
.header .links li.first span { padding:0 10px 0 32px; }


.header .form-language { clear:both; text-align:right; }
.header .store-switcher { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

/********** < Navigation */
.nav-container {}
#nav { border:1px solid #ddd; padding:5px 0; margin:10px 0; font-size:13px; background:#FF7E02}

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:998; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#FFFFFF; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#FFFF00; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#FF7E02; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ leven */
#nav ul ul,
#nav ul div { top:7px; }

#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#FFFFFF !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a { color:#FFFF00 !important; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */

/* Quick-access ========================================================================== */
.quick-access{ background:url(../images/bg_obliqueline_blue.gif); margin-bottom:10px; padding:10px; }

.quick-access .form-search { float:left; background:url(../images/bg_miniicon.gif) 0 -250px no-repeat; width:380px; padding-left:25px; }
.quick-access .form-search label { float:left; font-size:115%; font-weight:bold; margin-top:0.25em; }
.quick-access .form-search input.input-text { float:left; width: 200px; height:24px; padding:2px 0.5em; vertical-align:middle; margin-right:2px; }
.quick-access .form-search .search-autocomplete { z-index:999; }
.quick-access .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.quick-access .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.quick-access .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.quick-access .form-search .search-autocomplete li.selected {}

.quick-access .form-search .button{ height:30px; padding:0 0.5em; line-height:1em; }
.quick-access .form-search .button span { padding:0; margin:0; line-height:1em; vertical-align: text-top; }

/* BreadCrumbs */
.quick-access .breadcrumbs { float:left; width:400px; }
.quick-access .breadcrumbs ul { margin:0; line-height:100%; height:30px; display:table-cell; vertical-align:middle; }
.quick-access .breadcrumbs li { background: url(../images/bg_miniicon.gif) -30px -440px no-repeat; font-size:86%; display:inline; padding:0 0 0 10px; }
.quick-access .breadcrumbs li.home { background:none; padding:0; }
.quick-access .breadcrumbs span{ display:none; }
.quick-access .breadcrumbs strong { font-weight:normal; }


.quick-access ul.wishlist-and-cart { float:right; }
.quick-access ul.wishlist-and-cart li { float:left; margin-left:10px; }

.quick-access ul.wishlist-and-cart li a.button{
	border: 1px solid #084499;
	background: #007fbf;
	background: -webkit-gradient(linear, left top, left bottom, from(#007fbf), to(#084499));
	background: -webkit-linear-gradient(top, #007fbf, #084499);
	background: -moz-linear-gradient(top, #007fbf, #084499);
	background: -ms-linear-gradient(top, #007fbf, #084499);
	background: -o-linear-gradient(top, #007fbf, #084499);
	background-image: -ms-linear-gradient(top, #007fbf 0%, #084499 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF007fbf, endColorstr=#FF084499);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF007fbf, endColorstr=#FF084499)";
	height:24px;
	padding:3px 0.3em;
	line-height:1.6em;
}
.quick-access ul.wishlist-and-cart li a.button:hover {
	border: 1px solid #084499;
	background: #33bbff;
	background: -webkit-gradient(linear, left top, left bottom, from(#33bbff), to(#084499));
	background: -webkit-linear-gradient(top, #33bbff, #084499);
	background: -moz-linear-gradient(top, #33bbff, #084499);
	background: -ms-linear-gradient(top, #33bbff, #084499);
	background: -o-linear-gradient(top, #33bbff, #084499);
	background-image: -ms-linear-gradient(top, #33bbff 0%, #084499 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF33bbff, endColorstr=#FF084499);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF33bbff, endColorstr=#FF084499)";
	color:#fff;
}
.quick-access ul.wishlist-and-cart li a.button:active {
	border: 1px solid #084499;
	background: #007fbf;
	background: -webkit-gradient(linear, left top, left bottom, from(#084499), to(#007fbf));
	background: -webkit-linear-gradient(top, #084499, #007fbf);
	background: -moz-linear-gradient(top, #084499, #007fbf);
	background: -ms-linear-gradient(top, #084499, #007fbf);
	background: -o-linear-gradient(top, #084499, #007fbf);
	background-image: -ms-linear-gradient(top, #084499 0%, #007fbf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF084499, endColorstr=#FF007fbf);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF084499, endColorstr=#FF007fbf)";
	color:#fff;
}

.quick-access ul.wishlist-and-cart li a.button {box-sizing: content-box;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;}
.quick-access ul.wishlist-and-cart li a.link-wishlist span { color:#fff; font-weight:normal; }
.quick-access ul.wishlist-and-cart li a.link-cart span{ background:url(../images/bg_miniicon.gif) 0 -230px no-repeat; color:#fff; font-weight:normal; padding-left:25px;}

/* ======================================================================================= */

/*トップページ*/
.main-banner{ margin-bottom:10px; }

.cms-home .col-main .title-buttons { background:url(../images/bg_headline_maincolumn.gif) no-repeat; min-height:30px; padding-right:0; }
/* IE6 */.cms-home .col-main .title-buttons { _zoom:1; }

.cms-home .col-main .title-buttons h2 { float:left; color:#fff; font-size:100%; font-size:129%; font-weight:normal; padding:0.2em 0 0 10px; margin:0; }
.cms-home .col-main .title-buttons .button{
	border: 1px solid #084499;
	background: #007fbf;
	background: -webkit-gradient(linear, left top, left bottom, from(#007fbf), to(#084499));
	background: -webkit-linear-gradient(top, #007fbf, #084499);
	background: -moz-linear-gradient(top, #007fbf, #084499);
	background: -ms-linear-gradient(top, #007fbf, #084499);
	background: -o-linear-gradient(top, #007fbf, #084499);
	background-image: -ms-linear-gradient(top, #007fbf 0%, #084499 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF007fbf, endColorstr=#FF084499);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF007fbf, endColorstr=#FF084499)";
	color:#fff;
	font:12px/normal sans-serif;
	margin-top:0;
	height:30px;
	width:8em;
}
.cms-home .col-main .title-buttons .button:hover {
	border: 1px solid #084499;
	background: #33bbff;
	background: -webkit-gradient(linear, left top, left bottom, from(#33bbff), to(#084499));
	background: -webkit-linear-gradient(top, #33bbff, #084499);
	background: -moz-linear-gradient(top, #33bbff, #084499);
	background: -ms-linear-gradient(top, #33bbff, #084499);
	background: -o-linear-gradient(top, #33bbff, #084499);
	background-image: -ms-linear-gradient(top, #33bbff 0%, #084499 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF33bbff, endColorstr=#FF084499);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF33bbff, endColorstr=#FF084499)";
}
.cms-home .col-main .title-buttons .button:active {
	border: 1px solid #084499;
	background: #007fbf;
	background: -webkit-gradient(linear, left top, left bottom, from(#084499), to(#007fbf));
	background: -webkit-linear-gradient(top, #084499, #007fbf);
	background: -moz-linear-gradient(top, #084499, #007fbf);
	background: -ms-linear-gradient(top, #084499, #007fbf);
	background: -o-linear-gradient(top, #084499, #007fbf);
	background-image: -ms-linear-gradient(top, #084499 0%, #007fbf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF084499, endColorstr=#FF007fbf);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF084499, endColorstr=#FF007fbf)";
}

/* 新着情報 */
.news{ margin-bottom:2em; }
dl.news-list{ clear:both; border-bottom:#ccc 1px dotted; font-size:86%; margin-top:0.5em; }
dl.news-list dt{ float:left; border-top:#ccc 1px dotted; width:5em; padding:0.25em 0; }
dl.news-list dt span { background:#ff9600; color:#fff; padding:0.2em; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
dl.news-list dd{ border-top:#ccc 1px dotted; padding:0.25em 0; margin-left:5em; }
dl.news-list dd a{ font-weight:bold; }

/* 新商品 */
.cms-home .widget-new-products .products-grid .product-image, .widget-new-products .products-list .product-image{ height: auto; width: auto;}
.cms-home .widget-new-products .widget-title { padding:0 !important;}
.cms-home .widget-new-products .widget-title h2 { color:#fff; font-size:100%; font-size:129%; font-weight:normal; }
.cms-home .products-grid { margin-left:1px; }
.cms-home .products-grid li.item { width:130px; margin-right:11px; }
.cms-home .products-grid li.last { margin-right:0; }
.cms-home .products-grid .product-image { width:130px; }

/* おすすめ */
.cms-home .box-reccomend{}
.cms-home .box-reccomend h2{ background:url(../images/bg_headline_maincolumn.gif) no-repeat; color:#fff; font-size:100%; font-size:129%; font-weight:normal; padding:0.2em 0 0 10px; min-height:30px; margin:0; }
.cms-home .box-reccomend .products-grid h2.product-name{ font-size:100%; font-size:79%; }

/* Sidebar =============================================================================== */
.block { margin:0 0 10px; }

.col-left .block .block-title { background:#000 url(../images/bg_headline_leftcolumn.gif) no-repeat; padding:3px 10px; }
.col-right .block .block-title { background:#000 url(../images/bg_headline_rightcolumn.gif) no-repeat; padding:3px 10px; }


.block .block-title strong { color:#fff; font-weight:bold; }
.block .block-title strong span {}

.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { background:#ebf0f2; padding:0 0 3px 0; border-radius:0 0 3px 3px; -webkit-border-radius:0 0 3px 3px; -moz-border-radius:0 0 3px 3px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

.block li {}
.block li.odd { background-color:#fff; }
.block li.even { }

/* Block: Category Nav  */
.block-category-nav {}
.block-category-nav .block-content { padding:0; }
.block-category-nav ul { margin-top:1px;}
.block-category-nav li { background:none; padding:0; font-size:115%; }
.block-category-nav li a { background:url(../images/bg_categorynav.gif) no-repeat; color:#fff; text-decoration:none; line-height:2.5em; font-weight:normal; text-align:center; display:block; height:40px; }
.block-category-nav li a:hover { background-position:0 -40px;}
.block-category-nav li a span {}

.block-category-nav li.currently a{ background-position:0 -40px;}

/* Block:Layered Navigation */
.block-layered-nav {}
.block-layered-nav .block-subtitle{ }
.block-layered-nav .block-content{ padding-top:0; }
.block-layered-nav .block-content .block-subtitle { display:none; }

.block-layered-nav dt { clear:both; background:url(../images/bg_doubleline.gif) repeat-x; border-bottom:1px solid #dae2e6; color:#036; font-size:93%; font-weight:bold; padding:0.25em 10px; }
.block-layered-nav dd { border-top:1px solid #fff; }

.block-layered-nav ol {}
.block-layered-nav ol li { background:url(../images/bg_miniicon.gif) -25px -435px no-repeat; padding:0.25em 10px 0.25em 15px; font-size:86%; line-height:1.4em; }

.block-layered-nav .currently { }
.block-layered-nav .currently .block-subtitle{ clear:both; background:#007fbf; color:#fff; font-size:93%; font-weight:bold; display:block; padding:0.25em 10px; }
.block-layered-nav .currently ol{ margin-bottom:0; }
.block-layered-nav .currently ol li{ background:none; padding-left:25px; position:relative; }
.block-layered-nav .currently ol li .label{ font-weight:bold; display:block;}
.block-layered-nav .currently .btn-remove { /*float:left;*/ position:absolute; left:10px; top:5px; }
.block-layered-nav .actions { background:url(../images/bg_doubleline.gif) repeat-x; border-bottom:#fff 5px solid; text-align:right; font-size:86%; padding:0.25em 10px; }
.block-layered-nav .actions a { float:none; }

/* Block: title Nav  */
.block-title-nav {}
.block-title-nav li { background:url(../images/bg_miniicon.gif) -25px -435px no-repeat; padding:0.5em 10px 0.5em 15px; font-size:86%; line-height:1.4em; }

/* Block: Feature Banner */
.block-feature-banner{ margin-bottom:0;}
.block-feature-banner .block-title{ display:none; }
.block-feature-banner .block-content{ background:none; padding:0; }
.block-feature-banner ul{ }
.block-feature-banner li{ margin-bottom:10px;}

/* Block: Ranking */
.block-ranking{}
.block-ranking ol.ranking-list{}
.block-ranking li { padding:10px 10px 0.5em 10px; }
.block-ranking li img { margin:0 0 0.5em 17px; }
.block-ranking li h2.product-name{ background:url(../images/bg_runking_icon.gif) no-repeat!important; font-size:79%; padding-left:30px !important; margin-bottom:0.25em !important; }
.block-ranking li .price-box{ padding-left:30px !important; line-height:1.2em; }
.block-ranking .price-box .price-label{ font-size:79%; }
.block-ranking .price-box .price-including-tax{ display:inline; }
.block-ranking .price-box .old-price { display:inline; }
.block-ranking .price-box .price{ font-size:100%; }
.block-ranking .price-box .old-price .price{ font-size:79%; }
.block-ranking .price-box .label{ font-size:79%; }

.block-ranking li.r-01 h2,
.block-ranking li.r-02 h2,
.block-ranking li.r-03 h2{ min-height:25px !important; }

.block-ranking li.r-01 h2 { background-position: 0 0; }
.block-ranking li.r-02 h2 { background-position: 0 -100px!important;}
.block-ranking li.r-03 h2 { background-position: 0 -200px!important;}
.block-ranking li.r-04 h2 { background-position: 0 -300px!important;}
.block-ranking li.r-05 h2 { background-position: 0 -400px!important;}
.block-ranking li.r-06 h2 { background-position: 0 -500px!important;}
.block-ranking li.r-07 h2 { background-position: 0 -600px!important;}
.block-ranking li.r-08 h2 { background-position: 0 -700px!important;}
.block-ranking li.r-09 h2 { background-position: 0 -800px!important;}
.block-ranking li.r-10 h2 { background-position: 0 -900px!important;}


/* Mini Products List */
.mini-products-list li { padding:5px !important; }
.mini-products-list .product-image { float:left; width:50px; }
.mini-products-list .product-details { margin-left:55px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .product-name { font-size:79%; line-height:1.2em; margin-right:15px; }

.block-account .block-content{}
.block-account ul { }
.block-account ul li { font-size:86%; line-height:1.4em; display:block; }
.block-account ul li a { background:url(../images/bg_miniicon.gif) -25px -435px no-repeat; padding:0.5em 10px 0.5em 15px; display:block; }
.block-account ul li a:hover { background-color:#dae2e6; }
.block-account li.current { background:#007fbf url(../images/bg_miniicon.gif) -25px -535px no-repeat; color:#fff; padding:0.5em 10px 0.5em 15px; display:block; }


/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation
.block-layered-nav {}
.block-layered-nav dt { padding:5px 0 0 5px; font-weight:bold; }
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }
.block-layered-nav .block-content { padding:5px 0 0 5px; }
.block-layered-nav .block-content .block-subtitle { padding:5px 0 5px 5px; }
.block-layered-nav .block-content li { padding:3px 0 0 8px; }
 */

/* Block: Cart */
.block-cart {}
.block-cart .empty,
.block-cart .amount{ font-size:86%; line-height:1.2em; margin:0 10px; padding-top:0.5em; }
.block-cart .subtotal { font-size:86%; text-align:center; margin:5px 10px 10px; }
.block-cart .subtotal label { font-weight:bold; }
.block-cart .actions { margin:10px; }
.block-cart .actions .button {
	border: 1px solid #cc6600;
	background: #ffab32;
	background: -webkit-gradient(linear, left top, left	bottom, from(#ffab32), to(#f27900));
 	background: -webkit-linear-gradient(top, #ffab32, #f27900);
 	background: -moz-linear-gradient(top, #ffab32, #f27900);
 	background: -ms-linear-gradient(top, #ffab32, #f27900);
 	background: -o-linear-gradient(top, #ffab32, #f27900);
 	background-image: -ms-linear-gradient(top, #ffab32 0%, #f27900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFffab32, endColorstr=#FFf27900);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFffab32, endColorstr=#FFf27900)";
	font-size:86%;
	padding:0.1em 0.25em; 
}
.block-cart .actions .button:hover {
  border: 1px solid #cc6600;
 	background: #ffc859;
 	background: -webkit-gradient(linear, left top, left	bottom, from(#ffc859), to(#f27900));
 	background: -webkit-linear-gradient(top, #ffc859, #f27900);
 	background: -moz-linear-gradient(top, #ffc859, #f27900);
 	background: -ms-linear-gradient(top, #ffc859, #f27900);
 	background: -o-linear-gradient(top, #ffc859, #f27900);
 	background-image: -ms-linear-gradient(top, #ffc859 0%, #f27900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFffc859, endColorstr=#FFf27900);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFffc859, endColorstr=#FFf27900)";
}
.block-cart .actions .button:active {
  border: 1px solid #cc6600;
 	background: #cc6600;
 	background: -webkit-gradient(linear, left top, left	bottom, from(#f27900), to(#ffab32));
 	background: -webkit-linear-gradient(top, #f27900, #ffab32);
 	background: -moz-linear-gradient(top, #f27900, #ffab32);
 	background: -ms-linear-gradient(top, #f27900, #ffab32);
 	background: -o-linear-gradient(top, #f27900, #ffab32);
 	background-image: -ms-linear-gradient(top, #f27900 0%, #ffab32 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf27900, endColorstr=#FFffab32);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf27900, endColorstr=#FFffab32)";
}
.block-cart .block-subtitle { border-top:#fff 5px solid; padding:0 10px; }
.block-cart ol.mini-products-list li{ background:url(../images/bg_doubleline.gif) repeat-x;}

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related 関連商品 （footer上部に配置）*/
/*
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin-right:-65px; }
.block-related .product .product-details { margin-left:65px; }
*/
.block-related { clear:both; background:#fff4e5; width:880px; padding:20px 30px 10px 30px; margin:0 auto 10px 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.block-related .block-title { border:none; margin:0 0 0.5em 0; }
.block-related .block-title strong span { color:#f27900; font-size:129%; }
.block-related .block-content { background:#fff4e5; position:relative; padding-top:0; }

.block-related .block-content .nav ul{ border:none; font-size:0; height:1px; }
.block-related .block-content .nav ul li { background:none; border:none; font-size:0; text-indent:-9999px; padding:0; }
.block-related .block-content .nav li.prev{ position:absolute; top:0; left:0; }
.block-related .block-content .nav li.next{ position:absolute; top:0; right:0; }
.block-related .block-content .nav li.prev a{ background:url(../images/bg_miniicon.gif) 0 -620px no-repeat; display:block; width:20px; height:145px;  }
.block-related .block-content .nav li.next a{ background:url(../images/bg_miniicon.gif) 0 -775px no-repeat; display:block; width:20px; height:145px;  }
.block-related .block-content .nav a span{ display:none; }

.block-related .block-content .scroller { clear:both; width: 795px; overflow:hidden; margin:0 auto; }
.block-related .block-content .scroller .content { width: 10000px; }
.block-related .block-content .scroller ul{ border:none; }
.block-related .block-content .scroller li{ background:none;}

.block-related .block-content .scroller .section { width: 795px; float:left; }
.block-related .block-content .scroller .section li { float:left; border:none; width:145px!important; padding:0 7px; }
.block-related .block-content .scroller .product-image { display:block; height:145px; overflow:hidden; }
.block-related .block-content .scroller .product-image img { margin-bottom:0.5em; }
.block-related .block-content .scroller h2.product-name { font-size:79%; }

.block-related .block-content .scroller .price-box { margin:0; line-height:1.1em; }
.block-related .block-content .scroller .price-box .old-price { display:inline; }
.block-related .block-content .scroller .price-box .price-label { font-size:79%; display:inline; }
.block-related .block-content .scroller .price-box .price-including-tax { display:inline; }
.block-related .block-content .scroller .price-box .price { font-size:79%;  }
.block-related .block-content .scroller .price-box .label { font-size:79%; display:inline; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }


/* Block:Recently Viewed 最近見た商品 （footer上部に配置）*/
.block-viewed { clear:both; background:#ebf0f2; width:880px; padding:20px 30px 10px 30px; margin:0 auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.block-viewed .block-title { border:none; margin:0 0 0.5em 0; }
.block-viewed .block-title strong span { color:#39c; font-size:129%; }
.block-viewed .block-content { position:relative; padding-top:0; }

.block-viewed .block-content .nav ul{ border:none; font-size:0; height:1px; }
.block-viewed .block-content .nav ul li { background:none; border:none; font-size:0; text-indent:-9999px; padding:0; }
.block-viewed .block-content .nav li.prev{ position:absolute; top:0; left:0; }
.block-viewed .block-content .nav li.next{ position:absolute; top:0; right:0; }
.block-viewed .block-content .nav li.prev a{ background:url(../images/bg_miniicon.gif) 0 -310px no-repeat; display:block; width:20px; height:145px;  }
.block-viewed .block-content .nav li.next a{ background:url(../images/bg_miniicon.gif) 0 -465px no-repeat; display:block; width:20px; height:145px;  }
.block-viewed .block-content .nav a span{ display:none; }

.block-viewed .block-content .scroller { clear:both; width: 795px; overflow:hidden; margin:0 auto; }
.block-viewed .block-content .scroller .content { width: 10000px; }
.block-viewed .block-content .scroller ul{ border:none; }
.block-viewed .block-content .scroller li{ background:none;}

.block-viewed .block-content .scroller .section { width: 795px; float:left; }
.block-viewed .block-content .scroller .section li { float:left; border:none; width:145px!important; padding:0 7px; }
.block-viewed .block-content .scroller .product-image { display:block; height:145px; overflow:hidden; }
.block-viewed .block-content .scroller .product-image img { margin-bottom:0.5em; }
.block-viewed .block-content .scroller h2.product-name { font-size:79%; }


.block-viewed .block-content .scroller .price-box { margin:0; line-height:1.1em; }
.block-viewed .block-content .scroller .price-box .old-price { display:inline; }
.block-viewed .block-content .scroller .price-box .price-label { font-size:79%; display:inline; }
.block-viewed .block-content .scroller .price-box .price-including-tax { display:inline; }
.block-viewed .block-content .scroller .price-box .price { font-size:79%; }
.block-viewed .block-content .scroller .price-box .label { font-size:79%; display:inline; }

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { background:none; text-align:center; }
.block-banner .block-content li { background:none; padding:0; margin-bottom:10px; }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }

/* Block: Shopping-info*/
.block-shopping-info{}
.block-shopping-info .block-content { background:none; border-top:#000 5px solid; border-bottom:#000 5px solid;}

.block-shopping-info h3 { background:url(../images/bg_side_shoppinginfo.jpg) no-repeat; width:165px; margin:0 0 0.5em; }
.block-shopping-info h3 span { display:none; }
.block-shopping-info p { font-size:86%; line-height:1.4em; }

.block-shopping-info .delivery-charges { border-bottom:#000 3px solid; padding:0.5em 0;  }
.block-shopping-info .delivery-charges h3 { height:25px; }

.block-shopping-info .delivery-company { border-bottom:#000 3px solid; padding:0.5em 0; }
.block-shopping-info .delivery-company h3 { background-position:0 -35px; height:20px; }

.block-shopping-info .payment-method { padding:0.5em 0; }
.block-shopping-info .payment-method h3{ background-position:0 -65px; height:20px; }
.block-shopping-info .payment-method p { background:url(../images/bg_side_shoppinginfo.jpg) 0 -95px no-repeat; padding:115px 0 0; }

/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

h2.product-name { background:none !important; padding:0 !important; margin:0 0 0.5em 0 !important; min-height:0 !important;}
h4.product-name { margin:0 !important; }

/* View Type: Grid */
.products-grid { }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:140px; padding:0 0 10px; }
.products-grid li.last { width:135px; }
.products-grid .product-image { display:block; width:135px; margin:0; }
.products-grid .product-image img { margin-bottom:0.5em; }
.products-grid .product-name { margin:0.5em 0; font-size:100%; font-size:79%; line-height:1.3em; display:inline-block; }
/*IE6*/.products-grid .product-name { _display:inline; _zoom:1; }
.products-grid .product-name a {}
.products-grid .price-box { clear:both; margin:5px 0; }
.products-grid .price-box .price-label{ font-size:79%; }
.products-grid .price-box .price-including-tax{ display:inline; }
.products-grid .price-box .old-price { display:inline; }
.products-grid .price-box .price{ font-size:125%; }
.products-grid .price-box .old-price .price{ font-size:100%; }
.products-grid .price-box .label{ font-size:79%; }

.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { clear:both; border-bottom:#ddd 1px dotted; padding:10px 0; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:130px; margin:0 0 10px; }
.products-list .product-shop { margin-left:140px; }
.products-list .product-name { font-size:115%; line-height:1.3em; font-weight:bold; margin:0 0 1em; display:inline; }
.products-list .product-name a {}
.products-list .category-name{ color:#999; margin-bottom:0.5em; }

.products-list .price-box p { display:inline; }
.products-list .price-box .old-price .price{ }
.products-list .price-box .special-price .price{ font-size:129%; }
.products-list .price-box .regular-price .price{ font-size:129%; }
.products-list .price-box .label{}

.products-list p.availability { font-size:93%; margin:10px 0; }
.products-list p.availability span { padding:0.3em 0.4em; }

/* 年齢制限 */
.products-list .r-18,
.products-list .r-15 { height:20px; width:20px; vertical-align:top; }
.products-list .r-18 { background:url(../images/bg_miniicon.gif) -30px -720px no-repeat; }
.products-list .r-15 { background:url(../images/bg_miniicon.gif) -30px -750px no-repeat; }

/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin-bottom:0.5em; }
.availability span { color:#fff; line-height:1em; padding:0.2em; border-radius:3px; white-space:nowrap; -webkit-border-radius:3px; -moz-border-radius:3px; }
.availability.in-stock span { background:#069; }
.availability.out-of-stock span { background:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only span,
.availability-only a { cursor:help; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { white-space:nowrap !important; font-weight:bold; font-family: "Helvetica","Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif; }

.price-box {}
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price {}
.regular-price .price { }

/* Old price */
.old-price { background:url(../images/bg_oldprice_icon.gif) right no-repeat; padding-right:15px; margin-right:5px; }
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { white-space:nowrap; }
.special-price .price { color:#f00; font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { }
.price-excluding-tax .label { display:inline; white-space:nowrap; }
.price-excluding-tax .price { font-weight:bold; }

/* Including tax */
.price-including-tax { }
.price-including-tax .label { display:inline; white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* 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 notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }
.add-to-cart .paypal-logo { clear:left; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float: left;}
.add-to-box .or { margin: 0.5em 10px; float: left; }
.add-to-box .add-to-links { }
.add-to-box .add-to-links li{ }



.product-view {}

.product-essential { margin-bottom:30px; }

.product-collateral .box-collateral { clear:both; margin:0 0 15px; padding:10px 0 0 0; }
.product-collateral .box-collateral .std { padding:10px 0 0 0; }
.product-collateral .box-collateral .form-add { padding:10px 0 0 0; }
.product-collateral .box-collateral .note { padding:10px 0 0 0; }

/* Product Images */
.product-view .product-img-box { float:left; width:290px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image {}
.product-view .product-img-box .product-image-zoom { position:relative; width:380px; height:380px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { display:none; /* position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; */}
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views { padding:10px 0 0 0; }
.product-view .product-img-box .more-views h2 { font-size:100%; }
.product-view .product-img-box .more-views ul { padding:0; margin-left:0; }
.product-view .product-img-box .more-views li { float:left; margin:0 2px 0 0 ; }

.product-image-popup { margin:10px 10px 10px 10px; text-align:center; }
.product-image-popup .nav { margin-top:10px; text-align:center; }
.product-image-popup #product-gallery-image { text-align:center; }
.product-image-popup .image-label {}
.product-image-popup .a-right a{}
.product-image-popup .a-right a:hover {}
.product-image-popup .a-right a:active {}

/* Product Shop */
.product-view .product-shop { float:right; border-top:#666 5px solid; border-bottom:#666 5px solid; width:465px; padding:5px 0; }
.product-view .product-shop .short-description { margin:0 10px; }
.product-view .product-shop .product-name { margin:0.5em 10px; display:inline-block; }
.product-view .product-shop .product-name h1{ font-size:100%; font-size:143%/*20px*/; line-height:1.43em; }

.product-view .product-shop ul.sblist {}
.product-view .product-shop ul.sblist li { float:left; width:105px; margin:0; }
.product-view .product-shop .date { clear:both; }

/* 年齢制限 */
.product-view .product-shop .product-name .r-18,
.product-view .product-shop .product-name .r-15 { vertical-align:text-top; height:30px; width:30px; }
.product-view .product-shop .product-name .r-18 { background:url(../images/bg_miniicon.gif) -30px -640px no-repeat; }
.product-view .product-shop .product-name .r-15 { background:url(../images/bg_miniicon.gif) -30px -680px no-repeat; }

.product-view .product-shop .email-friend {}
.product-view .product-shop .no-rating {}
.product-view .product-shop .price-box { border-top:#ccc 1px dotted; padding:1.5em 10px;}
.product-view .product-shop .price-box p { display:inline; }
.product-view .product-shop .price-box p .price-label { font-weight:bold;}
.product-view .product-shop .price-box .old-price .price{ font-size:115%; }
.product-view .product-shop .price-box .special-price .price{ font-size:172%; }
.product-view .product-shop .price-box .regular-price .price{ font-size:172%; }

.product-view .product-shop .availability { text-align:right; font-size:116%;  padding:0.5em 10px 1em; } 

.product-view .product-shop .age-limit { background:#e5f6ff; padding:10px 10px 0 10px; }
.product-view .product-shop .age-limit p { background:url(../images/bg_miniicon.gif) -30px -110px no-repeat; color:#f00; font-size:86%; line-height:1em; font-weight:bold; padding-left:15px; }

.product-view .product-shop .add-to-box { background:#e5f6ff; padding:10px; }
.product-view .product-shop .add-to-box .add-to-cart label { font-size:100%; font-weight:bold; margin:0.5em 10px 0 0; }
.product-view .product-shop .add-to-box .add-to-cart .input-text { font-size:100%; height:24px; padding:3px 5px; }
.product-view .product-shop .add-to-box .add-to-cart button.button { float:left; font-size:100%; width:145px; line-height:1.6em; padding:4px 0.3em;}
.product-view .product-shop .add-to-box .add-to-cart button.button::-moz-focus-inner { border: 0; padding: 0; }
.product-view .product-shop .add-to-box .add-to-cart button.button span span{ background: url(../images/bg_miniicon.gif) no-repeat -30px -870px; padding-left:25px; }

.product-view .product-shop .add-to-box .or { font-size:86%;}
.product-view .product-shop .add-to-box .add-to-links { display:inline; }
.product-view .product-shop .add-to-box .add-to-links li{ display:block; line-height: 1.6em; margin-top:0.25em; }

.product-view .product-shop .short-description { padding:10px 0 0 0; }
.product-view .product-shop .short-description h2 { display:none; }
.product-view .product-shop .short-description .std { padding:10px 0 0 0; }

/* Product Options */
.product-options { background-color:#e5f6ff; border-bottom:#fff 1px solid; padding:10px; margin:10px 0 0; }

.product-options dt label { font-weight:bold; }
.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 { margin:10px 0; padding-bottom:10px; border-bottom:#E0EDF3 1px solid; }
.product-options dl.last dd.last {padding-bottom:0; border-bottom:none; }
.product-options dd input.input-text { width:428px; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:428px; height:8em; }
.product-options dd select { width:100%; }
.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; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.product-view .grouped-items-table { margin:10px 0; }
.product-view .grouped-items-table th { padding:0.25em; font-size:86%; line-height:1.2em; }
.product-view .grouped-items-table td { padding:0.25em; }

.product-view .grouped-items-table td h3{ font-size:1em; margin:0 !important; padding:0 !important; }
.product-view .grouped-items-table td h3.product-name{ font-size:100%; display:inline; margin:0; padding:0; }

.product-view .grouped-items-table td p{ margin:0; padding:0; }
.product-view .grouped-items-table td .price-box { border-top:none; border-bottom:none; padding:0; margin:0; display:inline; }
/*価格*/
.product-view .grouped-items-table td .price-box .discount-rate{ display:none; }
.product-view .grouped-items-table td .price-box .price-label{ display:inline; font-size:79%; font-weight:normal; margin:0; padding:0; }
.product-view .grouped-items-table td .price-box .old-price,
.product-view .grouped-items-table td .price-box .special-price,
.product-view .grouped-items-table td .price-box .regular-price { display:block; line-height:1.2em; }
.product-view .grouped-items-table td .price-box .old-price .price,
.product-view .grouped-items-table td .price-box .special-price .price,
.product-view .grouped-items-table td .price-box .regular-price .price { font-size:100%; display:inline; }

.product-view .grouped-items-table td input.qty { padding:0.25em;}
.product-view .grouped-items-table td .availability { font-size:86%; padding:0; }

/* Block: Description
.product-view .box-description { display:none; }
*/
 
/* Block: box-product-introduction */
.product-view .box-product-introduction { background:url(../images/bg_obliqueline_gray.gif) repeat-x; }

/* Block: Additional */
.product-view .box-additional { background:url(../images/bg_obliqueline_gray.gif) repeat-x; }

/* Block: Upsell
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; }
*/
/* Block: Tags
.product-view .box-tags {}
.product-view .box-tags h3 { padding:5px 0 10px 0; }
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }
 */
/* Block: Reviews
.product-view .box-reviews {}
.product-view .box-reviews dt { color:#4169e1; padding:5px 0 0 0; }
.product-view .box-reviews dt span { padding:0 0 0 5px; }
.product-view .box-reviews dd { padding:0 5px 0 0; }
.product-view .box-reviews dd span { padding:0 0 0 5px; }
.product-view .box-reviews .form-add { padding:10px 0 0 0; }
.product-view .box-reviews .form-add h3 { padding:10px 0 10px 0; }
*/
/* Send a Friend
.send-friend {}
*/

/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {}

/* Product Tags */
.tags-list { background:#ecf1f3; padding:15px; }
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount { font-size:115%; margin-bottom:0.5em; }
.advanced-search-summary { background:#ecf1f3; padding:10px; }
.advanced-search-summary li { margin-bottom:0.5em; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px 1em 0; }
.page-sitemap .links a { font-size:86%; /*position:relative;*/ }
.page-sitemap .sorter { display:none;}

.page-sitemap ul.sitemap { font-size:1em; text-align:left; padding-top:0; margin:12px; }
.page-sitemap ul.sitemap a {}
.page-sitemap ul.sitemap li { background:url(../images/bg_miniicon.gif) -30px -435px no-repeat; padding-left:15px; margin-left:30px; }
.page-sitemap ul.sitemap li.level-0 { padding-left:15px; margin-left:0; }
.page-sitemap ul.sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

.cart-table tbody .qty { padding:0.2em; }

.cart-table tfoot tr.first td {}
.cart-table tfoot tr.first td button { display:inline; margin-left:0.5em; }


/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:700px; }

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount { display:none; }
.cart .shipping { padding:15px 0 0 0; display:none; }

/* Shopping Cart Totals */
.cart .totals { float:right; background:#ffe3ba; border:#ffcc99 1px solid; padding:10px; min-width:200px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
.cart .totals table { width:100%; margin-bottom:0.5em; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot {font-size:143%;}
.cart .totals .button { font-size:143%;}

/* 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 ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { clear:both; float:none; display:block; padding-top:1em; }
.please-wait img { vertical-align:middle; }
.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 .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../images/bkg_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; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {}
.block-progress .block-content {  padding:0; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; }
.block-progress dt { background: url(../images/bg_doubleline.gif) repeat-x; border-bottom: 1px solid #dae2e6; color:#036; font-size:86%; font-weight:bold; padding:0.3em 10px 0.25em 10px ; }
.block-progress dt.complete  { background:#007fbf; color:#fff; }
.block-progress dt.complete a  { color:#fff; }
.block-progress dd.complete { background:#ecf1f3; font-size:86%; line-height:1.25em; padding:10px; }

.opc { position:relative; }
.opc li.section { border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background:#ecf1f3; border:#dae2e6 1px solid; text-align:right; min-height:40px; padding:0 10px; margin-bottom:5px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
.opc .step-title .number { float:left; background:#dae2e6; color:#c2c9cc; font-weight:bold; padding:0.2em 0.4em; line-height:1em; margin:10px 10px 0 0; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
.opc .step-title h2 { float:left; color:#c2c9cc; margin:0.4em 0 0 0; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { background:#dae2e6; border:#c2c9cc 1px solid; cursor:pointer; }
.opc .allow .number { background:#007fbf; color:#fff; }
.opc .allow h2 { float:left; color:#007fbf; margin:0.4em 0 0 0; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { background: url(../images/bg_checkout_title.jpg) no-repeat; background-size: 100% 100%; border:none; cursor:default; margin-bottom:0; -webkit-border-radius:3px 3px 0 0; -moz-border-radius:3px 3px 0 0; border-radius:3px 3px 0 0; }
.opc .active .number { background:#fff; color:#06c; }
.opc .active h2 { float:left; color:#fff; margin:0.4em 0 0 0; }
/* .opc .active .step-title a { display:none; } */

.opc .step { background:#e5f6ff; padding:10px; margin-bottom:5px; position:relative; }

.opc .step h3 { color:#003366; margin-top:0; }
.opc .step hr { border:#fff 1px solid; margin:0;}
.opc .step .buttons-set{ padding:0; }
.opc .step .tool-tip { right:10px; }

.opc #opc-login .step p { margin-bottom:0.5em; }
.opc #opc-login .step strong { color:#f00; }
.opc #opc-login .step h4 { display:none; }

.opc #opc-login .step .buttons-set { position:relative; min-height:6em; }
.opc #opc-login .step .buttons-set .required { margin-bottom:0; }
.opc #opc-login .step .buttons-set a.f-left { float:none; }
.opc #opc-login .step .buttons-set button.button { clear:both; position:absolute; bottom:0; left:0; }
/*IE6,IE7*/.opc #opc-login .buttons-set { /height:6em; }

.opc #opc-billing .form-list { margin-bottom:1em; }
.opc #opc-billing .buttons-set { position:relative; }
.opc #opc-billing .buttons-set p.required { margin-bottom:6em; }
.opc #opc-billing .buttons-set .button { position:absolute; bottom:0; left:0; }
.opc #opc-billing .buttons-set .account-creation-tos { position:absolute; bottom:3em; left:0; }
/*IE6,IE7*/.opc #opc-billing .buttons-set { /height:6em; }

.opc #opc-shipping .form-list { margin-bottom:1em; }

.opc #opc-shipping_method #checkout-shipping-method-load { margin-bottom:1em; }
.opc #opc-shipping_method #checkout-shipping-method-load .sp-methods dd ul { margin-top:0.25em; }
.opc #opc-shipping_method #checkout-shipping-method-load .sp-methods dd ul li ol { margin:0.25em 1.5em 1em; }
.opc #opc-shipping_method #checkout-shipping-method-load .sp-methods dd ul li ol li{ display:inline; padding-right:1em; }

.opc #opc-payment #checkout-payment-method-load{ margin-bottom:1em; }
.opc #opc-payment #checkout-payment-method-load span.required{ color:#f00; }

.opc #checkout-step-review #checkout-review-load{ margin-bottom:1em; }

.opc #opc-review #checkout-review-table { margin-bottom:1em; }
.opc #opc-review #checkout-review-table td h3.product-name { color:#000; margin:0; }
.opc #opc-review #checkout-review-submit #review-buttons-container {}
.opc #opc-review #checkout-review-submit #review-buttons-container .f-left { float:none; display:block; margin-bottom:1em; }
.opc #opc-review #checkout-review-submit #review-buttons-container p.back-link { clear:both; }



/*注文完了*/
.checkout-onepage-success .col-main p { margin-bottom:1em;}
.checkout-onepage-success .col-main p strong { color:#003366; font-size:143%; }
.checkout-onepage-success .col-main .buttons-set { background:none; padding:0; }

/* 
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 {}
 */

/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users,
.account-login .registered-users { background:#e5f6ff;}
.account-login .content{ padding:0 15px 15px 15px; min-height:210px; }
/*IE6,IE7*/ .account-login .content { /height:230px; }

.account-login .buttons-set { min-height:60px; position:relative; }
/*IE6,IE7*/ .account-login .buttons-set { /height:60px; }
.account-login .buttons-set .button { position:absolute; bottom:15px; left:15px; }
.account-login .registered-users .buttons-set .f-left { float:none; margin-bottom:2.5em; }

.customer-account-confirmation .col-main .buttons-set { position:relative; }
.customer-account-confirmation .col-main .buttons-set .button { position:absolute; top:-4em; left:22em; }

.customer-account-forgotpassword .col-main .buttons-set { position:relative; }
.customer-account-forgotpassword .col-main .buttons-set .button { position:absolute; top:-4em; left:22em; }

.customer-account-create .col-main .buttons-set { position:relative; }
.customer-account-create .col-main .buttons-set .required { margin-bottom:3em; }
.customer-account-create .col-main .buttons-set .account-creation-tos { position:absolute; top:1.75em; left:15px; }
/* ======================================================================================= */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .title-buttons a.link-print { float:right; margin-top:1.5em; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg { padding:0 0 1.5em 0; }

.dashboard .box-account { background:#f2fbff url(../images/bg_box_gradation.gif) repeat-x; border:#cee6f2 1px solid; padding:0 15px 15px 15px; margin-bottom:1em; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
.dashboard .box-account .box-head h2 { float:left; background:url(../images/bg_miniicon.gif) no-repeat; padding-left:25px; }
.dashboard .box-account .box-head a { float:right; margin-top:1.5em; }

/* Block: Recent Orders */
.dashboard .box-recent { }
.dashboard .box-recent .box-head { padding:0 0 10px 0; }
.dashboard .box-recent .box-head h2 { background-position:-30px -310px; }

/* Block: Account Information */
.dashboard .box-info { }
.dashboard .box-info .box-head h2 { background-position:-30px -340px; }
.dashboard .box-info .box { }
.dashboard .box-info .box .box-title { border-bottom:#e0edf3 2px solid; }
.dashboard .box-info .box .box-title h3 { float:left; margin:0; }
.dashboard .box-info .box .box-title a { margin-top:0; float:right; }
.dashboard .box-info .box .box-content { padding:15px 0 15px 0; }


/* Block: Reviews */
.dashboard .box-reviews { }
.dashboard .box-reviews .box-head h2 { background-position:-30px -370px; }
.dashboard .box-reviews .number { background:#333; color:#fff; font-weight:bold; line-height:1em; padding:0.2em 0.5em; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
.dashboard .box-reviews .details { margin-left:1em; display:inline; }
.dashboard .box-reviews .details h3 { display:inline; margin-top:0; }

/* Block: Tags */
.dashboard .box-tags { }
.dashboard .box-tags .box-head h2 { background-position:-30px -400px; }
.dashboard .box-tags .number { background:#333; color:#fff; font-weight:bold; line-height:1em; padding:0.2em 0.5em; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
.dashboard .box-tags .details { margin-left:1em; display:inline; }
.dashboard .box-tags .details h3 { display:inline; margin-top:0; }
.dashboard .box-tags .details .tags{ margin:0.5em 0 0 4em; }
.dashboard .box-tags .details .tags strong{ margin-top:0.5em; }
.dashboard .box-tags .details .tags ul{ display:inline; }
.dashboard .box-tags .details .tags ul li{ display:inline; margin-right:0.5em;}

/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list .addresses-primary { }
.addresses-list .addresses-primary li.item { background:#f2fbff url(../images/bg_box_gradation.gif) repeat-x; border:#cee6f2 1px solid; padding:0 15px 15px 15px; margin-bottom:1em; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
.addresses-list .addresses-primary li.item h3 { border-bottom:#e0edf3 2px solid; }
.addresses-list .addresses-additional ol { }
.addresses-list .addresses-additional li.item { border-top:#ccc 1px dotted; padding:1em 15px; }
.addresses-list .addresses-additional li.item p { text-align:right; }

/* 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; }

.order-date { margin:10px 0; }

.order-info-box { background:#f2fbff url(../images/bg_box_gradation.gif) repeat-x; border:#cee6f2 1px solid; padding:0 15px 15px 15px; margin-bottom:1em; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
.order-items { padding:10px 0 10px 0; width:100%; overflow-x:auto; }
.order-items h2 { padding:10px 0 10px 0; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { padding:10px 0 10px 0; margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.order-items .product-name { margin:0; }

.tracking-table { border:#ddd 1px solid; margin:0; width:100%; }
.tracking-table th { background:#f2f2f2; font-weight:bold; white-space:nowrap; width:200px; }
.tracking-table th,
.tracking-table td { border:#ddd 1px solid; padding:0.25em 10px; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

.sales-order-view .order-items .separator{ margin:0 10px; color:#ccc; font-weight:normal; }
.sales-order-shipment .order-items .a-right a{ font-size:93%; }
.sales-order-creditmemo .col-main .data-table th.wrap { white-space:nowrap !important; }

/* Order Print Pages */
.page-print .print-head { margin-bottom:1.5em; }
.page-print h1 { margin-bottom:0.25em; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print .order-date { border-bottom:#ccc 3px solid; font-weight:bold; padding:0 0 10px; margin-bottom:1em; }
.page-print .col2-set { border-bottom:#ccc 1px dotted; padding:0 0 10px; margin-bottom:1em; }
.page-print .col2-set h2 { margin-top:0; }
.page-print .buttons-set { background:none; padding:1em 0; }

/* Shipping Tracking Popup */
.shipping-tracking-popup {}
.shipping-tracking-popup .buttons-set{ background:none; padding-right:10px; }
.shipping-tracking-popup .buttons-set .button{ float:right; }

/* 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; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* My Tag */
.tag-customer-index .buttons-set { background:none; border-top:#ccc 2px solid; padding:1em 0; margin:1em 0; }
.tag-customer-view p.my-tag-edit { background:#ecf1f3; padding:15px; margin-bottom:1em; }
.tag-customer-view p.my-tag-edit a.btn-remove { display:inline-block; }
.tag-customer-view #my-tags-table td.last button{ white-space:nowrap; text-align:center; }
.tag-customer-view #my-tags-table td.last ul.add-to-links a.link-wishlist { font-size:86%; }

/* My Wishlist */
.wishlist-index-index fieldset td textarea { height:5em; }
.wishlist-index-index fieldset .buttons-set { float:right; background:none; border-top:none; padding:0; margin:1em 0 0.5em 0; }
.wishlist-index-index fieldset .buttons-set .button { margin-left:0.5em; }
.wishlist-index-index .buttons-set { background:none; border-top:#ccc 2px solid; padding:1em 0; margin:1em 0; }
.wishlist-shared-index td.last { white-space:nowrap; text-align:center; }
.wishlist-shared-index td ul.add-to-links{ white-space:nowrap; }

.wishlist-shared-index td.last ul.add-to-links a.link-cart{
	border: 1px solid #0080c0;
  background: #17a1e5;
  background: -webkit-gradient(linear, left top, left bottom, from(#17a1e5), to(#0080c0));
  background: -webkit-linear-gradient(top, #17a1e5, #0080c0);
  background: -moz-linear-gradient(top, #17a1e5, #0080c0);
  background: -ms-linear-gradient(top, #17a1e5, #0080c0);
  background: -o-linear-gradient(top, #17a1e5, #0080c0);
  background-image: -ms-linear-gradient(top, #17a1e5 0%, #0080c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF17a1e5, endColorstr=#FF0080c0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF17a1e5, endColorstr=#FF0080c0)";
	color: #fff;
	position: relative;
	overflow: visible;
	display: inline-block;
	padding: 0.25em 0.5em;
	margin: 0;
	font:14px/normal sans-serif;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	outline: none;
	-moz-background-clip: padding; /* for Firefox 3.6 */
	background-clip: padding-box;
	/* IE hacks */
	zoom: 1;
	*display: inline;
}
.wishlist-shared-index td ul.add-to-links a.link-cart:hover {
  border: 1px solid #0080c0;
  background: #59d6ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#59d6ff), to(#0080c0));
  background: -webkit-linear-gradient(top, #59d6ff, #0080c0);
  background: -moz-linear-gradient(top, #59d6ff, #0080c0);
  background: -ms-linear-gradient(top, #59d6ff, #0080c0);
  background: -o-linear-gradient(top, #59d6ff, #0080c0);
  background-image: -ms-linear-gradient(top, #59d6ff 0%, #0080c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF59d6ff, endColorstr=#FF0080c0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF59d6ff, endColorstr=#FF0080c0)";
}
.wishlist-shared-index td ul.add-to-links a.link-cart:active {
  border: 1px solid #0080c0;
  background: #0080c0;
  background: -webkit-gradient(linear, left top, left bottom, from(#0080c0), to(#17a1e5));
  background: -webkit-linear-gradient(top, #0080c0, #17a1e5);
  background: -moz-linear-gradient(top, #0080c0, #17a1e5);
  background: -ms-linear-gradient(top, #0080c0, #17a1e5);
  background: -o-linear-gradient(top, #0080c0, #17a1e5);
  background-image: -ms-linear-gradient(top, #0080c0 0%, #17a1e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0080c0 endColorstr=#FF17a1e5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0080c0, endColorstr=#FF17a1e5)";
}
.wishlist-shared-index td ul.add-to-links a.link-wishlist { font-size:86%; }

.wishlist-shared-index .buttons-set { background:none; border-top:none; padding:0; margin:1em 0 0.5em 0; }
.wishlist-shared-index .buttons-set .button {
	border: 1px solid #0080c0;
  background: #17a1e5;
  background: -webkit-gradient(linear, left top, left bottom, from(#17a1e5), to(#0080c0));
  background: -webkit-linear-gradient(top, #17a1e5, #0080c0);
  background: -moz-linear-gradient(top, #17a1e5, #0080c0);
  background: -ms-linear-gradient(top, #17a1e5, #0080c0);
  background: -o-linear-gradient(top, #17a1e5, #0080c0);
  background-image: -ms-linear-gradient(top, #17a1e5 0%, #0080c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF17a1e5, endColorstr=#FF0080c0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF17a1e5, endColorstr=#FF0080c0)";
	float:right;
}
.wishlist-shared-index .buttons-set .button:hover {
  border: 1px solid #0080c0;
  background: #59d6ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#59d6ff), to(#0080c0));
  background: -webkit-linear-gradient(top, #59d6ff, #0080c0);
  background: -moz-linear-gradient(top, #59d6ff, #0080c0);
  background: -ms-linear-gradient(top, #59d6ff, #0080c0);
  background: -o-linear-gradient(top, #59d6ff, #0080c0);
  background-image: -ms-linear-gradient(top, #59d6ff 0%, #0080c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF59d6ff, endColorstr=#FF0080c0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF59d6ff, endColorstr=#FF0080c0)";
}
.wishlist-shared-index .buttons-set .button:active {
  border: 1px solid #0080c0;
  background: #0080c0;
  background: -webkit-gradient(linear, left top, left bottom, from(#0080c0), to(#17a1e5));
  background: -webkit-linear-gradient(top, #0080c0, #17a1e5);
  background: -moz-linear-gradient(top, #0080c0, #17a1e5);
  background: -ms-linear-gradient(top, #0080c0, #17a1e5);
  background: -o-linear-gradient(top, #0080c0, #17a1e5);
  background-image: -ms-linear-gradient(top, #0080c0 0%, #17a1e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0080c0 endColorstr=#FF17a1e5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0080c0, endColorstr=#FF17a1e5)";
}

/* My Newsletter */
.newsletter-manage-index ul.form-list { background:#e5f6ff; padding:15px; margin:0;}
/*IE6,IE7*/.newsletter-manage-index .control{ /margin:0;}

/* マイアカウント系ページ：FORM内ではない「戻るボタン」*/
.customer-address-index .buttons-set { background:none; border-top:#ccc 2px solid; padding:1em 0; margin:1em 0; }
.sales-order-history .buttons-set { background:none; border-top:#ccc 2px solid; padding:1em 0; margin:1em 0; }
.sales-order-view .buttons-set { background:none; border-top:#ccc 2px solid; padding:1em 0; margin:1em 0; }
.sales-order-invoice .buttons-set { background:none; border-top:#ccc 2px solid; padding:1em 0; margin:1em 0; }
.sales-order-shipment .buttons-set { background:none; border-top:#ccc 2px solid; padding:1em 0; margin:1em 0; }

.sales-order-creditmemo .buttons-set { background:none; border-top:#ccc 2px solid; padding:1em 0; margin:1em 0; }

.tag-customer-view .buttons-set { background:none; border-top:#ccc 2px solid; padding:1em 0; margin:1em 0; }
.review-customer-index .buttons-set { background:none; border-top:#ccc 2px solid; padding:1em 0; margin:1em 0; }
.review-customer-view .buttons-set { background:none; border-top:#ccc 2px solid; padding:1em 0; margin:1em 0; }

/* マイアカウント系ページ：ツールバーの「sort-by」非表示 */
.review-customer-index .col-main .toolbar .sorter .sort-by{ display:none; }
.sales-order-history .col-main .toolbar .sorter .sort-by{ display:none; }
.tag-customer-view .col-main .toolbar .sorter .sort-by{ display:none; }
/* ======================================================================================= */


/* ContactForm お問い合せフォーム（エクステンション使用） ================================ */
.advancedcontactform-index-index #contactForm{}
.advancedcontactform-index-index #contactForm .form-list li.wide .input-box{ width:auto; }
.advancedcontactform-index-index #contactForm .form-list li.wide { width:auto; min-height:80px; float:left;}
.advancedcontactform-index-index #contactForm .form-list li.wide input.input-text.name { width:330px; margin-right:20px; }
.advancedcontactform-index-index #contactForm .form-list li.wide input.input-text.email { width:330px; margin-right:20px; }
.advancedcontactform-index-index #contactForm .form-list li.wide input.input-text.telephone { width:330px; margin-right:20px; }
.advancedcontactform-index-index #contactForm .form-list li.wide input.input-text.order-no { width:330px; margin-right:20px; }
.advancedcontactform-index-index #contactForm .form-list li.wide textarea.comment {}
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container{ clear:both; background:#dadfe2; }
.footer { width:960px; margin:0 auto; }

.footer ul { font-size:86%; text-align:center; padding:0.5em 0 1.5em; }
.footer ul li { display:inline; }
.footer ul li a { background:url(../images/bg_miniicon.gif) -30px -920px no-repeat; color:#0069bf; padding-left:1em; margin:0 0.5em;}

.footer .copyright{ background:#000; color:#fff; font-size:86%; text-align:center; padding:1em;}
.footer .copyright p { display:inline; margin-right:2em; white-space:nowrap; }


.footer-container .bottom-container { text-align:center; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.-container .top-container:after,
.header:after,
.quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.advancedcontactform-index-index #contactForm .fieldset:after{ display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

/* ======================================================================================= */

.news_facebook{
    float: right;
    width: 120px;
}

.news_facebook iframe{
    border: none;
    overflow: hidden;
    width: 61px;
    height: 21px;
}

.news_twitter{
    float: left;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
}

.page-title span{
    color: #000;
}

.products-grid .availability span{
    white-space: pre-wrap;
}
