/*
CSS Document
Description: KANEMAN E-STORE Stylesheet
Version: 3.0
Date: Apr, 2018
Started selling ziio's products.
*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */

ins {
	background-color: #333;
	color: #fff;
	text-decoration: none;
}

/* change colours to suit your needs */

mark {
	background-color: #333;
	color: #fff; 
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

/*--------------------------------------------------------------
Accessibility ( Taken from WP )
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
Forms ( Taken from WP )
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input {
	padding: 10px 5px 8px 5px;
	font-size: 13px;
	font-size: 1.3rem;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #333;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
Links ( Taken from WP )
--------------------------------------------------------------*/

a {
	color: #1f4069;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:link {
	color: #1f4069;
}

a:visited {
	color: #1f4069;
}

a:hover {
	color: #1f4069;
}

a:active {
	color: #1f4069;
}

/*--------------------------------------------------------------
KANEMAN E-STORE - Layout & Common style
--------------------------------------------------------------*/

table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: top !important;
}

html {
	box-sizing: border-box;
	font-size: 62.5%;
	color: #333;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	height: 100%;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.8rem;
	color: #555;
	background: #fff;
	font-synthesis: none;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
}

* {
	line-height: 1.8em;
}

img {
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	text-align: left;
	color: #333;
}

input::placeholder {
  color: #dcdcdc;
}

.wrap {
	margin-bottom: 18px;
	box-sizing: border-box;
	overflow: hidden;
}

.wrap:after {
	clear: both;
	content: "";
	display: block;
}

.page-title {
	margin-bottom: 18px;
	border-bottom: solid 1px #dcdcdc;
}

.keycolor {
	color: #1f4069;
}

.lightgrey {
	color: #808080;
}

/* Tables */

#product-detail-page .right table {
	border-collapse: collapse;
	border: solid 1px #cdcdcd;
	margin: 0 0 1.5em;
	width: 100%;
}

#product-detail-page .right thead th {
	border-bottom: 2px solid #cdcdcd;
	padding-bottom: 0.6em;
}

#product-detail-page .right th {
	border: solid 1px #cdcdcd;
	padding: 0.6em;
	text-align: left;
	vertical-align: middle;
}

#product-detail-page .right tr {
	border-bottom: 1px solid #cdcdcd;
}

#product-detail-page .right td {
	text-align: left;
	vertical-align: middle;
	border: solid 1px #cdcdcd;
	padding: 0.6em;
}

/*--------------------------------------------------------------
KANEMAN E-STORE - Shop information （ショップ作成）
--------------------------------------------------------------*/

.subtitle,
.head,
.subhead {
	margin-bottom: 18px;
}

.caption {
	margin-top: 12px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
}

.subtitle {
	font-size: 13px !important;
	font-size: 1.3rem !important;
}

.emphasis {
	font-weight: 600;
}

#shop-info table,
#shop-info tr,
#shop-info th,
#shop-info td {
	text-align: left;
}

#shop-info th,
#shop-info td {
	padding: 2px 0;
}

#shop-info th {
	padding-right: 20px;
	white-space: nowrap;
}

#shop-info img {
	margin: 10px 0;
}

/*　会社概要の設定 */

.statement {
	margin-top: 18px;
	padding: 17px;
	border: solid 1px #dcdcdc;
	box-sizing: border-box;
}

/*　利用案内設定 */

.guide-index ul {
	overflow: hidden;
	padding-bottom: 18px;
}

.guide-index ul li {
	float: left;
	margin-right: 25px;
}

.guide-index ul li a {
	
	text-decoration: none;
}

.guide table {
	border-collapse: collapse !important;
	border: solid 1px #cdcdcd !important;
	margin: 12px 0 1.5em !important;
	max-width: 100% !important;
	text-aligh: center;
}

.guide thead th {
	border-bottom: 2px solid #cdcdcd !important;
	padding-bottom: 0.6em !important;
}

.guide th {
	border: solid 1px #cdcdcd !important;
	padding: 0.6em !important;
	text-align: left !important;
	vertical-align: middle !important;
}

.guide tr {
	border-bottom: 1px solid #cdcdcd !important;
}

.guide td {
	text-align: left !important;
	vertical-align: middle !important;
	border: solid 1px #cdcdcd !important;
	padding: 0.6em !important;
}

