@charset "euc-jp";

/*
 * HTML5 &#10032; Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 100%; line-height: 1.231; }

body, button, input, select, textarea { font-family: helvetica, arial,"lucida grande", verdana, "メイリオ", "ＭＳ Ｐゴシック", sans-serif; color: #222; }
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::selection { text-shadow: none; background-color: highlight; color: highlighttext; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    table { display: table-header-group; } /* h5bp.com/t */
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}

/* reflow reset for -webkit-margin-before: 1em */
p { margin: 0; }

html {
    background-color: transparent;
    height: 100%;
}

body {
    background: #fff;
    font: normal 100%;
    position: relative;
    height: 100%;
}

body, div, img, p, button, input, select, textarea, a {
-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image {
    display: block;
}

input {
    cursor: default;
    display: block;
}

input[type=button] {
    background-color: #e5e9e8;
    border: 1px solid #9daca9;
    border-radius: 4px;
    box-shadow: inset 0 1px #fff;
    font: inherit;
    letter-spacing: inherit;
    text-indent: inherit;
    color: inherit;
}

input[type=button]:hover {
    background-color: #eff1f1;
}

input[type=button]:active {
    background-color: #d2d6d6;
    border: 1px solid #9daca9;
    box-shadow: inset 0 1px rgba(0,0,0,0.1);
}

/* Reset anchor styles to an unstyled default to be in parity with design surface. It 
   is presumed that most link styles in real-world designs are custom (non-default). */
a, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: inherit;
}



/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgb(226, 226, 226);
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}





/********************
	common
********************/

html {
	font-size: 100%;
	font-family: helvetica, arial;
	background: #fff;
}

body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	color: #222;
/* -webkit-backface-visibility: hidden;
    backface-visibility: hidden; */
}

p,
li,
dt,
dd,
th,
td,
pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}

h1 {
	font-weight: normal;
}

input {
	display: inline;
}

input:focus {
	outline: none;
}

input[type="radio"], [type="checkbox"]{
	margin: 0;
}

.pc,
#pc-search-area {
	display: none;
}

.sp,
#sp-header,
#sp-search-area {
	display: inherit;
}

#news li a,
#recommend a,
.item-box a {
	display: block;
}

a:hover {
	opacity: inherit;
}
a:active {
	opacity: .65;
}

#wrapper {
	position: relative;
}

.bxslider{
	margin: 0;
	padding: 0;
}


/********************
	Header
********************/

#sp-header {
	overflow: hidden;
	height: 45px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgb(255, 255, 255);
	opacity: 0.9;
	border-bottom: 1px solid rgb(119, 119, 119);
	bottom: auto;
	z-index: 999;
}

#sp-header img {
	height: 45px;
}

#sp-header .sp-header-left {
	float: left;
}

#sp-header .sp-header-right {
	float: right;
}

#header-logo {
	margin: 45px auto 0;
	padding: 0;
	height: 120px;
	text-align: center;
	line-height: 1.5em;
}

#header-logo h1 {
	height: 100%;
	margin: 0;
	background: #000;
}

#header-logo h1 img {
	max-height: 80%;
	padding: 5% 0 0;
}

#header-logo .logo-top {
	display: block;
	font-size: 50px;
	line-height: 1em;
	margin: 0 0 4px;
}

#header-logo .logo-bottom {
	display: block;
	font-size: 17px;
	font-family: helvetica;
	letter-spacing: 0.1em;
	line-height: 1em;
}

#sp-search-area {
	padding: 3%;
	border-bottom: 1px solid rgb(49, 49, 49);
}

#sp-search-area input {
	display: inline;
	border: none;
	margin: 1.8%;
	padding: 1px 0 0 1.8%;
	width: 86%;
	font-size: 15px;
}

#sp-search-area .search {
	border: 1px solid rgb(119, 119, 119);
	border-radius: 5px;
}

#submit-search {
	border: none;
	background: none;
	padding: 0;
	width: 9.5%;
}

#submit-search img {
	height: 25px;
}

/********* ナビ **********/

#nav-header {
	overflow: hidden;
	display: none;
}

#nav-header ul {
	height: 68px;
}

#nav-header .nav-parent {
	float: left;
	font-size: 26px;
	text-align: center;
	line-height: 1em;
	clear: none;
	min-height: 30px;
	font-family: Bebas Neue;
	width: 50%;
	height: 100%;
}

#nav-header .nav-parent a {
	padding: 22px 0 0;
	display: block;
	height: 100%;
}

