@charset "utf-8";

/************************************************
 共通設定
************************************************ */

* {
	margin: 0px;
	padding: 0px;
	zoom: 1;
}

html{
	font-size: 62.5%;
}
body{
	color: #333333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 1.4rem;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
    overflow-x: hidden !important;
}
.inner-content {
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
}
li {
	list-style-type: none;
	zoom: normal;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border-style: none;
}
.clearfix {zoom:1;}
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
input[type="submit"]{
	-webkit-appearance: none;
}

/* 写真 */
img.picture {
    border: 1px solid #ccc;
}
.spnone{
	display: none;
}

.scroll table{
	width:100%;
	white-space: nowrap;
	margin: 0 0 8px !important;
}
.scroll{
	overflow: auto;
	white-space: nowrap !important;
}
.scroll::-webkit-scrollbar{
	 height: 5px !important;
}
.scroll::-webkit-scrollbar-track{
	 background: #F1F1F1 !important;
}
.scroll::-webkit-scrollbar-thumb {
	 background: #BCBCBC !important;
}

/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* コンテンツ */
#container {
    text-align: left;
	padding: 0;
    background: #fff;
}


/* ==============================================
 カラム指定
=============================================== */

/* メイン部
----------------------------------------------- */

#main_column.colnum2 {
/*
    width: 80%;
    float: right;
    box-sizing: border-box;
    padding: 0 0 0 40px;
*/
	width: 100%;
    float: right;
    box-sizing: border-box;
    padding: 0 0 0 320px;
    margin: 0 0 0 -280px;
}

/* サイドカラム
----------------------------------------------- */
.side_column {
}
#leftcolumn {
    float: left;
	width: 280px;
/*  width: 20%;*/
}

/* 他
----------------------------------------------- */
/* ヘッダーとフッターの上下 */
#topcolumn,
#bottomcolumn,
#footerbottomcolumn {
    margin: 0px;
    background: #fff;
    text-align: left;
    clear: both;
}

/* 下層コンテンツ */
#undercolumn {
	padding: 20px 3% 0;
    box-sizing: border-box;
}

#mypagecolumn,
#undercolumn_cart,
#undercolumn_entry,
#undercolumn_aboutus,
#undercolumn_order,
#undercolumn_shopping{
}
#mypagecolumn{
    padding: 20px 3% 24px;
}
#undercolumn_entry{
}

#undercolumn_order table col:nth-child(1){
	width: 100% !important;
}
#undercolumn_order table col:nth-child(2){
	width: 0% !important;
}

/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}

/* リンク指定
----------------------------------------------- */
a:link,
a:visited {
    color: #39c;
    text-decoration: none;
}
a:link:hover,
a[href]:hover {
    color: #f93f71;
}


/* フォント
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    line-height: 150%;
}
.sale_price {
    color: #ff3333;
}
.normal_price {
    font-size: 90%;
}
.point {
    color: #ff3333;
    font-weight: bold;
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    color: #ecbd00;
}

.attention {
	color: #ff3333;
    font-size: 1.2rem;
}
.attentionSt {
    color: #ff3333;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
	display: inline-block;
    font-size: 1.2rem !important;
    line-height: 1.4;
    margin: 0 0 0 !important;
}


/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}


/* フォーム
----------------------------------------------- */
select {
    border: solid 1px #ccc;
}
input[type='text'],
input[type='password'] {
    font-size: 1.3rem;
    padding: 2px;
    border: solid 1px #ccc;
}

.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 100px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 240px;
}
.box320 {
    width: 320px;
}
.box350 {
    width: 350px;
}
.box380 {
    max-width: 100%;
    width: 330px;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top { /* FIXME 簡素な単語は、単独で、込み入った指定に使用しない */
	font-size: 1.2rem !important;
    margin: 6px 0 !important;
}

a span.cart_black,
input span.cart_black{
    content: "";
    background: url(../img/cart_black.png) no-repeat;
    background-size: contain;
}
a:hover span.cart_black,
input:hover span.cart_black{
    content: "";
    background: url(../img/cart_white.png) no-repeat;
    background-size: contain;
}
a span.cart_white,
input span.cart_white{
    content: "";
    background: url(../img/cart_white.png) no-repeat;
    background-size: contain;
}

/* タイトル
----------------------------------------------- */
h2.title {
	color: #333333;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 8px 12px 6px;
    margin-bottom: 16px;
    background: #f2f2f2;
}

#main_column .sub_area h3,
#undercolumn_login .login_area h3,
#undercolumn_shopping h3,
#mypagecolumn h3,
#undercolumn_cart h3 {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 16px;
    padding: 6px 12px;
    background: #0d87e5;
    border-radius: 2px;
}
div#undercolumn_login .login_area h4 {
    color: #0d87e5;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 8px;
}
#undercolumn p{
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 0 0 16px;
}



/* ==============================================
 ヘッダー - 210616
=============================================== */

#headerWrap{
}
header#whiteBg{
    padding: 12px 16px;
    border-top: solid 4px #0C87E7;
}
header#whiteBg h1.logo{
    width: 160px;
    float: left;
}
header#whiteBg .shipping{
    width: 152px;
    float: left;
    padding-top: 9px;
    margin-left: 16px;
}

/* 20221012 tsuika */
header#whiteBg #headerLeft{
	display: flex;
	align-items: center;
}
header#whiteBg #headerLeft .logo{
	width: 32%;
	margin-top: -.2em;
}
header#whiteBg #headerLeft .btns{
	width: 34.4%;
	margin-left: 2%;
}
header#whiteBg #headerLeft .btns a{
	display: block;
}
header#whiteBg #headerLeft .btns a img{
	width: 100%;
}
header#whiteBg #headerLeft .mypage_btn{
	width: 16%;
	margin-left: 2%;
}
header#whiteBg #headerLeft .mypage_btn{
	width: 18%;
	margin-left: 1.5%;
}
header#whiteBg #headerLeft .mypage_btn a{
  font-size: .8rem;
}
header#whiteBg #headerLeft .mypage_btn a::before{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-top: -.1em;
	background: url(../img/icon_human.png) no-repeat;
	background-size: contain;
}







#grayBgMenu{
    padding: 12px 16px;
    background: #f2f2f2;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #e5e5e5;
}
#grayBgMenu ul{
    font-size: 0;
    text-align: center;
}
#grayBgMenu ul li{
    display: inline-block;
    margin-left: 12px;
}
#grayBgMenu ul li:first-child{
    margin-left: 0;
}
#grayBgMenu ul li a{
    display: block;
    width: 104px;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0.5em 1em;
    background: #333333;
    border-radius: 3px;
}
#grayBgMenu ul li.login a{
    background: #00a0ea;
}
#grayBgMenu ul li.reg a{
    background: #e20080;
}
#grayBgMenu ul li.twitter a{
    width: 36px;
    text-indent: -9999px;
    padding-left: 0;
    padding-right: 0;
    background: #00acee url(../img/common/twitter.png) no-repeat center center;
    background-size: 20px auto;
}

/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */

#header_wrap {
    border-top: solid 4px #0d87e5;
}
#headTop_bar{
	padding: 8px 12px;
    box-sizing: border-box;
}
p#site_description{
	display: none;
}
#topNavi{
	display: none;
}
#topNavi ul{
	text-align: right;
}
#topNavi ul li{
    display: inline;
    border-left: solid 1px #cccccc;
}
#topNavi ul li:first-child{
	border-left: none;
}
#topNavi ul li a{
    display: inline-block;
    color: #333333;
    font-size: 13px;
    padding: 0 12px;
}

/* ロゴ
----------------------------------------------- */

#headLeft #logo_area{
	width: 40%;
    float: left;
    max-width: 204px;
}
#headLeft #logo_area h1 a{
	display: block;
    padding: 0 12px 12px;
    box-sizing: border-box;
}
#headLeft #point{
	width: 36%;
    max-width: 186px;
    float: left;
}
#headRight #point,
#header .point1,
#header .point4,
#header .idea,
#header .credit,
#header .payment {
    display: none !important;
}

/* ヘッダーナビ
----------------------------------------------- */

div#header_navi ul li.cart{
	width: 132px;
    height: 102px;
    display: block;
    float: right;
}
div#header_navi ul li.cart a{
    display: table-cell;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    width: 160px;
    height: 102px;
    vertical-align: middle;
    text-align: center;
    background: #ffe400;
}
div#header_navi ul li.cart a .cart_black{
    display: block;
    width: 48px;
    height: 43px;
    margin: 0 auto 6px;
    vertical-align: text-bottom;
}
div#header_navi ul li.cart a:hover{
	color: #ffffff;
	text-decoration: none;
	background: #f93f71;
}

#spMenu{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5000;
    background: #fff;
    border: none !important;
}
#spMenu #spfixMenu{
}
#spMenu #spfixMenu li{
    color: #ffffff;
    width: 33.3%;
    height: auto;
    float: left;
    font-size: 1.1rem;
    line-height: 1;
    margin-right: 0;
    background: #0d87e5;
    box-sizing: border-box;
}
#spMenu #spfixMenu li a{
    color: #ffffff;
    display: block;
    height: auto;
    font-size: 1.1rem;
    padding: 8px 0;
    text-align: center;
}
#spMenu #spfixMenu li.navMenu{
    display: block;
    height: auto;
    font-size: 1.1rem;
    padding: 8px 0;
    text-align: center;
}
#spMenu #spfixMenu li img{
    display: block;
    width: 16px;
    height: 16px;
    vertical-align: 0;
    margin: 0 auto 8px;
}
#spMenu #spfixMenu li a small{
}


/* ----- globalnav ----- */

.drawer-nav{
	padding: 64px 0 120px;
}
.drawer-nav .spScroll{
    overflow-y: scroll;
    padding: 0 12px 160px;
}
.drawer-nav .spScroll #brandList{
	padding: 0;
}
.drawer-nav .spScroll h3{
    font-size: 1.5rem;
    width: auto !important;
    text-align: left !important;
    margin: 0 0 12px !important;
}
#subList{
	margin: 0 auto 24px;
}
#subList ul{
	border: solid 1px #cccccc;
	border-radius: 1px;
}
#subList ul li{
    border-top: solid 1px #cccccc;
}
#subList ul li:first-child{
    border-top: none;
}
#subList ul li a,
#subList ul li.accordion{
	display: block;
	color: #333333;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 20px;
	position: relative;
}
#subList ul li.accordion:after{
	content: "≫";
    color: #999999;
    font-size: 1.3rem;
    position: absolute;
    top: 1em;
    right: 20px;
}
#subList ul ul.sub-menu{
	display: none;
    border: none;
    border-top: solid 1px #cccccc;
    background: #f6f6f6;
	border-radius: 0;
}
#subList ul ul.sub-menu li{
}
#subList ul ul.sub-menu li a{
    font-size: 1.3rem;
    padding-left: 40px;
    position: relative;
}
#subList ul ul.sub-menu li a:before{
    content: "-";
    position: absolute;
    left: 24px;
    top: 1em;
}

