/* ■人気■関連リンク */
.recomme {
	background-color: #DDD;
}
.recomme ul li {
	width: 48%;
	float: left;
	background-color: #FFF;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 10px;
}
.recomme ul li a {
	text-decoration: none;
	color: #000;

}
.recomme ul li a img {
	width: 100%;
}
.recotext {
	position: relative;
    width: 100%;
}
.recotext:before {
	content: "";
	display: block;
}
.recotitt {
	top: 30;
	left: 0;
	bottom: 0;
	right: 0;
	color: #000;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 4px;
	padding-left: 4px;
	display: block;
	text-align: left;
	height: 28px;
	font-weight: bold;
	}
.recodetail {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color: #666;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 4px;
	padding-left: 4px;
	display: block;
	text-align: left;
	height: 52px;
	font-weight: 100;
}
.recoprice {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color: #000;
	font-size: 20px;
	padding-top: 2px;
	padding-right: 4px;
	display: block;
	text-align: right;
	height: 30px;
	padding-bottom: 2px;
	font-weight: bold;
	font-family: MyFont;
}
.recoprice span {
	background-color: #F00;
	font-size: 12px;
	color: #FFF;
	padding-right: 6px;
	padding-left: 6px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin-right: 5px;
	width: 10px;
	text-align: center;
	font-weight: 600;
	padding-top: 1px;
	padding-bottom: 1px;
}
.recomidashi {
	width: 100%;
	text-align: center;
	background-color: #FFF;
	font-size: 20px;
	font-family: "Comic Sans MS", cursive;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}





/* ■関連リンクPC■ */


.recomme_pc {
	background-color: #FFF;
	width: 600px;
	height: 860px;
}
.recomme_pc ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.recomme_pc ul li {
	width: 30%;
        display: inline-block;
	background-color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
	margin:5px 0 10px;
}
.recomme_pc ul li a {
	text-decoration: none;
	color: #000;

}
.recomme_pc ul li a img {
	width: 100%;
}
.recoprice_pc {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color: #000;
	font-size: 14px;
	padding-top: 2px;
	padding-right: 4px;
	display: block;
	text-align: right;
	height: 18px;
	padding-bottom: 2px;
}
.recomidashi_pc {
	width: 100%;
	text-align: left;
	background-color: #FFF;
	font-size: 18px;
	font-family: "Comic Sans MS", cursive;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
/* ■■もっと見るボタン部分■■ */
.more {
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	clear: both;
	padding-top: 4px;
	background-color: #FFF;
}
.more a {
	text-align: center;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #000;
	color: #333;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	font-size: 12px;
	font-weight: normal;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
}
