@charset "utf-8";
/* Bcart Front
■F01■ アウトライン
■F02■ 基本スタイル
■F03■ ヘッダー
■F04■ フッター
■F05■ グローバルナビゲーション
■F06■ サブカラム
■F07■ メインカラム ／ トップページ
■F08■ メインカラム ／ その他ページ
■F09■ ユーテリティーナビゲーション*

Ver: Jul. 2021
Copyright (C)FE TRADE CO., LTD All Rights Reserved.
*/
/* ---------------------------------------------------------◆
F01	▼ アウトライン
	　 outline
◆--------------------------------------------------------- */
/*body { background:#88C828; }
/* ■ 外枠　 */
#container {/* Ver: May. 2021 */ width: 100%!important; margin: 0 auto; text-align: center; }
#header { height: 186px; height: 74px;/* Ver: May. 2021 */ margin: 0!important;}
#header-inner,
#unav,
#gnav,
#content-inner,
#footer-nav dl,
#footer-unav ul,
#sitenav dl {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#header-inner {/* Ver: May. 2021 */
	height: 74px;
}
#header #login {/* Ver: May. 2021 */
	position: absolute;
	top: 23px;
	left: 235px;
	width: 370px;
	margin: 0;
}
#header #login p {
	margin: 0;
	line-height: 34px;
}
#header .ecsiteNav {
	position: absolute;
	top: 6px;
	left: 900px;
	width: 100px;
	margin: 0;
}
#header .ecsiteNav ul {
	margin-left: 20px;
}
#header .ecsiteNav li {
	float: left;
	text-align: center;
}
#header .ecsiteNav li a {
	display: block;
	padding: 4px 6px 4px 12px;
	background: url(/usr/assets/images/ico_bullet2.png) no-repeat 0 50%;
	color: #afafaf;
}
#content	{/* Ver: May. 2021 */
	position: relative;
	width: auto;
	margin-bottom:25px;
	/*background: url(../images/bg_body_210602.jpg) repeat-x 0 0;
	background-size: auto 75px;*/
}
#content::after {/* Ver: May. 2021 */
	content: '';
	width: 100%;
	height: 76px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #033b74;
	z-index: -1;
}
#footer-inner {padding: 0!important;}/* Ver: May. 2021 */
/* ■ カラム　 */
#col-sub  {/* Ver: May. 2021 */
	width: 210px!important;
	float: left;
	position: relative; /* ie bug fix*/
	z-index: 3;
}
#col-sub-inner{
	_width:100%;
}
#col-main {/* Ver: May. 2021 */ width: 760px!important; float: right; }
#col-main-one { width: 810px; margin: 0 auto; padding-left: 10px; }
#col-extra {
	clear: both;
	width: 990px;
	margin-left: 10px;
	padding: 1px 0 0;
}
#extra-main {
	float: right;
	width: 670px;
}
#extra-sub {
	clear: both;
	float: left;
	width: 300px;
	margin-top:20px;
}
/* ---------------------------------------------------------◆
F02	▼ 基本スタイル
	　 common
◆--------------------------------------------------------- */
/* ■ 商品画像サムネイルのサイズ */
.list-block-img {
	/*width:124px;*//* Sep. 2022 modified */
	width:100%;/* Sep. 2022 modified */
} /* ブロック表示 */
.list-list-img { width:75px; } /* リスト表示 */
.list-list-img { width:90px; } /* リスト表示 */
/* ■ スプライト共通　 */
.pict {
	overflow:hidden;
	background-image:url(../images/sprite-common.png);
	_background-image:url(../images/sprite-common.gif);
	background-repeat:no-repeat;
	background-color:none;
	border:none;
	outline:none;
}
.pict-thickbox-close{
	background-position: -408px 0;
	width:66px;
	height:22px;
}
.pict-cart-delete{
	background-position: -730px -90px;
	width:16px;
	height:16px;
}
.pict-arrow01{
	background-position: -540px 0;
	padding: 0 0 0 0.8em;
	display: inline-block;
	cursor: pointer;
	width: 7px;
	height: 9px;
}
.pict-arrow02{
	width: 132px;
	height: 54px;
	background-position: -400px 0;
	padding: 0;
	display: inline-block;
}
.pict-arrow03{
	width: 12px;
	height: 14px;
	background-position: -20px -70px;
	padding: 0;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}
.pict-arrow04{
	width: 26px;
	height: 19px;
	background-position: -540px -20px;
	vertical-align: top;
}
.pict-arrow05{
	width: 45px;
	height: 36px;
	background-position: -570px -20px;
	vertical-align: top;
}
.pict-arrow06{
	width: 14px;
	height: 12px;
	background-position: -90px -70px;
}
.pict-arrow07{
	width: 14px;
	height: 12px;
	background-position: -110px -70px;
}
.pict-arrow08{
	width: 10px;
	height: 8px;
	background-position: -560px 0;
}
.pict-sitemap,
.pict-kiyaku,
.pict-privacy,
.pict-corporate {/* Ver: May. 2021 */
}
.pict-sitemap {/* Ver: May. 2021 */
}
.pict-kiyaku {/* Ver: May. 2021 */
}
.pict-privacy {/* Ver: May. 2021 */
}
.pict-corporate {/* Ver: May. 2021 */
}
.pict-bullet01 {
	padding-left: 14px;
	background-image: url(../images/ico_bullet1.gif);
}
.pict-bullet02{
	padding-left: 14px;
	background: url(../images/ico_bullet2.png) no-repeat 0 .4em;
}
.pict-bullet03{
	background-image: url(../images/ico_bullet3.gif);
}
#toTop{
	text-align:right;
	font-size:11px;
	text-decoration:underline;
}
#toTop .pict{
	background-position: 5px -190px;
	padding: 0 0.8em 0 0;
	display: inline-block;
	text-align:right;
	width:15px;
	height:10px;
}
/* ■ 商品ステータス　 */
.status {
	height:15px;
	margin-bottom:4px;
}
.pict-movie,
.pict-howto,
.pict-recommend,
.pict-limited,
.pict-new{
	display: block;
	float: left;
	width: 40px;
	height: 11px;
	margin: 0 2px 2px 0;
	background-position: 0 0;
}
/*商品ページページアイコン 202207*/
.pict-new {
    /*width: 75px;
    height: 25px;*//* modified at May. 16 2023 */
    width: 60px;/* modified at May. 16 2023 */
    height: 20px;/* modified at May. 16 2023 */
    background: no-repeat center/100% url("../images/ico_01new.png");
}
.pict-limited {
   /* width: 75px;
    height: 25px;*//* modified at May. 16 2023 */
    width: 60px;/* modified at May. 16 2023 */
    height: 20px;/* modified at May. 16 2023 */
    background: no-repeat center/100% url("../images/ico_02renew.png");
}
.pict-movie {
   /* width: 75px;
    height: 25px;*//* modified at May. 16 2023 */
    width: 60px;/* modified at May. 16 2023 */
    height: 20px;/* modified at May. 16 2023 */
    background: no-repeat center/100% url("../images/ico_04movie.png");
}
.pict-sale {
	/*HAYABUSA 商品ページ・一覧共通 */
	width: 105px;
	height: 20px;
	background: no-repeat center/100% url("/uploads/products/img30_hayabusa/ico_hayabusa_bk.png");
}
.pict-howto{
	/* Free icon */
}

.pict-recommend {
	/*2023フェア */
width: 100px;
height: 25px;
background: no-repeat center/100% url("../images/ico_fair.png");
}
/*一覧ページページアイコン 202207*/
.list-description .pict-new {
    width: 60px;
    height: 20px;
   /* background: no-repeat center/100% url("../images/ico_01new-list.png");*//* modified at May. 16 2023 */
    background: no-repeat center/100% url("../images/ico_01new.png");/* modified at May. 16 2023 */
}

.list-description .pict-limited {
    width: 60px;
    height: 20px;
    /*background: no-repeat center/100% url("../images/ico_02renew-list.png");*//* modified at May. 16 2023 */
    background: no-repeat center/100% url("../images/ico_02renew.png");/* modified at May. 16 2023 */
}

.list-description .pict-movie {
    width: 60px;
    height: 20px;
    /*background: no-repeat center/100% url("../images/ico_04movie-list.png");*//* modified at May. 16 2023 */
    background: no-repeat center/100% url("../images/ico_04movie.png");/* modified at May. 16 2023 */
}

.pict-limited.pict-pt1 {/*2022_RUPES-REDUCTION-PRICE */
	width: auto;
	height: auto;
	margin: 0 0 0 5px;
	background: none;
	padding: .4em .8em;
	font-size: 11px;
	background-color: #1d1d1d;
	border: 1px solid #1d1d1d;
	color: #fff;
	line-height: 1;
}
.pict-limited.pict-pt2 {/*2022_RUPES-REDUCTION-PRICE */
	width: 11em;
	height: auto;
	margin: 0 0 0 5px;
	background: none;
	padding: .4em .8em;
	font-size: 10px;
	border: 1px solid #eb272c;
	border-width: 1px 1px 1px 5px;
	color: #000;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
/* ■ ランキング順位　 */
.ranknum {
	height: 27px;
	margin: 0 0 5px;
	text-align:center;
}
#top-rank .pict{
	width: 32px;
	height: 27px;
}
.pict-rank1	{ background-position: 0 -20px; }		.pict-rank2	{ background-position: -32px -20px; }
.pict-rank3	{ background-position: -64px -20px; }		.pict-rank4	{ background-position: -96px -20px; }
.pict-rank5	{ background-position: -128px -20px; }	.pict-rank6	{ background-position: -160px -20px; }
.pict-rank7	{ background-position: -192px -20px; }	.pict-rank8	{ background-position: -224px -20px; }
.pict-rank9	{ background-position: -256px -20px; }	.pict-rank10 { background-position: -288px -20px; }
/* Renewal 2013 */
body {
	/*background: url(../images/bg_body.jpg) repeat-x 0 0;*/
}
/* ---------------------------------------------------------◆
F03	▼ ヘッダー
	　 header
◆--------------------------------------------------------- */
/* ■ 見出し　 */
#header .default h1 {
	font-size: 11px;
	font-weight: normal;
}
#logo {/* Ver: May. 2021 */
	position: absolute;
	top: 3px;
	left: 0;
	width: 220px;
	height: 68px;
	margin: 0;
}
#logo img {/* Ver: May. 2021 */
	width: 100%;
	height: auto;
}
#header {
	background-color: transparent;
	/*background: url(../images/bg_body.jpg) repeat-x 0 0;*//* Ver: May. 2021 */
}
#header-inner {
	position: relative;
}
#header #login {/* Ver: May. 2021 */
	text-align: left;
	color: #000;
}
#header #login a {/* Ver: May. 2021 */
	display: none;
	margin-left: 1em;
}
/* ---------------------------------------------------------◆
F04	▼ フッター
	　 footer
◆--------------------------------------------------------- */
#footer,/* Ver: May. 2021 */
.copyright {/* Ver: Sep. 2021 */
	background-color: #f1f1f1;
	font-family: 'Noto Serif JP', serif;
}
#footer .default,
#footer .custom {/* Ver: May. 2021 */
	width: auto!important;
}
#footer .default {/* Ver: May. 2021 */
}
#footer-inner{/* Ver: May. 2021 */
	border: 0!important;
}
#footer-unav,
#footer-nav {/* Ver: May. 2021 */
	margin: 0!important;
	padding: 24px 0;
	border-bottom: 1px solid #dedddd;
}
#footer-unav ul,
#footer-nav dl {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#footer-nav dt,
#footer-nav dd {/* Ver: May. 2021 */
	/*float: left;
	width: 815px;*/
}
#footer-nav dt {/* Ver: May. 2021 */
	display: none!important;
	width: 185px;
	text-align: center;
}
#footer-unav li,
#footer-nav li {
	display: inline;
	margin-right: -0.3em;
}
#footer-unav li {
	margin-right: 15px;
}
#footer-nav li {/* Ver: May. 2021 */
	float: none!important;
	margin-right: 20px!important;
}
#footer-unav li a,
#footer-nav li a {/* Ver: May. 2021 */
	color: #333;
	font-weight: bold;
}
#footer-unav li a.externalLink::after,
#footer-nav li a.externalLink::after {/* Ver: May. 2021 */
	content:"";
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-left: 5px;
	color: #000;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAh0lEQVRYR+2XQQrAIAwEm+/po2ofpd9L8ZAioughaShdjwqbcYgQ6ZisGCPPzjT3CQAw4G5Aup2ZUynlEqDXXsEKoAfTeIIhhJOIUs0iAMAADMAADMAADHzCgMYM0GdszwMWxdvM5UDiBmBdWPKnBv4JYHnrduQfNqFl8Zqdcx5+hJ8e8AK4AaqYfPBn+7IrAAAAAElFTkSuQmCC) no-repeat scroll left center transparent;
	background-size: contain;
}
#sitenav {
	width: 100%;
	border-bottom: 1px solid #dedddd;
}
#sitenav dl {
	width: 1000px;
	background: url(../images/bg_sitenav.gif) repeat-y 0 0;
}
#sitenav dl dt {
	float: left;
	width: 250px;
	padding: 86px 0 0;
	text-align: center;
}
#sitenav dl dd {
	float: right;
	width: 750px;
}
#sitenav dl dd ul {
	border-top: 1px solid #dedddd;
}
#sitenav dl dd ul.first-child {
	border-top: 0;
}
#sitenav dl dd ul li {
	float: left;
	width: 250px;
	padding: 21px 0;
	text-align: center;
}
#sitenav dl dd ul li img {
	vertical-align: top;
}
/* -- レイアウト変更 Feb 2017 -- */
#sitenav dl.cdownloads {
	border-top: 1px solid #dedddd;
}
#sitenav dl.fesites dt {
	/*padding: 36px 0 0;*//*2段の場合不要*/
}
#sitenav dl.cdownloads dt {
	padding: 44px 0 0;
}
#sitenav dl.cdownloads dd ul li span  {
	display: block;
	margin: 0;
	padding: 0 10px;
}
#sitenav dl.cdownloads dd ul li a  {
	padding: 4px 10px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font-size: 83.3%;
}
#sitenav dl.cdownloads dd ul li .pdf  {
	background: #c50018 url("/uploads/rupes/img/icon_pdf_64.png") no-repeat scroll 5px 50% / 16px auto;
	margin: 4px 0;
	padding: 4px 10px 4px 20px;
	line-height: 2.4;
}
/* -- ここまで　レイアウト変更 Feb 2017 -- */

/* Ver: Jul. 2021 */
#footer-delivery {
	margin:0 auto;
	padding: 10px;
	background-color: #f1f1f1;
	border-bottom: 1px solid #dedddd;
	text-align:center;
}
#footer-delivery dl {
	display: flex;
	justify-content: center;
	width: 1000px;
	margin: 0 auto;
	padding: 12px 0;
	background-color: #fff;
}
#footer-delivery dt {
	padding: 0 2em;
	font-weight: normal;
}
#footer-delivery dd li {
	display: inline-block;
	margin-right: 1em;	
}
#footer-delivery dd li:last-child {
	margin-right: 0;
}
#footer-delivery dd li a {
	font-weight: normal;
}
/* /Ver: Jul. 2021 */