#searchBar{
}
#Search #search_area{
    font-size: 0;
}
#search_area{
    padding: 8px 12px;
    background: #f2f2f2;
    border-top: solid 1px #e5e5e5;
}
#search_area form{
}
#search_area .category{
	float: left;
}
#search_area .category select{
    width: 200px;
    color: #333333;
    font-size: 15px;
    line-height: 1.5;
    padding: 6px 8px 12px 8px;
    background: #f2f2f2;
    border-radius: 4px 0 0 4px;
    border: none;
    overflow: hidden;
}
#search_area .freeword{
    display: inline-block;
    width: calc(100% - 72px);
}
#search_area .freeword input{
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 8px;
    border-radius: 4px 0 0 4px;
    box-sizing: border-box;
    border: none;
}
#search_area .btn{
    width: 72px;
    display: inline-block;
}
#search_area .btn input{
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.5em;
    text-align: center;
    padding: 8px 8px 8px 16px;
    background: #333333;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
#search_area .btn input:hover{
	background: #f93f71;
}

#login{
	padding: 8px 12px;
    background: #f2f2f2;
}
#header_login_area{width: 100%;
    letter-spacing: 0 !important;
    margin: 0 auto;
    padding: 6px !important;
    background: #ffffff !important;
    border: solid 1px #cccccc !important;
    box-sizing: border-box;
}
#header_login_area form{
}
#header_login_area form .hello{
    font-size: 1.2rem;
    padding: 4px 0;
}
#header_login_area form .btns{
	text-align: right;
}
#header_login_area form .mypage,
#header_login_area form .login,
#header_login_area form .logout,
#header_login_area form .reg{
    display: inline-block;
    width: 7em;
}
#header_login_area form .login,
#header_login_area form .logout,
#header_login_area form .reg{
    margin: 0 0 0 8px;
}
@media screen and (min-width: 480px) {
	#header_login_area form .hello{
		float: left;
	}
	#header_login_area form .btns{
		width: 16em;
		float: right;
	}
}
#header_login_area form .mypage a,
#header_login_area form .reg a,
#header_login_area form .login a,
#header_login_area form .logout input{
display: block;
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
    padding: 4px 0;
    border-radius: 4px;
}
#header_login_area form .logout input{
    width: 100%;
    padding: 4px 0 5px;
    border: none;
}
#header_login_area form .mypage a,
#header_login_area form .reg a{
    background: #f93f71;
}
#header_login_area form .login a,
#header_login_area form .logout input{
	background: #0d87e5;
}

#header_wrap #category{
}
#category{
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
}
#category .accordion{
	font-size: 1.4rem;
    font-weight: bold;
    padding: 8px 16px 8px 44px;
    background: url(../img/icon_menu.gif) no-repeat left 14px top 0.5em;
    background-size: 22px auto;
}
#category ul.categoryList{
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc
}
#category ul.categoryList{
	display: none;
}
#category ul.categoryList>li{
    border-bottom: solid 1px #cccccc;
}
#category ul.categoryList>li:last-child{
    border-bottom: none;
}
#category ul.categoryList>li>a{
    display: block;
    color: #454545;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 8px 20px;
    text-align: left;
}
#category ul.categoryList>li:first-child>a{
    border-top: none;
}
#category ul.categoryList ul.subnavi{
    display: none;
}
nav#meganavi, .modalLayer{
	display: none !important;
}

#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}

/* ==============================================
 休業日掲載
=============================================== */

.vacationInfo{
    max-width: 94%;
    margin: 12px auto 16px;
    border: double 3px #ff3300;
    padding: 16px 12px 4px;
    box-sizing: border-box;
}
.vacationInfo p{
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: left;
    margin: 0 0 8px;
}
.vacationInfo p br{
	display: none;
}
.vacationInfo p b{
    color: #ff3300;
}
.vacationInfo p.title{
    color: #ff3300;
    font-size: 1.5rem;
    font-weight: bold;
}

/* ==============================================
 フッター
=============================================== */

#footer_wrap {}
#footer {}
#footNavi{
    background: #f2f2f2;
}
#footNavi .inner-content{
    padding: 24px 0;
    box-sizing: border-box;
}
#footNavi .foot_category{
    margin: 0 0 20px;
}
#footNavi .foot_category .box{}

#footNavi .foot_category h3,
#footNavi .box h3{
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 0 6px;
    margin: 0 0 12px;
    border-bottom: solid 1px #cccccc;
}
#footNavi .box ul{
}
#footNavi .box ul li{
	margin: 0 0 0px;
    padding: 0 0 0 16px;
    position: relative;
}
#footNavi .box ul li:before{
    content: "▲";
	color: #999999;
    font-size: 1.3rem;
    position: absolute;
    left: 0;
    top: 1px;
    transform: rotate(90deg);
}
#footNavi .box ul li a{
    display: inline-block;
    color: #333333;
    font-size: 1.3rem;
    padding: 2px 4px;
}

.whiteBar{
    padding: 16px 0 64px;
}
.whiteBar .inner{
    position: relative;
}
.whiteBar .twiMark{
    width: 40px;
    margin: 0 auto 16px;
}
.whiteBar .twiMark a{
	display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: #0d87e5 url(../img/common/twitter.png) no-repeat center center;
    background-size: 65%;
    border-radius: 3px;
}
.whiteBar .twiMark a:hover{
	opacity: 0.5;
}
#copyright{
	font-size: 1.1rem;
    text-align: center;
}

#pagetop {
	display: none;
}
#pagetop a{
}

#closeInfoBnr{
    width: 200px;
    position: fixed;
    z-index: 1000;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.5s;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 0 4px #999999;
}
#closeInfoBnr.open{
	bottom: 38px;
}
@media screen and (min-width: 380px){
	#closeInfoBnr{
		right: 0;
		bottom: -160px;
	}
}
@media screen and (max-width: 379px){
	#closeInfoBnr{
		left: 50%;
		right: 50%;
		margin: 0 -180px;
		bottom: -124px;
	}
}

#closeInfoBnr .wrap{
    position: relative;
}
#closeInfoBnr .wrap #btn{
	color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 8px 0px;
    position: absolute;
    top: -26px;
    right: 0;
    background: #333333;
    cursor: pointer;
    z-index: 500;
}
#closeInfoBnr .banner{
    width: 200px;
    text-align: center;
}
#closeInfoBnr .banner:hover img{
	opacity: 0.7;
}

/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area {
    width: 100%;
    font-size: 0;
    margin: 0 0 24px;
    text-align: center;
}
@media screen and (min-width: 380px){
	.btn_area li {
		display: inline-block;
		width: 180px;
		margin: 0 4px;
	}
}
@media screen and (max-width: 379px){
	.btn_area li {
		display: block;
		max-width: 200px;
		margin: 0 auto 10px;
	}
}
.btn_area.cart li{
    display: block;
    width: 320px;
	max-width: 320px;
    margin: 0 auto 12px;
}

.btn_area li a,
.btn_area li button,
.btn_area li input{
    display: block;
    width: 100%;

    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
	padding: 8px 0;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
}
.btn_area li.next a,
.btn_area li.next input,
.btn_area li.next button{
    color: #ffffff;
    background: #ff9900;
    border: solid 2px #ff9900;
}
.btn_area li.next a:hover,
.btn_area li.next input:hover,
.btn_area li.next button:hover{
    color: #ff9900;
    background: #ffffff;
}
.btn_area li.back a,
.btn_area li.back input,
.btn_area li.back button{
    color: #333333;
    background: #f2f2f2;
    border: solid 2px #f2f2f2;
}
.btn_area li.back a:hover,
.btn_area li.back input:hover,
.btn_area li.back button:hover{
    color: #ffffff;
    background: #333333;
}
.btn_area li.imgInput input{
    width: 160px;
    padding: 0;
}

/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
    margin-bottom: 20px;
}
div#complete_area .message,
div#undercolumn_entry .message {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 16px;
}
div#complete_area .shop_information {
	padding: 16px 12px 1px;
    margin: 0 0 16px;
    background: #f2f2f2;
}
div#complete_area .shop_information .name {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 12px;
}

/************************************************
 tables
************************************************ */
/* デフォルトテーブル
----------------------------------------------- */
table {
    width: 100%;
    margin: 16px auto 20px;
    text-align: left;
    border-collapse: separate;
    border-spacing: 1px;
    background: #cccccc;
}
table th {
    color: #333;
    font-weight: normal;
    padding: 6px 10px;
    background-color: #f0f0f0;
    border-bottom: solid 1px #cccccc;
}
table td {
    padding: 8px 10px;
    background: #ffffff;
}
table th,
table td {
	display: block;
    font-size: 1.2rem;
    line-height: 1.5;
}
table th p,
table td p{
	margin-bottom: 0 !important;
}
table td label input[type="radio"]{
	margin-right: 8px;
}
table td input[type="text"],
table td input[type="textarea"]{
	display: inline-block;
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 2px;
    box-sizing: border-box;
}
table td input.top[type="text"]{
    font-size: 1.3rem !important;
}
table td select{
	font-size: 1.3rem;
    line-height: 1.4;
    padding: 0 0 4px;
    box-sizing: border-box;
}
table td .attention,
table td .mini{
    margin: 4px 0 !important;
}

/* 見出し
----------------------------------------------- */
div#undercolumn_shopping table th[scope=col] {
    text-align: center;
}
div#undercolumn_shopping table.delivname th {
    width: 155px;
}

/* MYページ */
div#mycontents_area table th {
    text-align: center;
}
div#mycontents_area table th.alignR {
    text-align: right;
}
div#mycontents_area table th.alignL {
    text-align: left;
}
div#mycontents_area table th.alignC {
    text-align: center;
}
div#mycontents_area table th.resulttd {
    text-align: right;
}
div#mycontents_area table th,
div#mycontents_area table td {
    display: table-cell;
    border-bottom: none;
    padding: 8px;
}
div#mycontents_area table td {
	text-align: left;
}
div#mycontents_area table caption {
    padding: 8px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #000;
    background-color: #f0f0f0;
    text-align: left;
    font-weight: bold;
}


/* その他
----------------------------------------------- */
table select {
    margin-bottom: 7px;
    border: solid 1px #ccc;
}

/* ==============================================
 ホーム
=============================================== */

#slider{
    margin: 8px 0 0;
    overflow-x: hidden;
}
#slider .swiper-container {
	width: 100%;
	padding: 0 0 28px !important;
}
#slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#slider .swiper-container-horizontal>.swiper-pagination-bullets,
#slider .swiper-pagination-custom,
#slider .swiper-pagination-fraction{
	bottom: 12px !important;
}
#slider .swiper-pagination-bullet{
    width: 8px !important;
    height: 8px !important;
}
#slider .swiper-button-next,
#slider .swiper-button-prev{
    width: 16px !important;
    height: 26px !important;
    margin-top: -8px !important;
    background-size: 16px auto !important;
}

