@charset "UTF-8";
/* CSS Document */

#recommend h2#pttl{
	background-image: url(../images/pttl_recommend.jpg);
	background-repeat: no-repeat;
}
#mdsRecommend {
	background-image: url(../images/bg_mds_recommend.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 45px;
}
#mdsRecommend h3 {
	font-size: 22px;
	font-weight: bold;
	color: #e73c88;
	line-height: 30px;
	margin-bottom: 10px;
}
#mdsRecommend p {
	font-size: 116%;
}
#mdsRecommend .mdsPhoto {
	width: 320px;
}
#mdsRecommend .mdsText {
	width: 350px;
	padding-right: 15px;
	line-height: 1.4;
}
*html #mdsRecommend .mdsText,
*:first-child+html #mdsRecommend .mdsText {
	line-height: 1.4;
}
.itemCenter{
 margin: 0 auto;
}

.mdsPhoto,.mds,.mdsText{
	display: table-cell;
	vertical-align: middle;
}
*html .mdsPhoto,
*html .mdsText
{
display:inline;
zoom:1;
}
*:first-child+html .mdsPhoto,
*:first-child+html .mdsText
{
display:inline;
zoom:1;
}

#main .mdsT {
	height: 23px;
	background-image: url(../images/bg_mds_recommend_top.gif);
}

#main .mdsB {
	height: 23px;
	background-image: url(../images/bg_mds_recommend_btm.gif);
}
.Ritem {
	background-image: url(../images/bg_item.gif);
	background-repeat: repeat-y;
	width: 254px;
	text-align: center;
	margin-left: 6px;
	margin-right: 1px;
	margin-top: 7px;
	float: left;
	display: inline;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka, sans-serif;
}
.Ritem .heightLine-photo{
	width: 254px;
	background-image: url(../images/bg_photo.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	position: relative;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}
.Ritem .heightLine-text {
	background-image: url(../images/bg_text.gif);
	background-repeat: no-repeat;
	text-align: left;
	background-position: center bottom;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 35px;
	position: relative;
}
.Ritem .heightLine-text h4 {
	color: #e73c88;
	font-weight: bold;
	background-image: url(../images/bg_ttl_item.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.Ritem .heightLine-text img {
	margin-right: 3px;
}
.Ritem .heightLine-text p {
	margin-left: 2px;
}
.Ritem .heightLine-text h5 {
	margin-left: 2px;
	font-weight: bold;
	margin-top: 5px;
	font-size: 100%;
}

