/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
/*  font-family: sans-serif;*/
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
/*
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
*/
/*------- header ------------------------------------*/
#page-wrap {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0px;
	clear: both;
	width: 1020px;
}
#header {
	text-align: left;
}
#header .StoreLogo {
	margin: 20px auto 24px 32px ;
}
#header img{
	border:none;
}
#header .menu {
	position: relative;
	margin: 0;
	padding:0;
}
#header .menu ul {
	margin: 0;
	padding: 0;
}
#header .menu li {
	list-style-type:none;
	float: left;
}
#header .menu li a,
#header .menu li a:visited,
#header .menu li a:hover {
	text-decoration:none;
	color:#898989;
	font-size: 0.85em;
	margin: 0;
	padding: 0 20px 0 20px;
	line-height: 36px;
	display: block;
}
#header .menu li a:hover {
	color:#066;
}
#header .languages {
	position: absolute;
	top: 27px;
	right: 40px;
}
#header .languages ul {
	margin:0;
	padding: 0;
}
#header .languages li {
	list-style-type:none;
	display: block;
	line-height: 22px;
	float: left;
}
#header ul:after {
	content: ""; display: block; height: 0; visibility: hidden; clear: both;
}
/*------- header ------------------------------------*/
/*------- body contents -----------------------------*/
#body-warp {
	position: relative;
	margin: 20px auto 0 auto;
	padding: 0px;
	clear: both;
	width: 1020px;
	padding-right: 38px;

/*	width: 982px;*/
}
/*.body-section > table {*/
.body-section {
	width: 765px;
}
/*------- body contents -----------------------------*/
/*------- left navigation ----------------------------*/
/*
.left-navigation {
  background: transparent url("images/store_column_left_shade.jpg") repeat-y 182px top;
  vertical-align: top;
  text-align: center;
}
.left-navigation .left-boxes {
  margin-left: 28px;
  width:195px;
}
*/
.left-navigation {
  vertical-align: top;
	padding-right: 27px;
	width:190px;
}
.left-navigation,
.left-navigation a {
	color:#898989;
	text-decoration: none;
}
/*------- right navigation ----------------------------*/
/*
.right-navigation {
  vertical-align: top;
  text-align: center;
}
.right-navigation .right-boxes {
  margin-left: 10px;
  margin-right: 40px;
  width:125px;
}
*/
/*------- categorys menu ----------------------------*/
/* structure */
ul.ex-drop-down {
	padding:0;
	overflow:hidden;
}
li.ex-dr {
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}
div.ex-dr-pack ul.ex-dr-context {
	margin:0;
	overflow:hidden;
}
li.ex-dr a {
	position:relative;
}
span.ex-dr-arrow {
	font-family:arial;
	font-weight:bold;
	font-size:10px;
	line-height:1;
	margin-left:8px;
}
ul.ex-dr-horizon {
	display:inline-block;
}
ul.ex-dr-horizon li.ex-dr {
	display:block;
	float:left;
}

/* design */
ul.ex-dr-root,
ul.ex-dr-context {
	margin:0;
}
ul.ex-dr-context {
	padding:0 1px 1px 0;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 5;
}
ul.ex-dr-root li a,
ul.ex-dr-root li a:visited,
ul.ex-dr-context li a,
ul.ex-dr-context li a:visited {
	text-decoration:none;
	padding:1px;
	color:#898989;
	font-size: 0.85em;
	line-height: 20px;
}
ul.ex-dr-context li a,
ul.ex-dr-context li a:visited {
	line-height: 1.8em;
}
ul.ex-dr-root li a:hover,
ul.ex-dr-context li a:hover {
	text-decoration:none;
	background-color:#fff;
	color:#066;
}