.copyright { padding: 15px 0; }
/* デバイス切り替え */
#device-select{
	width:100%;
	padding:25px 0;
	background:#F1F1F1;
	color:#888;
	font-size:45px;
	text-align:center;
}
#d-change-btn{
	color:#2489CE;
	font-weight:bold;
	cursor:pointer;
}
#d-change-btn:hover{
	color:#1A6191;
}
/* ---------------------------------------------------------◆
F05	▼ グローバルナビゲーション
	　 global navigation
◆--------------------------------------------------------- */
#gnav {
	height: 35px;
	display: none;
}
#gnav ul {
	width: 990px;
	padding-left: 10px;
}
#gnav .default{}
#gnav .default li,
#gnav .custom li {
	float:left;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
}
#gnav li#gn05,#gnav li#gn06 {
	display: none;
}
#gnav li a {
	text-align:center;
	display:block;
}
#gnav li a span {
	padding:10px 0;
	display:block;
}
#gnav .default li {
	width: 250px;
}
#gnav .default li#gn04 {
	width: 240px;
}
#gnav .default li a {
	display: block;
	height: 35px;
	overflow: hidden;
	background: url(../images/bg_gnav.png) no-repeat 0 0;
	text-indent: -9999px;
	background-color: #333;
}
#gnav .default li span{
	padding:0;
}
/* 横幅990px  メニュー4個均等割の場合 */
#gnav .default #gn01 a{
	background-position: 0 0;
}
#gnav .default #gn01 a:hover{
	background-position: 0 -35px;
}
#gnav .default #gn02 a{
	background-position: -250px 0;
}
#gnav .default #gn02 a:hover{
	background-position: -250px -35px;
}
#gnav .default #gn03 a{
	background-position: -500px 0;
}
#gnav .default #gn03 a:hover{
	background-position: -500px -35px;
}
#gnav .default #gn04 a{
	background-position: -740px 0;
}
#gnav .default #gn04 a:hover{
	background-position: -740px -35px;
}
/* ---------------------------------------------------------◆
F06	▼ サブカラム
	　 sub column
◆--------------------------------------------------------- */
/* ■ サイド共通　 */
.side-box { 	margin-top: 20px; margin-bottom: 12px;word-break:break-all;}
.side-box.first-child { 	margin-top: 0;}
.side-box h2 { 	margin-left: 10px; margin-right: 10px; padding-bottom: 5px; border-bottom: 2px solid #254a6e; color: #666;font-size: 100%;}
.side-box p { margin-top: 5px;margin-bottom: 5px;}
#side-category .default,
#side-mypage .default {
	margin: 0;
	line-height: 100%;
	padding:14px 15px 10px;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
	cursor:default;
}
#side-category .default {/* Ver: May. 2021 */
	padding: 1.1em 15px .9em;
}
.reception {
	margin: 0 20px!important;
}
.image .side-h{
	padding:0;
}
/* -- 新製品 カテゴリ限定表示 Dec 2014
   表示するカテゴリーのcategory_idによるclassを記述 -- */
/*.for-product-page {
	display: none;
}*/
/*表示するカテゴリ(建物用フィルム,フィルム)*/
/*.cid-195 .for-product-page,
.cid-197 .for-product-page,
.cid-201 .for-product-page,
.cid-202 .for-product-page,
.cid-375 .for-product-page,
.cid-376 .for-product-page,
.cid-390 .for-product-page,
.cid-391 .for-product-page,
.cid-394 .for-product-page
{
	display: block;
}*/
/* -- ここまで 新製品 カテゴリ限定表示 Dec 2014 -- */
/* ■ ログイン　 */
#side-login .side-b {
	padding:12px 10px;
}
#side-login label{
	display:block;
	margin-bottom:8px;
}
#side-login form{
	margin-bottom:15px;
}
/* ■ カート　 */
#side-cart .side-b {
	padding:12px 10px;
}
#side-cart .side-b p {
	text-align:center;
	margin: 0;
}
/* ■ 検索　 */
#side-search .side-b {
	padding:10px;
}
/* ■ ブランド　 *//* ■ ページ　 */
#side-brand li, #side-page li {
	margin-top: 1px;
}
#side-brand li a, #side-page li a {
	display: block;
	padding: 8px 6px;
	width: 188px;
	text-decoration: none;
}
#side-brand a img {
	display: block;
}
#side-brand li.menu-img a {
	padding: 0;
	width: 200px;
}
#side-brand li.menu-img a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
/* ■ カテゴリー, ■マイページ　 */
.drop-menu, .drop-menu * {margin:0;padding:0;}
.drop-menu {margin:10px 9px 0!important;}/* Ver: May. 2021 */
.drop-menu ul {	
	width: 200px;
	position:relative;
	z-index: 20;
}
.drop-menu li {/* Ver: May. 2021 */
	float: left;
	/*width: 190px;*/
	position:relative;
	padding: 4px 0;
}
.drop-menu>li.menu-text {/* Ver: May. 2021 */
	padding: 0;
}
.drop-menu>li.menu-text>a,
.drop-menu>li.menu-img>a,
.drop-menu>li.sub>a {/* Ver: May. 2021 */
	padding-right: 10px;
	background-image:url(../images/ico_bullet9.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 7px 7px;
	color: #000!important;
}
.drop-menu a {
	display:block;
	text-decoration:none;
}
.drop-menu li.sub li.menu-text {
	/* if two cols sub categories (float, width) */
	/*float: left;
	width: 48%;*/
	float: none;
	width: auto;
	padding: 0;
	/*background: #fff;
	border-top: 1px solid #fff;*/
	border-top: 0;
	position: relative;
	z-index: 100;
	font-family: 'Noto Serif JP', serif;
}
.drop-menu li.sub li.menu-text a {/* Ver: May. 2021 */
	/*background-image: none;*/
	font-weight: bold;
}
.drop-menu li.sub li.sub {/* Ver: May. 2021 */
	padding-right: 7px;
	background-image:url(../images/ico_bullet9.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: 7px 7px;
}
.drop-menu li ul li {
	background-color: #fff;
}
.drop-menu li ul li:hover {
	/*width: 220px;*//* modified */
	background-color: #eae9ee;/* modified */
}
.drop-menu li.menu-img a, .drop-menu li.menu-text li.menu-img a {
	padding: 0;
	width: 180px;
}
.drop-menu>li.menu-img a {/* Ver: May. 2021 */
	width: auto!important;
}
.drop-menu li.menu-text a, .drop-menu li.menu-img li.menu-text a {
	display: block;
	padding: 6px 8px;
	/*width: 164px;*/
	color: #000;
	width: auto;
	font-weight: bold;
}
.drop-menu li.menu-img li.menu-text a li.menu-text {
	font-size: 117%;
}
.drop-menu .menu-text a:hover, .drop-menu .menu-img .menu-text a:hover {}
.drop-menu .menu-img a:hover, .drop-menu .menu-text .menu-img a:hover {}
.drop-menu .menu-img a:hover img {/* Ver: May. 2021 */
	/*background: #fff;*/
	/*filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;*/
}
.drop-menu li ul {/* Ver: May. 2021 */
	top:-999em;
	position:absolute;
	width:320px;
	/* if two cols sub categories (width) */
	/*width:360px;*/
	width:220px;
	border: 1px solid #000;
	background: rgba(255, 255, 255, 1);
	/*filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;*/
}
.drop-menu li ul li {
	position: relative;
	z-index: 100;
}
.drop-menu li ul li a {
	padding: 8px 0 8px 8px;/* modified 8px */
}
.drop-menu li ul li a:hover {}
.drop-menu li ul li ul {
	/*filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;*/
	background-color: rgba(255, 255, 255, 1);
}
.drop-menu li:hover, /* pure CSS hover is removed below */
ul.drop-menu li.sfHover {/* Ver: May. 2021 */
	/*padding-right: 0!important;*/
}
.drop-menu li:hover ul, /* pure CSS hover is removed below */
ul.drop-menu li.sfHover ul {
	left:190px;
	top:-1px;
	-webkit-box-shadow:1px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 2px 2px rgba(0,0,0,0.2);
	box-shadow:1px 2px 2px rgba(0,0,0,0.2);
}
.drop-menu li:hover li ul,
.drop-menu li.sfHover li ul {
	top:-999em;
}
.drop-menu li li:hover ul, /* pure CSS hover is removed below */
ul.drop-menu li li.sfHover ul {
	/* if two cols sub categories (left) */
	/*left:140px;*/
	left:220px;
	top:-2px;
}
.drop-menu li li:hover li ul,
.drop-menu li li.sfHover li ul {
	top:-999em;
}
.drop-menu li li li:hover ul, /* pure CSS hover is removed below */
ul.drop-menu li li li.sfHover ul {
	/* if two cols sub categories (left) */
	/*left:140px;*/
	left:220px;
	top:-2px;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em;
}
.drop-menu li li a {
	padding-right:0;
}
.mypage-menu {margin:10px 15px;}/* Ver: May. 2021 */
.mypage-menu li {
	margin: 0 0 6px;
	padding: 0 0 6px;
	border-bottom: 1px dotted #000;
}
.mypage-menu li a {/* Ver: May. 2021 */
	display: block;
	padding: 6px 0 6px 15px;
	background: url(../images/ico_bullet9.png) no-repeat 0 .75em;
	background-size: 7px 7px;
	line-height: 1.2;
}
.mypage-menu li a:hover,
.mypage-menu li a.current,
.mypage-menu li a.active {
	background: #254a6e url(../images/ico_bullet5.png) no-repeat 100% .5em;
	color: #fff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mypage-menu li.Recommendation-ttl {
	text-align:center;

	margin: 20px 0 7px;
	padding: 0 0 0;
	border-bottom: none;
}
.mypage-menu li.Recommendation {
	text-align:center;
	margin: 5px 0 7px;
	padding: 0 0 0;
	border-bottom: none;
}
.mypage-menu li.Recommendation a {
	border: 1px solid #4c80d7;
	display: block;
	padding: 8px 0 6px 0;
	background: none;
	line-height: 1.2;
}
.mypage-menu li.Recommendation a:hover,
.mypage-menu li.Recommendation a.current,
.mypage-menu li.Recommendation a.active {
	background: #254a6e no-repeat 100% .5em;
	color: #fff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mypage-menu li span {
}
/* -------- Ver: May. 2021 -------- */
.side-box-inner .side-h {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
.drop-menu .menu-img {
	text-align: left;
}
.drop-menu>.menu-text,
.drop-menu>.menu-img {
	width: 190px;
	margin: 0!important;
	padding: 0;
	border-bottom: 1px solid #e0e0e0;
}
.drop-menu .menu-img::after {
	/*margin-top: -.75rem;
	ontent: attr(data-label);
	font-size: .75rem;*/
}
.drop-menu>.menu-text>a,
.drop-menu>.menu-img>a {
	padding: .75em 0!important;
	color: #000;
	background-color: #fff;
	transition: all 300ms 0s ease;
	font-family: 'Noto Serif JP', serif;
}
.drop-menu>.menu-img>a {
	padding: 8px 0!important;
}
.drop-menu>.menu-text>a {
	text-indent: 5px;
}
.drop-menu>.menu-text>a:hover,
.drop-menu>.menu-img>a:hover {
	background-color: #f0f0f0;
}
.drop-menu>.menu-img>a>img {
	/*display: none;*/
	width: 183px;
}
/* -------- / Ver: May. 2021 -------- */
#side-category {/* Ver: May. 2021 */
	margin: 22px 0 0;
}
#side-mypage {/* Ver: May. 2021 */
	margin: 90px 0 0;
}
#side-category {
	min-height: 863px;
	_height: 863px;
}
#side-category .side-box-inner,
#side-mypage .side-box-inner {/* Ver: May. 2021 */
	box-shadow: 0 0 4px #666;
}
#side-category .side-box-inner .default,
#side-mypage .side-box-inner .default {/* Ver: May. 2021 */
	background-color: #eaeaea;
}
#side-category .side-box-inner .side-h,
#side-mypage .side-box-inner .side-h {
	margin: 0;
	padding: 0;
}
#side-category .side-box-inner .side-b {/* Ver: May. 2021 */
	padding-bottom: 10px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-width: 0 1px 1px;
}
#side-category .side-box-inner .side-b #cat1573 {/* Ver: Jun. 2021 */
	color: #797979!important;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	pointer-events: none;
}
#side-mypage .side-box-inner .side-b {/* Ver: May. 2021 */
	/*padding-bottom: 40px;*/
	padding-bottom: 16px;
	/*background: url(../images/bg_categorynav.png) no-repeat 0 100%;*/
}
#search-nav {/* Ver: May. 2021 */
	margin: 0px 9px 0;
	padding: 0;
}
#search-nav li:first-child {/* Ver: May. 2021 */
	border-top: 0;
}
#search-nav li a {/* Ver: May. 2021 */
	display: block;
	margin-top: 0;
	padding: .75em 0;
	padding-right: 7px;
	background-image:url(../images/ico_bullet9.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 7px 7px;
	color: #333;
	transition: all 300ms 0s ease;
}
#search-nav li a:hover {/* Ver: May. 2021 */
	background-color: #f0f0f0;
}
#search-nav li a[href*="digital-archive"] {/* Ver: May. 2021 */
	color: #006bb2;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	text-indent: 5px;
}