#nav-header .nav-brand {
	border-right: 1px solid rgb(49, 49, 49);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#nav-header-ul .nav-sub {
	margin: 0;
	padding: 10px;
	background: rgba(0,0,0,.9);
	width: 100%;
	height: auto;
	overflow: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: helvetica;
}

#nav-header-ul .sub-box {
	position: absolute;
	z-index: 999;
	padding: 0;
	text-align: left;
	width: 100%;
	left: 0;
}

#nav-header-ul .sub-abc {
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 0 30px 50px 0;
}

#nav-header-ul .sub-abc ul {
	height: 100%;
}

#nav-header-ul .sub-abc ul li {
	float: none;
	font-size: 14px;
	font-weight: normal;
        line-height: 1.8;
}

#nav-header-ul .sub-abc ul li a {
	padding: 0;
}

#nav-header-ul .clear {
	clear: both;
}

#nav-header-ul .nav-sub li {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	letter-spacing: 0.1em;
}

#nav-header-ul .nav-sub li a {
	padding: 10px;
}


/********************
	サイドナビ
********************/

#sp-side-menu {
	position: fixed;
	top: 0;
	width: 200px;
	height: 100%;
	background: rgb(49, 49, 49);
	color: #fff;
	font-size: 14px;
	z-index: 9999;
}

#sp-side-menu a {
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0 0 0 10px;
	border-bottom: 1px solid rgb(32, 32, 32);
}

#unclick {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

#side-social {
	overflow: hidden;
	padding: 10px 50px 0 0;
}

#side-social li {
	float: left;
	padding: 5px 5px;
}

#side-social a {
	border: none;
	width: 45px;
	height: 45px;
}

/********************
	Contents
********************/

#page-container {
	padding: 45px 0 0;
}

#img-area {
	text-align: center;
}

#img-area img {
	width: 100%;
	max-width: 1200px;
}

#main-area {
	clear: both;
	overflow: hidden;
}

#info-area div.content h1,
#main-area h1 {
	font-size: 16px;
	color: rgb(255, 255, 255);
	background: #000;
	height: 41px;
	line-height: 41px;
	margin: 0;
	padding: 0 10px 0;
	letter-spacing: .05em;
}

#breadcrumbs {
	font-size: 12px;
	color: rgb(255, 255, 255);
	background: rgb(49, 49, 49);
	margin: 0;
	padding: 10px;
	letter-spacing: .05em;
}

#sort {
	font-size: 12px;
	text-align: right;
	height: 41px;
	line-height: 41px;
	padding: 0 1em;
	color: rgb(119, 119, 119);
}

#sort .sort-curt {
	color: rgb(48, 48, 48);
}

#sort a {
	color: rgb(119, 119, 119);
}

#contents-head {
	border-bottom: 1px solid rgb(119, 119, 119);
}

#news li {
	padding: 15px 10px;
	border-bottom: 1px solid rgb(119, 119, 119);
	color: rgb(119, 119, 119);
	font-size: 14px;
	letter-spacing: 0.1em;
}

#news li.border-none {
	border: none;
}

#news .news-date,
#news .news-cat {
	font-size: 12px;
	font-family: helvetica;
	line-height: 1.4em;
}

#news .news-title {
	font-size: 14px;
	margin: 5px 0 0;
	letter-spacing: 0.1em;
}

#recommend-wrap {
	margin: 10px;
}

#recommend {
	overflow: hidden;
}
/*
#recommend li {
	float: left;
	max-width: none;
	width: 30.998094%;
	margin: 0;
	clear: none;
}
/*
#recommend li:nth-child(2),
#recommend li:nth-child(3) {
	margin: 0 0 0 3%;
}
*/
.bx-wrapper .bx-viewport {
	border: none !important;
	box-shadow: inherit !important;
}

#info-area .bx-wrapper {
	margin: 0 auto 36px !important;
}

.bx-pager {
	left: 0;
	bottom: -26px !important;
	padding: 0 !important;
	margin-top: -2px !important;
}

.bx-viewport {
/*	height: auto !important;*/
	position: static !important;
}

#img-area {
	overflow: hidden;
}

#img-area .bx-viewport {
	overflow: visible !important;
}

#img-area .bx-controls-direction {
	display: none;
}
#img-area .bx-wrapper .bx-controls-direction a.disabled {
	display: block !important;
}

#img-area .bx-loading {
	display: none;
}