/*--------------------------------------------------------------
KANEMAN E-STORE - Header (上段メニュー)
--------------------------------------------------------------*/

#header {
	margin-top: 18px;
	width: 935px;
}

#header .left {
	float: left;
}

#header .right {
	float: right;
	overflow: hidden;
}

#header .right .upper {
	height: 52px;
}

#header .headBasket {
	float: right;
}

#header .logintypez {
	float: right;
	overflow: hidden;
	margin-right: 18px;
	height: 52px;
	text-align: right;
}

#header .logintypez a {
	display: block;
	padding: 0 30px;
	height: 52px;
	line-height: 52px;
	border-radius: 5px;
	background: #1f4069;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	font-weight: 600;
	color: #fff;
}

.header-nav {
	text-align: right;
}

#header .header-nav ul {
	overflow: hidden;
	width: 100%;
}

#header .header-nav ul li {
	float: left;
	margin-left: 20px;
	list-style-type: none;
	text-align: right;
	letter-spacing: -0.2;
}

#header .header-nav ul li:first-child {
	margin-left: 0;
}

#header .header-nav ul li a {
	text-decoration: none;
	color: #333;
}

#header .footer-nav ul li a:hover {
	text-decoration: underline;
}

#header .footer-nav .separator {
	color: #EAEAEA
}

/* Change the default style */

.M_headBasket {
	box-sizing: content-box !important;
	float: right;
}

#M_headBasketIn {
	padding: 0 !important;
}

#M_headBasketIn em {
	color: #1f4069 !important;
}

#M_basketOpenedBox{
	border: 1px solid #dcdcdc;
	background: #f9f9f9;
}

/* LOGINFORM */

#LOGINTYPEZ_L {
	float: left;
	height: 52px;
	margin: 0 10px 0 0;
}

#LOGINTYPEZ_R {
	float: right;
	height: 52px;
}

#LOGINTYPEZ_L p,
#LOGINTYPEZ_R p {
	line-height: 52px;
}

/* Patch for LOGINFORM */

#header,
#header .wrap,
#header .right {
	overflow: visible !important;
}

/*--------------------------------------------------------------
KANEMAN E-STORE - Side bar (左側メニュー)
--------------------------------------------------------------*/

#sidebar {
	margin: 0 50px 0 0;
	width: 185px;
	
	float: left;
	
}

#sidebar h1.title {
	margin-bottom: 8px;
}

#sidebar a i {
	padding: 0 10px 0 1px;
}

#sidebar a {
	display: block;
	padding: 5px 0px 3px 0px;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar a.brand-logo {
	padding: 0;
}

#sidebar .has-arrow a {
	display: block;
	padding: 10px 5px 8px 5px;
	border-top: solid 1px #f2f2f2;
	color: #555;
	text-decoration: none;
	background: url(../images/common/icon_arrow_right.png) no-repeat scroll 174px 16px;
}

#sidebar .has-arrow a:hover {
	background: #f2f2f2;
	text-decoration: none;
}

#sidebar .has-arrow .view-all a {
	border-bottom: solid 0px #f2f2f2;
	background: none;
	color: #1f4069;
}

#sidebar .has-arrow .view-all a:hover {
	text-decoration: underline;
}

#sidebar .search {
	display: inline;
	margin: 0;
	padding: 0.7em;
	border: 1px solid #bbb;
	width: 150px;
	height: 35px;
	background: #fff;
	border-radius: 3px 0 0 3px / 3px 0 0 3px;
	box-sizing: border-box;
	vertical-align: middle;
}

#sidebar .search:focus {
  outline: 0;
  border-color: #bbb;
}

#sidebar .search-icon {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background: #1f4069;
	border-radius: 0 3px 3px 0 / 0 3px 3px 0;
	box-sizing: border-box;
	vertical-align: middle;
}

#sidebar .search-icon a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background: url(../images/common/icon_search.png) no-repeat 50% 40%;
}

#sidebar .search-txt {
	visibility: hidden;
}

#sidebar .search-area {
	margin-bottom: 30px;
}

/* For LINE@ */

#sidebar .lineat a {
	display: block;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

/*--------------------------------------------------------------
KANEMAN E-STORE - Main (中央画面)
--------------------------------------------------------------*/

