@charset "utf-8";
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	margin:0;
	color:#4A4A4A;
}
/* 星 */
.starlevel5 {
   background-image: url('../img/star4.png'); /*星画像*/
   background-repeat: no-repeat; /* 繰り返しはナシ */
   width: 100px;                  /* 横幅は星５つ分 */
   height: 20px;                 /* 高さは星１つ分 */
   float:left;
}
.star2{
	background-image: url('../img/star2.png'); /*星画像*/
}
/*
.star50 { background-position: left top; }
.star40 { background-position: -25px top; }
.star30 { background-position: -50px top; }
.star20 { background-position: -75px top; }
.star10 { background-position: -100px top; }
.star00 { background-position: -125px top; }

.star45 { background-position: -250px top; }
.star35 { background-position: -275px top; }
.star25 { background-position: -300px top; }
.star15 { background-position: -325px top; }
.star05 { background-position: -350px top; }
*/

.star50 { background-position: left top; }
.star40 { background-position: -20px top; }
.star30 { background-position: -40px top; }
.star20 { background-position: -60px top; }
.star10 { background-position: -80px top; }
.star0{ background-position: -380px top; }

.star45 { background-position: -200px top; }
.star35 { background-position: -220px top; }
.star25 { background-position: -240px top; }
.star15 { background-position: -260px top; }
.star5 { background-position: -280px top; }


/* review-left */
.staff_cnt-review{
	width:95%;
	padding:15px;
	border: 5px solid #FF9944;
	border-radius:5px;
	margin:5px 0 5px 0;
	background: white;
}
.staff_img{
		margin-right: 10px;
		float: left;
}
.staff_review{
	width: 70%;
	float:left;
}
.review_main{
	float:left;
	width:80%;
}
.review-left{
	float:left;
	width:200px;
	margin-right:10px;
}
.staff_review-total{
	float:left;
	margin-right:10px;
	border:1px solid #ccc;
	border-radius:5px;
	padding:10px;
}
.star-wrap{
	float:left;
}
.star-det{
	clear:both;
	margin-bottom:5px;
	display:table;
	font-size:14px;
}
.star-det-bottom{
	border-bottom:1px solid #E6E6E6;
}
.hyouka-label{
	float:left;
	width:70px;
}
.h-point{
	float:left;
	width:28px;
	text-align:right;
	font-size:12px;
	overflow:hidden;
}
.chart{
	border-bottom: 1px solid #888686;
}
.name{
	border-top: 1px solid #888686;
	padding:5px 0 0 20px;
}
.day{
	margin-left:50px
}

.staff_review-right{
	float:left;
	width:68%;
	padding: 0 0 3px 8px;
    border-bottom: 1px solid #ccc;
}
.title{
	font-size:16px;
	font-weight:bold;
	width:100%;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding-left:10px;
}
.staff_review{
	line-height:1.6em;
	color:#363535;
	font-size:14px;
	width:50%;
	padding-left:10px;
/*	max-height:215px;
	overflow:hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;*/
}
.nice{
	clear:both;
}
.name,
.day{
	font-size:14px;
}
.nice-cnt{
	width:40px;
	height:35px;
	background-image:url(http://timemachine2015.jp/review/img/cnt-wk.png);
}
.cnt-su{
	position:relative;
	top:-12px;
	left:-29px;
	font-size:12px;
	font-weight:bold;
	display:inline-block;
	text-align:center;
	width:22px;
}
.tomorereview{
/*	text-align: center;
    border: 1px solid #4990E5;
    background: #4990E5;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    font-size: 22px;
	width:749px;*/
	width: 300px;
	  background-color: #0693cd;
	  border-radius: 5px;
	  box-shadow:0 4px 0 rgba(0,103,159,1);
	  border-style:none;
	  color: #ffffff;
	  font-size: 18px;
	  font-weight: bold;
	  text-align: center;
	  text-decoration: none;
	  margin: 10px 0 10px 230px;
	  padding: 10px 0;
	outline:none;
}
.tomorereview:hover{
/*	border: 1px solid #82B3EF;
    background: #82B3EF;*/
	box-shadow: 0 3px 0 rgba(0,103,159,1);
	  margin: 11px 0 9px 230px;
}
.reviewcaution{
	color: #888;
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
}