ul.ex-dr-root li {
	background:transparent;
	cursor:pointer;
	margin-top: 4px;
	padding-left: 10px;
}
ul.ex-dr-context {
	border-top:solid 1px #d3d3d3;
	border-left:solid 1px #d3d3d3;
	border-right:solid 1px #c0c0c0;
	border-bottom:solid 1px #c0c0c0;
	background-color:#f8f8f8;
	border-radius: 5px;
}
ul.ex-dr-context li {
	border-bottom:dashed 1px #c0c0c0;
	padding-left: 5px;
	cursor:pointer;
}
ul.ex-dr-root li.categories-menu-last-item,
ul.ex-dr-context li.categories-menu-last-item {
	border-bottom:none;
}
.box-categories-menu {
}
.box-categories {
	position: relative;
	display: block;
	margin: 0 13px 20px 17px;
	width: 160px;
}
.box-categories-title {
	height: 30px;
}
.box-categories-title span {
	padding-left: 10px;
	border-bottom:solid 1px #898989;
	display: block;
	width: 150px;
}
/*	2010-08-15 add -e */
/*------- categorys menu ----------------------------*/
/*------- search ------------------------------------*/
.box-search {
	position: relative;
	margin: 0 10px 48px 20px;
	width: 160px;
	display: block;
}
.search-title {
	height: 30px;
}
.search-title span {
	padding-left: 10px;
	border-bottom: 1px solid #999;
	display: block;
	width: 150px;
	*width: 160px;
}
.search-form  {
	position: relative;
	display: block;
	width: 160px;
}
.search-form .search-input {
	width: 116px;
	margin: 7px  auto auto 2px;;
	height: 23px;
}
.search-form .search-button {
	position: absolute;
	right: 0;
	top: 3px;
}
.search-infomation {
  width:93%;
  font-size: 0.85em;
  line-height: 1.1;
*  font-size: 0.85em;
}
/*------- search ------------------------------------*/
/*------- search product name -----------------------------*/
.box-search-product-name {
	position: relative;
	margin: 0 10px 22px 20px;
	width: 160px;
	display: block;
}
.search-product-name-title {
	min-height: 30px;
	*height: 30px;
}
.search-product-name-title span {
	padding-left: 10px;
	border-bottom: 1px solid #999;
	display: block;
	width: 150px;
	*width: 160px;
}
/*------- search product name -----------------------------*/
/*------- search colors -----------------------------*/
/* 2015-08-06 del -s */
/*.box-search-colors {
  margin-bottom: 15px;
  width: 150px;
}
.search-colors-title {
  font-size: 13px;
  position: relative;
  margin-bottom:2px;
}
.search-colors-title img {
  margin-right: 2px;
}
.search-colors-title span {
  position: absolute;
  top: 1px;
}
*/
/* 2015-08-06 del -e */
/*------- search colors -----------------------------*/
/*------- search weight -----------------------------*/
.box-search-weight {
	position: relative;
	margin: 0 10px 22px 20px;
	width: 160px;
	display: block;
}
.search-weight-title {
	min-height: 30px;
	background: transparent url("images/icon_dropdown.png") no-repeat right 10px bottom 8px;
	*height: 30px;
	*background-position: 135px 4px;
}
.search-weight-title a,
.search-weight-title a:visited,
.search-weight-title a:hover {
	text-decoration:none;
	color:#898989;
	border-bottom: 1px solid #898989;
	display: block;
}
.search-weight-title span {
	padding-left: 10px;
	display: block;
	width: 128px;
}
.box-search-weight .search-weight ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
.box-search-weight .search-weight li a,
.box-search-weight .search-weight li a:visited,
.box-search-weight .search-weight li a:hover {
	text-decoration:none;
	padding:1px;
	color:#898989;
	font-size: 0.85em;
	line-height: 30px;
}
.box-search-weight .search-weight li a:hover {
	color:#066;
}
/*------- search weight -----------------------------*/
/*------- search material -----------------------------*/
.box-search-material {
	position: relative;
	margin: 0 10px 52px 20px;
	width: 160px;
	display: block;
}
.search-material-title {
	min-height: 30px;
	background: transparent url("images/icon_dropdown.png") no-repeat right 10px bottom 8px;
	*height: 30px;
	*background-position: 135px 4px;
}
.search-material-title a,
.search-material-title a:visited,
.search-material-title a:hover {
	text-decoration:none;
	color:#898989;
	border-bottom: 1px solid #898989;
	display: block;
}
.search-material-title span {
	padding-left: 10px;
	display: block;
	width: 128px;
}
.box-search-material .search-material ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
.box-search-material .search-material li a,
.box-search-material .search-material li a:visited,
.box-search-material .search-material li a:hover {
	text-decoration:none;
	padding:1px;
	color:#898989;
	font-size: 0.85em;
	line-height: 30px;
}
.box-search-material .search-material li a:hover {
	color:#066;
}
/*------- search material -----------------------------*/
/*------- shopping cart -----------------------------*/
.box-cart {
	display: block;
	position: relative;
	margin: 0 20px 55px 20px;
	text-align: center;
	font-size: 0.85em;
	width: 150px;
}
.cart-customer_name {
	font-size: 1.2em;
}
.cart-info {
	border: solid 1px #999;
	padding:10px 10px 5px 10px;
	text-align: center;
}
.cart-info a {
	line-height: 22px;
	display: block;
	margin-bottom: 5px;
}
.cart-info a:hover {
	text-decoration:none;
}
.cart-count-contents {
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	padding: 0 10px;
	margin: 10px;
}
.cart-count-contents .count {
	font-size: 2.8em;
	color:#999;
}
.cart-count-contents .text {
}
/*------- shopping cart -----------------------------*/
/*------- order history -----------------------------*/
.box-order-history {
  margin-bottom: 15px;
  width: 125px;
  padding:2px;
}
.order-history-title {
  font-size: 13px;
  font-weight:bold;
  margin-bottom:2px;
  position: relative;
}
.order-history-title img {
  margin-right: 2px;
}
.order-history-title span {
  position: absolute;
  top: 1px;
}
.order-history {
  background: #efefef;
}
.order-history td {
  border-bottom:solid 3px #fff;
}
.order-history a {
  font-size: 12px;
  color: #333
}
/*------- order history -----------------------------*/
/*------- best sellers ------------------------------*/
.box-best-sellers {
	position: relative;
	margin: 0 10px 0 20px;
	width: 160px;
	display: block;
}
.best-sellers-title {
	min-height: 30px;
	background: transparent url("images/icon_best_seller.png") no-repeat left 4px bottom 12px;
	padding-bottom: 3px;
	*height: 30px;
	*background-position: 4px -2px;
}
.best-sellers-title span {
	padding-left: 35px;
	border-bottom: 1px solid #898989;
	display: block;
	width: 125px;
	font-weight: bold;
	*width: 160px;
}
.box-best-sellers .best-sellers ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	margin-left: 3px;
}
.box-best-sellers .best-sellers li {
	padding-left: 29px;	/* 2016-11-09 modi 32px -> 29px*/
	padding-bottom: 4px;
	display: block;	/* 2016-11-09 add */
	float:left;	/* 2016-11-09 add */
}
.box-best-sellers .best-sellers li a,
.box-best-sellers .best-sellers li a:visited {
	padding:1px;
	text-decoration:none;
	color:#898989;
	font-size: 0.75em;
	line-height: 20px;
}
.box-best-sellers .best-sellers li a:hover {
	text-decoration:none;
	background-color:#fff;
	color:#066;
}
.box-best-sellers .best-sellers .rank-1 {
	background: transparent url("images/icon_rank_1.png") no-repeat left top;
}
.box-best-sellers .best-sellers .rank-2 {
	background: transparent url("images/icon_rank_2.png") no-repeat left top;
}
.box-best-sellers .best-sellers .rank-3 {
	background: transparent url("images/icon_rank_3.png") no-repeat left top;
}
.box-best-sellers .best-sellers .rank-4 {
	background: transparent url("images/icon_rank_4.png") no-repeat left top;
}
.box-best-sellers .best-sellers .rank-5 {
	background: transparent url("images/icon_rank_5.png") no-repeat left top;
}
/* 2016-11-09 add -s */
.box-best-sellers .best-sellers li:before {
	clear:both;
	margin:0;
	padding:0; font-size:0;
	line-height:0;
	margin-bottom: 3px;
}
.box-best-sellers .best-sellers .rank-pimage {
	display: block;
	width: 32px;
	margin-right: 2px;
	float:left;
}
.box-best-sellers .best-sellers .rank-pname {
	display: block;
	line-height: 14px;
	float:right;
	width: 92px;
}
/* 2016-11-09 add -e */
/*
.box-best-sellers .best-sellers .rank-1 {
	width: 32px;
	background: transparent url("images/icon_rank_1.png") no-repeat left top;
	border: solid 1px #f00;
}
.box-best-sellers .best-sellers .rank {
	width: 32px;
	font-size: 0.95em;
	font-weight: bold;
	border: solid 1px #f00;
}
*/
/*------- best sellers ------------------------------*/
/*------- recently_viewed ---------------------------*/
.box-recently_viewed {
  margin-bottom: 15px;
  width: 125px;
/*  padding:2px;*/
}
.recently_viewed-item{
  position: relative;
  margin-bottom:5px;
}
.recently_viewed-title {
  font-size: 13px;
  font-weight:bold;
  margin-bottom:5px;
  position: relative;
  width: 140px;
*  margin-bottom:0;
*  width: 130px;
}
.recently_viewed-title img {
  margin-right: 0px;
}
.recently_viewed-title span {
  position: absolute;
  top: 1px;
}
.recently_viewed {
  text-align: center;
  width: 125px;
}
.recently_viewed a {
  font-size: 11px;
  color: #333
}
.recently_viewed img {
  border:solid 1px #999;
/*  margin:2px;*/
  margin-bottom:2px;
margin-top:-2px;
}
.recently_viewed .Price {
  font-size: 11px;
}
.recently_viewed .specialPrice {
  font-size: 11px;
  color: red;
}
/*------- recently_viewed -------------------------*/
/*------- information -----------------------------*/
.box-information {
  margin-bottom: 15px;
  width: 150px;
}
.information-title {
  font-size: 13px;
  font-weight:bold;
  margin-bottom:2px;
  position: relative;
}
.information-title img {
  margin-right: 2px;
}
.information-title span {
  position: absolute;
  top: 1px;
}
.information {
  position: relative;
  width:150px;
  margin-left:10px;
  font-size: 12px;
  line-height: 18px;
}
.information ul {
  margin:0;
  padding:0;
}
.information li {
  list-style-type:none;
}
.information a {
  font-weight:bold;
  font-size: 12px;
  text-decoration:underline;
}
/*------- information -----------------------------*/
/*------- best sellers ------------------------------*/
/*
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
*/
.boxText { font-size: 12px; }
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; }