#main {
	width: 700px;
}

.breadcrumblist {
	margin-bottom: 18px;
}

.breadcrumblist a {
	color: #1f4069;
}

.breadcrumblist font {
	color: inherit;
	color: expression(this.parentNode.currentStyle['color']);
}

#home-page h1,
#home-page-ranking h1 {
	margin-bottom: 18px;
}

.home-page-items {
	padding: 18px 0 0 0;
	border-top: solid 1px #dcdcdc;
	box-sizing: border-box;
}

.home-page-items img {
	margin-bottom: 5px;
}

.home-page-items a {
	color: #555;
	text-decoration: none;
}

#home-page-ranking {
	margin-bottom: 0 !important;
	padding: 18px 0 0 0;
	border-top: solid 1px #dcdcdc;
	width: 700px;
	box-sizing: border-box;
}

#home-page-ranking ul {
	overflow: hidden;
	font-size: 0;
	text-align: left;
}

#home-page-ranking li {
	width: 140px;
	margin-bottom: 20px;
	padding: 0 18px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

#home-page-ranking img {
	width: 100%;
	display: block;
	margin: 0 0 5px 0;
}

#home-page-ranking p {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.4;
	text-align: center;
}

.ranking_box{
	position: relative;
}

.rankingN_box{
	position: absolute;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	z-index: 5;
}

#home-page-ranking p.rankingN {
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	display: block;
	color: #ffffff;
	background: #1f4069;
	border-radius: 20px;
}

#home-page-ranking a {
	display: block;
	text-decoration: none;
	color: #555;
}

/* Change the default style */

.lims {
	padding: 0 20px !important;
	width: 25% !important;
	text-align: center !important;
	vertical-align: top !important;
	box-sizing: border-box !important;
}

/*--------------------------------------------------------------
KANEMAN E-STORE - Product class page (商品分類ページ)
--------------------------------------------------------------*/

#product-class-page {
	width: 100%;
	text-align: left;
}

#product-class-page .left {
	float: left;
	overflow: hidden;
	width: 350px;
	box-sizing: border-box;
}

#product-class-page .right {
	float: right;
	overflow: hidden;
	width: 350px;
	box-sizing: border-box;
}

.products {
	clear: both;
}

.products ul {
	overflow: hidden;
	font-size: 0;
	text-align: left;
}

.products li {
	margin:0 20px 10px 0;
	width: 124px;
	overflow: hidden;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	text-align: center;
}

.products li.lastChild {
	margin: 0 0 10px 0;
}

.products img.itemImg {
	margin: 0 0 5px 0;
	width: 124px;
	display: block;
}

.products p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
	text-align: center;
}

.products p.icon {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
	text-align: center;
}

.products a {
	display: block;
	text-decoration: none;
	color: #333;
}

.products a:hover {
	text-decoration: underline;
}

/* Change the default style */

ul.M_pager{
	margin: 0 !important;
	padding: 0 !important;
	text-align: right !important;
}

ul.M_pager li {
      display: inline;
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  font-size: 12px;
}

ul.M_pager li a{
	padding: 2px 6px 0;
	background: #eee;
	border: 1px solid #ccc;
	text-decoration: none;
}

ul.M_pager li.prev a,
ul.M_pager li.next a{
      background: #fff;
	  border: none;
}

ul.M_pager li.prev a:hover,
ul.M_pager li.next a:hover{
	text-decoration: underline;
}

ul.M_pager li a:visited {
      text-decoration: none;
}

ul.M_pager li a:hover,
ul.M_pager li a:active {
      text-decoration: none;
}

ul.M_pager li.active {
      font-weight: bold;
	  padding: 2px 6px 0;
}

/*--------------------------------------------------------------
KANEMAN E-STORE - Product detail page (商品詳細画面)
--------------------------------------------------------------*/

#product-detail-page {
	width: 100%;
	text-align: left;
}

#product-detail-page .left {
	float: left;
	overflow: hidden;
	width: 300px;
	box-sizing: border-box;
}

#product-detail-page .right {
	float: right;
	overflow: hidden;
	width: 350px;
	box-sizing: border-box;
}

.imageview {
	margin-bottom: 18px;
	width: 100%;
}