#img-area .bx-wrapper .bx-prev {
	background: url(http://nexxdesign.jp/colorme/slider_btn_l.png) left center no-repeat;
	width: 6.79% !important;
	height: 100% !important;
	top: 16px;
	left: 2.5%;
}

#img-area .bx-wrapper .bx-next {
	background: url(http://nexxdesign.jp/colorme/slider_btn_r.png) right center no-repeat;
	width: 6.79% !important;
	height: 100% !important;
	top: 16px;
	right: 2.5%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 8px !important;
	height: 8px !important;
/*	background: rgb(226, 226, 226) !important;*/
}


#item-wrap {
	padding: 2px 4px 0;
}

#item-list {
	margin: 0 0 35px;
}

#item-list .item-box {
	width: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px;
	float: left;
	text-align: center;
}

#item-list .item-name {
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-weight: 700;
}

#item-list .item-price {
	font-size: 12px;
	line-height: 2em;
	letter-spacing: 0.05em;
}

#item-list .item-img {
	position: relative;
}

#item-list .members-price {
	color: #f00;
	display: block;
}

#item-list .regular-price {
	display: block;
}

#item-list img {
	float: none;
	width: 100%;
	max-width: none;
	clear: none;
	margin: 0 auto 10px;
}

#item-wrap p {
	padding: 10px 0;
	font-size: 14px;
}

.item-box {
	width: 236px;
	float: left;
}

#item-list .sold,
#recommend .sold {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	background: rgb(25, 25, 25);
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-family: bebas-neue;
	font-size: 35px;
	margin: -20px 0 0 -75px;
	opacity: .9;
	text-align: center;
}

#pager {
	margin: 0 0 20px;
	overflow: hidden;
	clear: both;
	padding: 20px 0 0;
}

#pager li {
	float: left;
	font-size: 16px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0 0 0 10px;
	border: 1px solid rgb(223, 223, 223);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#pager li a {
	display: block;
	width: 100%;
	height: 100%;
}

#pager li .pager-curt {
	background: rgb(48, 48, 48);
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 1px;
	margin: -1px 0 0 -1px;
}

#pager li .no-link {
	color: rgb(223, 223, 223);
}

#contents-head .none {
	margin: 50px 0;
}


/*************　商品詳細　*************/

#item-curt-img {
	padding: 10px;
	text-align: center;
}

#item-txt-area {
	padding: 10px;
}

#item-info .item-brand,
#item-info .item-name {
	font-family: 'helvetica, arial';
	font-weight: 700;
	font-size: 24px;
	line-height: 1em;
	letter-spacing: 0.05em;
}

#item-info .item-price {
	font-size: 20px;
	margin: .7em 0;
}

#item-info .item-price {
	overflow: hidden;
}

#item-info .left {
	float: left;
}

#item-info .right {
	padding: 0 0 0 3em;
}

#item-info .members-price {
	color: #f00;
}

#option_tbl th,
#option_tbl .none {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	background: rgb(238, 238, 238);
	border: 1px solid rgb(238, 238, 238);
	padding: .8em;
}

#option_tbl td {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid rgb(238, 238, 238);
	padding: .8em;
}

#qty dt {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background: rgb(238, 238, 238);
	border: 1px solid rgb(238, 238, 238);
	padding: .3em 1em;
	display: inline;
}

#qty dd {
	display: inline;
	margin: 0;
	border: 1px solid rgb(119, 119, 119);
	font-size: 12px;
	padding: .3em;
}

#qty dd input {
	border: none;
	width: 16%;
	text-align: right;
	padding: 0;
	line-height: 1em;
	height: auto;
}

#cart-btn {
	border: none;
	background: #000;
	font-size: 40px;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	font-family: bebas-neue;
	letter-spacing: 0.1em;
}

#info-link {
	font-size: 12px;
	line-height: 1.6em;
	margin: 20px 0;
	color: rgb(119, 119, 119);
}

#other-txt p {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0 0 20px;
}

#other-txt .catch {
	font-size: 20px;
	line-height: 1.5em;
	margin: 20px 0;
	letter-spacing: 0.1em;
}

#sp-item-other a {
	display: block;
}

/********************
	Footer
********************/


#footer-area {
	clear: both;
	background: #000;
	color: #fff;
	padding: 30px 20px 60px;
}

#social-btn-area {
	margin: 0 0 30px;
	overflow: hidden;
}

#social-btn-area ul {
	overflow: hidden;
	width: 180px;
	margin: 0 auto;
}