.inner{
	width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
}
.inner h3{
    color: #333333;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0 0 16px;
    padding: 0 0 8px;
    position: relative;
}
.inner h3:after{
    display: block;
    content: "";
    width: 64px;
    height: 1px;
    background: #0d87e5;
    position: absolute;
    left: 0;
    bottom: 0;
}

#homeSearchBar{
    padding: 0 12px;
    background: #0d87e5;
    box-sizing: border-box;
}
#homeSearchBar #search_area{
    padding: 8px 0;
    margin: 0 auto;
    box-sizing: border-box;
    background: transparent;
    border: none;
}
@media screen and (min-width: 660px) {
	#homeSearchBar #search_area{
		max-width: 500px;
	}
}

/* 価格に自信あり */

#jishinAri_item{
    padding: 6px;
    background-size: 100% auto;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px #cccccc;
    margin: 40px 12px 12px;
    position: relative;
    border: solid 5px #0d87e5;
}
#jishinAri_item p.title{
    width: 320px;
    margin: 0 -160px;
    position: absolute;
    top: -34px;
    left: 50%;
    right: 50%;
    z-index: 10;
}
#jishinAri_item ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 460px){
	#jishinAri_item ul li{
		width: 100%;
		box-sizing: border-box;
		border-top: dotted 4px #0d87e5;
	}
	#jishinAri_item ul li:nth-child(1){
		border-top: none;
	}
}
@media screen and (min-width: 461px){
	#jishinAri_item ul li{
		width: 50%;
		float: left;
		box-sizing: border-box;
		border-top: dotted 4px #0d87e5;
	}
	#jishinAri_item ul li:nth-child(2n+1){
		clear: both;
		border-right: dotted 4px #0d87e5;
	}
	#jishinAri_item ul li:nth-child(1),
	#jishinAri_item ul li:nth-child(2){
		border-top: none;
	}
	#jishinAri_item ul li:nth-child(2n) a{
		padding-left: 6px;
	}
}
#jishinAri_item ul li a{
    display: block;
    height: 100%;
    color: #333333;
    padding: 8px 0 20px;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
}
#jishinAri_item ul li a:hover{
	opacity: 0.5;
}
#jishinAri_item ul li .thumb{
    width: 35%;
    float: left;
    margin: 0 0 8px;
}
#jishinAri_item ul li .text{
	width: 65%;
    float: left;
    padding: 8px 0 0 16px;
    margin: 0 0 4px;
    box-sizing: border-box;
}
#jishinAri_item ul li p.maker{
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 2px;
}
#jishinAri_item ul li p.itemname{
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.3;
}
#jishinAri_item ul li p.itemname br{
	display: none;
	margin: 0 0.5rem 0 0;
}
#jishinAri_item ul li p.youryou{
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.4;
}
#jishinAri_item ul li p.price{
    width: fit-content;
    float: right;
    clear: both;
    color: #ff3300;
    text-align: right;
    font-size: 1.6rem;
    padding: 0 8px 0 0;
    position: absolute;
    bottom: 4px;
    right: 0;
}
#jishinAri_item ul li p.price strong{
	font-size: 1.7rem;
    font-weight: bold;
}
#jishinAri_item ul li p.price small{
    font-size: 1.5rem;
}


/* 注目のいまちゃす価格 - 201209 */

#imachasPrice{
    padding: 40px 0;
    background: #f2f2f2;
}
#imachasPrice dl.accordion{
    background: #ffffff;
    border-bottom: solid 1px #cccccc;
}
#imachasPrice dl.accordion dt{
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    padding: 1em 12px;
    border-top: solid 1px #cccccc;
    position: relative;
    cursor: pointer;
}
#imachasPrice dl.accordion dt:hover{
	background: #ffe400;
}
#imachasPrice dl.accordion dt:before{
    content: "\f067";
    color: #0d87e5;
    font-size: 120%;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    line-height: 1;
    vertical-align: middle;
    margin: -0.5em 0;
    position: absolute;
    top: 50%;
    right: 24px;
}
#imachasPrice dl.accordion dt.open:before{
    color: #787878;
    content: "\f068";
}
#imachasPrice dl.accordion dd{
    display: none;
    padding: 0 12px;
    border-top: solid 1px #cccccc;
}
#imachasPrice ul.itemList{
    border-top: none;
}
#imachasPrice ul.itemList li{
    width: 100%;
    float: none;
    text-align: left;
    border-top: solid 1px #cccccc;
}
#imachasPrice ul.itemList li:first-child{
	border-top: none;
}
#imachasPrice ul.itemList li a{
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 12px 0;
}
#imachasPrice ul.itemList li a:hover{
	opacity: 0.5;
}
#imachasPrice ul.itemList li figure.thumb{
	width: 80px;
    float: left;
    margin: 0 auto;
    border: solid 1px #cccccc;
    box-sizing: border-box;
}
#imachasPrice ul.itemList li .text{
	width: calc(100% - 80px);
    float: left;
    padding-left: 12px;
    box-sizing: border-box;
}
#imachasPrice ul.itemList li p.itemname{
	font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: justify;
    margin: 0 0 0.4em;
}
#imachasPrice ul.itemList li p.itemcode,
#imachasPrice ul.itemList li p.lot{
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
    margin: 0 0 0.15em;
}
#imachasPrice ul.itemList li p.price{
	color: #ff3333;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: right;
    margin: 0.75em 0 0;
}
#imachasPrice ul.itemList li p.price b{
    font-size: 16px;
}
#imachasPrice ul.itemList li p.price small{
}

/* 注目のキーワード */

#pickupKeyword{
	margin: 0 auto 24px;
}
#pickupKeyword .inner{
}
#pickupKeyword p{
    font-size: 0;
    text-align: center;
}
#pickupKeyword p b{
    display: block;
    color: #e94d77;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 0.75em;
}
#pickupKeyword p a{
	display: inline-block;
    color: inherit;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: underline;
    padding: 0.75em 1em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    background: #ffe400;
    border-radius: 24px;
}
#pickupKeyword p>*:last-child{
	margin-right: 0;
}

#pickupCat{
	padding: 24px 0 16px;
    margin: 0;
    background: #f5f5f5;
}
#pickupCat ul{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#pickupCat ul li{
    background: #ffffff;
    border: solid 3px #e6e6e6;
    box-sizing: border-box;
}
@media screen and (min-width: 580px){
	#pickupCat ul li{
		width: 49%;
	    float: left;
	    margin: 0 0 12px 2%;
	}
	#pickupCat ul li:nth-child(2n+1){
	    clear: both;
	    margin-left: 0;
	}
	#pickupCat ul li a{
	    padding: 16px 32% 16px 12px;
	}
}
@media screen and (max-width: 579px){
	#pickupCat ul li{
	    width: 100%;
		margin-top: 12px;
	}
	#pickupCat ul li:first-child{
		margin-top: 0;
	}
	#pickupCat ul li a{
		padding: 16px 25% 16px 12px;
	}
}
#pickupCat ul li.cat01 a{
    background: url(../img/home/pickupcat/cat01.jpg) no-repeat center right;
}
#pickupCat ul li.cat02 a{
    background: url(../img/home/pickupcat/cat02.jpg) no-repeat center right;
}
#pickupCat ul li.cat03 a{
    background: url(../img/home/pickupcat/cat03.jpg) no-repeat center right;
}
#pickupCat ul li.cat04 a{
    background: url(../img/home/pickupcat/cat04.jpg) no-repeat center right;
}
#pickupCat ul li.cat05 a{
    background: url(../img/home/pickupcat/cat05.jpg) no-repeat center right;
}
#pickupCat ul li.cat06 a{
    background: url(../img/home/pickupcat/cat06.jpg) no-repeat center right;
}
#pickupCat ul li a{
    display: block;
    height: 100%;
    background-size: auto 100% !important;
    box-sizing: border-box;
}
#pickupCat ul li p.title{
    color: #1585d7;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.8;
}
#pickupCat ul li p.com{
    color: #333333;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.45;
    text-shadow: 0 0 4px #ffffff;
    margin: 0;
}
#pickupCat ul li p.com br{
	display: none;
}

#pickup{
	padding: 24px 0 16px;
    margin: 0;
    background: #ffffff;
}
#pickup h3 small,
#columnArea h3 small{
	display: block;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin: 8px 0 6px;
}
#bnr2float ul li a,
#bnr3float ul li a{
	display: block;
}
@media screen and (max-width: 420px) {
	#pickup ul#bnr2float li,
	#pickup ul#bnr3float li{
		background: #ffffff;
		border: solid 2px #e5e5e5;
		border-radius: 6px;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0 0 8px;
	}
}
@media screen and (min-width: 421px) and (max-width: 768px){
	#pickup ul#bnr2float li,
	#pickup ul#bnr3float li{
		width: 49%;
		float: left;
		background: #ffffff;
		border: solid 2px #e5e5e5;
		border-radius: 6px;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0 0 12px 2%;
	}
	#pickup ul#bnr2float li:nth-child(2n+1),
	#pickup ul#bnr3float li:nth-child(2n+1){
		clear: both;
		margin-left: 0;
	}
}