.imageview-buttun a {
	display: block;
	margin: 0 auto;
	padding: 5px 10px;
	border: solid 1px #1f4069;
	border-radius: 3px;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
}

.imageview-buttun a:hover {
	color: #f2f2f2;
	background: #1f4069;
}

.brandname {
	letter-spacing: -0.4;
	color: #000000;
}

.ubrandcode {
	margin-bottom: 10px;
	font-size: 11px;
	font-size: 1.1rem;
	color: #555;
}

.price-related,
.salestart,
.sns-buttun {
	margin-bottom: 12px;
}

.sns-buttun > * {
	display: inline-block;
}

.origprice {
	padding-right: 18px;
}

.sale-consumerprice {
	text-decoration: line-through;
}

.price {
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
}

.point {
	padding-left: 18px;
	color: #1f4069;
}

.giftwrapping-inner {
	display: table;
	table-layout: fixed;
}

.giftwrapping-inner-right, 
.giftwrapping-inner-left {
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	vertical-align: middle;
}

.giftwrapping-inner-right {
	background: #f9f9f9;
}

.giftwrapping-inner-left {
	padding-right: 15px;
}

.giftwrapping .emphasis {
	font-weight: 600;
	color: #1f4069;
}

#product-detail-page #cart-related {
	padding: 18px 0;
	border-top: dotted 1px #dcdcdc;
	box-sizing: border-box;
	color: #333;
}

#product-detail-page #cart-related table {
	border: solid 1px #333 !important;
	width: 100% !important;
}

#product-detail-page #cart-related thead th {
	border-bottom: 1px solid #333 !important;
}

#product-detail-page #cart-related th {
	border: solid 1px #333 !important;
	background: #fff !important;
}

#product-detail-page #cart-related tr {
	border-bottom: 1px solid #333 !important;
}

#product-detail-page #cart-related td {
	border: solid 1px #333 !important;
}

#product-detail-page #cart-related .quantity {
	margin-bottom: 18px;
}

#product-detail-page #cart-related .quantity input {
	display: inline-block;
	width: 80px;
}

#product-detail-page #cart-related .cart-button .getbasket {
	display: block;
	width: 100%;
	padding: 25px 10px;
	border: solid 2px #1f4069;
	border-radius: 5px;
	background: #1f4069;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	color: #fff;
}

#product-detail-page #cart-related .cart-button .soldout {
	display: block;
	width: 100%;
	padding: 25px 10px;
	border: solid 2px #f90202;
	border-radius: 5px;
	background: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	color: #f90202;
}

#product-detail-page #cart-related .cart-button .restock {
	display: block;
	width: 100%;
	margin-top: 10px;
	padding: 25px 10px;
	border: solid 2px #333;
	border-radius: 5px;
	background: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	color: #333;
}

#product-detail-page .contact-wrap {
	width: 100%;
	margin-bottom: 18px;
	padding: 20px;
	border: solid 2px #f2f2f2;
	border-radius: 5px;
	background: #f2f2f2;
	box-sizing: border-box;
	color: #1f4069;
}

#product-detail-page .contact {
	display: block;
	width: 100%;
	margin-top: 10px;
	padding: 25px 10px;
	border: solid 2px #1f4069;
	border-radius: 5px;
	background: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	color: #1f4069;
}

#product-detail-page .contact:hover {
	background: #1f4069;
	color: #fff;
}

#product-detail-page .option ul li {
	float: left;
	margin: 0 8px 8px 0;	
}

.product-group ul li:nth-child(n + 5) {
	margin-top: 10px;
}

#product-detail-page .option ul li a {
	display: inline-block;
	padding: 5px 10px;
	border: solid 1px #cdcdcd;
	border-radius: 3px;
	text-decoration: none;
	box-sizing: border-box;
	color: #555;
}

#product-group-wrap {
	margin-bottom: 0 !important;
}

/* Change the default style */

.M_imageCatalog table td {
	border: solid 1px #f9f9f9;
	vertical-align: middle !important;
}

.stockTitle {
	margin-bottom: 5px;
	font-size: 0px !important;
	line-height: 0px !important;
	color: ffffff !important;
}
.hosoku {
	font-size: 13px !important;
	font-size: 1.3rem !important;
	line-height: 1.8 !important;
	color: #333 !important;
}