/*タブ*/
#side-news {/* Ver: May. 2021 */
	margin-right: 0;
	margin-left: 0;
	/*border: 1px solid #dedddd;
	border-width: 1px;*/
}
.news-nav {
	border-bottom: 1px solid #dedddd;
}
.news-nav li {
	position: relative;
	float: left;
	width: 210px;
	cursor: pointer;
	padding: 5px 0;
	background: #f3f3f3;
	border: 1px solid #dedddd;
	border-width: 0 1px 0 0;
	text-align: center;
}
.news-nav li:hover {
	cursor: pointer;
}
.news-nav li.selected {
	color: #fff;
	background: #254a6e;
}
.news-nav li span {/* Ver: May. 2021 */
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 108px;
	height: 7px;
	display: block;
	text-indent: -9999px;
	border: 1px solid #dedddd;
	border-width: 1px 0 0;
}
.news-nav li.selected span {/* Ver: May. 2021 */
	display: none;
	background: #254a6e url(../images/ico_bullet3.gif) no-repeat 50% 100%;
	border-top: 1px solid #254a6e
}
.detail {
	border: 1px solid #dedddd;
	border-width: 0 1px 1px;
}
.detail .contents {
	display: none;
	padding: 12px 7px 6px;
}
.detail .contents.selected {
	display: block;
}
.detail dl dt {
	color: #999;
}
.detail dl dt .news-date {
	font-size: 83%;
}
.detail dl dd {
	margin-bottom: 6px;
	line-height: 1.2;
}
/* ここから 201412新製品枠 */
.new-products {
	margin: 20px 10px 0;
	border: 1px solid #dedddd;
}
.new-products .title {
	margin: 0;
	padding: 5px 8px 4px;
	background: #254a6e;
	border-bottom: 1px solid #dedddd;
	color: #fff;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: .2em;
}
.new-products .detail {
}
.new-products .detail ul {
	padding: 12px 7px 6px;
}
.new-products .detail ul {
	display: block;
}
.new-products .detail ul a .desc {
	color: #333;
}
.new-products .detail ul li {
	display: block;
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px solid #ccc;
}
.new-products .detail ul li.first-child {
	display: block;
	margin-top: 0;
	padding-top: 0;
	border: 0;
}
/* ここまで 201412新製品枠 */
/* プレカットデータ更新用 */
.new-precut {
	margin: 20px 10px 0;
	border: 1px solid #dedddd;
}
.new-precut .title {
	margin: 0;
	padding: 5px 8px 4px;
	background: #254a6e;
	border-bottom: 1px solid #dedddd;
	color: #fff;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: .2em;
}
.new-precut .detail {
}
.new-precut .detail ul {
	padding: 10px 7px 6px;
}
.new-precut .detail .contents {
	display: block;
}
.new-precut li {
 	margin-bottom:10px;
 	margin-bottom: 5px;
	border-top:0;
}
.new-precut li .day {
 	font-size: 83%;
}
.new-precut li .lineup {
}
/* ここまでプレカットデータ更新用 */
/* .side-box-b */
.side-box-b {
	margin: 15px 10px 0;
}
.side-box-b h3 {
	margin: 0 0 5px;
	color: #254a6e;
	font-size: 83%;
}
.side-box-b .side-box-content {
	padding: 1px 9px 9px;
	border: 1px solid #dedddd;
}
/* .rank-list2 */
.rank-list2 {
}
.rank-list2 li {
	margin: 15px 0 0;
	line-height: 1.5;
}
.rank-list2 li .ico,
.rank-list2 li .thumb,
.rank-list2 li .text {
	float: left;
	width: 95px;
	margin-right: 10px;
}
.rank-list2 li .ico {
	width: 20px;
}
.rank-list2 li .thumb {
	width: 50px;
	margin-right: 5px;
}
.rank-list2 li .text {
	margin-right: 0;
}
.rank-list2 li.rank5 .text,
.rank-list2 li.rank4 .text {
	width: 150px;
	font-size: 83%;
}
.rank-list2 li img {
	vertical-align: top;
}
/* .faq-list */
.faq-list {
}
.faq-list li {
	margin: 15px 0 0;
	line-height: 1.5;
}
.faq-list li .ico,
.faq-list li .text {
	float: left;
	margin-right: 10px;
}
.faq-list li .text {
	width: 150px;
	margin-right: 0
}
.faq-list li img {
	vertical-align: top;
}
/* SIDE-EXTRA-NAV Ver: May. 2021*/
.side-extra-nav {
	margin: 20px 0;
}
.side-extra-nav ul li {
	margin: 10px 0;
}
.side-extra-nav ul li a {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border: 1px solid #ccc;
	border-width: 0 1px;
	transition: all 300ms 0s ease;
}
.side-extra-nav ul li a:hover {
	opacity: .7;
}
.side-extra-nav ul li span {
	display: block;
}
.side-extra-nav ul li .image {
	width: 38.63%;
	text-align: right;
}
.side-extra-nav ul li .text {
	margin-left: 10px;
}
.side-extra-nav ul li .image img {
	width: 63px;
	height: auto;
}

/* ---------------------------------------------------------◆
F07	▼ メインカラム ／ トップページ
	　 top page
◆--------------------------------------------------------- */
/* ■ 共通　 */
.top-box{ margin-bottom:15px;margin-bottom:0; }
.top-h{
	padding:6px 6px 4px;
	margin: 0;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
	cursor:default;
}
.image .top-h{
	padding:0;
}
.lead-more{
	margin-bottom: 0;
	padding-right:5px;
	padding-top: 5px;
	border-top: 1px dotted #dedddd;
	font-size: 83%;
	text-align:right;
}
#top-page .reco-box .lead-more,/* Ver: May. 2021 */
#page-cart .reco-box .lead-more,/* Ver: Nov. 2021 */
#page-product .reco-box .lead-more {/* Ver: Dec. 2021 */
	margin: 20px 10px 0;
	text-align:center;
}
.reco-box .lead-more a{/* Ver: May. 2021 */
	display: block;
	padding: 10px;
}
/* ■ 新着商品　 */
.list-box-s .list-description a { letter-spacing: -1px; }
.list-box-s {
	float: left;
	width: 132px;
	padding: 8px;
}
.list-box-s .list-photo {
	height: 116px;
}
/* ■ 新着情報 */
#top-news li {
	border-bottom: 1px dashed #888;
	margin: 0 0.4em;
	padding: 0.4em;
}
#top-news span.news-date {
	font-size: 83%;
	font-weight: bold;
	line-height: 1.5em;
	color: #999;
}
#top-news li a {
	color: #333;
}
.pict-rss {
	background-position: -260px 2px;
	padding:0 0 0 16px;
}
/* ■ ヘッドライン */
.headlineWrapper {}
.headline {
	float: left;
	width: 358px;
	margin: 0 0 30px;
	padding: 4px;
	background: #bcc8d4;
	background-color: #d9d9d9;
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
	border-radius: 4px;         /* CSS3 */
	border: 2px solid #ccc;
}
.headline.ppsnews {
	float: right;
	background: #d9d9d9;
}
.headline .title {
	margin: 0;
	padding: 4px;
	background: #fff;
	font-size: 83.3%;
}
.headline .title strong {
	font-weight: normal;
	display: block;
	text-align: center;
	line-height: 1.5;
}
.headline.fenews .title {
	background: #fff url(/usr/assets/images/bg_fenews.gif) no-repeat 4px 4px;
	color: #254a6e;
}
.headline.ppsnews .title {
	background: #fff url(/usr/assets/images/bg_ppsnews.gif) no-repeat 4px 4px;
	color: #555445;
}
.headline.fenews .title strong {
	width: 88px;
}
.headline.ppsnews .title strong {
	width: 155px;
}
.headline .title img {
	vertical-align: bottom;
}
.headline .title span {
	margin: 0 0 0 1em;
	font-size: 83.3%;
	color: #555445;
}
.headline .cf {
	background: #fff;
	line-height: 1.4;
}
.headline p.date {
	float: left;
	width: 130px;
	width: 90px;
	width: 6em;
	margin: 0 8px;
	padding: 4px 0;
	color: #666;
	font-size: 100%;
}
.headline ul {
	float: left;
	/*width: 610px;*/
	width: 240px;
	padding: 4px 0;
	background-color: #fff;
}
.headline ul li {
	/*margin: 6px 10px;*/
	background-color: #fff;
}
.headline ul li a {
	/*font-size: 83.3%;*/
}
.headline ul li .icon {
	float: left;
	width: 96px;
}
.headline ul li .text {
	float: left;
	width: 490px;
	width: 270px;
}

/* ■ おすすめカテゴリ おすすめブランド */
.top-category,.top-brand { padding-bottom: 0.5em; }
.banner-box {
	padding: 5px;
	width: 220px;
}
/* ■ 人気ランキング */
#top-rank table {
	margin:0;
}
#top-rank .item-box{
	float:left;
	width:128px;
	padding:12px 10px;
	font-size:12px;
}
/* ■ カテゴリバナー・ブランドバナー */
.top-banner	{
	float: left;
	padding:7px;
}
.top-banner a	{
	display:block;
	width:232px;
}
/* ■ トップ上部フリースペース */
#top-prepend{
	margin-bottom:12px;
}
/* ■ 上部検索・カートの中身 */
#top-info {/* Ver: May. 2021 */
	padding: 22px 0;
}
.column-one #top-info {/* Ver: May. 2021 */
	padding-left: 240px;
	padding: 22px 0 22px 240px!important;
}
#top-info form,
#order-top-info form {/* Ver: May. 2021 */
	float: left;
	width: 373px;
	background-color: #fff;
}
#top-info .direct-link,
#order-top-info .direct-link {/* Ver: May. 2021 */
	float: left;
	padding-left: 100px;
	color: #999;
	font-size: 83.3%;
}
#top-info .direct-link,
#order-top-info .direct-link {/* Ver: Aug. 2021 */
	width: 170px;
	/*height: 32px;*/
	margin-top: 0;
	padding-left: 15px;
	color: #fff;
	padding-top:10px;
}
#top-info .direct-link ul {/* Ver: May. 2021 */
	margin-top: -2px;
}
#top-info .direct-link a,
#order-top-info .direct-link a {/* Ver: May. 2021 */
	padding-left: 12px;
	background: url(../images/ico_bullet2.png) no-repeat 0 50%;
	background-size: auto 50%;
	color: #fff;
	
}
/* 注文ページ */
#order-top-info {/* Ver: May. 2021 */
	padding: 12px 0 10px 240px;
	padding: 22px 0 22px 240px;
}
#search-key {/* Ver: May. 2021 */
	float: left;
	width: 373px;
	height: 30px;
	margin: 0;
	/*background: url(../images/bg_search.png) no-repeat 0 0;*/
}
#search-cate,
#search-input,
#search-btn {
	float: left;
}
#search-cate {/* Ver: May. 2021 */
	position: relative;
	width: 94px;
	height: 30px;
	background: #eaeaea;
}
#search-cate select {/* Ver: May. 2021 */
	width: 94px;
	height: 30px;
	background-color: #eaeaea;
	border: 0;
	font-size: 83%;
	position: absolute;
	zoom:1.1;
	top: 0;
	z-index: 2;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#search-cate select option {
	background: none;
	border: 0;
}
#search-cate div {
	width: 65px;
	margin: 10px 0 0 10px;
	font-size: 83%;
	line-height: 1.2;
	white-space:nowrap;
	overflow:hidden;
	-webkit-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
#search-input {/* Ver: May. 2021 */
	width: 205px;
}
#search-input-inner {/* Ver: May. 2021 */
	padding: 5px;
}
#search-input-inner input {
	width: 100%;
	height: 23px;
	padding: 0;
	border: 0;
	background: transparent;
}
#search-btn {
	width: 65px;
}
#search-btn input {/* Ver: May. 2021 */
	display: block;
	width: 65px;
	height: 24px;
	margin: 3px 5px;
	/*background: url(../images/bg_search.png) no-repeat 100% 0;
	text-indent: -9999px;*/
	background-color: #000;
	border: 0;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
}
#cart-info {/* Ver: May. 2021 */
	float: right;
	width: 202px;
	height: 30px;
	background-color: #fff;
	border: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	/*background: url(../images/bg_cartinfo.png) no-repeat 0 0;*/
}
#cart-info h3#cart-header,
#cart-info p#cart-inbox,
#cart-info p#cart-btn {
	float: left;
}
#cart-info h3#cart-header,
#cart-info p#cart-btn {/* Ver: May. 2021 */
	/*text-indent: -9999px;*/
}
#cart-info h3#cart-header {/* Ver: May. 2021 */
	width: 82px;
	height: 24px;
	margin: 0;
	padding: 3px 0;
	background-color: #eaeaea;
	border-radius: 2px 0 0 2px;
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	line-height: 24px;
	color: #000;
}
#cart-info h3#cart-header img {/* Ver: May. 2021 */
	width: auto;
	height: 90%;
	margin: 0 8px 0 0;
	vertical-align: top;
}
#cart-info h3#cart-header .cart-count {/* Ver: May. 2021 */
	font-size: 150%;
}
#cart-info p#cart-inbox {/* Ver: May. 2021 */
	width: 100px;
	margin: 6px 10px 0;
	color: #000;
	text-align: right;
}
#cart-info p#cart-btn {
	width: 20px;
	height: 40px;
	margin: 0;
}
#cart-info p#cart-btn a {
	display: block;
	width: 20px;
	height: 40px;
}
#cart-info .cart-count,
#cart-info .cart-price {/* Ver: May. 2021 */
	margin-right: 3px;
	font-size: 150%;
	font-family: Tahoma, Geneva, sans-serif;
}
#cart-info .cart-count {
}
#cart-info .cart-price {
}
/*～～から探す共通*/
#categorize {
	margin: 0 0 30px;
}
#categorize-detail {
	padding: 10px;
	background: #d9d9d9;
}
.categorize-nav li {
	position: relative;
	float: left;
	height: 45px;
	background: url(../images/bg_categorize.gif) no-repeat 0 0;
	cursor: pointer;
	text-align: center;
	text-indent: -9999px;
}
.categorize-nav li a {
	display: block;
}
.categorize-nav li:hover {
	cursor: pointer;
}
.categorize-nav li.searchcate {
	width: 253px;
	background-position: 0 0;
}
.categorize-nav li.searchconst {
	width: 255px;
	background-position: -253px 0;
}
.categorize-nav li.searchrank {
	width: 252px;
	background-position: -508px 0;
}
.categorize-nav li.searchcate.selected {
	background-position: 0 -45px;
}
.categorize-nav li.searchconst.selected {
	background-position: -253px -45px;
}
.categorize-nav li.searchrank.selected {
	background-position: -508px -45px;
}
.categorize-nav li img {
	vertical-align: top;
}
.categorize-nav li span {
	position: absolute;
	bottom: -8px;
	left: 0;
	display: block;
	height: 11px;
	text-indent: -9999px;
}
.categorize-nav li.selected span {
	display: block;
	width: 100%;
	height: 11px;
	background: transparent url(../images/ico_bullet4.gif) no-repeat 50% 100%;
}
/*コンテンツインデックス*/
#contentsIndex {
	margin: 0 0 30px;
	background-color: #d9d9d9;
}
#contentsIndex-detail {
	padding: 10px;
	background: #d9d9d9;
}
.contentsIndex-nav {
	position: relative;
	height: 146px;
}
.contentsIndex-nav li {
	float: left;
	background: url(../images/bg_contentsindex.gif) no-repeat 0 0;
	text-align: center;
	text-indent: -9999px;
}
.contentsIndex-nav li .contentsDetail {
	position: absolute;
	top: 110px;
	left: 0;
	z-index: 2;
	width: 760px;
	text-align: left;
	text-indent: 0;
	color: #666;
}
.contentsIndex-nav li .contentsDetail p {
	margin: 8px 10px 0;
}
.contentsIndex-nav li a {
	display: block;
	padding: 0;
	height: 110px;
}
.contentsIndex-nav li:hover {
	cursor: pointer;
}
.contentsIndex-nav li.searchContents {
	width: 190px;
	background-position: 0 0;
}
.contentsIndex-nav li.knowledgeContents {
	width: 190px;
	background-position: -190px 0;
}
.contentsIndex-nav li.repairContents {
	width: 190px;
	background-position: -380px 0;
}
.contentsIndex-nav li.inquiryContents {
	width: 190px;
	background-position: -570px 0;
}
.contentsIndex-nav li.searchContents.selected {
	background-position: 0 -110px;
}
.contentsIndex-nav li.knowledgeContents.selected {
	background-position: -190px -110px;
}
.contentsIndex-nav li.repairContents.selected {
	background-position: -380px -110px;
}
.contentsIndex-nav li.inquiryContents.selected {
	background-position: -570px -110px;
}
.contentsIndex-nav li img {
	vertical-align: top;
}
.contentsIndex-nav li span {
	position: absolute;
	bottom: -8px;
	left: 0;
	display: block;
	height: 11px;
	text-indent: -9999px;
}
.contentsIndex-nav li.selected span {
	display: block;
	width: 100%;
	height: 11px;
	background: transparent url(../images/ico_bullet4.gif) no-repeat 50% 100%;
}
/*サブカテゴリから探す*/
#search-subcate,
#search-const,
#search-rank {
	background: #fff;
}
#search-subcate h2,
#search-const h2,
#search-rank h2 {
	margin: 0;
	padding: 10px;
	color: #4f5511;
	font-size: 100%;
}
#search-subcate h3,
#search-const h3,
#search-rank h3 {
	margin: 0;
	font-size: 100%;
}
#search-subcate li,
#search-const li,
#search-rank li {
	float: left;
	margin: 0 11px;
}
#contentsIndex-detail div {
	display: none;
}
#contentsIndex-detail div.selected {
	display: block;
}
#contentsIndex-detail .lead-more {
	margin-top: 0;
	padding-bottom: 5px;
	padding-right: 10px;
	border-top: 0;
}
/*今月のおすすめ*/
#top-recommend .top-b {
	padding: 10px 15px;
	background: #d9d9d9;
}
#top-recommend .lead-more {
	padding-bottom: 5px;
	padding-right: 10px;
	border-top: 0;
	background: #d9d9d9;
}
/*今月のおすすめ*/
#top-recommend {
	margin: 0 0 30px;
}
/* 今月のおすすめ(トップのみ) レイアウト変更 Nov 2014 */
#top-recommend {
	margin: 0 0 20px;
	padding: 0;
}
#top-recommend .top-b.nov14 {
	padding: 0;
	background: transparent;
}
#top-page #top-recommend .top-b .top-b-250 {
	float: left;
	width: 250px;
	margin-left: 10px;
}
#top-page #top-recommend .top-b .top-b-250.firstChild {
	margin-left: 0;
}
#top-page #top-recommend .top-b .top-b-250.lastChild {
	width: 230px;
	margin-left: 20px;
}
#top-page #top-recommend .top-b .top-b-250 .top-b-250-inner {
	margin: 10px 0 0;
	padding: 9px;
	border: 1px solid #ccc;
}
#top-page #top-recommend .top-b .top-b-250 .top-b-250-inner.full {
	height: 270px;
	margin: 0;
}
#top-page #top-recommend .top-b .top-b-250 .top-b-250-inner.firstChild {
	margin: 0;
}
#top-page #top-recommend .top-b .top-b-250 .top-b-250-inner.half {
	height: 120px;
}
#top-page #top-recommend .top-b .top-b-250 .top-b-250-inner h2 {
	font-size: 100%;
}
#top-page #top-recommend .top-b .top-b-250 .top-b-250-inner.full h2 {
	margin: 8px 0 4px;
}
#top-page #top-recommend .top-b .top-b-250 .top-b-250-inner.half h2 {
	margin: 0 0 8px;
}
#top-page #top-recommend .top-b .top-b-250 .top-b-250-inner .text {
	margin: 4px 0 0;
	color: #333;
	font-size: 83.3%;
}
#top-page #top-recommend .top-b .top-b-250 .top-b-250-inner.full .thumb {
	float: none;
}
#top-page #top-recommend .top-b .top-b-250 .top-b-250-inner.half .thumb {
	float: left;
	margin: 0 10px 0 0;
}
#top-page #top-recommend .lead-more {
	margin: 10px 0 0;
	border-top: 1px dotted #dedddd;
	background: transparent;
}
#top-page #top-recommend .flexslider {
	height: 242px;
	margin: 0;
	padding: 24px 0;
	border: 0;
	box-shadow: none;
}
#top-page #top-recommend .flexslider .flex-viewport {
	height: 242px!important;
	margin: 0;
	/*padding: 26px 0;*/
}
#top-page #top-recommend .flexslider .slides li {
	float: none;
	margin: 0;
}
#top-page #top-recommend .flexslider .slides li a {
	padding: 5px 0;
}
#top-page #top-recommend .flexslider .slides li a:hover {
}
#top-page #top-recommend .flexslider .slides li h2 {
	float: right;
	width: 130px;
	margin: 0 0 4px;
	font-size: 83.3%;
	font-weight: normal;
}
#top-page #top-recommend .flexslider .slides li .thumb {
	float: left;
	width: 90px;
}
#top-page #top-recommend .flexslider .slides li .text {
	display: none;
	margin: 4px 0 0;
	color: #333;
	font-size: 83.3%;
}
#flexslider4.flexslider .flex-direction-nav a {
	display: block;
	width: 100%;
	height: 24px;
	border-radius: 0;
}
#flexslider4.flexslider .flex-direction-nav a.flex-prev {
	top: 0;
	left: 0;
	background: url(/usr/assets/images/bg_slider_vertical.png) no-repeat 0 0;
}
#flexslider4.flexslider .flex-direction-nav a.flex-next {
	top: 100%;
	right: 0;
	left: 0;
	margin-top: -26px;
	background: url(/usr/assets/images/bg_slider_vertical.png) no-repeat 0 100%;
}
/* ここまで 今月のおすすめ(トップのみ) レイアウト変更 */