/* 注目のいまちゃす価格 */
#pricePickUp{
    padding: 40px 0 0;
    margin: 0;
    background: #ffffff;
}
#pricePickUp #categoryArea{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
@media screen and (max-width: 460px){
	#pricePickUp #categoryArea .category{
		border-top: solid 3px #e5e5e5;
		padding: 16px 0;
	}
	#pricePickUp #categoryArea .category:nth-child(1){
		border-top: none;
		padding-top: 0;
	}
}
@media screen and (min-width: 461px){
	#pricePickUp #categoryArea .category{
		width: 49%;
		float: left;
		margin: 0 0 12px 2%;
		padding: 20px 12px 12px;
		border: solid 2px #e5e5e5;
		box-sizing: border-box;
		border-radius: 6px;
	}
	#pricePickUp #categoryArea .category:nth-child(2n+1){
		clear: both;
		margin-left: 0;
	}
}
#pricePickUp #categoryArea .category h4{
    font-size: 1.4rem;
    line-height: 1.4;
    position: relative;
    padding: 0 0 0 10px;
    margin: 0 0 12px;
    border-left: solid 6px #ffb900;
}
#pricePickUp #categoryArea .category ul.itemList{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#pricePickUp #categoryArea .category ul.itemList li{
    width: 32%;
    float: left;
    margin: 0 0 0 2%;
    position: relative;
}
#pricePickUp #categoryArea .category ul.itemList li:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}
#pricePickUp #categoryArea .category ul.itemList li a{
    display: block;
    color: #333333;
}
#pricePickUp #categoryArea .category ul.itemList li a:hover{
	opacity: 0.5;
}
#pricePickUp #categoryArea .category ul.itemList li .thumb{
	width: 100% !important;
    max-width: 200px !important;
    height: auto !important;
    margin: 0 auto 12px;
    overflow: hidden;
	position: relative;
}
#pricePickUp #categoryArea .category ul.itemList li .thumb:before{
	display: block;
    content: '';
    padding-top: 100%;
}
#pricePickUp #categoryArea .category ul.itemList li .thumb .centerBox{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    overflow: hidden;
}
#pricePickUp #categoryArea .category ul.itemList li .thumb .centerBox .tableCell{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#pricePickUp #categoryArea .category ul.itemList li p.itemcode{
    max-width: 200px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 auto 2px;
}
#pricePickUp #categoryArea .category ul.itemList li p.ptitle{
    color: #0d87e5;
    max-width: 200px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 auto 4px;
    word-break: break-all;
}
#pricePickUp #categoryArea .category ul.itemList li p.com{
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 0 12px;
    background: #0d87e5;
    color: #ffffff;
    padding: 8px 6px;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
}
#pricePickUp #categoryArea .category ul.itemList li p.com:before{
	content: '';
    width: 0;
    height: 0;
    margin: 0 -8px;
    border: 5px solid transparent;
    border-top: 11px solid #0d87e5;
    position: absolute;
    bottom: -15px;
    left: 50%;
    right: 50%;
}
#pricePickUp #categoryArea .category ul.itemList li p.price{
	max-width: 200px;
    margin: 0 auto;
    color: #ff3333;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: right;
}
#pricePickUp #categoryArea .category ul.itemList li p.price small{
	font-size: 1.0rem;
    margin: 0 0 0 1px;
}
#pricePickUp #categoryArea .category .more{
	width: 160px;
    margin: 16px auto 0;
}
#pricePickUp #categoryArea .category .more a{
    display: block;
    color: #333333;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    padding: 4px 0 2px;
    background: #ffe400;
    border-radius: 26px;
    border: solid 2px #ffe400;
}
#pricePickUp #categoryArea .category .more a b{
    font-size: 1.4rem;
    margin: 0 2px 0 0;
}
#pricePickUp #categoryArea .category .more a:hover{
	background: #ffffff;
}


/* ----- 注目のいまちゃす価格（新） ----- */

#pricePickUp_new{
	padding: 32px 0;
    margin: -20px 0 0;
    background: #ffffff;
}
#pricePickUp_new h3 small{
    font-size: 1.2rem;
    letter-spacing: 0;
}
#pricePickUp_new .tab-group{
    max-width: 100%;
    justify-content: center;
    border-top: solid 2px #e5e5e5;
}
#pricePickUp_new .tab{
	width: 33.3%;
    float: left;
    color: #787878;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    list-style: none;
    padding: 12px 0;
    background: #f2f2f2;
    border: solid 2px #e5e5e5;
    border-left: none;
    border-top: none;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
}
#pricePickUp_new .tab-group .tab:nth-child(3n+1){
    border-left: solid 2px #e5e5e5;
}
#pricePickUp_new .panel-group{
}
#pricePickUp_new .panel{
    display: none;
}
#pricePickUp_new .tab.is-active{
	color: #000000;
    transition: all 0.2s ease-out;
    background: #ffffff;
}
#pricePickUp_new .panel.is-show{
    display:block;
}

#pricePickUp_new .category{
	margin: 0;
	padding: 12px 12px 56px;
    position: relative;
    box-sizing: border-box;
    border: solid 3px #e5e5e5;
    border-top: none;
    background: #ffffff;
}
#pricePickUp_new .category ul.itemList{
	margin: 0 0 12px;
}
#pricePickUp_new .category ul.itemList li{
    margin: 16px 0 0;
    position: relative;
}
#pricePickUp_new .category ul.itemList li:first-child{
	margin-top: 0;
}
#pricePickUp_new .category ul.itemList li a{
    display: block;
    color: #333333;
}
#pricePickUp_new .category ul.itemList li a:hover{
	opacity: 0.5;
}
#pricePickUp_new .category ul.itemList li .thumb{
	width: 100% !important;
    max-width: 30% !important;
    height: auto !important;
    float: left;
    margin: 0 auto;
    border: solid 1px #cccccc;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
#pricePickUp_new .category ul.itemList li .thumb:before{
	display: block;
    content: '';
    padding-top: 100%;
}
#pricePickUp_new .category ul.itemList li .thumb .centerBox{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    overflow: hidden;
}
#pricePickUp_new .category ul.itemList li .thumb .centerBox .tableCell{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#pricePickUp_new .category ul.itemList li .text{
    width: 70%;
    float: left;
    padding: 0 0 0 3%;
    box-sizing: border-box;
}
#pricePickUp_new .category ul.itemList li p.itemcode{
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 4px auto 0px;
}
#pricePickUp_new .category ul.itemList li p.ptitle{
    color: #0d87e5;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.45;
    letter-spacing: 0.02em;
    margin: 0 auto;
    word-break: break-all;
}
#pricePickUp_new .category ul.itemList li p.com{
    width: 67%;
    color: #000000;
    font-size: 1.1rem;
    line-height: 1.45;
    margin: 0;
    padding: 6px 10px;
    margin: 0 0 0 3%;
    background: #f2f2f2;
    box-sizing: border-box;
    border-radius: 2px;
    position: absolute;
    right: 0;
    bottom: 0;
}
/*
#pricePickUp_new .category ul.itemList li p.com:before{
	content: '';
    width: 0;
    height: 0;
    margin: 0 -5px;
    border: 5px solid transparent;
    border-right: 9px solid #0d87e5;
    position: absolute;
    top: -14px;
    left: 17%;
}
*/
#pricePickUp_new .category ul.itemList li p.price{
    width: 100%;
    margin: -20px auto 0;
    color: #ff3333;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: right;
}
#pricePickUp_new .category ul.itemList li p.price small{
    font-size: 1.2rem;
    margin: 0 0 0 1px;
}
#pricePickUp_new .category .more{
    width: 160px;
    margin: 0 -80px 0;
    position: absolute;
    bottom: 16px;
    left: 50%;
    right: 50%;
}
#pricePickUp_new .category .more a{
    display: block;
    color: #333333;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    padding: 4px 0;
    background: #ffe400;
    border-radius: 26px;
    border: solid 2px #ffe400;
}
#pricePickUp_new .category .more a b{
	font-size: 15px;
	margin: 0 2px 0 0;
}
#pricePickUp_new .category .more a:hover{
	background: #ffffff;
}

#osusume{
	padding: 24px 0 48px;
    background: #ffffff;
}
#osusume .osusume-pagination{
	width: 100%;
    text-align: center;
    margin: 12px 0 0;
	left: 0;
}
#osusume .osusume-pagination .swiper-pagination-bullet{
	margin: 0 3px;
}
#osusume .osusume-next,
#osusume .osusume-prev{
	display: none;
}
#osusume li{
    margin: 0;
    padding: 0 4px;
}
#osusume li .itemcode{
    font-size: 1.1rem;
    line-height: 1.5;
}
#osusume .thumb{
	width: 100%;
    display: block !important;
    max-width: 120px;
    height: auto !important;
    margin: 0 auto 12px;
    border: solid 1px #cccccc;
    overflow: hidden;
}


#pricematch{
    padding: 24px 0;
    background: #ffffff;
    border-top: solid 3px #e5e5e5;
}
#pricematch .inner{
    position: relative;
}
#pricematch .titlearea{
    padding: 0 0 12px;
    box-sizing: border-box;
}
#pricematch .titlearea h3{
	display: inline-block;
    font-size: 1.8rem;
    padding: 0;
    margin: 0 0 20px;
    background: linear-gradient(transparent 60%, #ffe400 60%);
}
#pricematch .titlearea h3:after{
	content: none;
}
#pricematch .titlearea .outlineText{
    min-height: 100px;
    padding: 0 0 0 96px;
    box-sizing: border-box;
    background: url(../img/chasumaru_memo.jpg) no-repeat left top;
    background-size: 80px auto;
}
#pricematch .titlearea .outlineText p{
	font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 0;
}
#pricematch .titlearea .outlineText .date{
    color: #787878;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 8px;
}
#pricematch .titlearea .outlineText .ken{
    color: #ff3300;
    font-size: 16px;
    margin: 0 0 0 12px;
}
#pricematch .titlearea .outlineText .ken strong{
    font-size: 2rem;
    margin: 0 2px 0 0;
}
#pricematch .chumoku{
	width: 100%;
    box-sizing: border-box;
}
#pricematch .chumoku ul li{
    width: 48.5%;
    float: left;
    margin: 0 0 12px 3%;
}
#pricematch .chumoku ul li:nth-child(3n+1){
	clear: none;
	margin-left: inherit;
}
#pricematch .chumoku ul li:nth-child(2n+1){
	clear: both;
	margin-left: 0;
}
#pricematch .chumoku ul li a{
	display: block;
}
#pricematch .chumoku ul li .thumb{
	display: block;
}
#pricematch .chumoku ul li .thumb:before{
    display: block;
    content: '';
    padding-top: 100%;
}
#pricematch .chumoku ul li .thumb .centerBox{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    overflow: hidden;
}
#pricematch .chumoku ul li .thumb .tableCell{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#pricematch .chumoku ul li p.itemcode,
#pricematch .chumoku ul li p.lot,
#pricematch .chumoku ul li p.ptitle,
#pricematch .chumoku ul li p.price{
	max-width: 200px;
	margin: 0 auto;
}
#pricematch .chumoku ul li p.itemcode{
    font-size: 1.1rem;
    line-height: 1.5;
    margin-top: 8px;
    margin-bottom: 4px;
}
#pricematch .chumoku ul li p.lot{
	font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 2px;
}
#pricematch .chumoku ul li p.ptitle{
	font-size: 1.2rem !important;
    text-align: left;
    margin: 0 0 8px !important;
}
#pricematch .chumoku ul li p.price{
    text-align: left;
}
#pricematch .chumoku ul li p.price .moto{
	color: #999;
    width: 100%;
    font-size: 1.2rem;
}
#pricematch .chumoku ul li p.price .downprice{
    color: #ff3333;
    width: 100%;
    font-size: 1.2rem;
    box-sizing: border-box;
}
#pricematch .chumoku ul li p.price .downprice:before{
    content: "→";
    margin: 0 4px;
}
#pricematch .chumoku ul li p.price .downprice b{
    font-size: 1.5rem;
}
#pricematch .more{
    max-width: 240px;
    margin: 16px auto 16px;
}
#pricematch .more a{
    display: block;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 8px 0;
    border-radius: 36px;
    background: #0d87e5;
    border: solid 3px #0d87e5;
}



/* ----- お値下げ商品(新) ----- */