.leftLine {
	vertical-align: middle !important;
}

.M_inventory .M_inventory{
	width: 100% !important;
}

.M_inventory table.stockList th, 
.M_inventory table.stockList td {
	max-width: 170px !important;
	padding: 5px 10px !important;
	word-break: break-all !important;
	text-align: center !important;
}

.M_inventory th.leftLine{
	text-align: center !important;
}

.M_inventory .stockTxt{
	display: none;
}

.M_smallstock-icon,
.M_soldout-icon,
.M_instock-icon {
	display: none !important;
}

.M_stock-status {
	padding-right: 10px;
}

.M_select-option-restock-btn:after {
	content: "のお知らせを受け取る"
}

.M_inventory .stockList tr:first-child {
	display: none !important;
}

#M_group {
	margin: 0 !important;
	border: none !important;
}

#M_group table,
#M_group tr,
#M_group th,
#M_group td {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	table-layout: fixed !important;
	word-wrap: break-word !important;
}

#M_group {
	margin-bottom: 0 !important;
    width:100% !important;
    border-collapse:collapse !important;
}

#M_group td.itemBox{
    padding: 0 20px !important;
	width: 25% !important;
	text-align: center !important;
	vertical-align: top !important;
	box-sizing: border-box !important;
}

#M_group td.itemImg{
    width: 110px !important;
    text-align: center !important;
}

#M_group td.itemImg img {
	margin-bottom: 5px !important;
}

#M_group td.line {
    width: 4px !important;
}

#M_group td.line img {
    visibility: hidden !important;
}

#M_group a,
#M_group p {
    margin: 0 !important;
	font-size: 13px !important;
	/* font-size: 1.3rem !important; */
	text-align: center !important;
	text-decoration: none !important;
	color: #333 !important;
}

#M_group .category{
    font-weight: normal !important;
}

#recent {
	width: 100% !important;
	margin: 0 !important;
	border: none !important;
	table-layout:fixed !important;
	border-collapse: collapse !important;
}

#recent table,
#recent tr,
#recent th,
#recent td {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

#recent td.itemBox {
	padding: 0 20px !important;
	width: 25% !important;
	text-align: center !important;
	vertical-align: top !important;
	box-sizing: border-box !important;
}

#recent td.itemImg {
    width: 172px !important;
    text-align: center !important;
}

#recent td.itemImg img {
	margin-bottom: 5px !important;
}

#recent td.line {
    width: 4px !important;
}

#recent td.line img {
    visibility: hidden !important;
}

#recent a,
#recent p {
    margin: 0 !important;
	font-size: 13px !important;
	font-size: 1.3rem !important;
	text-align: center !important;
	text-decoration: none !important;
	color: #333 !important;
}

#recent .category {
    font-weight: normal !important;
}

/* セールページ */
.sale-detail {
    margin-bottom: 10px;
    padding: 0.6em;
    border: solid 2px #f90202;
    width: 100%;
	box-sizing: border-box;
}

/* Adjust for Harriss */
.harriss-product-detail-page .M_inventory .stockList tr:first-child {
	display: table-row !important;
}

.harriss-product-detail-page .M_inventory .stockList th {
	min-width: 85px !important;
}

.harriss-product-detail-page .M_inventory .stockList td {
	vertical-align: middle !important;
}

/*--------------------------------------------------------------
KANEMAN E-STORE - Product description (商品説明)
--------------------------------------------------------------*/

#product-description {
	width: 100%;
}

.first-description, .second-description, .other-description-wrap {
	margin-bottom: 12px;
}

.causion {
	color: #f90202;
}

.table-title {
	margin-bottom: 5px;
}

.other-description-wrap table,
.other-description-wrap tr,
.other-description-wrap th,
.other-description-wrap td {
	padding: 5px 10px !important;
}

.other-description-wrap table img,
.other-description-wrap tr img,
.other-description-wrap th img,
.other-description-wrap td img {
	margin-right: 10px !important;
	vertical-align: middle !important;
}

.product-group {
	padding: 18px 0 2px 0;
	border-top: solid 1px #dcdcdc;
	box-sizing: border-box;
}

.product-group h1,
.product-group h3 {
	margin-bottom: 18px;
}