/* 最新のおすすめ商品(トップ) レイアウト変更 Feb 2017 (ベース：1行4列タイプ) */
#top-recommend-products {
}
.recommend-products {
	margin: 10px 0;
}
.recommend-products.col4 .rp-content {
	width: 190px;
	margin: 0;
}
.recommend-products .rp-content a {
	overflow: hidden;
	display: block;
	padding: 4px;
	border: 1px solid #fff;
}
.recommend-products .rp-content a:hover {
	/*background-color: #f9f9f9;*/
	padding: 4px;
	border: 1px solid #ccc;
}
.recommend-products.col4 .rp-content .thumb {
	width: 80px;
}
.recommend-products.col4 .rp-content .text {
	width: 95px;
}
.recommend-products .rp-content .text .title {
	margin: 0 0 4px;
	font-size: 100%;
	font-size: 108.3%;
	font-weight: normal;
	line-height: 1.2;
}
.recommend-products .rp-content .text .desc {
	margin: 4px 0 0;
	color: #333;
	font-size: 91.7%;
	font-size: 83.3%;
	font-size: 84.6%;
	line-height: 1.2;
}
/* 1行3列タイプ */
.recommend-products.col3 .rp-content {
	width: 240px;
	margin: 0 5px;
	border: 1px solid #999;
	box-shadow:3px 3px 3px 0px #cccccc;
	-moz-box-shadow:3px 3px 3px 0px #cccccc;
	-webkit-box-shadow:3px 3px 3px 0px #cccccc;
}
.recommend-products.col3 .rp-content a {
	padding: 10px 10px 8px;
}
.recommend-products.col3 .rp-content h3 {
	margin: 0 0 5px;
	font-weight: normal;
}
.recommend-products.col3 .rp-content .thumb {
	width: 100px;
}
.recommend-products.col3 .rp-content .text {
	width: 100px;
}
.recommend-products.col3 .rp-content .text .desc {
	line-height: 1.5;
}

/* ここまで　最新のおすすめ商品(トップ) レイアウト変更 Feb 2017 */

/*スライダーすべて見る .lead-more*/
#search-subcate .lead-more {
	padding-right: 10px;
	border-top: 0;
}
#top-pronew .lead-more a,
#search-subcate .lead-more a,
.extra-top-box .lead-more a {
	color: #666;
}
#search-subcate .lead-more a,
#top-recommend .lead-more a {
	color: #4C80D7;
}
/* レコメンドスライダー(トップのみ) */
#top-page #top-info2 .recommend-slider-wrapper,/* Ver: May. 2021 */
#page-cart .recommend-slider-wrapper,/* Ver: Nov. 2021 */
#page-product .recommend-slider-wrapper {/* Ver: Dec. 2021 */
	margin: 50px 0;
	padding-bottom: 0;
}
/* レコメンドスライダーのタイトル画像(トップのみ) */
#top-page #reccomend-title-pro_visit,
#top-page #reccomend-title-bookmark,
#top-page #reccomend-title-new,
#top-page #reccomend-title-history,
#top-page #reccomend-title-gyomu {
	width: 670px;
	height: 30px;
	margin-bottom: 10px;
	text-indent: -99999em;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 0;
}
#top-page #top-info2 #reccomend-title-new {
	width: 760px;
	height: 30px;
	margin-bottom: 10px;
	text-indent: -99999em;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 0;
}
#top-page #reccomend-title-pro_visit { background-image: url(/usr/assets/images/h_pro_visit.gif);}
#top-page #reccomend-title-bookmark { background-image: url(/usr/assets/images/h_bookmark.gif);}
#top-page #reccomend-title-new,
#top-page #top-info2 #reccomend-title-new { background-image: url(/usr/assets/images/h_newpro.gif);}
/*タイトル画像変更 Feb 2017*/
#top-page #top-info2 #reccomend-title-new { background-image: url(/usr/assets/images/h_pickup.gif);}
#top-page #reccomend-title-history { background-image: url(/usr/assets/images/h_history.gif);}
#top-page #reccomend-title-gyomu { background-image: url(/usr/assets/images/h_gyomu.gif);}
/* Ver: May. 2021 */
#top-page #reccomend-title-gyomu,
#top-page #reccomend-title-pro_visit,
#top-page #reccomend-title-bookmark,
/* Ver: Nov. 2021 */
#page-cart #reccomend-title-gyomu,
#page-cart #reccomend-title-pro_visit,
#page-cart #reccomend-title-bookmark,
/* Ver: Dec. 2021 */
#page-product #reccomend-title-gyomu,
#page-product #reccomend-title-pro_visit,
#page-product #reccomend-title-bookmark {
	width: auto;
	height: auto;
	margin: 0 0 20px;
	padding: 10px 0;
	text-indent: 0;
	background-image: none;
	background-color: #0168ab;
	color: #fff;
	text-align: center;
	font-size: 125%;
	font-weight: normal;
}
#top-page #reccomend-title-pro_visit,
#page-cart #reccomend-title-pro_visit,/* Ver: Nov. 2021 */
#page-product #reccomend-title-pro_visit {/* Ver: Dec. 2021 */
	background-color: #013f96;
}
#top-page #reccomend-title-bookmark,
#page-cart #reccomend-title-bookmark,/* Ver: Nov. 2021 */
#page-product #reccomend-title-bookmark {/* Ver: Dec. 2021 */
	background-color: #003c72;
}
/* カテゴリートップ画像 */
.list_head_banner {
	margin: 30px 20px 20px;
	padding-bottom: 26px;
	background: url(../images/bg_category_head.gif) no-repeat 0 100%;
}
/* カテゴリー説明 */
.category-description {
	line-height: 1.7;
}
/* ヘッドライト プロテクション(トップ) Mar 2017 */
.top-hps {
	margin: 0 0 30px;
}
.top-hps .top-hps-header {}
.top-hps .top-hps-header h2 {
	margin: 0 0 16px;
}
.top-hps .top-hps-banner {
	margin: 0 5px 12px;
}
.top-hps .top-hps-news {
	margin: 0 5px 10px;
	padding: 6px 10px 4px;
	background: #dadada;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.top-hps .top-hps-news h3 {
	width: 66px;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
}
.top-hps .top-hps-news .marquee,
.top-hps .top-hps-news marquee {
	width: 660px;
}
.top-hps .top-hps-headlines {
}
.top-hps .top-hps-headlines.col3 {
}
.top-hps .top-hps-headlines a {
	display: block;
	width: 240px;
	margin: 0 5px;
	border: 1px solid #999;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.top-hps .top-hps-headlines a .top-hps-headline {
	padding: 10px 15px;
}
.top-hps .top-hps-headlines a .top-hps-headline h3 {
	margin: 0 0 10px;
	font-weight: normal;
	font-family: "Sawarabi Mincho";
}
.top-hps .top-hps-headlines a .top-hps-headline .thumb {
	width: 100px;
}
.top-hps .top-hps-headlines a .top-hps-headline .text {
	width: 100px;
	font-size: 108.3%;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 4px;
	color: #333!important;
	font-size: 83.3%;
	line-height: 1.5;
}
.top-hps .top-hps-headlines a.attention {
	border: 1px solid #000;
}
.top-hps .top-hps-headlines a.attention .top-hps-headline {
	background: #000;
}
.top-hps .top-hps-headlines a.attention .top-hps-headline .text {
	color: #fff!important;
}

/* ---------------------------------------------------------◆
    Content: PRECUT NEWS
◆--------------------------------------------------------- */
.precutNews201511 {
	margin: 20px 0;
	padding: 7px 10px;
	background: #dadada;
	border: 2px solid #cdcdcd;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.precutNews201511 h2 {
	float: left;
	width: 116px;
	color: #666;
	font-size: 100%;
}

.precutNews201511 ul {
	float: left;
	width: 600px;
	padding: 10px;
	background: #fff;
}

.precutNews201511 ul li .category,
.precutNews201511 ul li .date,
.precutNews201511 ul li .text {
	float: left;
	width: 414px;
	margin: 2px 0;
	padding: 2px 4px 0px;
}

.precutNews201511 ul li .category,
.precutNews201511 ul li .date {
	font-size: 83.3%;
	text-align: center;
}

.precutNews201511 ul li .category {
	width: 98px;
}

.precutNews201511 ul li .date {
	width: 64px;
	text-align: center;
}

.precutNews201511 ul li .category.win {
	background: #b9cad5;
	color: #00496e;
}

.precutNews201511 ul li .category.pro {
	background: #cbc8ba;
	color: #545343;
}

.precutNews201511 ul li .text {
	color: #666;
}

/* ---------------------------------------------------------◆
    Ver: May. 2021 -New toppage-
◆--------------------------------------------------------- */
.top-info-news {
	margin: 50px 0;
	padding: 0;
}
.top-info-news:first-child {
	margin-top: 0;
}
.top-info-news h2 {
	position: relative;
	margin: 0 0 25px;
	padding: 0 0 10px 20px;
	border-bottom: 2px solid #bfbfbf;
}
.top-info-news h2::before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: .8em;/* Ver: Sep. 2021 */
	left: 0;
	margin-top: -5px;
	transform: translateY(-50%);
	background-color: #0162b3;
}
.top-info-news.rupes-news h2 {
	text-transform: uppercase;
}
.top-info-news.rupes-news h2::before {
	background-color: #e02015;
}
.top-info-news.rupes-news h2 .rupes-name {
	color: #e02015;
}
.top-info-news.special-event h2::before {
	background-color: #0C9C79;
}
.top-info-news .top-info-news-body {
	margin: 0 15px;
}
.top-info-news ul {
	margin: 0;
}
.top-info-news ul li {
	margin: 1.5em 0;
}
.top-info-news .top-info-news-body h3 {
	position: relative;
	margin: 0 0 20px;
	padding-left: 1.25em;
}
.top-info-news .top-info-news-body h3::before {
	/*content: '';
	position: absolute;
	display: inline-block; 
	box-sizing: border-box;
	top: 5px;
	right: 0;
	left: 0;
	width: 10px;
	height: 10px;
	border: 5px solid transparent;*//* TRIANGLE MARKER */
}
.top-info-news .top-info-news-body h3::after {
	/*position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: '';*//* TRIANGLE MARKER */
}
.top-info-news.cut-data-info .top-info-news-body h3::before {
	/*border-left: 10px solid #07729c;*//* TRIANGLE MARKER */
}
.top-info-news.rupes-news .top-info-news-body h3::before {
	/*border-left: 10px solid #e42012;*//* TRIANGLE MARKER */
	background-color: #e02015;
}
.top-info-news.cut-data-info .cut-data-info-usage {
	margin: 0 0 25px;
	padding: 0 0 25px;
	border-bottom: 1px dotted #bfbfbf;
}
.top-info-news.cut-data-info .cut-data-info-usage li {
	display: inline-block;
	margin: 0 0 0 1em;
}
.top-info-news.cut-data-info .cut-data-info-usage li:first-child {
	margin: 0;
}
.top-info-news.cut-data-info .marker-p,
.top-info-news.cut-data-info .marker-h,
.top-info-news.cut-data-info .marker-t,
.top-info-news.cut-data-info .marker-w,
.top-info-news.cut-data-info .marker-m,
.top-info-news.cut-data-info .marker-b {
	display: inline-block;
	width: 11px;
	height: 11px;
	padding: .25em .25em .05em;
	background-color: #0162b3;
	color: #fff;
	line-height: 1;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	border-radius: 5px;
	font-feature-settings: "palt";
	text-transform: uppercase;/* Ver: Jun. 2021 */
}
.top-info-news.cut-data-info .marker-h {
	background-color: #116780;
}
.top-info-news.cut-data-info .marker-t {
	background-color: #78786e;
}
.top-info-news.cut-data-info .marker-w {
	background-color: #8f9033;
}
.top-info-news.cut-data-info .marker-m {
	background-color: #0096b9;
}
.top-info-news.cut-data-info .marker-b {
	background-color: #333;
}
.top-info-news .cut-data-info-list li,
.top-info-news.rupes-news ul li {
	display: flex;
	justify-content: flex-start;
	gap: 1em;
}
.top-info-news .cut-data-info-list li .date,
.top-info-news.rupes-news li .date {
	width: 80px;
	font-size: 11px;
	flex-shrink: 0;
}
.top-info-news .cut-data-info-list li .markers {
	display: flex;
	width: 120px;
	margin: 0;
}
.top-info-news .cut-data-info-list li .markers span {
	margin: 0 5px 0 0;
}
.top-info-news .cut-data-info-list li .markers span:last-child {
	margin: 0;
}
.top-info-news .cut-data-info-list li .text {
}
.top-info-news.special-event .top-info-news-body {
	display: flex;
}
.top-info-news.special-event .top-info-news-body li {
	width: 48%;
	margin: 0 0 0 10px;
}
.top-info-news.special-event .top-info-news-body li:first-child {
	margin: 0;
}
.top-info-news.special-event .top-info-news-body li img {
	width: 100%;
}
.top-info-news .info-link {
	margin: 25px 0 0;
}
.top-info-news .info-link a {
	position: relative;
	display: inline-block;
	width: 25%;
	padding: 1em;
	background: #f9f9f9;
	border: 1px solid #d6d6d6;
	text-align: center;
}
.top-info-news.rupes-news .info-link a {
	color: #e42012;
}
.top-info-news .info-link a:before {
	content: '';
	position: absolute;
	display: inline-block; 
	box-sizing: border-box;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	border: 5px solid transparent;
	border-right: 5px solid #07729c;
	border-top: 5px solid #07729c;
}
.top-info-news .info-link a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: '';
}
.top-info-news.rupes-news .info-link a:before {
	border-right: 5px solid #e42012;
	border-top: 5px solid #e42012;
}