#pricedown{
	padding: 28px 0 24px;
    background: #fcfafb;
}
#pricedown .titlearea{
    box-sizing: border-box;
    padding: 0;
}
#pricedown .titlearea .outlineText{
    box-sizing: border-box;
}
#pricedown .titlearea .outlineText p{
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.6;
    margin: 0 0 16px;
}
#pricedown .titlearea .outlineText figure{
	width: 35%;
    float: right;
    margin: 0 0 0 12px;
    box-sizing: border-box;
    border-radius: 6px;
    overflow: hidden;
}
#pricedown .date{
    color: #121212;
    font-size: 1.3rem !important;
    font-weight: bold !important;
    line-height: 1 !important;
    text-align: left;
    margin: 0 0 12px !important;
}
#pricedown .date .ken{
    color: #ff3300;
    margin: 0 0 0 12px;
}
#pricedown .date .ken strong{
    font-size: 1.6rem;
    margin: 0 2px 0 0;
}
#pricedown .chumoku{
    box-sizing: border-box;
}
#pricedown .chumoku ul{
    font-size: 0;
    margin: 0 0 8px;
}
#pricedown .chumoku ul li{
	width: 100%;
    float: none;
    margin: 0 0 12px;
}
#pricedown .chumoku ul li a{
	display: block;
}
#pricedown .chumoku ul li a:after{
	display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
#pricedown .chumoku ul li .thumb{
	width: 24% !important;
    float: left;
    height: auto !important;
    margin: 0 12px 0 0;
    border: solid 1px #cccccc;
    overflow: hidden;
}
#pricedown .chumoku ul li p.itemcode,
#pricedown .chumoku ul li p.ptitle,
#pricedown .chumoku ul li p.price{
	margin: 0 auto;
}
#pricedown .chumoku ul li p.itemcode{
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 2px;
}
#pricedown .chumoku ul li p.lot{
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 2px;
}
#pricedown .chumoku ul li p.ptitle{
	font-size: 14px;
    text-align: left;
    margin-bottom: 6px;
}
#pricedown .chumoku ul li p.price{
	text-align: right;
    margin: 8px 0 0;
}
#pricedown .chumoku ul li p.price .moto{
    color: #121212;
    width: 100%;
    font-size: 12px;
}
#pricedown .chumoku ul li p.price .downprice{
    color: #ff3333;
    width: 100%;
    font-size: 12px;
    box-sizing: border-box;
}
#pricedown .chumoku ul li p.price .downprice:before{
    content: "→";
    margin: 0 4px;
}
#pricedown .chumoku ul li p.price .downprice b{
    font-size: 14px;
}
#pricedown .more{
    max-width: 240px;
    margin: 0 auto;
}
#pricedown .more a{
	display: block;
    color: #000000;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 8px 0;
    border-radius: 36px;
    background: #ffe400;
    border: solid 2px #ffe400;
}

/* ----- 検索窓下バナーエリア ----- */

#topBnrarea{
    padding: 20px 0;
    background: #ffffff;
}
#topBnrarea ul.bnr{
    font-size: 0;
	text-align: center;
}
#topBnrarea ul.bnr li{
    display: inline-block;
	border-radius: 1px;
    border: solid 2px #e5e5e5;
    box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	#topBnrarea ul.bnr li{
		width: 100%;
		margin-top: 12px;
	}
	#topBnrarea ul.bnr li:nth-child(1){
		margin-top: 0;
	}
}
@media screen and (min-width: 600px) and (max-width: 768px){
	#topBnrarea ul.bnr li{
		width: 49%;
		margin: 12px 0 0 2%;
	}
	#topBnrarea ul.bnr li:nth-child(2n+1){
		margin-left: 0;
	}
	#topBnrarea ul.bnr li:nth-child(1),
	#topBnrarea ul.bnr li:nth-child(2){
		margin-top: 0;
	}
}
#topBnrarea ul.bnr li a{
	display: block;
}
#topBnrarea ul.bnr li a:hover{
	opacity: 0.5;
}

/* ----- おすすめ特集 ----- */

.tokushuList{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.tokushuList li{
    width: 100%;
    min-height: 110px;
	margin: 0 0 12px;
	background: #ffffff;
	box-sizing: border-box;
/*	border-radius: 12px;*/
}
/*
.tokushuList li:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}
*/
.tokushuList li a{
    display: block;
    color: inherit;
    height: 100%;
    border: solid 2px #e5e5e5;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
}
.tokushuList li a:hover{
	color: inherit;
	opacity: 0.5;
}
.tokushuList li .thumb{
    width: 30%;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
}
.tokushuList li .text{
	width: 70%;
    float: left;
    box-sizing: border-box;
    padding: 12px;
}
.tokushuList li h4{
    color: #121212;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: left;
    margin: 0 0 8px;
}
.tokushuList li p.midashi{
    font-size: 1.1rem;
    line-height: 1.6;
}

#mainCategory{
	padding: 24px 0 16px;
    background: #f6f6f6;
}
#mainCategory ul{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#mainCategory ul li{
	float: left;
	margin: 0 0 8px 2%;
	border: solid 2px #e5e5e5;
	border-radius: 6px;
	box-sizing: border-box;
	overflow: hidden;
}
@media screen and (max-width: 420px) {
	#mainCategory ul li{
		width: 49%;
	}
	#mainCategory ul li:nth-child(2n+1){
		clear: both;
		margin-left: 0;
	}
}
@media screen and (min-width: 421px) and (max-width: 768px){
	#mainCategory ul li{
		width: 32%;
	}
	#mainCategory ul li:nth-child(3n+1){
		clear: both;
		margin-left: 0;
	}
}
#mainCategory ul li a{
	display: block;
	height: 100%;
    text-align: center;
	background: #ffffff;
}
#mainCategory ul li:nth-child(1) a{
	color: #3e89c8;
}
#mainCategory ul li:nth-child(2) a{
	color: #0070bc;
}
#mainCategory ul li:nth-child(3) a{
	color: #63a75e;
}
#mainCategory ul li:nth-child(4) a{
	color: #0f7635;
}
#mainCategory ul li:nth-child(5) a{
	color: #ef7d00;
}
#mainCategory ul li:nth-child(6) a{
	color: #f8b600;
}
#mainCategory ul li:nth-child(7) a{
	color: #e94d0f;
}
#mainCategory ul li:nth-child(8) a{
	color: #e94d77;
}
#mainCategory ul li a:hover{
	opacity: 0.5;
}
#mainCategory ul li .icon{
    width: 80px;
    text-align: center;
    padding: 16px 0 0;
    margin: 0 auto 20px;
}
#mainCategory ul li p.title{
    color: inherit;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 0 8px 12px;
}
#mainCategory ul li p.hinmoku{
    color: #333333;
    font-size: 1.0rem;
    line-height: 1.5;
    text-align: left;
    margin: 0 0 12px;
    padding: 0 12px;
}
#mainCategory ul li p.hinmoku br{
	display: none;
}

#review{
	padding: 24px 0 16px;
    background: #fff8c2;
}
#review ul{
}
#review ul li{
    margin: 0 0 12px;
    border: solid 2px #e5e5e5;
    box-sizing: border-box;
}
#review ul li a{
	display: block;
    color: #333333;
    padding: 12px;
    background: #ffffff;
}
#review ul li .thumb{
	width: 104px;
    height: 104px;
    float: left;
    margin: 0 12px 12px 0;
    background: #ffffff;
    position: relative;
}
#review ul li .thumb:before{
	display: block;
    content: '';
    padding-top: 100%;
}
#review ul li .thumb .centerBox{
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    box-sizing: border-box;
    overflow: hidden;
}
#review ul li .thumb .tableCell{
    width: 100%;
    height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#review ul li .thumb .tableCell img{
	width: 100%;
    height: auto;
}
#review ul li p.ptitle{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.35;
    margin: 0 0 4px;
}
#review ul li p.price{
    color: #666666;
    font-size: 1.3rem;
    margin: 0 0 2px;
}
#review ul li p.star{
    color: #ff9900;
    font-size: 2rem;
    letter-spacing: 0;
    margin: 0 0 8px;
}
#review ul li p.comment{
    clear: both;
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: justify;
}

#halfContent{}
#info{
	padding: 24px 0 16px;
    text-align: center;
    background: #f6f6f6;
    box-sizing: border-box;
}
.infoList{
    margin: -8px 0 16px;
}
#info .infoList{
    max-height: 235px;
    padding: 4px 12px;
    margin-top: 0;
    overflow-y: scroll;
    box-sizing: border-box;
    border: solid 1px #cccccc;
    background: rgba(255,255,255,0.75);
}
.infoList li{
    text-align: left;
	padding: 8px 0;
    border-top: solid 1px #cccccc;
}
.infoList li:first-child{
	margin-top: 0;
	border-top: none;
}
.infoList li a{
	display: inline-block;
    color: #333333;
	text-decoration: underline;
}
.infoList li span.date{
    display: block;
    font-size: 1.2rem;
    color: #666666;
}
.infoList li p{
    font-size: 1.3rem;
    line-height: 1.5;
}

#twitter{
	min-height: 240px;
	text-align: center;
    /*background: #ffffff url(../img/home/twi_bg.jpg) no-repeat center center;
	background-size: auto 94%;*/
	box-sizing: border-box;
}
#twitter .inner{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 12px 0 0;
    box-sizing: border-box;
}
#twitter .twitBox{
    max-height: 40%;
	overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}
@media screen and (min-width: 461px){
	#twitter .inner{
		max-width: 600px;
		margin: 0 auto;
	}
	#twitter .twitBox{
		max-height: 380px;
	}
}
@media screen and (max-width: 460px){
	#twitter .twitBox{
		max-height: 280px;
	}
}
#twitter .ie{
	display: none;
}
@media all and (-ms-high-contrast: none){
	#twitter .twitBox{
		display: none;
	}
  *::-ms-backdrop, #twitter .ie { display: block; }
  *::-ms-backdrop, #twitter .ie:hover { opacity: 0.5; }
}
#twitter .twitBox iframe{
    overflow-y: scroll;
}
#mailmag{
    padding: 36px 0 32px;
    text-align: center;
    background: #454545;
    box-sizing: border-box;
}
#mailmag h2{
	color: #ffffff;
    font-size: 1.8rem;
    margin: 0 0 28px;
    padding: 0 0 38px;
    background: url(../img/icon/iconMail.png) no-repeat bottom center;
    background-size: 40px auto;
}
#mailmag p{
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 1.8;
    padding: 0 8px;
    margin: 0 0 24px;
}
#mailmag .reg_btn{
    max-width: 280px;
    margin: 0 auto;
}
#mailmag .reg_btn a{
    display: block;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    padding: 8px 0;
    background: #0d87e5;
    border-radius: 20px;
    border: solid 3px #0d87e5;
}

