/***************************

  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;
    vertical-align: bottom;
}
ol, ul {
    list-style: none;
}
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;
}

/***************************
  title
***************************/
.tool-title{
	overflow: hidden;
	padding: 5px;
}
.tool-titlep {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	font-size: 18px;
}
.tool-titlep span {
	margin-right: 5px;
}
/********************************

content

*********************************/
#r_col a{
	text-decoration:none;
       color:#333;
	}
#r_col{
	width:100%;
	float:left;
	}
	#r_col .r_colm{
		margin:0px 0px 30px;
		position:relative;
		}
#r_col .r_rr{
	width:100%;
	height:255px;
	margin:0px 0px 30px;
	}
	#r_col .r_carusel{
		overflow:hidden;
		float:left;
		margin-left:30px;
    margin-right: 30px;
		}
	#r_col .r_caru{
		padding:16px 21px;
		float:left;
		margin-left:5px;
		}
	#r_col .r_box{
		width:175px;
		height:275px;
		font-size:12px;
		text-align:center;
		float:left;
		margin:0px 7.5px;
		}
		#r_col .r_box:hover{ background:#FFF;
			opacity:0.5;
			}
		#r_col .r_box .r_gen{
			font-size:11px;
			font-weight:700;
			padding:6px 0px 2px;
			}
		#r_col .r_box .r_img{
			border:1px #999 solid;}
		#r_col .r_box .r_name{
			margin:3px 0px;
height:3em;
overflow:hidden;
			}
		#r_col .r_box .r_price{
			color:#F00;
			}
#r_col .bx-next{
    display: block;
    height: 135px;
    width: 25px;
    position: absolute;
    top: 25%;
    right: 0;
    z-index: 999;
    color: #fff;
    background-color: rgba(50,50,50,0.7);
}

#r_col .bx-prev{
    display: block;
    height: 135px;
    width: 25px;
    position: absolute;
    top: 25%;
    left: 0;
    z-index: 999;
    color: #fff;
    background-color: rgba(50,50,50,0.7);
}
#r_col .bx-next:before{
display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
    content: "\f054";
    top: 50%;
    position: absolute;
    color:#FFF;
    margin-top: -10px;
    left: 6px;      
}
        #r_col .bx-prev:before{
display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
      content: "\f053";
    top: 50%;
    position: absolute;
    color:#FFF;
    margin-top: -10px;
    left: 6px;
}
.bxSlideContents{
  display: none;
}
.bx-viewport .bxSlideContents{
  display: block !important;
}

#r_col .mallrank_title2{
    margin: 20px 0 0 0;
    padding: 15px 0px 10px 20px;
   font-size: 12px;
}

.r_gen span{
    font-size:1.5em;
    line-height: 1;
}

#r_col p{
color:#333333;
}

.rankingBox{
    position:relative;
}
.rankingBox>p{
    margig:5px;
    font-size: 14px;
}
.rankingBox>p .rankNum {
    font-size:20px;
    font-weight:bold;
}
.rankDay{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 11px;
    line-height: 1.1;
    border: 1px #CCC solid;
    border-radius: 5px;
    padding: 4px 8px;
}
.directory{
    font-size:10px;
    border: 1px #CCC solid;
}
