
/***************************
  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;
}
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;
	letter-spacing: -0.4em;
}
.recoBox dl{
	display:inline-block;
	padding:10px;
	letter-spacing: normal;
	vertical-align: top;
	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;/*金額文字色*/
	text-align:right;
	font-weight:bold;
	font-size:11px;
}
.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;
}

.recoBox dl{
	width:25%;/*1行4商品の場合*/
	/*width:20%;1行5商品の場合*/
}
@media screen and (max-width: 749px) { 
	.recoBox dl{
		width:50%;/*1行2商品の場合*/
	}
	#dl7 {
		display: none;
	}
	#dl8 {
		display: none;
	}
}
.recoBox dl:hover{
        opacity: 0.7;
}