#column{
	padding: 32px 0 16px;
    background: #0073be;
}
#column h3{
    color: #ffffff;
}
#column h3:after{
    background: #ffe400;
}
#column ul.columnList{
	margin: 0 0 20px;
}
#column ul.columnList li{
    margin: 8px 0 0;
    border: solid 2px #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
}
#column ul.columnList li:first-child{
	margin-top: 0;
}
#column ul.columnList li a{
    color: #333333;
    display: block;
    min-height: 96px;
    padding: 8px;
    background: #ffffff;
    position: relative;
    box-sizing: border-box;
}
#column ul.columnList li .thumb{
    width: 80px;
    margin: 0 12px 0 0;
    position: absolute;
    top: 8px;
    left: 8px;
}
#column ul.columnList li .text{
	padding: 0 0 0 92px;
}
#column ul.columnList li .text h4{
    color: #f93f71;
    font-size: 1.4rem;
    line-height: 1.45;
    margin: 0 0 4px;
}
#column ul.columnList li p.des{
	display: none;
}
#column ul.columnList li p.date {
    color: #787878;
    font-size: 1.2rem;
    position: absolute;
    bottom: 8px;
    right: 8px;
}

#column ul.magazineList{
	margin: 0 0 32px;
}
#column ul.magazineList li{
    margin: 16px 0 0;
    border: solid 3px #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
}
#column ul.magazineList li:hover{
    border: solid 3px #f93f71;
}
#column ul.magazineList li:first-child{
	margin-top: 0;
}
#column ul.magazineList li a{
    color: #333333;
    display: block;
    padding: 8px 8px 12px;
    background: #ffffff;
    position: relative;
    box-sizing: border-box;
}
#column ul.magazineList li .thumb{
    width: 80px;
    height: 80px;
    margin: 0 12px 0 0;
    position: absolute;
    top: 12px;
    left: 12px;
}
#column ul.magazineList li .text{
    padding: 0 0 0 96px;
}
#column ul.magazineList li .text h4{
    color: #f93f71;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 6px;
}
#column ul.magazineList li .text p.des{
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
	text-align: justify;
    overflow: hidden;
    max-height: 4.5em;
    margin: 0 0 20px;

}
#column ul.magazineList li p.date{
    color: #787878;
    font-size: 1.2rem;
    position: absolute;
    bottom: 8px;
    right: 8px;
}
#column .more{
    max-width: 200px;
    margin: 0 auto 32px;
}
#column .more a{
    display: block;
    color: #333333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 1px;
    padding: 6px 0;
    background: #ffe400;
    border-radius: 20px;
    border: solid 3px #ffe400;
}

/* ----- コラムエリア(新) ----- */

#columnArea {
	padding: 32px 0 4px;
    background: #0073be;
}
#columnArea h3{
    color: #ffffff;
}
#columnArea h3:after{
    background: #ffe400;
}

#columnArea ul.columnList{
	margin: 0 0 20px;
}
#columnArea ul.columnList li{
    margin: 0 0 12px;
    box-sizing: border-box;
}
#columnArea ul.columnList li a{
    color: #ffffff;
    display: block;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}
#columnArea ul.columnList li .thumb{
    width: 35%;
    float: left;
    margin: 0 16px 0 0;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
}
#columnArea ul.columnList li .text{
    box-sizing: border-box;
}
#columnArea ul.columnList li h4{
	color: #ffe400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-align: justify;
    margin: 0;
}
#columnArea ul.columnList li p.des{
	display: none;
}
#columnArea ul.columnList li p.date{
    color: #ffffff;
    font-size: 1.2rem;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    right: 0;
}

#columnArea ul.magazineList{
    margin: 0 0 24px;
}
#columnArea ul.magazineList li{
	margin: 0 0 12px;
    border: solid 3px #ffffff;
    box-sizing: border-box;
    overflow: hidden;
}
#columnArea ul.magazineList li:first-child{
	margin-top: 0;
}
#columnArea ul.magazineList li a{
    color: #333333;
    display: block;
    height: 100%;
    min-height: 120px;
    padding: 8px 12px 0 0;
    background: #ffffff;
    position: relative;
    box-sizing: border-box;
}
#columnArea ul.magazineList li .thumb{
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
}
#columnArea ul.magazineList li .text{
	padding: 0 0 0 35%;
}
#columnArea ul.magazineList li .text h4{
	color: #f93f71;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0;
    padding: 0 0 0 20px;
}
#columnArea ul.magazineList li .text p.des{
	display: none;
    /* display: block; */
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 20px;
}
#columnArea ul.magazineList li p.date {
	color: #787878;
    font-size: 1.2rem;
    position: absolute;
    bottom: 6px;
    right: 6px;
}

#columnArea .more{
    max-width: 240px;
    margin: 0 auto 32px;
}
#columnArea .more a{
    display: block;
    color: #333333;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    padding: 8px 0;
    background: #ffe400;
    border-radius: 26px;
    border: solid 3px #ffe400;
}

#homeFeature{
    padding: 24px 0 16px;
    background: #ffe400;
}
#homeFeature h3{
    color: #333333;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    padding: 0;
    margin: 0 0 16px;
}
#homeFeature h3:after{
	display: none;
}
#homeFeature ul{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#homeFeature ul li{
	padding: 16px 12px;
	background: #ffffff;
	box-sizing: border-box;
}
@media screen and (max-width: 420px) {
	#homeFeature ul li{
		width: 100%;
		margin: 0 0 12px;
	}
}
@media screen and (min-width: 421px) and (max-width: 768px){
	#homeFeature ul li{
		width: 48.5%;
		float: left;
		margin: 0 0 12px 3%;
	}
	#homeFeature ul li:nth-child(2n+1){
		clear: both;
		margin-left: 0;
	}
}
#homeFeature ul li .iconImg{
    width: 144px;
    float: left;
    margin: 0 12px 12px 0;
    background: #f2f2f2;
}
#homeFeature ul li h4{
	font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    margin: 0 0 12px;
}
#homeFeature ul li h4 br{
	display: none;
}
#homeFeature ul li p{
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: justify;
}

/* ----- privacy policy ----- */

#privacy{
    width: 100%;
    padding: 0 0 20px;
}
#privacy p{
	line-height: 1.6 !important;
    margin: 0 0 12px !important;
}
#privacy ul{
    margin: 0 0 24px 1em;
}
#privacy ul li{
	font-size: 1.3rem;
    line-height: 1.6;
    text-indent: -1em;
    margin: 10px 0 0;
}
#privacy ul li:first-child{
	margin-top: 0;
}

/* ----- category list ----- */

#categoryList{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin: 0 0 24px;
}
#categoryList li{
    float: left;
    border: solid 2px #e5e5e5;
    box-sizing: border-box;
}
@media screen and (max-width: 460px){
	#categoryList li{
		width: 32%;
		margin: 0 0 8px 2%;
	}
	#categoryList li:nth-child(3n+1){
		clear: both;
		margin-left: 0;
	}
}
@media screen and (min-width: 461px){
	#categoryList li{
		width: 18.8%;
		margin: 0 0 10px 1.5%;
	}
	#categoryList li:nth-child(5n+1){
		clear: both;
		margin-left: 0;
	}
}
#categoryList li a{
    display: block;
    padding: 4px 4px 6px;
}
#categoryList li a:hover{
	opacity: 0.5;
}
#categoryList li .thumb{
	margin: 0 0 8px;
}
#categoryList li p.catName{
	color: #0d87e5;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

/* ----- category rank ----- */

#categoryRanking{
    overflow: hidden;
    position: relative;
}
#categoryRanking h3{
    color: #333333;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.01em;
    padding: 8px 2px 6px;
    margin-bottom: 20px;
    border-top: solid 4px #0d87e5;
    border-bottom: solid 1px #cccccc;
}
#categoryRanking #slider{
    margin: 12px 32px 24px;
    overflow: hidden;
}
#slider .swiper-wrapper{
	counter-reset: ranking;
}
#slider .swiper-wrapper li.swiper-ranking{
}
#slider .swiper-ranking{
}
#slider .swiper-ranking a{
	display: block;
    color: #333333;
    text-decoration: none;
}
#slider .swiper-ranking .thumb{
    width: 160px;
    height: 160px;
    margin: 0 auto 16px;
    border: solid 1px #cccccc;
	position: relative;
}
#slider .swiper-ranking .thumb:after{
    counter-increment: ranking;
    content: counter(ranking);
    display: block;
    width: 28px;
    height: 28px;
    color: #ffffff;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    padding: 6px 4px 6px 0;
    position: absolute;
    top: -1px;
    left: -1px;
    background: #666666;
    box-sizing: border-box;
    z-index: 500;
}
#slider .swiper-wrapper li.st1 .thumb:after{
    background: #c79d05;
}
#slider .swiper-wrapper li.nd2 .thumb:after{
    background: #b5b5b5;
}
#slider .swiper-wrapper li.rd3 .thumb:after{
    background: #af6e23;
}
#slider .swiper-ranking .thumb span.middle{
    display: table-cell;
    width: 160px;
    height: 160px;
    text-align: center;
    vertical-align: middle;
}
#slider .swiper-ranking .thumb img{
}
#slider .swiper-ranking p.itemName{
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 4px;
}
#slider .swiper-ranking p.price{
    font-size: 1.2rem;
    margin: 0;
}
#slider .swiper-ranking p.price b{
    color: #ff3300;
}
#slider .swiper-ranking p.price small{
    color: #ff3300;
}
#categoryRanking #slider .swiper-button-next,
#categoryRanking #slider .swiper-button-prev{
	width: 12px !important;
    height: 16px !important;
    padding: 8px 4px;
    border: solid 1px #0d87e5;
    background-color: #ffffff;
    background-size: 8px auto !important;
    border-radius: 4px;
}
#categoryRanking #slider .swiper-button-next{
    right: 0;
}
#categoryRanking #slider .swiper-button-prev{
    left: 0;
}



/* ----- 191025 ピックアップ商品 ----- */

