<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/* ナビゲーションボタン */
#fp_nav ul {
	margin-bottom: 20px!important;
}
#fp_nav ul li:not(.btn) a {
	padding-top: 8px;
	padding-bottom: 15px!important;
	height: calc(100% - 26px)!important;
	background-position: 50% 100%!important;
}

#fp_nav ul.btnList {
	justify-content: flex-start;
}
#fp_nav ul li.btn {
	border: none!important;
	width: 25%!important;
	display: flex!important;
	justify-content: center;
}
#fp_nav ul li.btn a {
	width: 94%!important;
	height: 100%;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	box-sizing: border-box;
	padding: 13px 13px 13px 10px!important;
}
#fp_nav #fp_nav_ekinaka a {
	float: none;
}
#fp_nav #auction_btn a {
	border: 1px solid #00833f;
	background: #FFF8AA;
}
#fp_nav #auction_btn a::after {
	position: absolute;
	display: block;
	content: "";
	width: 12px;
	height: 8px;
	background: url(/fp/img/ico_arrow_b_grn.png) 0 0 no-repeat;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	transform: rotate(-90deg);
	
}
#fp_nav #teikibin_btn a {
	border: 1px solid #2a9fb0;
	background: #dff4f7;
}
#fp_nav #teikibin_btn a::after {
	position: absolute;
	display: block;
	content: "";
	width: 12px;
	height: 8px;
	background: url(/fp/img/ico_arrow_b_grn.png) 0 0 no-repeat;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	transform: rotate(-90deg);
	
}
#fp_nav #furusato_btn a {
	border: 1px solid rgba(23,152,85,1);
	background: #fff;
}
#fp_nav #furusato_btn a::after {
	position: absolute;
	display: block;
	content: "";
	width: 12px;
	height: 8px;
	background: url(/fp/img/ico_arrow_b_grn.png) 0 0 no-repeat;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	transform: rotate(-90deg);
}

/* 初めてご利用の方 */
#fp_point ul {
	display: flex;
	justify-content: center !important;
	margin: 0 auto !important;
	flex-wrap: wrap;
}
#fp_point ul li{
	width:30% !important;
	text-align: center;
	margin: 10px 0;
}

/*--0617追記--*/
.fp_content .font29px {
	font-size: 29px !important;
	font-weight: bold;
}


/* お問合せ */
.fp_content h2 span.auction {
	display: inline-block;
	margin-bottom: -2px;
	border-bottom: 2px solid rgba(255,234,1,1);
	padding-bottom: 20px;
	line-height: 1.1;
	font-size: 24px;
	font-weight: bold;
}




/* --------------------------------------------------------------------
	スマホ
-------------------------------------------------------------------- */
header ~ .wrapper_ .container_ em {
    font-style: normal!important; 
}

/* トップページ　カテゴリから探す */
.CategoryStyleG_Item_.cat_auction .head_::before {
    left: 11px;
    width: 30px;
    background-image: url("/common/img/ico_cat11.png");
}
.CategoryStyleG_Item_.cat_teikibin .head_::before {
    left: 11px;
    width: 30px;
    background-image: url("/common/img/ico_cat12.png");
}

/* ナビゲーションボタン */
header ~ .wrapper_ .container_ #fp_nav ul li.btn {
	width: 48%!important;
}
header ~ .wrapper_ .container_ #fp_nav #auction_btn a,
header ~ .wrapper_ .container_ #fp_nav #teikibin_btn a,
header ~ .wrapper_ .container_ #fp_nav #furusato_btn a {
	padding: 3px;
	width: 100%;
	height: 100%;
	font-size: 14px;
}

/* 初めてご利用の方 */
header ~ .wrapper_ .container_ #fp_point ul {
	justify-content: space-between!important;
	width:96%;
}
header ~ .wrapper_ .container_ #fp_point ul li{
	width:48% !important;
	margin: 0 0 10px;
}
header ~ .wrapper_ .container_ #fp_point_shoplist ul{
	display: flex;
}
</pre></body></html>