body {
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
  background: #fff;
  color: #000;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
/*  color: #AABBDD;*/
  color: #066;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}
/* 2010-08-17 modi -s */
/*
TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}
/* 2010-08-17 modi -e */

.body-breadcrumb {
  color: #999;
  font-size: 12px;
  margin: 5px auto 10px auto;
}

.body-breadcrumb a.headerNavigation {
  color: #999;
  font-weight : bold;
  font-size: 12px;
}
.body-breadcrumb a.headerNavigation:hover {
  color: #366938;
  text-decoration: none;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
/*  font-family: Tahoma, Verdana, Arial, sans-serif;*/
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
/*  font-family: Tahoma, Verdana, Arial, sans-serif;*/
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
/* 2010-08-17 modi -s */
/*
TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}
/* 2015-09-02 modi -s */
/*
.footer {
  color: #666;
  background: transparent url("images/puppy_fotter.jpg") no-repeat left top;
  padding-top:50px;
  margin-bottom:20px;
  width:100%;
  height:25px;
*  height:60px;
}
*/
.footer {
	color: #666;
	width:870px;
	margin-left: 217px;
}
/* 2015-09-02 modi -e */
/* 2015-08-23 del -s */
/*
.footer .footer-menu {
  text-align: center;
  margin-bottom:5px;
}
.footer .footer-menu ul {
  margin:0;
  padding:0;
}
.footer .footer-menu li {
  display:inline;
  list-style-type:none;
  font-size: 12px;
  font-weight: bold;
  margin-right: 12px;
}
.footer .footer-menu li a {
  color: #999;
}
.footer .footer-menu li a:hover {
  color: #366938;
  text-decoration: none;
}
*/
/* 2015-08-23 del -e */
.footer .footer-info {
  font-size: .8em;   /* 2015-08-23 modi 10px -> .8em */
	margin-top: 30px; /* 2015-08-23 add */
	position: relative; /* 2015-08-23 add */
}
/* 2010-08-17 modi -e */
.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
/*  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;*/
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
/*  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;*/
  font-size: 12px;
}

TD.infoBoxHeading {
/*  font-family: Verdana, Arial, sans-serif;*/
  font-weight: bold;
/*  font-size: 10px;
  background: #bbc3d3;*/
  font-size: 14px;
  background: #366938;
  color: #ffffff;
}

TD.infoBoxHeading2 {
/*  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
  font-size: 14px;
  font-weight: bold;
  background: #366938; /* 緑 */
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
/*  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;*/
  font-size: 12px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
/*  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;*/
  font-size: 12px;
  background: #366938;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
/*  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;*/
  font-size: 12px;
}

.sort-switch {
  font-size: 13px;
/* background: #366938; */
  color: #366938;
/*  font-weight: bold; */
}
A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  /* (変更前) font-family: Verdana, Arial, sans-serif; */
/*  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
  font-size: 20px;
  font-weight: bold;
  color: #666666;    /* color: #9a9a9a; */
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
/*  font-family: Verdana, Arial, sans-serif;*/
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  /* (変更前) font-family: Verdana, Arial, sans-serif; */
/*  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
  font-size: 12px;
  line-height: 1.5;
}

TD.wholesale, P.wholesale {
  font-size: 12px;
  line-height: 1.5;
  color: blue;
}

TD.paging, SPAN.paging, P.paging {
  font-size: 12px;
}

TD.smallText, SPAN.smallText, P.smallText {
/*  font-family: Verdana, Arial, sans-serif;*/
  font-size: 10px;
}