.product-group ul {
	font-size: 0;
}

.product-group ul li {
	display: inline-block;
	overflow: hidden;
	padding: 0 20px;
	width: 25%;
	vertical-align: top;
	box-sizing: border-box;
}

.product-group ul li a {
	text-decoration: none;
}

.product-group ul li a img {
	margin-bottom: 5px;
	width: 100%;
}

.product-group ul li a p {
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	color: #333;
}

/* Adjust for old style */

.tr_aboutItem,
.tr_item_sole,
.tr_item_add_description,
#tr_color_leather,
#itemDetail_detail_size,
.pelleconciata {
	margin-bottom: 12px;
}

#tr_color_leather table,
#tr_color_leather tr,
#tr_color_leather th,
#tr_color_leather td {
	padding: 5px 10px;
}

#tr_color_leather table img,
#tr_color_leather tr img,
#tr_color_leather th img,
#tr_color_leather td img {
	margin-right: 10px;
	vertical-align: middle;
}

#itemDetail_detail_size table,
#itemDetail_detail_size tr,
#itemDetail_detail_size th,
#itemDetail_detail_size td {
	padding: 5px 10px;
}

#itemDetail_detail_size table img,
#itemDetail_detail_size tr img,
#itemDetail_detail_size th img,
#itemDetail_detail_size td img {
	margin-right: 10px;
	vertical-align: middle;
}

#itemDetail_detail_size th {
	text-align: center !important;
}

.pelleconciata {
	padding: 15px;
	border: solid 1px #dcdcdc;
	width: 100%;
	box-sizing: border-box;
}

.pelleconciata img {
	width: 110px;
	height: 110px;
	float: left;
	padding-right: 10px;
}

#itemDetail_item_colors {
	padding: 18px 0;
	border-top: solid 1px #dcdcdc;
	box-sizing: border-box;
}

#itemDetail_item_colors h4 {
	margin-bottom: 18px;
}

ul.item_colors {
	font-size: 0;
}

ul.item_colors li {
	display: inline-block;
	overflow: hidden;
	padding: 0 20px;
	width: 25%;
	vertical-align: top;
	box-sizing: border-box;
}

ul.item_colors li a {
	text-decoration: none;
}

ul.item_colors li a img {
	margin-bottom: 5px;
	width: 100%;
}

ul.item_colors li p {
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	color: #333;
	word-break: break-all;
}

/* Add table-size */

.table-size th,
.table-size td {
	text-align: center !important;
}

/* Add trippen special ordering */

.tr-specialOrdering-warning {
	margin-bottom: 12px;
	padding: 10px;
	border: solid 3px #f90202;
	box-sizing: border-box;
}
.tr-specialOrdering-warning p {
	font-weight: bolder;
	color: #ff860f;
}
.tr-specialOrdering-warning .emphasise {
	padding-bottom: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bolder;
	color: #333;
}
.tr-specialOrdering-note {
	margin-bottom: 12px;
}

.tr-specialOrdering-swatches table {
	table-layout: fixed;
}
.tr-specialOrdering-swatches table tr td {
	text-align: center !important;
	padding: 0 !important;
	border: solid 3px #ffffff !important;
}
.tr-specialOrdering-swatches table tr td span {
	display: block;
	padding: 3px 0 10px;
	line-height: 1.2 !important;
	font-weight: bolder;
}


/*--------------------------------------------------------------
KANEMAN E-STORE - Product search (商品検索画面)
--------------------------------------------------------------*/

#product-search-page {
	width: 100%;
	text-align: left;
}

#product-search-page h2 {
	color: inherit;
	color: expression(this.parentNode.currentStyle['color']);
	text-align: center;
}

#product-search-page h2 font {
	color: #333 !important;
}

.search-option {
	display: table;
	width: 100%;
}

.search-option div {
	display: table-cell;
	padding-left: 18px;
	vertical-align: middle;
}

.search-option div:first-child {
	padding-left: 0;
}

.search-option .search-option-title {
	white-space: nowrap;
    width: 100px;
}

.search-option .search-option-text input[type="text"]:focus {
	outline: 0;
	border-color: #bbb;
}

.search-option .search-option-submit a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 35px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	background: #1f4069;
	box-sizing: border-box;
}