/* ---------------------------------------------------------◆
F08	▼ メインカラム ／ その他ページ
	　 other page
◆--------------------------------------------------------- */
/* ------------------------◆
　　＠共通
◆------------------------ */
/* ■ 段落　 */
.section	{ margin-bottom:2.2em; }
.article	{ margin-bottom:0.8em; }
.article-l	{
	margin-bottom:1.5em;
	color: #333;
	/*font-size: 117%;*/
	line-height: 1.8;
}
/* ■ 大見出し（共通） */
.common-h {
	border-color:#254a6e;/*ボーダーカラー*/
	border-bottom-style:solid;
	border-width: 0 0 2px;
	padding: 1px 0 10px 2px;
	line-height: 1.4em;
	margin: 40px 0 0.7em 0;
	font-size:18px;
	font-size: 150%;
}
/* ■ 中見出し（共通） */
.common-h-sub {
	border-color:#CCC;/*ボーダーカラー*/
	border-left-style:solid;
	margin:0 0 0.7em 0;
	border-left-width: 5px;
	padding-left: 0.5em;
}
.common-h-sub span {
	line-height: 1em;
	border-left: 0;
	padding-left: 0.3em;
	display:block;
}
/* ■ 小見出し（共通） */
.list li h4	{
	border-color:#CCC;/*ボーダーカラー*/
	border-bottom-style:solid;
	border-bottom-width: 1px;
	padding-bottom: 0.30em;
	margin-bottom: 0.40em;
	color:#666;
}
/* ■ パンくずリスト　 */
p.bread-crumb {
	float:none;
	width:auto;
	margin: 20px 0;
}
p.historyback{
	float:right;
	width:70px;
	text-align:right;
	margin:0;
}
/* カテゴリ一覧、商品詳細見出し, マイページ見出し, 新規会員登録見出し */
#category.midashi,
#product-detail .common-h,
#mypage_head .common-h,
#page-customerform .common-h {
	position: relative;
	display: flex;/* Ver: Jan. 2022 > Apr. 2022 > Jan. 2023 */
	justify-content: space-between;/* Ver: Jan. 2022 */
	margin: 20px 0;
	padding: 18px 20px;
	background: url(../images/bg_category_ttl.gif) no-repeat 0 0;
	border-bottom: 2px solid #254a6e;
}
#page-customerform .common-h {
	margin-top: 50px;
}
#mypage_head .common-h {
	margin-top: 40px;
	font-size: 117%;
}
#category.midashi .status,
#product-detail .common-h .status {
	/*position: absolute;
	top: 20px;
	right: 1px;
	width: 100px;*/
	float: right;
}
#category.midashi h4 {
	margin: 0;
	font-size: 117%;
}
/* カートの中身見出し */
#page-cart .common-h {
	position: relative;
	margin: 40px 0 20px;
	padding: 0;
	border: 0;
}
/* 商品のご注文見出し */
.page-orderform .article-l,
#page-ordercheck .article-l {
	margin-bottom: 40px;
}
.page-orderform .common-h,
#page-ordercheck .common-h,
#page-thanks .common-h {
	margin-bottom: 20px;
	padding: 0;
	border: 0;
}
.page-orderform .common-h-sub,
#page-ordercheck .common-h-sub {
	padding: 0;
	border: 1px dotted #000;
	border-width: 0 0 1px;
	line-height: 1.5;
}
.page-orderform .common-h-sub span,
#page-ordercheck .common-h-sub span {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	border-width: 0;
}
.page-orderform .common-h-sub .steps,
#page-ordercheck .common-h-sub .steps {
	line-height: 1em;
	border-right: 1em solid #ccc;
	margin: 0 1em 0 0;
	padding: .3em 1em .3em .3em;
	color: #254a6e;
	border-right: 2px solid #999;
}
/* 支払い方法登録見出し */
#page-my-payment .article-l {
	margin-bottom: 40px;
}
#page-my-payment .common-h-sub {
	padding: 0;
	border: 1px dotted #000;
	border-width: 0 0 1px;
	line-height: 1.5;
}
#page-my-payment .common-h-sub .caption {
	color: #254a6e;
}
#page-my-payment .common-h-sub span {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	border-width: 0;
}
/* ------------------------◆
　　＠商品一覧ページ（リストページ）
◆------------------------ */
/* ■ ページャー　 */
#top-pager-wrap {
	margin: 0 0 8px;
	padding: 6px 8px;
	line-height:1em;
	font-family:sans-serif;
}
#top-pager-wrap table {
	margin:0;
	width:100%;
}
.sort_text{
	width:55px;
	font-size: 12px;
}
.sort_body{
	width:105px;
}
.sort_body select{
	width:85px;
	padding:2px;
}
.view_text{
	width:53px;
	font-size: 12px;
}
.view_body{
	width:76px;
}
.cart_text{
	width:53px;
	font-size: 12px;
}
.cart_body{
	width:76px;
}
#bottom-pager-wrap {
	margin: 8px 0 0;
	padding:3px 8px 7px;
	line-height:1em;
	font-family:sans-serif;
}
#bottom-pager-wrap.border-t {
	margin: 40px 0 0;
	padding: 20px 8px 7px;
	border-top: 1px solid #666;
}
#bottom-pager-wrap .pager{
	padding:12px 0;
}
.pager {
	line-height:1em;
	font-family:sans-serif;
	font-size: 12px;
}
.pager span{
	font-weight:bold;
	padding:2px 6px;
}
.pager a {
	text-decoration: none;
	padding:4px 6px;
	color: #666;
	border:solid 1px #AAA;
	line-height:1em;
	margin:0 2px;
}
.pager a:hover	{ color: #FFF; }
.pager-index		{ text-align:center; }
/* 品番発注ページボタン */
#btn-orderlist{
	text-align:right;
	margin-bottom:5px;
}
#btn-orderlist a{
	padding:2px;
}
/* ■ ソーター　 */
#top-sorter-wrap {
	margin: 0 0 8px;
	padding: 2px 0;
	line-height:1em;
	font-family:sans-serif;
	background: #bebdbd url(../images/bg_top-pager.png) repeat-x 0 0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
#top-sorter-wrap table {
	margin:0;
	width:100%;
}
.sort_title,
.sort_text,
.sort_body,
.view_text,
.view_body,
.cart_text,
.cart_body{
	padding: 5px 2px;
}
.sort_title{
	width:129px;
	background: url(../images/img_border2.gif) repeat-y 100% 0;
	font-weight: bold;
	text-align: center;
}
.sort_text{
	width:76px;
	font-size: 12px;
	text-align: center;
}
.sort_body{
	width:102px;
}
.sort_body select{
	width:85px;
	padding:2px;
}
.view_text{
	width:100px;
	font-size: 12px;
	text-align: center;
}
.view_body{
	width:104px;
}
.cart_text{
	width:76px;
	font-size: 12px;
	text-align: center;
}
.cart_body{
	width:104px;
}
#bottom-sorter-wrap {
	margin: 8px 0 0;
	padding:3px 8px 7px;
	line-height:1em;
	font-family:sans-serif;
}
#bottom-sorter-wrap .pager{
	padding:12px 0;
}
.pager {
	line-height:1em;
	font-family:sans-serif;
	font-size: 12px;
}
.pager span{
	font-weight:bold;
	padding:4px 6px;
	background: #959595;
	border:solid 1px #AAA;
	color: #fff;
}
.pager a {
	font-weight:bold;
	text-decoration: none;
	padding:4px 6px;
	color: #010101;
	border:solid 1px #AAA;
	line-height:1em;
	margin:0;
}
.pager a:hover	{ color: #ccc; }
.pager-index		{ text-align:center; }
.pager a.next,.pager a.prev	{ color: #4C80D7;border:0;font-weight:normal; font-size: 83%; }
/* 品番発注ページボタン */
#btn-orderlist{
	text-align:right;
	margin-bottom:5px;
}
#btn-orderlist a{
	padding:2px;
}
/* ■ 表示切替ボタン　 */
#vcon { width:100%; margin:0 0 5px 0; }
#vcon th { text-align:right; }
.view-style input { cursor: pointer; }
.pict-btn-box, .pict-btn-list,.pict-btn-carton, .pict-btn-cartoff,.pict-btn-carton-active, .pict-btn-cartoff-active {
	width:50px;
	height:22px;
	padding:0;
	margin:0;
	border:none;
	float:left;
	margin-right:2px;
	text-indent: -9999px;
}
.pict-btn-box		{ background-position: -200px 0; }
img.pict-btn-box		{ background-position: -200px -22px; }
.pict-btn-list			{ background-position: -250px 0; }
img.pict-btn-list		{ background-position: -250px -22px; }
.pict-btn-carton		{ background-position: -300px 0; }
.pict-btn-carton-active { background-position: -300px -22px; }
.pict-btn-cartoff		{ background-position: -350px 0; }
.pict-btn-cartoff-active	{ background-position: -350px -22px; }
/* ■ ブロック表示　 */
#blockview .list-box-wrapper,
.list-box-wrapper {/* Sep. 2022 modified */
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: space-between;
	gap: 20px;
	margin: 20px 10px;/* Sep. 2022 modified */
}
#blockview .autoheight.cf:before {/* Sep. 2022 modified */
	content: none;
}
.list-box{
	/*float: left;
	padding: 10px;
	padding: 12px;*//* Sep. 2022 modified */
	display: flex;/* Sep. 2022 modified */
	/*flex-basis: calc((100% - 72px) / 4);*//* Sep. 2022 modified */
	/*flex-basis: calc((100% - (20px * 3)) / 4);*//* Oct. 2022 modified */
	width: calc((100% - (20px * 3)) / 4);/* Fed. 2024 modified */
	flex-direction: column;/* Sep. 2022 modified */
}
/*.list-box:hover{
	background: #fefefe;
	box-shadow: 0 0 3px 0 rgb(0,0,0,1) inset;
} */
.list-box-inner{
	/*width: 132px;
	width: 128px;*//* Sep. 2022 modified */
	width: 100%;/* Sep. 2022 modified */
	padding: 0;
}
.list-box h3 {
	margin-top: 0.5em;/* Apr. 2025 modified */
	margin-bottom: 0.25em;
	/*font-size: 1em;*//* Apr. 2025 modified */
	color: #333;
	font-size: 100%;
	font-weight: normal;
}
.list-box a:hover h3 {
	color: #4c80d7;
}
.list-description p {
	margin: 0 0 5px 0;
}
.list-status {
	min-height: 1.5em;
	_height: 1.5em;
}
.cart_set_list dd form {
	display: inline;
}
.cart_set_list li {
	margin-bottom: 2px;
}
.cart_set_list li span {
	margin-left: 2px;
	color: #4c80d7;
	cursor: pointer;
}
.cart_set_list li span:hover {
	text-decoration: underline;
}

