@import url('../css/kotei.css');

/*behavior: url(../js/pie/PIE.htc);
	position:relative;
	box-shadow: rgba(0,0,0,.6) 0px 2px 5px;
	-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 5px;
	-moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 5px;;
	behavior: url(../js/pie/PIE.htc);*/

/*for IE9
header #head_navi:not(:target) {
	margin-top : 0px;
	padding : 6px 0;
}*/

a[name] {
	margin-top: -100px;
	padding-top: 100px;
	display: block;
	height: 3px;
}

#main_right a[name="t-rank"] {
	height: 0px;
}

/*-------------------------------------------------------
                      RESET
-------------------------------------------------------*/

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
legend {
	margin: 0;
	padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
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 {
	border: 0 none;
	margin: 0;
	outline: 0 none;

}

svg {
	display: block;
	max-width: 100%;
	height: auto;
}

/* IEすきまバグ対策

ul li img {
	vertical-align:bottom;
} */

/*-------------------------------------------------------
                      STYLE_COMMON
-------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Montserrat', 'Noto Sans JP', '游ゴシック体', YuGothic, sans-serif;
	box-sizing: border-box;
	font-size: 12px;
}

body {
	font-family: 'Montserrat', 'Noto Sans JP', '游ゴシック体', YuGothic, sans-serif;
	line-height: 1.2;
	letter-spacing: 0.2rem;
	font-size: 12px;
	/*font-size: 1.2rem;*/
	color: #1a1a1a;
	width: auto;
}

html {
	font-size: 62.5%;
	/* 10px */
}


.s-txt {
	font-size: 11px;
	/*font-size: 1.1rem;*/
}

body p {
	margin: 0;
	padding: 0;
}

#wrapper {
	position: relative;
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: block;
}

a {
	color: #1a1a1a;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

img {
	border: none;
	-ms-interpolation-mode: bicubic;
}

.alpha a:hover {
	cursor: pointer;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: #ffffff;
	_zoom: 1
}

* html .alpha a:hover {
	filter: alpha(opacity=80);
	background: #ffffff;
}

.alpha a:hover img {
	cursor: pointer;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: #ffffff;
	_zoom: 1
}

* html .alpha a:hover img {
	filter: alpha(opacity=80);
	background: #ffffff;
}

input:hover.alpha {
	cursor: pointer;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: #ffffff;
}

* html input:hover.alpha {
	filter: alpha(opacity=80);
	background: #ffffff;
}

#content {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 50px;
	/* display: flex;
	justify-content: space-between;
	text-align: left; */
}

/* #main_right {
	width: 810px;
} */

#content-r {
	width: 818px;
	margin: 0 auto;
	float: right;
}

#content-l {
	width: 150px;
	margin: 0 auto;
	float: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', 'Zen Kaku Gothic New', 'Noto Sans JP', '游ゴシック体', YuGothic, sans-serif;
	font-weight: 600;
	text-align: left;
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
}


h1 {
	font-size: 20px;
	border-left: 1px solid #1a1a1a;
	margin: 0 0 20px;
	letter-spacing: 0.06rem;
	color: #1a1a1a!important;
	background: transparent;
	font-weight: 600;
	background: transparent!important;
	padding: 10px 20px;
}

h2 {
	font-size: 16px!important;
	text-align: left;
	display: flex;
	align-items: center;
	margin: 60px 0 20px;
	background: transparent!important;
	color: #1a1a1a!important;
}

h2:before {
	content: "";
	display: block;
	width: 1rem;
	height: 1px;
	background: #1a1a1a;
	margin-right: 1rem;
}

h3 {
	font-size: 15px;
	margin-bottom: 20px;
}


/*-------------------------------------------------------
                      COMMON
-------------------------------------------------------*/

.breadcrumbs {
	padding: 15px 0;
	color: #1a1a1a;
}

body #pan a,
body #pan {
	color: #1a1a1a;
}

#pan {
	margin: 20px 0;
}

.red {
	color: #ff6666;
}

.green {
	color: #99cc66;
}

.bold {
	font-weight: bold;
}

.no-b {
	border: 0px !important;
	border-top: 0px !important;
	border-bottom: 0px !important;
	border-right: 0px !important;
	border-left: 0px !important;
}

.no-b-t {
	border-top: 0px !important;
}

.no-b-b {
	border-bottom: 0px !important;
}

.no-b-r {
	border-right: 0px !important;
}

.no-b-l {
	border-left: 0px !important;
}

/* ▼パンくず */
ul.breadcrumbs {
	padding: 20px 0;
	margin: 0 auto;
	width: 100%;
	text-align: left;
}

ul.breadcrumbs li {
	list-style-type: none;
	line-height: 1.2em;
	font-size: 12px;
	font-weight: normal;
	display: inline;
}

ul.breadcrumbs li a.ui-link {
	font-weight: normal;
}
/* ▲パンくず */

