/***************************
  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;}
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;
}
/***レビュー***/
#review ul.ticker{
	overflow-y:auto;
}
#review ul.ticker li{
	border:#DBD1D0 solid 1px;
	border-radius: 10px;
	padding:5px;
	margin-top:10px;
}
#review .innerBox{
	padding:10px 10px 10px 0;
	background:#FFFEE1 url(http://www.noel-lamp.jp//raku2/raku2/images/etc/banner/header_top.jpg) no-repeat right;
	overflow:hidden;
}
/***購入者***/
#review .customer{
	float:left;
	width:100px;
	text-align:center;
}
#review .customer p{
	margin-bottom:5px;
}
/***商品***/
#review .reviewItem{
	width:90%;
	width:calc( 100% - 100px );
	width:-webkit-calc( 100% - 100px );
	float:left;
	background:#FFF;
	border:#DBD1D0 solid 1px;
	padding:10px;
}
#review .reviewItem dl{
	overflow:hidden;
}
#review .reviewItem dl dt{
	float:left;
	width:100px;
}
#review .reviewItem dl dd{
	width:90%;
	width:calc( 100% - 100px );
	width:-webkit-calc( 100% - 100px );
	float:left;
	padding:0 10px;
}
/***商品名***/
#review .reviewItem dl dd .itemName a{
	font-size:14px;
	color:#13B6EC;
        margin-right:15px;
        float:left;
}
/***評価***/
#review .reviewItem dl dd {

	margin:5px 0 10px;
	position:relative;
}
#review .reviewItem dl dd .star,
#review .reviewItem dl dd .str strong{
        font-weight:bold;
        font-size:16px;
	color:#F8AE4B;
}
#review .reviewItem dl dd .str{
	color:#CCC;
}


#review .reviewItem dl dd .evaluation .day{
	position:absolute;
	right:0;
	text-align:right;
	width:200px;
	top:0;
}
#review .reviewItem dl dd .textTitle{
	font-size:14px;
        font-weight:bold;
        color:#666;
}
#review .reviewItem dl dd .text{
	padding-top:5px;
}

.update{
position: absolute;
    color: #fff;
    top: 75px;
    right: 10px;
    font-weight: bold;
}


