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;
}
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;
}
/*******************************

font

********************************/
[class^="icon-"], [class*=" icon-"] {
	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);
}

.shopRankBox .icon-king2{
	font-size: 20px;
}
.shopRankBox .icon-king2 {
        font-weight: bold;
	color: #333333;
	font-size: 16px;
}
.shopRankBox .icon-king2.no1 {
	font-weight: bold;
	color: #E5BA31;
	font-size: 16px;
}
.shopRankBox .icon-king2.no2 {
	font-weight: bold;
	color: #8E8E8E;
	font-size: 16px;
}
.shopRankBox .icon-king2.no3 {
	font-weight: bold;
	color: #B06E4D;
	font-size: 16px;
}

/***************************
  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
***************************/
.shopRankBox {
	overflow: hidden;
	margin-top:10px;
}
.shopRankBox dl {
	font-size: 12px;
	position: relative;
	overflow:hidden;
margin-bottom:20px;
}
.shopRankBox dl dt img {
	width: 100%;
	height: auto;
}
.shopRankBox dl dt {
	padding-bottom: 5px;
	width:50%;
	float:left;
}
.shopRankBox dl dd {
	padding-bottom: 5px;
	width:49%;
	float:right;
}
.shopRankBox dl dd.itemName span{
	display:block;
	margin-bottom:5px;
}
.shopRankBox dl dd.itemPrice {
	text-align: right;
	display: none;
}
.shopRankBox dl dd.itemPrice strong {
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}
.shopRankBox dl dd.link, .shopRankBox dl dd.link a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
}