TD.accountCategory {
/*  font-family: Verdana, Arial, sans-serif;*/
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
/*  font-family: Verdana, Arial, sans-serif;*/
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
/*  font-family: Verdana, Arial, sans-serif;*/
  font-size: 12px;
}

/* 2010*-08-24 add -s */
.fieldValue input
, .fieldValue select
, .fieldValue textarea
, .main input
, .main select 
, .main textarea
, .boxText input
 {
  font-size:12px;
  color: #333;
}
/* 2010*-08-24 add -e */

TD.tableHeading {
/*  font-family: Verdana, Arial, sans-serif;*/
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
/*  font-family: Verdana, Arial, sans-serif;*/
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
/*  font-family: Verdana, Arial, sans-serif;*/
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
/*  font-family: Verdana, Arial, sans-serif;*/
  font-size: 11px;
}

SPAN.greetUser {
/*  font-family: Verdana, Arial, sans-serif;*/
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
/*  font-family: Tahoma, Verdana, Arial, sans-serif;*/
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
/*  font-family: Tahoma, Verdana, Arial, sans-serif;*/
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
/*  font-family: Verdana, Arial, sans-serif;*/
  color: #ff0000;
}

SPAN.errorText {
/*  font-family: Verdana, Arial, sans-serif;*/
  color: #ff0000;
}