/*-------------------------------------------------------
         　　　   ヘッダーお知らせ
-------------------------------------------------------*/
.oshirase {
	border: 1px solid #ccc;
	padding: 10px;
	width: 978px;
}

.oshirase .ttl {
	color: #bf0000;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 -6px 0px;
	display: block;
}

.oshirase .txt {
	color: #666666;
	font-size: 12px;
}



/*-----------------------------------
	商品-右下コーディネート-A
-----------------------------------*/
.center {
	text-align: center;
	margin: 0 auto;
}

#cord-btn {
	width: 85px;
	height: 85px;
	display: block;
	position: fixed;
	bottom: 180px;
	right: 0;
	cursor: pointer;
	_zoom: 1;
	z-index: 1000;
}

#cord-item-box {
	display: none;
}

#cord-btn:hover #cord-item-box {
	display: block;
	position: absolute;
	bottom: -64px;
	right: 83px;
	width: 194px;
	height: auto;
	padding: 10px;
}

#cord-item {
	display: block;
	position: relative;
	width: 160px;
	height: auto;
	list-style: none;
	background: #fff;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
	-moz-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
	padding: 17px 7px 7px 17px;
}

#cord-item:before {
	content: "";
	position: absolute;
	bottom: 87px;
	left: 184px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #fff;
	z-index: 1;
	/* applied only IE8 */
	z-index
	/*\**/
	: 1;
	\9 border-right
	/*\**/
	: 10px solid #fff;
	\9
}

#cord-list {
	padding: 0;
	margin: 0;
}

#cord-list li {
	float: left;
	list-style: none;
	padding-right: 10px;
	padding-bottom: 7px;
}


/*-----------------------------------
	商品-右下コーディネート-B
-----------------------------------*/
.center {
	text-align: center;
	margin: 0 auto;
}

#cord-btn-b {
	width: 85px;
	height: 85px;
	display: block;
	position: fixed;
	bottom: 54px;
	right: 0;
	cursor: pointer;
	_zoom: 1;
	z-index: 1000;
}

.cord-ttl-b {
	width: 161px;
	background: #61b8f5;
	padding: 0;
	margin: 0;
}

#cord-item-box-b {
	display: block;
	position: absolute;
	bottom: 144px;
	right: -76px;
	width: 161px;
	height: auto;
}

#cord-btn-b:hover #cord-item-box-b {
	right: 0px;
}

#cord-item-b {
	display: block;
	position: relative;
	width: 154px;
	height: auto;
	overflow: hidden;
	list-style: none;
	background: #fff;
	border: solid 1px #e6e6e6;
	padding: 7px 0px 0px 7px;
}

#cord-list-b {
	padding: 0;
	margin: 0;
}

#cord-list-b li {
	float: left;
	list-style: none;
	padding-right: 7px;
	padding-bottom: 5px;
}

#cord-btn-b * {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

/*-----------------------------------
	商品-右下コーディネート-C
-----------------------------------*/

#cord-btn-c {
	width: 85px;
	height: 85px;
	display: block;
	position: fixed;
	bottom: 54px;
	right: 0;
	cursor: pointer;
	_zoom: 1;
	z-index: 1000;
}

.cord-ttl-c {
	width: 86px;
	background: #61b8f5;
	padding: 0;
	margin: 0;
}

#cord-item-box-c {
	display: block;
	position: absolute;
	bottom: 144px;
	right: 0px;
	width: 86px;
	height: auto;
}

#cord-item-c {
	display: block;
	position: relative;
	width: 70px;
	height: auto;
	overflow: hidden;
	list-style: none;
	background: #fff;
	border: solid 1px #e6e6e6;
	padding: 7px 7px 0px 7px;
}

#cord-list-c {
	padding: 0;
	margin: 0;
}

#cord-list-c li {
	float: left;
	list-style: none;
	padding-bottom: 5px;
}

/*-----------------------------------
	フローティング　LED照明
-----------------------------------*/
#cord-btn-x {
	width: 80px;
	height: 37px;
	display: block;
	position: fixed;
	top: 150px;
	right: 45px;
	cursor: pointer;
	_zoom: 1;
	z-index: 1000;
}


/*---
#cord-item-box-x {
    bottom: 197px;
    display: block;
    height: auto;
    position: absolute;
    right: -45px;
    width: 90px;
}
#cord-btn-x:hover #cord-item-box-x {
	right: 0px;
}

#cord-btn-x * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
---*/


/*-----------------------------------
	商品下部ランキング露出
-----------------------------------*/

#frame-product-rcmn {
	width: 570px;
	height: 610px;
	padding: 8px;
}


/*-----------------------------------
	商品-レビュー箇所
-----------------------------------*/
#rev-area {
	width: 570px;
	height: auto;
	margin: 0 auto;
	padding: 58px 0 0 0;
	background: url(../item/images/review_img/n-review_1.gif) 0 0 no-repeat;
}

.rev-box {
	width: 570px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
	border-bottom: 1px dotted #666666;
}