/* ■ リスト表示　 */
#listview {
	width:100%;
	border-top:1px dotted #000;
	margin-top:0;
}
#listview li {
	padding:15px 0;
	border-bottom:1px dotted #000;
}
#listview li h3 {
	margin: 0 0 5px;
}
#listview li h3 a {
	color: #000;
	font-weight: normal;
	font-size: 107%;
}
#listview li a {
	/*display:block;
	cursor:pointer;
	position:relative;
	padding:15px 0;*/
}
#listview table {
	margin:0;
}
#listview table td {
	vertical-align: top;
}
#listview table td .status {
	/*float: left;*/
	height: 11px;
	marign-left: 10px;
}
#listview table td .status img {
	vertical-align: top;
}
#listview table .photo {
	text-align:left;
	width:90px;
	padding:0 10px 0 0;
}
#listview table .jyodai {
	width:130px;
	text-align:right;
}
#listview table .detail {
	width:130px;
	text-align:center;
	padding: 0 0 0 10px;
}
#listview table .detail .pict-new,
#listview table .detail .pict-recommend,
#listview table .detail .pict-limited,
#listview table .detail .pict-movie,
#listview table .detail .pict-howto {
	display: inline;
	float: none;
}
.pro-set-list {
	margin: 5px 0 0;
	padding: 3px 5px;
	background: #e6e9f0;
	font-size: 83%;
	color: #666;
}
.pro-set-list .pict-cart,
.pro-set-list .pro-set-name,
.pro-set-list .product-order-count,
.pro-set-list .pict-btn-cartin {
	float: left;
	margin-right: 10px;
}
.pro-set-list .pict-cart {
	width: 12px;
	height: 13px;
	margin-top: 4px;
	margin-left: 5px;
	background-position: 0 -70px;
}
.pro-set-list .pro-set-name {
	margin-top: 4px;
	width: 332px;
}
.pro-set-list .product-order-count {
	width: 26px;
	border-width: 1px;
}
.pro-set-list .pict-btn-cartin {
	margin-top: 2px;
	margin-right: 0;
}
/* ■ 該当商品がなかった場合　 */
.no-products	{
	text-align:center;
	margin:50px 0;
}
/* ■ 子カテゴリ一覧表示　 */
.cat-child {
	margin: 10px 0;
}
.cat-child li {
	display: block;
	float: left;
	width: 33%;
}
/* ■ 在庫切れ表示　 */
.list-box-inner {
	position: relative;
}
.list-photo {
	position: inherit;
	text-align: center;
}
.list-photo img {
	width: 100%!important;
	box-sizing: border-box;/* Oct. 2022 modified */
}
.soldout-wrap {
	display: none;/* Dec. 2024 modified */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #999;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	z-index: 1;
}
.soldout-icon {
	display: none;/* Dec. 2024 modified */
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.soldout-icon-s {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/soldout_s.png) no-repeat 50% 50%;
	z-index: 2;
}
/* ie6用 */
* html .soldout-wrap {
	height: 30px;
}
* html .soldout-icon {
	background: url(../images/soldout.gif) no-repeat 50% 50%;
	height: 30px;
}
* html .soldout-icon-s {
	background: url(../images/soldout_s.gif) no-repeat 50% 50%;
	height: 30px;
}
/* 最近チェックした商品, お気に入りに登録した商品 */
.reco-box-wrapper {
    margin-top: 40px;/* Ver: Nov. 2021 */
    padding-top: 2px;
    background: url(../images/img_border1.gif) no-repeat 0 0;
}
.reco-box {
    margin: 20px 0 30px;
    padding-top: 1px;
}
#page-product .reco-box {/* Ver: Dec. 2021 */
    /* Ver: Jun. 2021 */
    margin-top: 40px;
}
#page-product .reco-box.new {/* Ver: Dec. 2021 */
    margin-top: 80px;
}
.reco-box-wrapper .reco-box.buy {
    /*display: none;*/
}
#top-page .reco-box.new h2,
#common-page .reco-box.new h2 {
    /* Ver: Jun. 2021 */
    position: relative;
    height: auto;
    margin: 0 0 20px;
    padding: 0 0 10px 20px;
    border-bottom: 2px solid #bfbfbf;
    color: #000;
    /*font-size: 125%;*/
    /*font-family: "Roboto", sans-serif;*//* Ver: Aug. 2021 */
    /*line-height: 1.5;*/
}
#top-page .reco-box.new h2 span,
#common-page .reco-box.new h2 span {
    /* Ver: Jun. 2021 */
    /*position: absolute;
	padding-left: 1.25em;*/
}
#top-page .reco-box.new h2::before,
#common-page .reco-box.new h2::before {
    /* Ver: Jun. 2021 */
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: .8em;/* Ver: Sep. 2021 */
    left: 0;
    margin-top: -5px;
    transform: translateY(-50%);
    background-color: #164a71;
}
#top-page .reco-box.new h2 span:after,
#common-page .reco-box.new h2 span:after {
    /* Ver: Jun. 2021 */
    /*content: '';
	position: absolute;
	left: calc(100% + 25px);
	top: 50%;
	transform: translateY(-50%);
	width: 100vw;
	height: 2px;
	background-color: #d6d6d6;*/
}
.top-info-recommend {/* Ver: May. 2021 */
	display: flex;
}
#top-page .reco-box.new h2,/* Ver: Sep. 2021 */
#page-cart .reco-box.new h2,/* Ver: Nov. 2021 */
#page-product .reco-box.new h2 {/* Ver: Dec. 2021 */
	margin: 0;
    padding: 0 0 0 20px;
	border: 0;
}
#top-page .reco-box.new>div:first-child,/* Ver: Sep. 2021 */
#page-cart .reco-box.new>div:first-child,/* Ver: Nov. 2021 */
#page-product .reco-box.new>div:first-child {/* Ver: Dec. 2021 */
    position: relative;
	display: flex;
	align-items: center;
    margin: 0 0 20px;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #bfbfbf;
}
#top-page .reco-box.new>div .linktolist,/* Ver: Sep. 2021 */
#page-cart .reco-box.new>div .linktolist,/* Ver: Nov. 2021 */
#page-product .reco-box.new>div .linktolist {/* Ver: Dec. 2021 */
	margin: -.5em 0 0 3em;
	padding: .5em 3em;
	background: #f3f3f3;
	border: 1px solid #ccc;
	font-size: 91.7%;
}
/* Ver: May. 2021 */
#top-page .reco-box.gyomu,
#top-page .reco-box.pro_visit,
#top-page .reco-box.bookmark,
/* Ver: Nov. 2021 */
#page-cart .reco-box.gyomu,
#page-cart .reco-box.pro_visit,
#page-cart .reco-box.bookmark,
/* Ver: Dec. 2021 */
#page-product .reco-box.gyomu,
#page-product .reco-box.pro_visit,
#page-product .reco-box.bookmark {
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	/*align-content: stretch;*/
	width: 234px;
	min-height: 161px;
	margin: 0 1.5%;
	padding: 0 0 45px;
	border: 1px solid #d6d6d6;
}
/* Ver: May. 2021 */
#top-page .reco-box.gyomu h2,
#top-page .reco-box.pro_visit h2,
#top-page .reco-box.bookmark h2,
/* Ver: Nov. 2021 */
#page-cart .reco-box.gyomu h2,
#page-cart .reco-box.pro_visit h2,
#page-cart .reco-box.bookmark h2,
/* Ver: Dec. 2021 */
#page-product .reco-box.gyomu h2,
#page-product .reco-box.pro_visit h2,
#page-product .reco-box.bookmark h2 {
	height: 38px;
}
/* Ver: May. 2021 */
#top-page .reco-box.gyomu .lead-more,
#top-page .reco-box.pro_visit .lead-more,
#top-page .reco-box.bookmark .lead-more,
/* Ver: Nov. 2021 */
#page-cart .reco-box.gyomu .lead-more,
#page-cart .reco-box.pro_visit .lead-more,
#page-cart .reco-box.bookmark .lead-more,
/* Ver: Dec. 2021 */
#page-product .reco-box.gyomu .lead-more,
#page-product .reco-box.pro_visit .lead-more,
#page-product .reco-box.bookmark .lead-more {
	position: absolute;
	bottom: 0;
	width: 204px;
	height: 45px;
}
.reco-box.gyomu .flexslider,
.reco-box.pro_visit .flexslider,
.reco-box.bookmark .flexslider {/* Ver: May. 2021 */
}
/* レコメンド タブ 関連 (商品詳細・カート) Nov 2014 */
#page-product .reco-box.manual {
	margin-bottom: 40px;
}
/*#recommendbuy for debug only has class="pid-***" product page*/
#page-product #recommendbuy,
#page-product .reco-box.buy {
	display: none;
}
/* 商品ページ限定 */
#page-product.pid-361 .reco-box.buy,
#page-product.pid-2399 .reco-box.buy,
#page-product.pid-2044 .reco-box.buy,
#page-product.pid-2178 .reco-box.buy,
#page-product.pid-615 .reco-box.buy,
#page-product.pid-244 .reco-box.buy,
#page-product.pid-3152 .reco-box.buy,
#page-product.pid-251 .reco-box.buy,
#page-product.pid-887 .reco-box.buy,
#page-product.pid-416 .reco-box.buy,
#page-product.pid-832 .reco-box.buy,
#page-product.pid-210 .reco-box.buy,
#page-product.pid-1918 .reco-box.buy,
#page-product.pid-3557 .reco-box.buy,
#page-product.pid-425 .reco-box.buy,
#page-product.pid-3105 .reco-box.buy,
#page-product.pid-235 .reco-box.buy,
#page-product.pid-2209 .reco-box.buy,
#page-product.pid-3778 .reco-box.buy,
#page-product.pid-2457 .reco-box.buy,
#page-product.pid-251 #recommendbuy {
	display: block;/* 指定済み商品IDページのみ表示 */
	display: none;/* 全商品ページ非表示 */
}
.recommend-tabs {
	min-height: 234px;
	*height: 234px;
	margin: 40px 0 0;/* Ver: Dec. 2021 */
}
.recommend-tabs .tabNav {
	margin: 0;
	border-bottom: 1px solid #dfdede;
}
.recommend-tabs .tabNav li {
	position: relative;
	float: left;
	margin: 0 8px 0 0;
	background: #f3f3f3;
	border: 1px solid #dfdede;
	border-width: 1px 1px 0;
}
.recommend-tabs .tabNav li a {
	display: block;
	padding: 8px 12px 4px;
	color: #303030;
}
.recommend-tabs .tabNav li.active {
	background: #00496e;
}
.recommend-tabs .tabNav li.active a {
	color: #fff;
}
.recommend-tabs .tabNav li span {
	position: absolute;
	bottom: -9px;
	left: 0;
	width: 100%;
	height: 9px;
	text-indent: -9999px;
}
.recommend-tabs .tabNav li.active span {
	background: url(/usr/assets/images/ico_bullet8.png) no-repeat 50% 0;
}
.recommend-tabs .reco-box h2 {
	display: none;
}
/* ここまで レコメンド タブ 関連 */

/* ------------------------◆
　　＠商品詳細画面
◆------------------------ */
/* ■ さらに詳しい説明を見る */
.pro-more {
	margin: 10px 0 20px;
}
/* ■ オプション（ブックマーク・DL）　 */
.product-option div{
	/*width:110px;
	float:left;
	margin-right:5px;*/
	background: #f1f1f1;
	margin-bottom: 10px;
	padding: 8px;
	float: none;
	width: auto;
}
.product-option div img{
	/*width:110px;
	height:40px;*/
}
.product-option #add_bookmark,
.product-option #added_bookmark,
.product-option #bookmarkTrigger {
	float: right;
	cursor: pointer;
	color: #4c80d7;
}
.product-option #add_bookmark:hover,
.product-option #added_bookmark:hover,
.product-option #bookmarkTrigger:hover  {
	text-decoration: underline;
}
.pict-po-add		{ background-position: -220px -55px; cursor:pointer; }
.pict-po-added	{ background-position: -330px -55px; cursor:pointer; }
.pict-po-dl		{ background-position: 0 -55px; }
.pict-po-contact	{ background-position: -110px -55px; }
.pict-star,
.pict-mail		{ margin-right: 10px; }
.pict-star		{
	width: 17px!important;
	height: 16px!important;
	background-position: -40px -70px;
	vertical-align: top;
}
.pict-mail		{
	width: 20px!important;
	height: 12px!important;
	background-position: -60px -70px;
}
/* ■ オプション（この商品についてのお問い合わせ）　 */
.product-option div.contact {
	background: #f1f1f1;
}
/* ■ レイアウト コモン */
.product-left	{
	float:left;
	width:368px;
}
.product-right	{
	float:right;
	width:360px;
}
/* ■ キャッチコピー */
h3.catch {
	font-size: 15px;
	margin:0 0 0.7em 0;
}
/* ■ 商品写真 */
.product-photo a {
	display:block;
	border: 0;
	text-align:center;
}
.product-photo table {
	margin:0;
	width:100%;
}
.product-photo .main {
	margin-bottom:6px;
}
.product-photo .sub1,.product-photo .sub2,.product-photo td {
	width:86px;
	height:auto;
	vertical-align:middle;
}
.product-photo .sub1 {
	margin:0 8px 8px 0;
	float:left
}
.product-photo .sub2 {
	margin:0 0 8px 0;
	float:right;
}
.customer_only	{
	border:#DEDEDE solid 1px;
	padding:125px 0;
	text-align:center;
}
.product-photo .customer_only a	{
	display:inline;
	border:none;
}
/* ■ 商品説明テーブル */
#setForm {
	padding: 0 10px;
}
.pro-description-h {
	margin:0;
	padding:0;
	line-height:1em;
}
.pro-description-h span {
	padding:8px 7px 6px;
	display:block;
}
.pro-description {
}
.pro-description .fl-l img {
	margin-bottom: 5px;
	vertical-align: top;
}
.pro-description table {
	width: 100%;
	margin: 0;
}
.pro-description table{
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
.pro-description table td,
.pro-description table th {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 4px 8px;
	font-size: 100%;
}
/* ■ 商品セットテーブル　 */
table.pro-set td,
table.pro-set th {
	border: 1px solid #e3e3e3;
}
table.pro-set th {
	padding: 6px 8px;
	padding: 6px 20px;
	text-align: left;
	background: #f3f3f3;
}
table.pro-set th.align-c {
	text-align: center;
}
.pro-set-name {
	color: #254a6e;
	font-weight: normal;
	font-size: 117%;
}
.pro-set-name span {
	color: #666;
	font-weight: normal;
	font-size: 71%;
}
.pro-set-sumprice {
	font-size: 117%;
	font-family: Tahoma, Geneva, sans-serif;
}
/* ■ 数量入力　 */
.volume {
	width: 3em;
	text-align: right;
}
.pict-btn-cart-save{
	background-position: 0 -144px;
	width:157px;
	height:44px;
}
.pict-btn-cartin{
	background-position: 0 -20px;
	width:88px;
	height:18px;
}
.pict-btn-cartin2{
	background-position: -88px -20px;
	width:100px;
	height:28px;
	background-position: -230px -370px;
	width:210px;
	height:38px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.pict-btn-cartin3{
	background-position: -620px 0;
	width:77px;
	height:21px;
}
.pict-btn-cartin4{
	background-position: -540px -180px;
	width:142px;
	height:28px;
}
.pict-btn-cartin5{
	background-position: -580px -230px;
	width:157px;
	height:32px;
}
.pict-btn-back {
	background-position: 0 -90px;
	width: 142px;
	height: 32px;
}
.pict-btn-back2 {
	background-position: -420px -230px;
	width: 157px;
	height: 32px;
}
.pict-btn-editcart {
	background-position: -530px -370px;
	width: 122px;
	height: 28px;
}
.pict-btn-editlist {
	background-position: -350px -270px;
	width: 142px;
	height: 28px;
}
.pict-btn-editlist2 {
	background-position: -680px -130px;
	width: 36px;
	height: 28px;
}
.pict-btn-checkout{
	background-position: -480px -90px;
	width:172px;
	height:32px;
}
.pict-btn-checkout2{
	background-position: -230px -130px;
	width:262px;
	height:44px;
}
.pict-btn-orderconfirm{
	background-position: -500px -130px;
	width:172px;
	height:32px;
}
.pict-btn-orderconfirm2{
	background-position: -390px -320px;
	width: 212px;
	height: 42px;
}
.noMoreSubmit{
	margin: 0;
	padding: 0;
	background: url(../images/sprite-common.png) no-repeat 0 -420px;
	border: 0;
	width: 262px;
	height: 44px;
	/*text-indent: -9999px;*/
	cursor: pointer;
}
.pict-btn-submit{
	background-position: -610px -320px;
	width: 76px;
	height: 42px;
}
.pict-btn-order {
	background-position: -270px -180px;
	width:262px;
	height:44px;
}
.pict-btn-addlist {
	background-position: -150px -90px;
	width:142px;
	height:32px;
}
.pict-btn-quick {
	background-position: -300px -90px;
	width:172px;
	height:32px;
}
.pict-btn-quick2 {
	background-position: 0 -130px;
	width:222px;
	height:44px;
}
.pict-btn-orderlist {
	background-position: -135px -50px;
	width:262px;
	height:32px;
}
.pict-btn-sitetop {
	background-position: 0 -230px;
	width:202px;
	height:32px;
}
.pict-btn-mypageconfirm {
	background-position: -210px -230px;
	width:202px;
	height:32px;
}
.pict-btn-update {
	background-position: -620px -30px;
	width:72px;
	height:28px;
}
.pict-btn-update2 {
	background-position: -620px -60px;
	width:112px;
	height:28px;
}
.pict-btn-update3 {
	background-position: 0 -320px;
	width: 172px;
	height: 32px;
}
.pict-btn-more {
	background-position: 0 -50px;
	display: inline-block;
	width: 128px;
	height: 17px;
}
.pict-btn-more2 {
	width: 82px;
	height: 28px;
	background-position: -500px -270px;
}
.pict-btn-estimate {
	width: 82px;
	height: 28px;
	background-position: -590px -270px;
}
.pict-btn-estimate2 {
	width: 80px;
	height: 28px;
	background-position: -680px -270px;
}
.pict-btn-searchzip{
	background-position: -320px -320px;
	width:70px;
	height:24px;
}
.button-wrap {
	margin: 0 10px 20px;
	padding: 20px;
	background: #e0e6e8;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.button-wrap.bottom {
	margin: 0 0 20px;
	padding: 0;
	background: none;
}
.button-wrap .back {
	float: left;
	margin: 10px 0 0;
}
.button-wrap .foward {
	float: right;
	margin-top: 0;
}
.button-wrap.bottom .foward {
	width: 260px;
	margin: 0 0 20px;
	padding: 0;
}
.button-wrap ul {
}
.button-wrap ul li {
	float: left;
	margin-right: 10px;
}
.button-wrap .comment {
	padding-left: 40px;
}
.button-wrap.bottom .quickorder {
	margin: 10px 0 0;
	padding: 10px;
	background: #eeede0;
	text-align: center;
}
.button-wrap.bottom .quickorder .comment {
	padding-left: 0;
}
/* ■ クイック購入（登録）  */
#regist-quickorder {
}
.regist-quickorder-content {
	font-weight: normal;
}
.regist-quickorder-content .header {
	position: relative;
	margin: 0 0 30px;
}
.regist-quickorder-content .header h3 {
	float: left;
	margin: 0;
}
.regist-quickorder-content .header ul {
	float: right;
	width: 500px;
	text-align: right;
}
.regist-quickorder-content .header ul li {
	display: inline;
	margin-left: 10px;
}
.regist-quickorder-content h4 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #000;
}
.regist-quickorder-content h4 span {
	color: #254a6e;
}
.regist-quickorder-content .content,
.regist-quickorder-content table {
	margin: 0 0 30px;
	background: #fff;
}
.regist-quickorder-content table th {
	background: #f2f2f2;
}
.pict-btn-regist2{
	background-position: 0 -180px;
	width:262px;
	height:34px;
	vertical-align: middle;
}
.pict-btn-ok{
	background-position: -450px -370px;
	width:77px;
	height:34px;
	vertical-align: middle;
}
/* ■ カスタム項目　 */
.pro-set-custom-wrap { padding-top: 6px; margin-top: 6px; border-top: 1px dotted #ccc;}
.pro-set-custom {font-size: 11px; line-height: 1.4em;}
/* ■ 送料無料　 */
.shi_service_remain{ background-color: #FFF7DF; text-align:center;}
.shi_service_price{ color: red;}
.shi_service_com{}
/* ■ 商品説明 */
#pro-description {
	padding: 0 10px;
	color: #333;
	line-height: 1.8;
	font-size: 117%;
}
/* ■ 小見出し */
#page-product h3 {
	margin: 30px 0 20px;
}
/* Begin of Apr.2022 modified */
.txt-btn-quotate,
.txt-btn-addcart {
	margin: 0 20px;
	padding: .4em 10px .4em 20px;
	line-height: 1;
	text-decoration: none;
	font-size: 16px;
	border-radius: 3px;
	height: 42px;
	border: 1px solid #bbbbbb;
	transition: 0.3s;
}
.txt-btn-quotate {
	text-decoration: none;
	color: #000000;
	transition: 0.3s;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(209, 209, 209, 1) 100%, rgba(234, 234, 234, 1) 25%);
}
.txt-btn-quotate:hover {
}
.txt-btn-addcart {
	margin: 0;
	color: #ffffff;
	transition: 0.3s;
	box-shadow: 0px 0px 2px -1px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	background-image: linear-gradient(180deg, rgba(75, 120, 187, 1) 100%, rgba(75, 120, 187, 0.8) 25%);
}
.txt-btn-addcart:hover {
	cursor: pointer;
}
/* End of Apr.2022 modified */