#social-btn-area li {
	float: left;
	width: 30px;
	padding: 0 7.5px;
	text-align: center;
}

#footer-nav {
	font-size: 12px;
	line-height: 1.8em;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}

#footer-nav ul {
	float: left;
}

#footer-nav .footer-nav-left {
	margin: 0 30px 0 0;
}

#footer-nav .footer-nav-cal {
	margin: 0 30px 0 0;
}



/*************　その他ページ　*************/

#contents-body .page-content h2 {
	margin: 0;
	padding: 10px;
	line-height: 1em;
	font-size 24px;
	font-weight: normal;
	font-family: 'helvetica, arial';
	background-color: rgb(249, 249, 249);
	border-bottom: 1px solid rgb(48, 48, 48);
}

#contents-body h3 {
	margin: 10px 0;
	font-weight: normal;
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 0.1em;
}

#contents-body .content-child {
	padding: 10px;
	border-bottom: 1px solid rgb(119, 119, 119);
}

#contents-body .content-child p {
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0.02em;
	margin: 0 0 10px;
}



/************************************************************

	PC 480px以上
	
************************************************************/


@media screen and (min-width: 480px){

.pc,
#pc-search-area {
	display: inherit;
}

.sp,
#sp-header,
#sp-search-area {
	display: none;
}

a:hover {
	opacity: .65;
}

h1 {
	font-family: bebas-neue;
}


/********************
	Header
********************/

#header-wrap {
	opacity: .9;
	z-index: 999;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

#header-area {
	max-width: 1120px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

#header-logo {
	width: 13.75%;
	margin: 0.893% 1.787% 0;
	height: auto;
	float: left;
}

#header-logo h1 {
	padding: 0;
}

#header-logo h1 img {
	padding: 0;
}

#header-logo .logo-top {
	font-size: 42px;
}

#header-logo .logo-bottom {
	font-size: 13px;
	line-height: .8em;
}

#nav-header {
	float: left;
	display: none;
	width: 40%;
}

#nav-header .nav-parent {
	float: left;
	font-size: 16px;
	width: auto;
	height: 30px;
	text-align: left;
	line-height: 1em;
	font-family: futura pt;
	color: #fff;
	letter-spacing: 3px;
	margin: 7.444% 0 0 9.924%;
}

#nav-header .nav-parent a {
	padding: 0 0 12px;
}

#nav-header .nav-parent a:hover {
	border-bottom: 2px solid rgba(0,0,0,.65);
}

#nav-header .nav-brand {
	border: none;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#nav-header .nav-sub a:hover {
	border-bottom: none;
}

#nav-header-ul .nav-sub {
	margin: 0 0 0 -30px;
	padding: 30px 0 0 30px;
	background: rgba(0,0,0,.9);
	max-width: 700px;
	height: auto;
	overflow: hidden;
}

#nav-header-ul .sub-box {
	position: absolute;
	z-index: 999;
	padding: 16px 0 0;
	left: inherit;
	width: inherit;
}

#nav-header-ul .sub-abc {
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 0 30px 50px 0;
}

#nav-header-ul .sub-abc ul {
	height: 100%;
}

#nav-header-ul .sub-abc ul li {
	float: none;
	font-size: 14px;
	font-weight: normal;
 	line-height: 1.8;
}

#nav-header-ul .sub-abc ul li a {
	padding: 0;
}

#nav-header-ul .clear {
	clear: both;
}

#nav-header-ul .nav-sub li {
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 0 5px 5px 0;
}


#count {
	width: 8.929%;
	float: right;
	font-size: 30px;
	height: 80px;
	text-align: center;
	font-weight: normal;
	line-height: 1em;
	border-right: 1px solid rgb(119, 119, 119);
	font-family: league-gothic,tk-league-gothic;
	color: rgb(119, 119, 119);
	padding: 25px 0 0;
	margin: 0;
}

#pc-search-area {
	width: 26.785714%;
	float: right;
	border-left: 1px solid rgb(119, 119, 119);
	border-right: 1px solid rgb(119, 119, 119);
}

#pc-search-area .search {
	border-bottom: 1px solid rgb(119, 119, 119);
}

#pc-search-area input{
	display: inline;
	border: none;
	background: #000;
	margin: 4% 1.65% 3%;
	padding: 1px 0 0 5px;
	width: 83%;
	font-size: 15px;
	cursor: text;
	height: auto;
	line-height: 1em;
	vertical-align: inherit;
}

