
/***************************
  css reset
***************************/
html, body, div, span, strong, iframe, h1, h2, h3, h4, h5, h6, p, a, address, img, pre, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
}
img {
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, p, div, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a:hover {
	text-decoration: underline;
}
body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
/***************************
  title
***************************/
.toolTitle {
	overflow: hidden;
	padding: 5px;
}
.toolTitle p {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	font-size: 18px;
}
.toolTitle p span {
	margin-right: 5px;
}
/***************************
  contents
***************************/
.recoBox {
	overflow: hidden;
}
.recoBox .itemSlider dl {
	font-size: 12px;
	position: relative;
}
.recoBox dl dt img {
	width: 100%;
	height: auto;
}
.recoBox dl dt {
	padding-bottom: 5px;
}
.recoBox dl dd.itemPrice{
	color:#d2440c;/*金額文字色*/
	font-weight:bold;
	font-size:11px;
	text-align:right;
}
.recoBox dl dd.itemPrice strong{
	font-size:16px;
}
.recoBox dl dd.link, .recoBox dl dd.link a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
}

/***** slider option ********/
.recoBox .bx-wrapper{
	padding:0 10px;
	margin:10px auto 0;
	position:relative;
}
.recoBox .bx-wrapper .bx-viewport{
	overflow:hidden;
}
.bx-pager{
	text-align:center;
}
.bx-pager .bx-pager-item{
	display:inline-block;
}
.bx-pager .bx-pager-item a{
	width:12px;
	height:12px;
	border-radius:10px;
	background:#CCC;
	display:block;
	text-indent:-9999px;
	margin:5px;
}
.bx-has-controls-direction{
	margin-top:10px;
}
.bx-controls-direction>a{
    display:block;
	text-decoration:none;
	color:#333;
	font: normal normal normal 14px/1 FontAwesome;
	position:absolute;
	top:50%;
	margin-top:-34px;
}
.bx-prev{left:5px;}
.bx-prev:before{
	content: "\f053";
	font-size:36px;
}
.bx-next{right:5px;}
.bx-next:before{
	content: "\f054";
	font-size:36px;
}
.bxSlideContents{
  display: none;
}
.bx-viewport .bxSlideContents{
  display: block !important;
}

.feed-prev-btn {
  background-image: url(https://v2.raku2han.jp/images/1828/cabinet/scene/button_scene_left.gif);
  float: left;
  position: absolute;
  left: 5px;
  top: 0;
  z-index: 98;
}
.feed-next-btn{
  background-image: url(https://v2.raku2han.jp/images/1828/cabinet/scene/button_scene_right.gif);
  float: right;
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 98;
}
.feed-prev-btn:hover {
  background-image: url(https://v2.raku2han.jp/images/1828/cabinet/scene/button_scene_left.gif);
}
.feed-next-btn:hover{
  background-image: url(https://v2.raku2han.jp/images/1828/cabinet/scene/button_scene_right.gif);
}
.feed-prev-btn .bx-prev {
  opacity: 0;
  display: block;
}
.feed-next-btn .bx-next {
  opacity: 0;
  display: block;
}
.navi-btn {
  margin: 79px 8px 0 9px;
  width: 23px;
  height: 23px;
  -webkit-background-size: 23px;
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
}