#pickup_items{
    padding: 24px 0;
    margin: 0 0 -24px;
    background: #ffffff;
}
#pickup_items h3{
}
#pickup_items ul.pickupList{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#pickup_items ul.pickupList>li{
	width: 100%;
	padding: 0 0 50px;
	margin: 0 0 32px;
    position: relative;
    box-sizing: border-box;
}
#pickup_items ul.pickupList li a{
	display: block;
	color: inherit;
}
#pickup_items ul.pickupList li figure{
	width: 30%;
	float: left;
    margin: 0 0 12px;
    border: solid 1px #cccccc;
    box-sizing: border-box;
}
#pickup_items ul.pickupList li figure img{
}
#pickup_items ul.pickupList li .text{
    width: 70%;
    float: left;
    padding: 0 0 0 16px;
    box-sizing: border-box;
}
#pickup_items ul.pickupList li .text h4.itemName{
    /*color: #0d87e5;*/
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    margin: 0 0 8px;
    word-break: break-all;
}
#pickup_items ul.pickupList li .text p.itemcode,
#pickup_items ul.pickupList li .text p.lot{
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 0 0 4px;
}
#pickup_items ul.pickupList li .text p.itemcode strong,
#pickup_items ul.pickupList li .text p.lot b{
	font-weight: normal;
}
#pickup_items ul.pickupList li p.price{
    color: #ff3333;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    margin: 4px 0;
}
#pickup_items ul.pickupList li p.price strong{
	font-size: 1.5rem;
    margin: 0 1px 0 0;
}
#pickup_items ul.pickupList li p.price small{
    font-size: 1.1rem;
    margin: 0 0 0 1px;
}
#pickup_items ul.pickupList li .text .pointWrap{
	padding: 4px 12px;
    margin: 8px 0 0;
    background: #f5f5f5;
    border-radius: 4px;
}
#pickup_items ul.pickupList li .text ul.pointList{
	margin: 8px 0 8px 1.1em;
}
#pickup_items ul.pickupList li .text ul.pointList li{
	font-size: 1.2rem;
    line-height: 1.5;
    list-style-type: disc;
    margin: 8px 0 0;
}
#pickup_items ul.pickupList li .text ul.pointList li:first-child{
    margin-top: 0;
}
#pickup_items ul.pickupList li .more{
	display: block;
    width: 200px;
    color: #333333;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    padding: 6px 0 4px;
    margin: 0 -100px;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #ffe400;
    border-radius: 26px;
    border: solid 2px #ffe400;
}
#pickup_items ul.pickupList li .more a:hover{
}



/* ----- 商品ページ　お知らせ ----- */

#detailarea{
}
#attInfoFloat{
}
#attInfoFloat p,
#attInfoHome p{
    color: #ff3300;
	font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
    padding: 24px 20px;
    margin: 0 !important;
    background: #ffff00;
    box-sizing: border-box;
}
#attInfoFloat p small,
#attInfoHome p small{
    display: inline-block;
    font-size: 1.3rem;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    margin: 12px 0 0;
}
#attInfoHome p{
	max-width: 94%;
    padding: 24px 16px;
	margin: 16px auto 0 !important;
}


/*----- この商品もおすすめです ----- */

#cartOsusume ul.pickupList{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#cartOsusume ul.pickupList>li{
	width: 100%;
	margin: 0 0 32px;
    position: relative;
    box-sizing: border-box;
}
#cartOsusume ul.pickupList li a{
	display: block;
	color: inherit;
}
#cartOsusume ul.pickupList li figure{
	width: 30%;
	float: left;
    margin: 0 0 12px;
    border: solid 1px #cccccc;
    box-sizing: border-box;
}
#cartOsusume ul.pickupList li .text{
    width: 70%;
    float: left;
    padding: 0 0 0 16px;
	margin: 0 0 8px;
    box-sizing: border-box;
}
#cartOsusume ul.pickupList li .text h4.itemName{
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    margin: 0 0 8px;
    word-break: break-all;
}
#cartOsusume ul.pickupList li .text p.itemcode,
#cartOsusume ul.pickupList li .text p.lot{
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: left;
    margin: 0 0 4px;
}
#cartOsusume ul.pickupList li .text p.itemcode strong,
#cartOsusume ul.pickupList li .text p.lot b{
	font-weight: normal;
}
#cartOsusume ul.pickupList li p.price{
    color: #ff3333;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    margin: 4px 0;
}
#cartOsusume ul.pickupList li p.price strong{
	font-size: 1.5rem;
    margin: 0 1px 0 0;
}
#cartOsusume ul.pickupList li p.price small{
    font-size: 1.1rem;
    margin: 0 0 0 1px;
}
#cartOsusume ul.pickupList li .text .pointWrap{
	padding: 4px 12px;
    margin: 8px 0 0;
    background: #f5f5f5;
    border-radius: 4px;
}
#cartOsusume ul.pickupList li .text ul.pointList{
	margin: 8px 0 8px 1.1em;
}
#cartOsusume ul.pickupList li .text ul.pointList li{
	font-size: 1.2rem;
    line-height: 1.5;
    list-style-type: disc;
    margin: 8px 0 0;
}
#cartOsusume ul.pickupList li .text ul.pointList li:first-child{
    margin-top: 0;
}
#cartOsusume ul.pickupList li .more{
    display: block;
    width: 200px;
    color: #333333;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    padding: 6px 0 4px;
    margin-left: calc(30% + 12px);
    background: #ffe400;
    border-radius: 26px;
    border: solid 2px #ffe400;
    clear: both;
}

/*「メーカー一覧」ボタン*/
#search_area .makerlist-btn{
    width: 32%;
    margin: .5em auto 0;
}
#search_area .makerlist-btn a{
    width: 100%;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 0.25em .5em;
    background: #ef7d00;
    border-radius: 3px;
    box-sizing: border-box;
}

/* 220615 PICK UP 商品
----------------------------------------------- */
#pu_items_original{
  padding: 32px 0;
  margin: 0;
  background: #fffcef;
}
#pu_items_original h3{
}
#pu_items_original ul.pickupList{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
#pu_items_original ul.pickupList li{
  width: 100%;
  margin: 0 0 1em;
  background: #fafafa;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#pu_items_original ul.pickupList li:nth-child(n+6){
}
#pu_items_original ul.pickupList li a{
  display: flex;
  color: #3f3f3f;
  text-decoration: none;
}
#pu_items_original ul.pickupList li a:hover{
  opacity: 0.75;
  color: #ed007a;
}
#pu_items_original ul.pickupList li figure{
  width: 32%;
}

#pu_items_original ul.pickupList li .text{
  width: 68%;
  padding: .5em .5em 0;
  box-sizing: border-box;
}
#pu_items_original ul.pickupList li .text h4.itemName{
  font-size: 1.3rem;
  margin: 0 0 .4em;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  word-break: break-all;
}
#pu_items_original ul.pickupList li .text p.itemcode,
#pu_items_original ul.pickupList li .text p.lot{
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 0 0 2px;
}
#pu_items_original ul.pickupList li .text p.itemcode strong,
#pu_items_original ul.pickupList li .text p.lot b{
  font-size: 1.3rem;
  letter-spacing: .05em;
  font-weight: normal;
}
#pu_items_original ul.pickupList li p.price{
  color: #ff3333;
  font-size: 1.24rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: right;
  margin: 6px 0;
}
#pu_items_original ul.pickupList li p.price strong{
  font-size: 1.4rem;
}
#pu_items_original ul.pickupList li p.price small{
  font-size: 1.1rem;
  margin: 0 0 0 1px;
}
.fs-s{
  display: block;
  font-size: 1.2rem;
	font-weight: normal;
}

/* ***********************************************
いまちゃす特別提供品
/*********************************************** */
div#undercolumn.original a span.cart_white,
input span.cart_white{
    content: "";
    background: url(../img/cart_white.png) no-repeat;
    background-size: contain;
}

/* ***********************************************
特別会員用 ヘッダー 20220908
/*********************************************** */
header#whiteBgSpecial{
  padding: 12px 16px;
  background: #fff;
  border-top: solid 4px #0C87E7;
}
header#whiteBgSpecial .header_content{
  display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