.moduleRow { }
/*.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }*/
.moduleRowOver { background-color: #F0FFF0; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }
/*
.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }*/
.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

/* message box */
/*
.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }
*/
.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

/* input requirement */
/*
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
*/
.inputRequirement { font-size: 12px; color: #ff0000; }

/*------- products_info.php ------------------*/

.productName {
/*  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
  font-size: 18px;
  font-weight: bolder;
  color: #666666;    /* color: #9a9a9a; */
}
.productPrice {
/*  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
  font-size: 15px;
  font-weight: bolder;
  color: #666666;    /* color: #9a9a9a; */
}

.productColor {
  font-size: 15px;
  font-weight: bolder;
  color: #666666;    /* color: #9a9a9a; */
}
/* 2015-09-04 add -s */
.product-image-add {
	margin: 0 0 10px -8px;
	border:solid 1px #999;
	*margin: 10px 0 -8px -8px;
}
/* 2015-09-04 add -e */

/*------- tiled categories - image border ------------------*/

.tiledCategories {
	margin: 10px 0 20px 30px;
	font-size: .8em;
}
.tiledCategories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.tiledCategories ul:after {
	content: ""; display: block; height: 0; visibility: hidden; clear: both;
}
.tiledCategories li {
	margin:0 0 10px 90px;
	padding:0;
	text-align: left;
	float: left;
	display: block;
	position: relative;
}
.tiledCategories li.first {
	margin-left: 0;
	clear: both;
}
.tiledCategories li a,
.tiledCategories li a:active,
.tiledCategories li a:hover {
	position: relative;
	color: #666;
	display: block;
	text-decoration: none;
	width: 180px;
}
.tiledCategories li a:hover {
	color:#066;
}
.tiledCategories li span.arrow {
	position: absolute;
	right: 3px;
	top: 0;
}
/*------- tiled products - image border ------------------*/
/* 2015-08-25 modi -s */
/*
.tiledProducts img {
  border:solid 1px #999;
}
.tiledProducts .smallText {
  font-size: 12px;
}

*/
.tiledProducts {
	clear: both;
}
.tiledProducts img {
  border:solid 1px #999;
}
.tiledProducts .smallText {
  font-size: 12px;
}
/* スペースをとるための透明画像はボーダーなし */
.tiledProducts img {
	border: none;
}
.tiledProducts-title {
	position: relative;
	margin-top: 10px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	background: #366938; /* 緑 */
	color: #fff;
}
/* 2015-08-25 modi -e */
.products-status-image {
  width:150px;
  text-align:left;
}
.products-status-image img {
  border:none;
}
.box-products-status-image {
  width:100px;
  text-align:left;
margin-left:10px;
*margin-left:0;
}
.box-products-status-image img {
  border:none;
}
/*------- spec table (product_spec.tpl) ------------------*/

TABLE.spectable {
/* border-color: #7b9ebd; */                       /* 境界線の色 */
  border-style: solid;                             /* 境界線のスタイル */
  border-width: 1px;                               /* 境界線の幅 */
}
TD.specnote {
  background: #E7E7E7;
  font-family: Osaka, Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
/*  width: 25%;*/
  text-align: center;
}
TD.spectext {
  background: #F4F4F4;
  font-family: Osaka, Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
/*  width: 75%;*/
}
TD.spectext01 {
/*  background: #F4F4F4; */
  font-family: Osaka, Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background:url(../../images/symbols/po01.gif) no-repeat top left;
}
TD.spectext04 {
/*  background: #F4F4F4; */
  font-family: Osaka, Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background:url(../../images/symbols/po04.gif) no-repeat top left;
}
/* テキスト入力時のIMEの状態を指定
   （IE独自仕様）
   初期値が日本語入力モード
*/
.ImeModeActive {
  ime-mode: active;
}
/* テキスト入力時のIMEの状態を指定
   （IE独自仕様）
   初期値が英数字入力モード
*/
.ImeModeInactive {
  ime-mode: inactive;
}

/*------- pager (includes/classes/split_page_result.php) -*/
ul.pager {
      list-style: none;
      margin: 10px;
}
ul.pager li {
      float: left;
      margin-right: 10px;
      padding-right: 10px;
      border-right: 1px #999999 solid;
}
ul.pager li.next {
      border-right: none;
}
ul.pager li a:link,
ul.pager li a:visited {
      color: #3366FF;
      text-decoration: none;
}
ul.pager li a:hover,
ul.pager li a:active {
      color: #FF6633;
      text-decoration: none;
}
ul.pager li em {
      font-weight: bold;
}
/*------- collapse 2015-08-06 add -s --------------------*/
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
/*------- collapse 2015-08-06 add -e --------------------*/
/*------- nav (tab) 2015-08-14 add -s --------------------*/
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav li {
  position: relative;
  display: block;
}
.nav li a {
  position: relative;
  display: block;
  padding: 5px 15px;  /* 10px 15px -> 5px 15px */
}
.nav li a:hover,
.nav li a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav li.disabled a {
  color: #777;
}
.nav li.disabled a:hover,
.nav li.disabled a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open a,
.nav .open a:hover,
.nav .open a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav li a img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #555;  /* #ddd -> #555 */
}
.nav-tabs li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs li a {
  margin-right: -1px;  /* 2px -> -1px */
  line-height: 1.42857143;
  border: 1px solid #555;  /* transparent -> #555 */
  border-radius: 14px 14px 0 0;
  border-bottom-color: transparent; /* add */
}
.nav-tabs li a:hover {
  border-color: #666 #666 #555;  /* #eee #eee #ddd -> #666 #666 #555 */
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #555;  /* #ddd -> #555 */
  border-bottom-color: #fff;  /* transparent -> #fff */
}
/*  add */
.nav::after {
	content: ""; display: block; height: 0; visibility: hidden; clear: both;
}
/*------- nav (tab) 2015-08-14 add -e --------------------*/
/*------- tab 2015-08-14 add -s --------------------------*/
.tab-content .tab-pane {
  display: none;
}
.tab-content .active {
  display: block;
}
/*------- tab 2015-08-14 add -e --------------------------*/
/*------- carousel 2015-08-21 add -s --------------------------*/
.recently_viewed-section {
	margin-top: 33px;
	position: relative;
}
.recently_viewed-section h2 {
	margin: 5px 0 3px 5px;
	padding: 0;
	height: 40px;
	font-size: 1.2em;
	font-weight: normal;
	color: #8b8b8b;
	border-bottom: #999 1px solid;
	display: inline;
	*height: 30px;
}
.carousel-recently-viewed-section {
	position: relative;
	font-size: .6em;
	width: 765px;
	margin: 0;
	line-height: 1.2em;
	color: #555;
	overflow: hidden;
	margin-top: 10px;
}
.carousel-recently-viewed-section .item-wrap {
	overflow: hidden;
/*
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
*/
}
.carousel-recently-viewed-section .item-list {
	margin: 0 auto;
	width: 723px;
	position: relative;
	overflow: hidden;
	border-right: solid 1px #aaa;
	border-left: solid 1px #aaa;
	*margin: 0 20px;
}
.carousel-recently-viewed-section ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 20000px;
	position: relative;
}
.carousel-recently-viewed-section li {
	margin: 0 0 0 8px;
	padding: 0;
	float: left;
	width: 112px;
	position: relative;
	text-align: center;
}
.carousel-recently-viewed-section li .status {
	margin: 0 0 0 4px;
	padding: 0;
	display: block;
	text-align: left;
}
.carousel-recently-viewed-section li .thumb {
	margin: 0;
	padding: 0;
	display: block;
}
.carousel-recently-viewed-section li .thumb img {
	width: 90px;
	height: 90px;
}
.carousel-recently-viewed-section .item-name {
/*	color: #000;*/
}
.carousel-recently-viewed-section li a{
	display: block;
	text-decoration: none;
}
.carousel-recently-viewed-section li a:hover .name{
/*	color: #a4b04a;*/
}
.carousel-recently-viewed-section .price{
/*	color: #5b5b5b;*/
}
.carousel-recently-viewed-section .prev,
.carousel-recently-viewed-section .next {
/*	top: 60px;*/
	top: 0;
	position: absolute;
	width: 20px;
	height:100%;
	*height:127px;
}
.carousel-recently-viewed-section .prev {
	left: 0;
	text-align: right;
	text-indent: 9999px;
}
.carousel-recently-viewed-section .next {
	right: 0;
	text-align: left;
	text-indent: -9999px;
}
.carousel-recently-viewed-section li:first-child {
	margin-left: 0;
}
.carousel-recently-viewed-section .prev a,
.carousel-recently-viewed-section .next a {
	display: block;
	width: 20px;
	text-decoration: none;
	vertical-align: middle;
	height:100%;
}
.carousel-recently-viewed-section .prev a {
	background: url("images/icon_carousel_prev.png") no-repeat left 6px center;
	opacity: 0.4;
	filter: alpha(opacity=40);
	*background-position: 6px 57px;
}
.carousel-recently-viewed-section .prev a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-recently-viewed-section .next a {
	background: url("images/icon_carousel_next.png") no-repeat right 6px center;
	opacity: 0.4;
	filter: alpha(opacity=40);
	*background-position: 3px 57px;
}
.carousel-recently-viewed-section .next a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-recently-viewed-section ul:after {
	content: ""; display: block; height: 0; visibility: hidden; clear: both;
}
/*------- carousel 2015-08-21 add -e --------------------------*/
/* 2015-08-23 del -e */
.body-footer {
/*	position: relative; 2015-09-04 IE9以下の時位置がおかしくなるので削除*/
	color: #666;
	margin-top:10px;
	width:870px;
	vertical-align: bottom;
}
.body-footer .body-footer-section {
}
.body-footer .body-footer-vspace {
	height: 100px;
}
.body-footer table {
	border-spacing: 0;
	border-collapse: collapse;
}
/*------- footer guidance 2015-08-22 add -s -------------------*/
.footer-guidance-section {
/*	position: relative; 2015-09-04 IE9以下の時位置がおかしくなるので削除*/
	margin-top: 112px;
	width: 765px;
}
.footer-guidance-content {
	border: solid 1px #555;
	font-size: .68em;
	width: 100%;
}
.left-content {
	width: 32%;
}
.center-content {
	width: 36%;
}
.right-content {
	width: 32%;
}
.left-content,
.center-content,
.right-content {
	vertical-align: top;
	padding: 15px 10px 30px 15px;
}
.center-content,
.right-content {
	border-left: solid 1px #555;
}
.footer-guidance-content h3 {
	font-size: 1.2em;
	margin-top: 10px;
}
.footer-guidance-content h4 {
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 2px;
}
.footer-guidance-content p {
	margin: 0;
}
/*------- footer guidance 2015-08-22 add -e -------------------*/
/*------- footer information link 2015-08-23 add -s -----------*/
.footer-information-link-section {
	position: relative;
	margin-top: 5px;
	width: 765px;
}
.footer-information-link-content {
	font-size: .78em;
	width: 100%;
}
.footer-information-link-content td {
	width: 172.5px;	/* width 172.5px = ( width:765px - (padding-left:25px * 3) ) / 4 */
	vertical-align: top;
	padding-left: 25px;
}
.footer-information-link-content td:first-child {
	padding-left: 0;
}
.footer-information-link-content h3 {
	font-size: 1.2em;
	margin-top: 10px;
	border-bottom: solid 1px #555;
	font-weight: normal;
}
.footer-information-link-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
/*------- footer information link 2015-08-23 add -e -----------*/
.footer-storetop {
	position: absolute;
	display: block;
	top: 0;
	left: 30px;
	*left: 50px;
}
.footer-copyright {
	text-align: center;
}
.new-customer-login {
	height: 225px;
}