#product-search-page .left {
	float: left;
	width: 50%;
}

#product-search-page .right {
	float: right;
	width: 50%;
}

.sumtotal {
	padding-right: 20px;
}

.keytosort a {
	padding-right: 10px;
}

.search-results {
	margin-top: 18px;
	border-bottom: solid 1px #dcdcdc;
}

.search-results-row {
	display: table;
	width: 100%;
	border-top: solid 1px #dcdcdc;
}

.search-results-row div {
	display: table-cell;
	table-layout: fixed;
	padding-top: 18px;
	padding-left: 18px;
	padding-bottom: 18px;
	vertical-align: middle;
	box-sizing: border-box;
}

.search-results-row div:first-child {
	padding-left: 0;
}

.search-results-no {
	white-space: nowrap;
	width: 30px;
}

.search-results-no p {
	border: solid 1px #555;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
}

.search-results-image {
	width: 128px;
}

.search-results-info {
	width: 336px;
}

.search-results-info a {
	text-decoration: none;
	color: #333;
}

.search-results-info ul {
	overflow: hidden;
	width: 100%;
}

.search-results-info ul li {
	list-style-type: none;
	overflow: hidden;
}

.search-results-info ul li.itemname {
	font-size: 15px;
	font-size: 1.5rem;
}

.search-results-info ul li.ubrandname {
	color: #cccccc;
}

.search-results-price {
	width: 78px;
	text-align: right;
}

.search-results-linktocart {
	width: 128px;
}

.search-results-linktocart a {
	display: block;
	width: 110px;
	height: 100%;
	line-height: 110px;
	border: solid 1px #1f4069;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: #1f4069;
	box-sizing: border-box;
}

.search-results-linktocart a:hover {
	color: #fff;
	background: #1f4069;
}

/*--------------------------------------------------------------
KANEMAN E-STORE - Cart （買い物かごページ）
--------------------------------------------------------------*/

#cart-info input {
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;

	padding: 2.5px 5px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #333;
}

#cart-info input:focus {
	outline: 0;
}

#cart-info .favorite-contents:last-child {
	border-bottom: none !important;
}

.subtitle,
.head,
.subhead {
	margin-bottom: 18px;
}

.caption {
	margin-top: 12px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
}

.subtitle {
	font-size: 13px !important;
	font-size: 1.3rem !important;
}

.emphasis {
	font-weight: 600;
}

.cart-contents {
	display: table;
	padding-bottom: 18px;
	border-bottom: dotted 1px #dcdcdc;
	width: 100%;
}

.cart-contents div,
.favorite-contents div {
	display: table-cell;
	padding: 0 8px 18px;
	box-sizing: border-box;
	vertical-align: middle;
}

.cart-num {
	padding-left: 0 !important;
	width: 35px;
}

.favorite-image {
	padding-left: 0 !important;
}

.cart-product-name {
	max-width: 220px;
	width: 220px;
	text-align: left;
}

.favorite-product-name {
	max-width: 280px;
	width: 280px;
	text-align: left;
}

.cart-product-name a,
.favorite-product-name a {
	font-weight: 600;
	text-decoration: none;
	color: #333;
	text-align: left;
}

.cart-option {
	display: block !important;
	margin-top: 10px;
	padding: 0px !important;
	font-size: 10px;
}

.cart-option select {
	width: 100%;
	height: 1.8rem !important;
}

.cart-option p {
	font-size: 10px;
}

.cart-amount {
	width: 150px;
	max-width: 150px;
}

.cart-amount div,
.favorite-amount div {
	padding: 0 2px;
}

.cart-up-down a,
.favorite-up-down a {
	display: block;
	padding: 1px 1px 1px 0;
}

.cart-price-point {
	width: 120px;
	max-width: 120px;
}

.cart-price-point,
.favorite-price-point {
	text-align: right;
}

.cart-price {
	font-weight: 600;
	color: #333;
}

.cart-point,
.favorite-point {
	font-size: 11px;
	color: #1f4069;
}

.cart-update a {
	display: block;
	padding: 2px 5px;
	border: solid 1px #f90202;
	border-radius: 3px;
	box-sizing: border-box;
	width: 100%;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	color: #f90202;
}