.rev-name {
	width: auto;
	height: auto;
	padding: 5px 30px 5px 0;
	margin: 0;
	float: left;
}

.rev-star {
	width: auto;
	height: auto;
	padding: 5px 0;
	margin: 0;
	float: left;
}

.rev-star span {
	color: #FF6633;
}

.rev-subttl {
	width: 570px;
	height: auto;
	padding: 10px 0;
	margin: 0;
	font-weight: bold;
}

.rev-cont {
	width: 570px;
	height: auto;
	line-height: 1.5;
	padding: 0;
	margin: 0;
}

.rev-link {
	width: 570px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 43px 0;
	background: url(../item/images/ss/line_1.gif) left bottom no-repeat;
}

/*-------------------------------------------------------
                      MARGIN_COMMON
-------------------------------------------------------*/

.mb5 {
	margin-bottom: 5px;
	_margin-bottom: 2px;
}

.mb10 {
	margin-bottom: 10px;
	_margin-bottom: 5px;
}

.mb15 {
	margin-bottom: 15px;
	_margin-bottom: 7px;
}

.mb20 {
	margin-bottom: 20px;
	_margin-bottom: 10px;
}

.mt5 {
	margin-top: 5px;
	_margin-top: 2px;
}

.mt10 {
	margin-top: 10px;
	_margin-top: 5px;
}

.mt15 {
	margin-top: 15px;
	_margin-top: 7px;
}

.mt20 {
	margin-top: 20px;
	_margin-top: 10px;
}

.mt30 {
	margin-top: 30px;
	_margin-top: 15px;
}

.mt40 {
	margin-top: 40px;
	_margin-top: 20px;
}


/*-------------------------------------------------------
                      CLEAR_FIX
-------------------------------------------------------*/

.clearfix:after {
	content: ".";
	/* 新しい要素を作る */
	display: block;
	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

/*-------------------------------------------------------
           20160913-14 検索結果デザイン変更
-------------------------------------------------------*/

#page-products-list .pager {
	background: #d2ac77 none repeat scroll 0 0;
	color: #fff;
	font-size: larger;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 10px 12px;
}

/*
.pager a{
    font-size: larger;
    font-weight: 600;
    margin: 0 0 8px;
	padding:3px 3px 3px 0px;	
	text-decoration:underline;
}
*/

.pager strong {
	color: #fff;
	font-size: larger;
	font-weight: 600;
	margin: 0 0 8px;
	padding: 0px;
}

.sort a {
	padding: 0 !important;
}

.pager a {
	border-bottom: 1px solid #fff;
	font-size: larger;
	font-weight: 600;
	margin: 0 0 8px;
	padding: 0 0 0 2px;
	text-decoration: none;
}

.pager a:hover {
	border-bottom: 1px solid #929292;

}

#product-list .list-item {
	height: 264px;
}

/*-------------------------------------------------------
            検索結果デザイン変更ここまで
-------------------------------------------------------*/

/*-------------------------------------------------------
            サイドナビここから
-------------------------------------------------------*/
#container.sidebar-category {
    width: 155px;
    background: #fafafa;
    color: #1a1a1a;
    font-size: 11px;
    letter-spacing: 0.05rem;
	margin-bottom: 60px;
}

.sidebar-category_inner {
    padding: 30px 10px;
}

.sidebar-category .sidebar-header {
    background: #55A5A3;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 7px 30px;
    line-height: 1.5;
    letter-spacing: 0.2rem;
}

.sidebar-category .sidebar-title {
    color: #55A5A3;
    font-size: 13px;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2rem;
}

.sidebar-category .divider {
    border-top: 1px solid #d9d9d9;
    margin: 30px 0;
}

.sidebar-category .nav-list li {
    margin-bottom: 8px;
}

.sidebar-category .nav-list a {
    color: #1a1a1a;
    display: block;
    transition: opacity 0.2s ease;
    line-height: 1.5;
}

.sidebar-category .nav-list a:hover {
    opacity: 0.7;
}

.sidebar-category .parent-category {
    margin-top: 25px;
}

.sidebar-category .sub-menu {
    margin: 8px 0 0 5px;
}

.sidebar-category .sub-menu li {
    padding-left: 0 0 8px 20px;
    font-size: 13px;
    display: flex;
    align-items: start;
    gap: 7px;
}

.sidebar-category .sub-menu li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

/* ※メルマガバナー削除 */
.s_b {
    display: none;
}
/*-------------------------------------------------------
            サイドナビここまで
-------------------------------------------------------*/


/*-------------------------------------------------------
        トップへ戻るボタンここから（2603リニューアル）
-------------------------------------------------------*/
#cart-scroll-btn-3 {
    bottom: 70px;
    right: 105px;
    position: fixed;
    z-index: 999;
    width: 50px;
}
/*-------------------------------------------------------
        トップへ戻るボタンここまで（2603リニューアル）
-------------------------------------------------------*/