header#whiteBgSpecial h1.logo{
  width: 47%;
	margin-top: 0;
	order: 0;
}
header#whiteBgSpecial .stockship{
	width: 40%;
	margin-top: 3%;
	margin-right: 10%;
	order: 1;
}
header#whiteBgSpecial .stockship a{
	display: block;
  margin-left: 5%;
}
header#whiteBgSpecial .welcome{
	width: 72%;
	margin: 2% 0;
	padding: 1.5% 2%;
	background: #fcefe3;
	text-align: center;
	box-sizing: border-box;
	order: 2;
}
header#whiteBgSpecial .welcome p{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	font-size: 1.3rem;
	line-height: 1.4;
}
header#whiteBgSpecial .welcome p span{
	padding: 0 2.5%;
	text-align: center;
	display: block;
}
header#whiteBgSpecial .welcome p span.company{
	width: auto;
}
header#whiteBgSpecial .welcome p span.name{
	width: 100%;
}
header#whiteBgSpecial .welcome p span.name::after{
	content: '様';
	margin-left: 1.5%;
}
header#whiteBgSpecial .welcome a.logout{
	display: none;
}
header#whiteBgSpecial .member_logo{
	width: 28%;
	margin-right: 2%;
	order: 4;
}
header#whiteBgSpecial .inquiry_desk{
	position: relative;
	width: 70%;
	order: 5;
}
header#whiteBgSpecial .desk_btn{
  display: block;
  color: #fff;
  text-align: center;
  background: #0b0b47;
	box-sizing: border-box;
	border-radius: 4px;
}
header#whiteBgSpecial .desk_btn:hover{
  color: #fff;
}
header#whiteBgSpecial .desk_btn span{
	display: inline-block;
  padding: .6em 0 .6em;
	font-size: 1.2rem;
}
header#whiteBgSpecial .desk_btn span.desk1{
	float: left;
  background: #ff3334;
	font-size: 1.3rem;
	width: 80%;
	text-align: center;
	vertical-align: middle;
	margin: .3em .3em 0 .3em;
	padding: .25em 1.5em .1em;
}
header#whiteBgSpecial .desk_btn span.desk2::after{
	content: '▼';
	display: inline-block;
	width: 15px;
	height: 15px;
	color: #0b0b47;
	font-size: 9px;
	margin: -2px 0 0 10px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	border-radius: 50%;
}
.inquiry_box{
	display: none;
	position: absolute;
	top: 62px;
	/*top: 36px;*/
	left: -42.857%;
	width: 142.857%;
	height: auto;
	margin: 0 auto;
	color: #19193a;
	box-sizing: border-box;
	z-index: 100;
}
.inquiry_box::before{
	content: '';
	width: 0;
  height: 0;
	display: block;
	padding: 1.2em 0 0;
	margin: -18px auto 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 18px solid #0b0b47;
}
.inquiry_box_inner{
	background: #fff;
	border: 3px solid #0b0b47;
}
ul.customer_set{
	position: relative;
	padding: 5% 0 4%;
	background: #ff3334;
}
header#whiteBgSpecial .close_btn{
	display: none;
	position: absolute;
	top: 17px;
	right: 0;
	color: #fff;
	width: 20px;
	height: auto;
	padding: 0 3px 0;
	font-size: 1.8rem;
	text-align: center;
	background: #19193a;
	cursor: pointer;
	z-index: 1000;
}
header#whiteBgSpecial .close_btn.open{
	display: block;
}
ul.customer_set li{
	width: 86%;
	margin: 0 auto 1%;
	padding: .2em .3em;
	font-size: 1.2rem;
	line-height: 1.3;
	background: #fff;
	box-sizing: border-box;
	text-align: center;
}
/*
ul.customer_set li.dep::after{
	content: '部';
	margin: 0 2% 0 2%;
}
*/
ul.customer_set li.nam::after{
	content: '様';
	margin: 0 2% 0 2%;
}
header#whiteBgSpecial .inquiry_text{
	width: 86%;
	margin: 0 auto;
	padding: 1em 0;
	font-size: 1.2rem;
	line-height: 1.6;
}
header#whiteBgSpecial .inquiry_textarea{
	width: 86%;
	margin: 0 auto;
}
header#whiteBgSpecial .inquiry_textarea textarea{
	width: 100%;
	min-height: 120px;
	padding: .5em;
	background: #fff;
	font-size: 1.4rem;
	box-sizing: border-box;
}
header#whiteBgSpecial .inquiry_textarea.error_wrap textarea{
	background: #fae8ea;
}
header#whiteBgSpecial .inquiry_textarea .error_msg{/*エラーメッセージ 非表示*/
	display: none;
}
header#whiteBgSpecial .inquiry_textarea.error_wrap .error_msg{/*エラーメッセージ 表示*/
	display: block;
	font-size: 1.3rem;
	line-height: 1.5;
	padding: 0 0 1em;
	font-weight: bold;
	color: #ff3334;
}
header#whiteBgSpecial .inquiry_textarea .note{
	display: block;
	font-size: 1.1rem;
	text-align: right;
	padding: .5em 0 .7em;
}
header#whiteBgSpecial .submit_bt{
	width: 86%;
	margin: 1% auto 6%;
}
header#whiteBgSpecial .submit_bt input{
	width: 100%;
	color: #fff;
	font-size: 1.3rem;
	padding: .5em 0 .5em;
	background: #19193a;
	border: none;
}
header#whiteBgSpecial .other_inq{
	width: 100%;
	margin: 0 auto 6%;
	border-top: 1px solid #19193a;
}
header#whiteBgSpecial .other_inq a{
	width: 100%;
	display: block;
  color: #19193a;
  font-weight: 600;
	line-height: 1.6;
  text-align: center;
  background: #fff;
	font-size: 1.3rem;
	padding: 5% 0 0;
}
.msgBanner .pcOnly{
	display: none;
}
.msgBanner .spOnly{
	display: block;
}
.msgBanner{
	width: 100%;
	border-bottom: 2px solid #ffe53e;
}
.msgBanner .msgBanner_inner{
	margin: 0 auto;
}
.msgBanner .msg_bar{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: .45% 0;

}
.msgBanner .msg_bar .msg{
	width: 100%;
	background: linear-gradient(70deg, #ecaa16, #ffe22a);
}
.msgBanner .msg_bar .msg .msg_inner{
	width: 96%;
	margin: 1.25% auto;
	padding: .25em .75em;
	background: #fff;
	font-size: 1.3rem;
	line-height: 1.4;
	border-radius: 6px;
	box-sizing: border-box;
	order: 0;
	white-space: pre-line;
}
.msgBanner .bnr_info{
	position: relative;
	width: auto;
	background: #f9e2b2;
	margin: 4% 2% 0 2%;
	font-size: 1.2rem;
	padding: .6em .5em .3em .5em;
	border: 1px solid #d68e0d;
	z-index: 10;
	box-sizing: border-box;
	order: 1;
}
.msgBanner .bnr_info .tit{
	position: absolute;
	top: -10px;
	left: calc((100% - 80%) / 2);
	width: 80%;
	color: #fff;
	background: #fff;
	text-align: center;
	letter-spacing: .1em;
	font-size: 1.2rem;
	padding: .1em 0;
	border: 1px solid #d68e0d;
	border-radius: 50px;
	background: linear-gradient(-135deg, #ff4e50, #e14fad);
	z-index: 10;
}
.msgBanner .bnr_info .nam{
	padding: .6em .5em 0;
}
.msgBanner .bnr_info .nam span::after{
	content: ' 様';
	font-size: 1.3rem;
}
.msgBanner .bnr_info .arw{
	position: absolute;
	left: 15px;
	bottom: -13.5px;
	width: 15px;
}
header#whiteBgSpecial #cart_area{
	margin-left: auto;
}
/* ----- top special Header slider ----- */
#specialHeader_slider{
	width: 100%;
  margin: 12px auto 12px;
  overflow-x: hidden;
	position: relative;
}
#specialHeader_slider .swiper-container{
	width: 84%;
	margin: 0 auto;
  overflow: inherit !important;
}
#specialHeader_slider .swiper-slide{
  max-width: 48.5% !important;
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: inline;
  table-layout: fixed;
}
#specialHeader_slider .swiper-container-horizontal>.swiper-pagination-bullets,
#specialHeader_slider .swiper-pagination-custom,
#specialHeader_slider .swiper-pagination-fraction{
	display: none;
}
#specialHeader_slider .swiper-pagination-bullet{
	display: none;
}
#specialHeader_slider .spe-swiper-button-prev{
	position: absolute;
	top: calc((46px - 20px) / 2);
	left: 2%;
	width: 18px;
	height: 20px;
	background: url(../img/common/goldarw-l.png) no-repeat;
	background-size: contain;
	cursor: pointer;
	z-index: 11;
}
#specialHeader_slider .spe-swiper-button-next{
	position: absolute;
	top: calc((46px - 20px) / 2);
	right: 2%;
	width: 18px;
	height: 20px;
	background: url(../img/common/goldarw-r.png) no-repeat;
	background-size: contain;
	cursor: pointer;
	z-index: 11;
}

/* My Page button（SpecialMembers & Menbers） */
.mypage_btn{
	width: 24%;
	order: 3;
}
.mypage_btn a{
	display: block;
	color: #fff;
	padding: .5em .6em .6em;
	font-size: 1rem;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	background: #d04c6b;
}
.mypage_btn a::before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto .5em;
	vertical-align: middle;
	background: url(../img/icon_human.png) no-repeat;
	background-size: contain;
}
/* My Page button（Menbers） */
header#whiteBg #siteMenu li.mypage_btn{
  margin-right: 0;
}
header#whiteBg #siteMenu li.mypage_btn a{
    display: block;
    color: #fff;
    padding: .3em 1em 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
}
header#whiteBg #siteMenu li.mypage_btn a::before{
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-top: -.1em;
	margin-right: .5em;
	background: url(../img/icon_human.png) no-repeat;
	background-size: contain;
}

/* 20221012 TOP Page 特別提供品はこちら
----------------------------------------------- */
#homeSpeItemBtn{
	padding: 12px 0;
  background: #fffcef;
	border-bottom: 1px solid #efeeeb;
}
#homeSpeItemBtn a{
	display: block;
	width: 75%;
	margin: 0 auto;
}
#homeSpeItemBtn a img{
	width: 100%;
}

/* ----- 注目のいまちゃす価格（新タブ） ----- */

#pricePickUp_new_2{
	padding: 32px 0;
    margin: -20px 0 0;
    background: #ffffff;
}
#pricePickUp_new_2 .tab-group{
    max-width: 100%;
    justify-content: center;
    border-top: solid 2px #e5e5e5;
		border-right: 3px solid #e5e5e5;
}
#pricePickUp_new_2 .tab{
	width: 33.3%;
    float: left;
    color: #787878;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    list-style: none;
    padding: 12px 0;
    background: #f2f2f2;
    border: 2px solid #e5e5e5;
    border-left: none;
    border-top: none;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
}
#pricePickUp_new_2 .tab-group .tab:nth-child(3n){
    border-right: none;
}
#pricePickUp_new_2 .tab-group .tab:nth-child(3n+1){
    border-left: solid 2px #e5e5e5;
}
#pricePickUp_new_2 .panel-group{
}
#pricePickUp_new_2 .panel{
    display: none;
}
#pricePickUp_new_2 .tab.is-active{
    color: #000000;
    transition: all 0.2s ease-out;
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
}
#pricePickUp_new_2 .tab.is-active::before{
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #4087de;
}
#pricePickUp_new_2 .panel.is-show{
    display: block;
}
#pricePickUp_new_2 .category{
    margin: 0;
    padding: 12px;
    position: relative;
    box-sizing: border-box;
    border: solid 3px #e5e5e5;
    border-top: none;
    background: #ffffff;
}
#pricePickUp_new_2 .category ul.itemList{
    margin: 0 0 12px;
}
#pricePickUp_new_2 .category ul.itemList li{
    margin: 16px 0 0;
    position: relative;
}
#pricePickUp_new_2 .category ul.itemList li:first-child{
    margin-top: 0;
}
#pricePickUp_new_2 .category ul.itemList li a{
    display: block;
    color: #333333;
}
#pricePickUp_new_2 .category ul.itemList li a:hover{
    opacity: 0.5;
}
#pricePickUp_new_2 .category ul.itemList li .thumb{
    width: 100% !important;
    max-width: 30% !important;
    height: auto !important;
    float: left;
    margin: 0 auto;
    border: solid 1px #cccccc;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
#pricePickUp_new_2 .category ul.itemList li .thumb:before{
    display: block;
    content: '';
    padding-top: 100%;
}
#pricePickUp_new_2 .category ul.itemList li .thumb .centerBox{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    overflow: hidden;
}
#pricePickUp_new_2 .category ul.itemList li .thumb .centerBox .tableCell{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#pricePickUp_new_2 .category ul.itemList li .text{
    width: 70%;
    float: left;
    padding: 0 0 0 3%;
    box-sizing: border-box;
}
#pricePickUp_new_2 .category ul.itemList li p.itemcode{
    font-size: 1.1rem;
    line-height: 1.5;
    margin: .5em auto;
}
#pricePickUp_new_2 .category ul.itemList li p.lot{
    font-size: 1.1rem;
    line-height: 1;
    margin: 0 auto .5em;
}
#pricePickUp_new_2 .category ul.itemList li p.ptitle{
    color: #0d87e5;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.45;
    letter-spacing: 0.02em;
    margin: 0 auto;
    word-break: break-all;
}
#pricePickUp_new_2 .category ul.itemList li p.price{
    width: 100%;
    margin: -20px auto 0;
    color: #ff3333;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: right;
}
#pricePickUp_new_2 .category ul.itemList li p.price small{
    font-size: 1.2rem;
    margin: 0 0 0 1px;
}
#pricePickUp_new_2 .category .more{
    width: 160px;
    margin: 0 -80px 0;
    position: absolute;
    bottom: 16px;
    left: 50%;
    right: 50%;
}
#pricePickUp_new_2 .category .more a{
    display: block;
    color: #333333;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    padding: 4px 0;
    background: #ffe400;
    border-radius: 26px;
    border: solid 2px #ffe400;
}
#pricePickUp_new_2 .category .more a b{
	font-size: 15px;
	margin: 0 2px 0 0;
}
#pricePickUp_new_2 .category .more a:hover{
	background: #ffffff;
}
