@charset "UTF-8";
/* CSS Document */

/* クリアフィックスハック */
.clearFix:after { 
	content:"";
    display:block;
    clear:both;
} 
.clearFix { 
	display: inline-block; 
}
/* Mac版IE除外 \*/
.clearFix { 
	display: block; 
}

/* テキスト */
.textNormal {
	line-height:1.6em;
}
.textSet p {
	line-height:1.6em;
	margin-bottom:10px;
}

/* リンク */
.aboutUse {
	font-size:11px;
}

/* 評価 */
.star0,
.star1,
.star2,
.star3,
.star4,
.star5 {
	width:93px;
	height:0px;
	padding-top:13px;
	background:url(../images/IconStar.png) no-repeat;
	overflow:hidden;
}
.star1 {
	background-position:0px -13px;
}
.star2 {
	background-position:0px -26px;
}
.star3 {
	background-position:0px -39px;
}
.star4 {
	background-position:0px -52px;
}
.star5 {
	background-position:0px -65px;
}

/* Newマーク */
.iconNew {
	width:37px;
	height:0px;
	margin-top:4px;
	padding-top:18px;
	float:right;
	background:url(../images/IconNew.png) no-repeat;
	overflow:hidden;
}