#pc-search-area input::-webkit-input-placeholder {
	font-weight: normal;
	font-size: 13px;
}

#pc-search-area input:-moz-placeholder {
	font-weight: normal;
}

#pc-search-area .header-btn {
	float: left;
	font-size: 12px;
	width: 33%;
	height: 39px;
	margin: 0;
	text-align: center;
	font-weight: 500;
	line-height: 1em;
	font-family: futura pt;
	letter-spacing: 2px;
	padding-top: 13px;
}

#pc-search-area .btn-guide {
	border-left: 1px solid rgb(119, 119, 119);
	border-right: 1px solid rgb(119, 119, 119);
}

#pc-search-area .header-btn a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
}

#submit-search {
}

#submit-search img {
	height: auto;
	opacity: 0.51;
	margin: -5px 0 0;
}


/********************
	Contents
********************/

#container {
	padding: 80px 0 0;
}

#page-container {
	padding: 80px 0 0;
}

#img-area {
	margin: 0 0 27px;
}

#info-area {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 50px;
	overflow: hidden;
}

#info-area .info-left {
	width: 40%;
	float: left;
}

#info-area .info-right {
	width: 59%;
	float: right;
}

#info-area div.content h1,
#main-area h1 {
	text-align: center;
	color: rgb(48, 48, 48);
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 0.02em;
	background: inherit;
	padding: 0 0 6px;
}

#info-area div.content h1 {
	border-bottom: 2px solid rgb(48, 48, 48);
}

#item-wrap p {
	text-align: center;
}

#breadcrumbs {
	background: none;
	color: rgb(48, 48, 48);
	margin: 0 auto;
	max-width: 1000px;
	font-size: 13px;
}

#breadcrumbs .curt-title {
	font-weight: bold;
}

#sort {
	height: auto;
	line-height: 1em;
	margin: 10px 0;
}

#news li {
	padding: 20px 10px 18px;
	border-bottom: 1px solid rgb(226, 226, 226);
}

#main-area {
	border-top: 1px solid rgb(119, 119, 119);
	padding: 20px 0 0;
	margin: 0 0 40px;
}

#main-area.page {
	border: none;
	padding: 30px 0 0;
}

#contents-head {
	max-width: 1000px;
	margin: 0 auto;
	letter-spacing: 0.08em;
	border: none;
}

#item-wrap {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}

#item-list .item-box {
	width: 22%;
	padding: 1.5%;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	min-width: 200px;
}


/*************　商品詳細　*************/

#cart-btn:hover {
	opacity: .65;
}

#contents-body {
	max-width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}

.page-content {
	border-top: 2px solid rgb(48, 48, 48);
}

#item-img-area {
	width: 50%;
	float: left;
}

#item-txt-area {
	width: 50%;
	float: right;
}

#item-other {
	overflow: hidden;
}

#item-other li {
	float: left;
	width: 23%;
	margin: 1%;
	min-width: 110px;
}

#item-other a:hover {
	opacity: 1;
}

#item-info {
	margin: 30px 0 0;
}

#item-info .item-brand,
#item-info .item-name {
	font-size: 24px;
}

#item-info .item-price {
	font-size: 16px;
	font-family: arial;
	margin: 1em 0 .5em;
}

#other-txt p {
	line-height: 1.8em;
}

#other-txt .catch {
	font-size: 19px;
	line-height: 1.5em;
	margin: 17px 0px 0px;
	padding: 10px;
	letter-spacing: 0.3em;
}


/*************　その他ページ　*************/

#contents-body .page-content h2 {
	background: #fff;
	font-size: 36px;
	margin: 10px 0 0;
}

#contents-body h3 {
	font-size: 24px;
}


}


/************************************************************

	タブレット 480px以下
	
************************************************************/


@media screen and (min-width: 480px) and (max-width: 1120px){

#header-area {
}

#nav-header ul {
	height: auto;
}

#nav-header .nav-parent {
	height: 20px;
	min-height: inherit;
}

#nav-header .nav-parent a {
	padding: 0 0 5%;
}

#nav-header-ul .sub-box {
	margin: -16px 0 0;
}

#count {
	height: auto;
	border: none;
	line-height: 2.2em;
	padding: 0;
}

#pc-search-area .header-btn {
	height: auto;
	line-height: 2.8em;
	padding: 0;
}
/************************************************************

	カレンダー
	
************************************************************/
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}














