@charset 'utf-8';

/* ニコッとフリマ
---------------------------------------------------------------------- */
#furima h2 {
	position: relative;
}

.btn_furima a {
	position: relative;
	display: inline-block;
	border-radius: 16px;
	box-sizing: border-box;
	font-weight: normal;
	text-decoration: none;
}
.btn_furima a:hover {
	box-shadow: none;
	text-decoration: none;
	transform: translateY(2px);
	transition: 0.2s;
}
.btn_furima a:before {
}
#furima h2 .btn_furima {
	position: absolute;
	left: 10px;
	bottom: 15px;
	width: 200px;
	text-align: left;
}
.bannerBox .btn_furima {
	position: absolute;
	right: 17px;
	bottom: 23px;
	width: 200px;
	text-align: right;
}
#furima h2 .btn_furima a {
	padding: 4px 8px 4px 32px;
	background-color: #585328;
	border: #e0ddbe solid 2px;
	color: #FFF;
}
#furima h2 .btn_furima a:hover {background-color: #a39521;}
#furima h2 .btn_furima a:before {
	position: absolute;
	top: 4px;
	left: 5px;
	content: url(/image/furima/ico_btn01.png);
}
.bannerBox .btn_furima a {
	padding: 4px 8px 4px 27px;
	background-color: #968026;
	color: #f9f57b;
}
.bannerBox .btn_furima a:hover {background-color: #bfa124;color: #FFF;}
.bannerBox .btn_furima a:before {
	position: absolute;
	top: 6px;
	left: 13px;
	content: url(/image/furima/ico_btn02.png);
}

.btn_aboutfurima {
    position: absolute;
    top: 17px;
    right: 18px;
    width: 17px;
}
.btn_aboutfurima a {
	display: block;
    font-size: 0;
    width: 17px;
    height: 17px;
}
.bannerBox {
	position: relative;
}
a.btn_gotofurima,
a.btn_gotofurima span {
	width: 390px;
	height: 60px;
	border-radius: 28px;
	font-size: 30px;
	line-height: 2.0;
}
a.btn_gotofurima span {
	padding-left: 45px;
}
a.btn_gotofurima {
	margin: 20px auto 20px;
}
a.btn_gotofurima span:before {
	top: 5px;
	left: 65px;
	content: url(/image/furima/ico_itemtrade.png);
}
#furima .btn_itemlist a {
	width: 240px;
	margin: 0 auto 30px;
	text-align: left;
	padding: 2px 0 2px 37px;
	background-image: url(/image/furima/ico_arrow.png);
	background-repeat: no-repeat;
	background-position: 17px 4px;
	background-color: #f8f5ed;
	color: #5F6368;
	font-weight: bold;
}
#furima .infoBox {
	position: relative;
	margin: 20px auto 30px;
	width: 407px;
	height: 69px;
	background: url(/image/furima/bg_infobox.png) no-repeat 0 0;
}
#furima .infoBox .count {
	position: absolute;
	bottom: 7px;
	left: 0;
	width: 407px;
	font-weight: bold;
	color: #786e71;
	text-align: center;
	font-size: 14px;
}
#furima .infoBox .count span {
	padding: 0 10px;
	color: #fe6899;
	font-size: 18px;
}
#furima div.outline #contentsArea {
	margin: 0;
}
#furima #itemCanvasArea {
	padding-top: 10px;
	position: relative;
}

#furima div.outline #footerArea {
	margin: 20px auto 10px;
}