/* ------------------------◆
　　＠マイページ
◆------------------------ */
/* ■ 共通　 */
#mypage_head{
	margin-bottom:1.5em;
}
.mypage-article{
	margin: 20px 0;
}
.mypage-article p{
	margin: 0;
}
.mypage-article .summary{
	float: left;
	width: 70%;
}
.mypage-article .order{
	float: right;
	width: 30%;
	text-align: right;
}
/* ■ 発注リスト　 */
.order-list,
.order-list02 {
	padding: 20px;
	margin: 0 0 20px;
	background: #e8e8e8;
	border: 0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	position:relative;
}
.order-list h3 {
	float: left;
	color: #254a6e;
}
.order-list .text {
}
.order-list .button {
	float: right;
}
.order-list .button input {
	margin-left: 10px;
}
.order-list .left{
	float:left;
	width:530px;
}
.order-list .right{
	position:absolute;
	top:10px;
	right:0;
	width:170px;
}
.order-list table{
	width:100%;
	margin:0;
}
.order-list .title{
	font-size: 16px;
	font-weight: bold;
	margin:3px 0 6px;
}
.order-list .time{
	font-size:11px;
	margin:0px;
}
.order-list .memo{
	font-size:12px;
	margin:0 0 4px;
}
.order-list .detail{
	border-top:#DEDEDE solid 1px;
	border-bottom:#DEDEDE solid 1px;
	padding: 10px 8px;
	margin:0 0 8px;
}
.order-list .detail li{
	font-size:12px;
	padding-bottom:4px;
	margin-bottom:5px;
	border-bottom:#DEDEDE dotted 1px;
}
.order-list-table{
	border-right: #F4F4F4 dotted 1px;
	margin-bottom:1em;
}
.order-list-table tr{
	border-bottom:solid #DDD 1px;
}
.order-list-table th,
.order-list-table td{
	padding-top: 0.7em;
	padding-bottom: 0.6em;
}
.order-list-table th{
	border-left: #999 solid 1px;
}
.order-list-table td{
	border-left: #F4F4F4 dotted 1px;
}
.order-list02 .text {
	float: left;
	width: 540px;
}
.order-list02 .text label {
	float: left;
	width: 80px;
	padding: 5px 0;
	font-weight: bold;
}
.order-list02 .text input,
.order-list02 .text textarea {
	float: left;
	width: 440px;
	padding: 5px;
	border-width: 1px;
	color: #666;
}
.order-list02 .button {
	float: right;
	width: 120px;
	padding: 30px 0 0;
}
.count-caution{
	display:block;
	padding-top:8px;
	line-height:1.3em;
	text-align:left;
	font-size:11px;
	color:#900;
}
/* ブロック */
.block-mypage01 {
	background:#f2f2f2;
	border:1px solid #999;
	padding: 10px;
}
.block-mypage02 {
	border-top:1px dotted #000;
	margin: 20px 0;
	padding: 25px 0 0;
}
.block-mypage02 .fl-l {
	width: 120px;
}
.block-mypage02 .fl-r {
	width: 640px;
}
.block-mypage02 h4 {
	margin: 0;
	color: #254a6e;
	font-weight: normal;
}
.block-mypage03 {
	border:1px solid #933;
	margin: 10px 0 0;
	padding: 8px;
}
.block-mypage04 {
	margin: 20px 0 0;
	padding: 8px 8px 1px;
	background: #e0e6e8;
}
/* リスト */
.list-mypage01 {
	margin: 15px 0;
	padding: 20px;
	background: #fff;
}
.list-mypage01 li {
	float: left;
	width: 18%;
	margin: 1%;
	line-height: 1.2;
}
.list-mypage02 {
	margin: 10px 0 0;
	padding: 10px;
	background: #fff;
}
.list-mypage02 li {
	margin: 0;
	padding: 10px 0 10px 1px;
	border-bottom: 1px dotted #000;
	color: #333;
	font-size: 117%;
	font-family: Tahoma, Geneva, sans-serif;
	list-style-type: disc;
	list-style-position: inside;
}
.list-mypage02 li span {
	color: #666;
	font-size: 86%;
}
.list-mypage03 {
	margin: 0;
	padding: 0;
}
.list-mypage03 li {
	float: left;
	width: 33%;
	margin-bottom: 10px;
}
/* 支払い方法登録 */
#page-my-payment {
}
/* 新規会員登録 */
.pict-btn-regist3 {
	background-position: -70px -370px;
	width: 76px;
	height: 42px;
	vertical-align: middle;
}
.pict-btn-back3 {
	background-position: 0 -370px;
	width: 68px;
	height: 42px;
	vertical-align: middle;
}
.pict-btn-update3 {
	background-position: -150px -370px;
	width: 76px;
	height: 42px;
	vertical-align: middle;
}

/* ------------------------◆
　　＠品番発注ページ
◆------------------------ */
#orderlist{
	width:100%;
	border: #DDD solid 1px;
	border-collapse:collapse;
}
#orderlist thead{
	background: #EEE;
}
#orderlist thead th{
	padding: 6px 6px;
	text-align: center;
	border-right: #DDD solid 1px;
}
#orderlist tbody td{
	padding: 9px 6px;
	text-align: center;
	border-top: #DDD solid 1px;
	border-right: #EEE dotted 1px;
}
#orderlist tbody td table{
	margin:0;
}
#orderlist tbody td table td{
	padding: 10px 6px;
	text-align: center;
	border-top: #EEE solid 1px;
	border-right: #EEE dotted 1px;
}
#orderlist tbody td table tr:first-child td{
	border-top: none;
}
#orderlist tbody td table td .photo{
	width:80px;
	float:left;
}
#orderlist tbody td table td .desc{
	padding-left: 90px;
	text-align:left;
}
.pict-btn-change {
	background-position: -180px -320px;
	width:140px;
	height:24px;
}
/* ------------------------◆
　　＠サイトマップページ（sitemap）
◆------------------------ */
#sitemap-right{
	width:48%; float:right;
}
#sitemap-left{
	width:48%; float:left;
}
#sitemap-right ul,
#sitemap-left ul {
	padding-left:12px;
}
#sitemap-right li,
#sitemap-left li {
	margin-bottom:8px;
	line-height:1em;
}
/* ------------------------◆
　　＠ログインページ（login）
◆------------------------ */
.pict-btn-regist{
	background-position: -100px -270px;
	width:250px;
	height:40px;
}
.pict-btn-login{
	background-position: 0 -270px;
	width:100px;
	height:30px;
}
.login-left{
	float:left;
	width:59%;
}
.login-right{
	float:right;
	width:39%;
}
.log-bt-regi{
	width: 157px;
}
.log-bt-ord{
	width: 157px;
}
/* ログインフォーム */
#loginForm {
	margin: 50px 10px;
	padding: 25px 23px;
	background: #f1f2e2;
	border: 2px solid #663;
}
#loginForm .login-h {
	background: #fff;
	-webkit-border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
	border-radius:0 2px 2px 0;
}
#loginForm .login-h h3 {
	float: left;
	width: 70px;
	margin: 0;
	padding: 20px 0;
	background: #933;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
#loginForm .login-h p {
	margin: 0 0 0 70px;
	padding: 10px 25px 0;
	line-height: 1.6;
}
#loginForm .login-b {
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: 1px dotted #000;
}
#loginForm .login-b h3 {
	margin: 0 0 15px;
	padding: 0 0 0 4px;
	border-left: 1em solid #333;
	font-weight: normal;
	line-height: 1;
}
#loginForm .login-b .login-login {
	float: left;
	width: 338px;
	padding: 0 40px 0 10px;
	border-right: 1px dotted #000;
}
#loginForm .login-b .login-login .textfield {
	width: 338px;
	height: 32px;
	margin: 10px 0;
	background: url(../images/bg_login_textfield.png) no-repeat 0 0;
}
#loginForm .login-b .login-login .textfield label {
	float: left;
	width: 68px;
	padding: 8px 0 0 8px;
	color: #fff;
	font-weight: normal;
}
#loginForm .login-b .login-login .textfield input {
	float: right;
	width: 252px;
	padding: 8px 5px 0;
	background: transparent;
	border: 0;
}
#loginForm .login-b .login-login .buttonfield input {
	/*float: right;*//* 削除 -2024.05.28- */
	width: 100px;
}
#loginForm .login-b .login-login .buttonfield a {
	float: right;
	width: 198px;
	padding: 8px 20px 0;
}
#loginForm .login-b .login-login .extendedfield {
	margin: 10px 0 0;
	padding: 10px 20px;
	border-top: 1px solid #ccc;
}
#loginForm .login-b .login-regist {
	float: right;
	width: 250px;
	padding: 0 10px 0 40px;
}
#loginForm .login-b .login-regist .pict-btn-regist {
	margin: 15px 0;
}
#loginForm .login-b .login-regist p {
	letter-spacing: -0.02em;
}
#loginForm .login-login-consent {/* 追加 -2024.05.28- */
	margin: 20px 0 0;
	padding: 15px 12px;
	background-color: #fff;
	border: 2px solid #bf0000;
}
#loginForm .login-login-consent p {/* 追加 -2024.05.28- */
	font-size: .75rem;
}
#loginForm .login-login-consent p:nth-child(1) {/* 追加 -2024.05.28- */
	margin: 5px 0 10px;
	font-size: .6875rem;
	line-height: 2;
}
#loginForm .login-login-consent p:nth-child(2) {/* 追加 -2024.05.28- */
	margin: 5px 0 20px;
	padding: 5px;
	border: 1px solid #919191;
	text-align: center;
}
#loginForm .login-login-consent p:nth-child(2) a {/* 追加 -2024.05.28- */
	display: block;
	color: #919191;
}
#loginForm .login-login-consent p:nth-child(3) {/* 追加 -2024.05.28- */
	margin: 15px 0 10px;
	text-align: center;
	font-size: .6875rem;
	font-weight: bold;
}
#loginForm .login-login-consent p:nth-child(3) span {/* 追加 -2024.05.28- */
	font-size: .625rem;
}
#loginForm .login-login-consent p:last-of-type {/* 追加 -2024.05.28- */
	margin: 5px 0 0;
	text-align: center;
}
#loginForm .login-login-consent p span {/* 追加 -2024.05.28- */
	color: #f00;
}
.login-login .login-login-link {/* 追加 -2024.05.28- */
	margin: 0;
	padding: 0;
}
.login-login .login-login-link li {/* 追加 -2024.05.28- */
	margin: 0;
	padding: 1em 0;
	text-align: center;
	font-size: .8125rem;
}
.login-login .login-login-link li:not(:first-child) {/* 追加 -2024.05.28- */
	border-top: 1px dotted #919191;
}
.login-login .login-login-link li:first-of-type a {/* 追加 -2024.05.28- */
	font-weight: bold;
}
.login-login .login-login-link li:last-of-type {/* 追加 -2024.05.28- */
	padding-bottom: 0;
}
.login-login .login-login-link li:last-of-type a {/* 追加 -2024.05.28- */
	color: #000;
}
/* ログインフォーム (会員登録前お問い合わせ) -- 2017-01-13 -- */
.before-registered {
	padding: 10px 0 5px;
}
.before-registered a {
    /*background-position: -270px -420px;
    height: 36px;
    width: 262px;*/
	margin: 10px 0 5px;
	padding: 10px 20px 5px;
	background: #f0f0f0 none repeat scroll 0 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #f0f0f0), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 88%);
	background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 88%);
	background: -o-linear-gradient(top, #fff 0%, #f0f0f0 88%);
	background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 88%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 88%);
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	color: #4c80d7;
}
.before-registered a span {
	font-size: 116.7%;
}


