@charset "utf-8";

/*
------------------------------------------------------------
	Title       : recommend-a01
	Description : 横幅いっぱい（想定は800px）
	              横4つに並べる
	Create Date : 2008/05/07 yabuchi
	Update Date : 
	Version     : 1.0.0
	Copyright   : 2008 Spacekey All Rights Reserved. 
------------------------------------------------------------
------------------------------------------------------------ */



/* 
------------------------------------------------------------ */
.recommend-a01 h3 {
	width: inherit;
	height: 50px;
	background: url(h3.jpg) no-repeat left top;
}
.recommend-a01 .cell {
	display: inline; /* ie6 double margin */
	float: left;
	width: 264px;
	margin-top: 10px;
	margin-left: 10px;
	border: solid 1px #edebe9;
	background: #f4f3f2;
	letter-spacing: normal;
}
.recommend-a01 .first {
	display: inline; /* ie6 double margin */
	clear: both;
	margin-left: 10px;
}

.recommend-a01 .cell img.photo {
	float: left;
	margin: 10px 10px 5px 13px;
}
.recommend-a01 .cell h4 {
	padding-top: 10px;
	margin: 0 15px 8px;
	line-height: 130%;
	text-align: justify;
}
.recommend-a01 .cell h4 a {
	color: #000;
	text-decoration: none;
}
.recommend-a01 .cell h4 a:hover {
	color: #c62100;
	text-decoration: underline;
}

.recommend-a01 .cell .price {
	color: #c62100;
	font-weight: bold;
}


.recommend-a01 .inline-navi {
	margin-bottom: 10px;
}
.recommend-a01 .inline-navi .inline-text {
	display: block;
	float: left;
	margin-right: 5px;
}
.recommend-a01 .inline-navi a.inline-button {
	display: block;
	float: left;
	width: 39px;
	height: 17px;
	overflow: hidden;
	text-indent: -999px;
	background: url(btn_detail01.gif) no-repeat left top;
}


/* clearfixハック
--------------------------------------------------------------- */
.recommend-a01 .inline-navi:after,
.recommend-a01:after
{
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

.recommend-a01 .inline-navi,
.recommend-a01
{display: inline-table;}

/* Hides from IE-mac \*/
* html .recommend-a01 .inline-navi,
* html .recommend-a01
{height: 1%;}

.recommend-a01 .inline-navi,
.recommend-a01
{display: block;}
/* End hide from IE-mac */

.recommend-a01 .inline-navi,
.recommend-a01
{zoom:1;}