.cart-change-status a,
.favorite-change-status a {
	display: block;
	margin: 2px 0;
	padding: 2px 5px;
	border: solid 1px #1f4069;
	border-radius: 3px;
	box-sizing: border-box;
	width: 100%;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}

.cart-change-status a:hover,
.favorite-change-status a:hover {
	background: #1f4069;
	color: #fff;
}

.cart-change-status,
.favorite-change-status {
	padding-right: 0 !important;
}

.cart-totalfee {
	font-weight: 600;
	color: #333;
	text-align: left;
}

.cart-formembers {
	padding: 20px;
	border: solid 3px #dcdcdc;
	border-radius: 5px;
	width: 100%;
	text-align: left;
}

.cart-empty {
	text-align: center;
	font-weight: 600;
	color: #333;
}

.cart-delivery {
	text-align: left;
}

.button-wrap {
	margin-bottom: 30px;
	width: 100%;
}

.button-wrap ul {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.button-wrap ul li {
	display: inline-block;
	margin: 0 10px;
}

.button-wrap a {
	display: block;
	border: solid 3px #1f4069;
	border-radius: 5px;
	width: 150px;
	height: 50px;
	line-height: 45px;
	text-decoration: none;
	font-weight: 600;
}

.button-wrap a:hover {
	color: #fff;
	background: #1f4069;
}

/*--------------------------------------------------------------
KANEMAN E-STORE - Footer (フッター)
--------------------------------------------------------------*/

#footer {
	overflow: hidden;
	padding: 18px 0 0 0;
	border-top: solid 1px #f5f5f5;
	color: #808080;
	
	width: 940px;
}

#footer .left {
	float: left;
}

#footer .footer-nav {
	float: right;
	box-sizing: border-box;
}

#footer .footer-nav ul {
	overflow: hidden;
	width: 100%;
}

#footer .footer-nav ul li {
	float: left;
	margin-left: 20px;
	list-style-type: none;
	text-align: right;
	letter-spacing: -0.2;
}

#footer .footer-nav ul li:first-child {
	margin-left: 0;
}

#footer .footer-nav ul li a {
	text-decoration: none;
	color: #808080;
}

#footer .footer-nav ul li a:hover {
	text-decoration: underline;
}

.separator {
	color: #EAEAEA
}

.copyright {
	text-align: right;
}

/*--------------------------------------------------------------
Slider - jQuery plugin
--------------------------------------------------------------*/

#slider {
	position: relative;
	visibility: hidden;
	float: left;
	width: 700px;
	height: 300px;
	padding: 0px;
	z-index: 0;
}

.slider-view {
	position: relative;
	overflow: hidden;
	width: 700px;
	height: 280px;
}

.slider-container {
	position: absolute;
	top: 0;
	left: 0;
}

.slider-container div {
	position: relative;
	float: left;
	width: 700px;
	height: 280px;
}

.slider-container div a {
	display: block;
}

.slider-pagination {
	position: absolute;
	bottom: 0;
	width: 400px;
	left: 150px;
	text-align:center;
}

.slider-pagination a {
	margin: 5px 5px 0;
	border-radius: 5px;
	width: 10px;
	height: 10px;
	overflow: hidden;
	display: inline-block;
	box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.1 ) inset;
	background: #eee;
	text-indent: -9999px;
	vertical-align: middle;
}

.slider-pagination a:hover {
	background: #ccc;
}

.slider-pagination a.current {
	box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.1 ) inset, 0 0 2px rgba( 68, 170, 238, 0.1 );
	background: #555;
}

#btn_prev {
	position: absolute;
	top: 125px;
	left: 10px;
	display: none;
	width: 30px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
	overflow : hidden;
}

#btn_next {
	display: none;
	position: absolute;
	top: 125px;
	right: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
	overflow : hidden;
}

/*--------------------------------------------------------------
jTruncSubstr - jQuery plugin
--------------------------------------------------------------*/

#jts-wrap {
	margin: 0 0 15px 0;
}

#jts {
	padding: 0 0 10px 0;
	border-bottom: solid 1px #ededed;
	color: #808080;
}

span.truncate_ellipsis {
	padding-right: 10px;
}

.truncate_more {
	
}

.clearboth {
	text-align: center;
}

a.truncate_more_link {
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
}