/* ------------------------◆
　　＠会員登録フォームページ（regist, profile）
◆------------------------ */
.cus_table{
	margin-bottom:20px;
}
#customerForm{
	margin-bottom:20px;
}
#kiyaku{
	margin:30px 0;
	padding:0 15px;
}
#kiyaku #text{
	border:#DEDEDE solid 1px;
	height:200px;
	padding:15px;
	overflow:auto;
	margin-bottom:15px;
}
#kiyaku #button{
	text-align:center;
}
.resizeoption-textarea{
	display:block;
	margin-bottom:0px;
	margin-top:5px;
	width:95%;
	height: 100px;
}
table.transmit2 {
	width: 100%;
	border-collapse: separate;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}
table.transmit2 td,
table.transmit2 th {
	border-right: 1px dotted #000;
	border-top: 1px solid #999;
	padding: 0.8em 10px;
	vertical-align: top;
	font-size: 100%;
}
table.transmit2 th {
	font-weight: normal;
}
table.transmit2 td {
	padding-top: 15px;
	border-right: 1px solid #999;
	color: #666;
}
table.transmit2 p {
	margin-top: 0;
}
table.transmit2 .gray-back {
	background: #f2f2f2;
	color: #000;
}
table.transmit2 .non-border-r {
	border-right: 0;
}
table.transmit2 .non-border-l {
	border-left: 0;
}
table.transmit3 {
	width: 100%;
}
table.transmit3 td a h3{
	text-align:left;
	padding:20px 3px 5px;
	border-top:1px #fff solid;
}
table.transmit3 td{
	padding: 3px;
	border-bottom: 1px solid #EBF3FA;
	border-top: 1px solid #EBF3FA;
	text-align:center;
}
table.transmit3 th {
	padding: 3px;
	background: #B1D0EA;
	border-color: #fff;
	text-align:center;
}
table.transmit3 td.blue {
	padding: 3px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #EBF3FA;
	background:#EBF3FA;
}
table.transmit3 td.red {
	background:#FFCCCC;
	}
	
table.transmit3 tr.blue {
		background:#EBF3FA;
}
table.transmit3 tr.blue {
		background:#EBF3FA;
}
table.transmit3 th.border-bottom,
table.transmit3 td.border-bottom {
	border-bottom: 1px dotted #fff;
}
.caution {
	color: #f00;
	font-weight:bold;
}
.caution-blue {
	color: #00f;
	font-weight:bold;
}
.block-regist01 {
	margin: 40px 0 20px 55px;
}
.block-regist01 h3 {
	margin: 0;
	padding: 20px 10px;
	text-align: center;
	background: #254a6e;
	color: #fff;
}
.block-regist01 p {
	margin: 0 0 5px;
}
.block-regist01 .fl-l {
	width: 136px;
}
.block-regist01 .fl-r {
	width: 575px;
}
/* ------------------------◆
　　＠お問い合わせフォーム（contact）
◆------------------------ */
table.transmit {
	width: 100%;
}
table.transmit td, table.transmit th {
	border: 1px solid #ccc;
	padding: 0.8em 10px;
}
table.transmit thead.thead_black th{
	border-color:#CCC;/*ボーダーカラー*/
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	text-align:center;
}
table.transmit .gray-back {
	background: #f2f2f2;
	color: #000;
}
table.transmit .non-border-r {
	border-right: 0;
}
table.transmit .non-border-l {
	border-left: 0;
}
.caution {
	color: #f00;
	font-weight:bold;
}
.caution-blue {
	color: #00f;
	font-weight:bold;
}
/* ------------------------◆
　　＠カート・オーダーページ
◆------------------------ */
table.cart{
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}
table.cart td,
table.cart th {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom-width: 0;
	border-left-width: 0;
}
table.cart th {
	padding: 10px 5px;
	text-align: center;
	background: #254a6e;
	color: #fff;
}
table.cart td {
	padding: 20px 10px;
	border-top: 1px dotted #000;
}
table.cart tfoot td {
	border-top: 1px solid #999;
}
table.cart table td {
	padding: 8px 5px;
	border: 1px solid #e5e5e5;
	text-align: center;
}
table.cart .black-border {
	border-color: #999;
}
table.cart .non-border {
	border-top: none;
}
table.cart .non-border-r {
	border-right-width: 0;
}
table.cart .black-back,
table.cart .black2-back,
table.cart .gray-back {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #505050;
	color: #fff;
}
table.cart .black2-back {
	background: #333;
}
table.cart .gray-back {
	background: #999;
}
table.cart td .volume {
	margin: 0 10px 0 0;
	vertical-align: top;
}
table.cart a.more {
	display: block;
	padding: 10px 0 10px 10px;
	border-left: 1px solid #999;
	text-align: center;
	font-size: 83%;
}
table.cart tfoot td {
	padding-top: 10px;
	padding-bottom: 10px;
}
#otherDiv{
	margin-top:15px;
}
.boxbg {
	padding: 10px 20px;
	background: #e0e6e8;
}
/* ------------------------◆
　　＠注文履歴
◆------------------------ */
.cus_order_tb thead th{
	background:#DFDAC6;
	padding:8px 5px 5px;
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:5px;
	border-bottom:solid 1px #AAA;
}
.cus_order_tb thead th span	{
	font-size:12px;
	font-weight:normal;
}
.cus_order_tb tbody th{
	background:#eee;
	border-bottom:solid 1px #aaa;
}
.cus_order_tb tbody tr td,.cus_order_tb tbody tr th{
	vertical-align:top;
	border-bottom:solid 1px #AAA;
	padding:10px 6px;
}
.cus_order_tb tr td ul{
	padding-left:20px;
}
.cus_order_tb tr td li{
	padding-bottom:6px;
	list-style-position:outside;
}
#zeus_form{
	border:solid 4px #FF8000;
	background:#FFFFC4;
	padding:10px 20px;
}
/* ------------------------◆
　　＠外部登録
◆------------------------ */
.app-regist{
	background-color:#F6F6F6;
	padding:8px 10px;
	border:solid 1px #EEE;
	vertical-align: top
}
.app-regist .app-text{
	width:75%;
	float:left;
}
.app-regist .app-btn{
	width:25%;
	float:right;
	text-align: right;
}
.shipping-group{
	font-size:10px;
	color:#FFF;
	padding:3px 5px;
	background-color:#888888;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

/* ------------------------◆
　　＠自由ページ（あいうえお順から探す）
◆------------------------ */
.idxWrapper {
	position: relative;
	left: -100px;
	width: 1000px;
}
.contentSearchNav {
	margin: 40px 0 20px;
}
.contentSearchNav ul {
	border-left: 1px solid #ccc;
	width:500px;
	margin:0 auto;
}
.contentSearchNav ul li {
	position: relative;
	float: left;
	border: 1px solid #ccc;
	border-width: 1px 1px  1px 0;
	text-align: center;
}
.contentSearchNav ul li a {
	display: block;
	/*width: 165px;*/
	width: 248px;
	padding: 40px 0 35px;
	color: #666;
}
.contentSearchNav ul li.active a,
.contentSearchNav ul li a:hover {
	color: #254a6e;
}
.contentSearchNav ul li span {
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 10px;
	display: block;
	text-indent: -999999px;
}

.contentSearchNav ul li a:hover span,
.contentSearchNav ul li.active a span {
	background: url("../images/ico_bullet7.png") no-repeat 50% 100%;
	color: #254a6e;
}
.sakuin {
	margin: 20px 5px;
}
.sakuin li {
	display: inline;
	border-left: 1px solid #ccc;
}
.sakuin li:first-child,
.sakuin li.firstChild {
	border-left: 0;
}
.sakuin li a {
	padding: 0 2px 0 8px;
}
.sakuin-list {
	min-height: 30em;
	_height: 30em;
}
.sakuin-list h3 {
	margin: 60px 0 20px;
}
.sakuin-list ul li {
	float: left;
	width: 30%;
	margin: 4px 1%;
}
.sakuin-list ul li a {
	color: #333;
}
.backtoIndex {
}

/* ---------------------------------------------------------◆
F09	▼ ユーティリティーナビゲーション
	　 utility navigation
◆--------------------------------------------------------- */
/* 20140517トップ改修 #unav,#gnavを#utilityNavへ  */
#utilityNav {/* Ver: May. 2021 */
	position: absolute;
	top: 23px;
	left: 612px;
	height: 34px;
}
#utilityNav li {
	float: left;
	width: auto;
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #000;
	text-align: center;
}
#utilityNav li#unav01 {/* Ver: May. 2021 */
	/*width: 94px;*/
	width: 80px;
	margin-right: 5px;
}
#utilityNav li#unav02 {/* Ver: May. 2021 */
}
#utilityNav li#unav03 {/* Ver: May. 2021 */
}
#utilityNav li#unaven {/* Ver: May. 2021 */
}
#utilityNav li#unavlogout {/* Ver: May. 2021 */
	border-left: 1px solid #f0f0f0;
}
#utilityNav li a {
	display: block;
	padding: 0 .75em;
	height: 34px;
	color: #000;
	line-height: 34px;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	transition: all 300ms 0s ease;
}
#utilityNav li:last-child a {
	padding-right: 0;
}
#utilityNav li#unav01 a {/* Ver: May. 2021 */
	color: #fff;
	background: rgb(243,164,0);
	background: -webkit-linear-gradient(left, rgba(243,164,0,1) 0%, rgba(255,153,0,1) 100%);
	background: -o-linear-gradient(left, rgba(243,164,0,1) 0%, rgba(255,153,0,1) 100%);
	background: linear-gradient(to right, rgba(243,164,0,1) 0%, rgba(255,153,0,1) 100%);
	border-radius: 2px;
}
#utilityNav li a:hover {
	opacity: .7;
}
#unav {
	height: 64px;
	display: none;
}
#unav .default li,
#unav .custom li {
	float:left;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
}
#unav li a {
	text-align:center;
	display:block;
}
#unav li a span {
	padding:10px 0;
	display:block;
}
#unav {
	height: 64px;
}
#unav ul {
	width: 990px;
	padding-left: 10px;
}
#unav .default{}
#unav .default li,
#unav .custom li {
	float:left;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
}
#unav li a {
	text-align:center;
	display:block;
}
#unav li a span {
	padding:10px 0;
	display:block;
}
#unav .default li {
	width: 330px;
}
#unav .default li a {
	display: block;
	height: 64px;
	overflow: hidden;
	background: url(../images/bg_unav.png) no-repeat 0 0;
	text-indent: -9999px;
	background-color: #fff;
}
#unav .default li span{
	padding:0;
}
/* 横幅990px  メニュー3個均等割の場合 */
#unav .default #un01 a{
	background-position: 0 0;
}
#unav .default #un01 a:hover,
#unav .default #un01 a.current{
	background-position: 0 -64px;
}
#unav .default #un02 a{
	background-position: -330px 0;
}
#unav .default #un02 a:hover,
#unav .default #un02 a.current{
	background-position: -330px -64px;
}
#unav .default #un03 a{
	background-position: -660px 0;
}
#unav .default #un03 a:hover,
#unav .default #un03 a.current{
	background-position: -660px -64px;
}
/* ---------------------------------------------------------◆
F10	▼ エクストラカラム ／ トップページ
	　 #col-extra
◆--------------------------------------------------------- */
/*サポートページランキング,商品ページランキング*/
#extra-sub .side-box {
	margin: 0 0 40px;
}
#extra-sub .side-box h2 {
	position: relative;
	margin: 0;
	padding: 5px 8px;
	background: #999;
	color: #fff;
	font-size: 100%;
	border: 1px solid #dedddd;
}
#extra-sub .side-box h2 .date {
	position: absolute;
	top: 5px;
	right: 8px;
	color: #e5dfa1;
	font-size: 83%;
	font-weight: normal;
}
#extra-sub .side-box-content {
	padding: 1px 9px 15px;
	border: 1px solid #dedddd;
	border-width: 0 1px 1px;
}
/* .rank-list1, .rank-list3 */
.rank-list3 {
}
.rank-list1 li,
.rank-list3 li {
	margin: 15px 0 0;
	line-height: 1.5;
}
.rank-list1 li.rank1,
.rank-list1 li.rank2,
.rank-list1 li.rank3 {
	font-size: 117%;
}
.rank-list1 .ico,
.rank-list1 .thumb,
.rank-list1 .text,
.rank-list3 .ico,
.rank-list3 .thumb,
.rank-list3 .text {
	float: left;
	width: 195px;
	margin-right: 10px;
}
.rank-list1 .ico,
.rank-list3 .ico {
	width: 20px;
}
.rank-list3 .thumb {
	width: 50px;
	margin-right: 5px;
}
.rank-list3 .text {
	margin-right: 0;
}
.rank-list1 li img,
.rank-list3 li img {
	vertical-align: top;
}
/*お客様におすすめの商品,最近チェックした商品,お気に入りに登録した商品*/
.extra-top-box {
	margin: 0 0 40px;
}
.extra-top-box h2 {
	margin: 0 0 10px;
}
#top-recomcustomer {
}
#spfetrade {
}
#spfetrade img {
	float: left;
	margin: 9px 10px 0 0;
}
#spfetrade h3 {
	margin: 9px 0 0;
	color: #633;
	font-size: 100%;
	font-weight: normal;
}
#spfetrade p {
	font-size: 83%;
}

/*トップページ カタログダウンロード*/
.catalogDownload {
}
.catalogDownload ul {
	margin: 0 2px;
	border-bottom: 1px solid #ccc;
}
.catalogDownload ul li {
	float: left;
	width: 50%;
	line-height: 2.2;
}
.catalogDownload ul li span {
	border-left: 4px solid #030000;
	display: block;
	margin: 0 10px 10px 0;
	padding: 10px 0 10px 10px;
}
.catalogDownload ul li a {
	padding: 4px 10px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font-size: 83.3%;
}
.catalogDownload ul li .pdf {
	background: #c50018 url(/uploads/rupes/img/icon_pdf_64.png) no-repeat scroll 5px 50% / 16px auto;
	padding: 4px 10px 4px 20px;
}
/*写真下のテキスト*/

.photo-catch{
	padding-top:10px;
}
/*新規登録フォーム*/
.block-mypage03 ul li{
list-style-type: decimal;
margin-left:25px;
}

/*20220311 詳細はこちらボタン非表示*/
.pict-btn-more{
display:none;
}

/* ---------------------------------------------◆
	Ver: Oct. 2022 FOR LISTING HAYABUSA PROUDCT
---------------------------------------------- */
/*.ttlPlus {
	display: flex;
	justify-content: space-between;
	border-color: #254a6e;
	border-bottom-style: solid;
	border-width: 0 0 2px;
	padding: 1px 0 5px 2px;
	line-height: 1.4em;
	margin: 20px 0 30px 0;
}
.ttlPlus h2 {
	margin: .5em 0;
	padding: 0;
	border-bottom: 0;
}*/
.list-box .list-size {display: none;}
/* ---------------------------------------------◆
	Ver: Apr. 2023 SALE
---------------------------------------------- */
.sale2023-icon img{width:1px;}
.sale2023-price{color:#666;text-decoration: line-through;}
.sale2023-note{
	/* font-weight:bold; */
	font-size:13px;color:#fff;background-color:#f00;text-align:center;padding:10px;margin-bottom:20px;margin-top:0;}