body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN",Meiryo,"MS PGothic",sans-serif;
  background-color: #fff;
}
#wrapper {
  width:948px;
  margin:0 auto;
  padding:0 0 0 2px;
}
a,a:link{
  color:#3e98bb !important;
}

#content.entry_archive .entrybody .entrylink a {
  font-size: 14px;
}
.pageing ul li a:hover {
  text-decoration: none !important;
}
.float-left { float:left;}
.float-right { float:right;}

/*-- review --*/

/*-- ネタばれ --*/
span.netab {
  background: url('https://s.yimg.jp/images/movies/images2/cms/netab.png');
  background-size: 49px 14px;
  width:49px;
  height:14px;
  display: inline-block;
}
*+html span.netab {
	vertical-align:top;
}
.review {
  background: none;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  border:1px solid #ccc\9;
  *border:1px solid #ccc;
  margin: 15px auto;
  padding: 20px;
}
*+html .review {
	padding:10px;
}
.review-title {
  padding: 3px 3px 0;
  height: 48px;
}
.review-title h3 {
  color: #3b3e45;
  float: left;
  font-size: 18px;
  font-weight: bold;
  padding:16px 0 0;
}
.review-title p.bt {
    float: right;
    width: 240px;
}
.review-title p.bt a {
    display: block;
}
.review-title p.bt a:hover {
    opacity: 0.8;
}

.listview {
    background-color: #fff;
    list-style: outside none none;
    margin: 0;
    padding: 10px 0;
}
.listview li {
    background:url("https://s.yimg.jp/images/movies/entertainment/event/mt/common/reviewer/images/icon_chevron_right.png") no-repeat scroll 570px center;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    border:1px solid #ccc\9;
    *border:1px solid #ccc;
    display: block;
    list-style: outside none none;
    margin: 0 0 0.5em;
    padding: 1em 3em 1em 1em;
    position: relative;
    text-decoration: none;
    word-wrap: break-word;
}
.text-middle {
    background:url("https://s.yimg.jp/images/movies/entertainment/event/mt/common/reviewer/images/icon_bubble.png") no-repeat scroll left 2px;
    color: #3e98bb;
    float: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 0.5em;
    padding: 0 0 0 24px;
	width:345px;
    word-wrap: break-word;
}
.text-middle {
    color: #3e98bb;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    word-wrap: break-word;
}
.label {
    float: right;
    padding: 0 1em;
}
.label span {
    background: #1b9b73 url("https://s.yimg.jp/images/movies/entertainment/event/mt/common/reviewer/images/icon_good.png") no-repeat scroll 7px center;
    border-radius: 1000px;
    box-sizing: border-box;
    color: #f2f4f8;
    display: inline-block;
    font-family: "Helvetica Neue","Arial",sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 0.99;
    margin: 0 0.2em 0.4em 0;
    min-width: 1em;
    padding: 0.4em 0.6em 0.4em 1.7em;
    position: relative;
    text-decoration: none;
    vertical-align: baseline;
}
.text-small {
    clear: both;
    font-size: 12px;
}

.listview li ul.list-inline {
  padding-top:1em;
}
.listview li ul.list-inline li {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #999;
    margin: 0.8em 1em 0 0;
    display: inline-block;
    *display: inline;
    *zoom:1;
}
.listview li ul.list-inline li.avatar {
    background:url("https://s.yimg.jp/images/movies/entertainment/event/mt/common/reviewer/images/icon_user.png") no-repeat scroll left top;
    height: auto;
    line-height: 1;
    *line-height: 1.2;
    min-height: 18px;
    padding: 0 0 0 23px;
    vertical-align: middle;
}
.listview li ul.list-inline li.date {
    background:url("https://s.yimg.jp/images/movies/entertainment/event/mt/common/reviewer/images/icon-clock.png") no-repeat scroll left 1px;
    height: auto;
    line-height: 1;
    *line-height: 1.2;
    min-height: 18px;
    padding: 0 0 0 17px;
    vertical-align: middle;
}
.listview li a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: left;
    text-indent: -9999px;
    top: 0;
    width: 100%;
}
.listview li a:hover {
  box-shadow: 0 0 1px 2px #61adcb;
  border:1px solid #61adcb\9;
  *border:1px solid #61adcb;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  border-radius: 4px;
}


.rating-star {
    background:url("https://s.yimg.jp/images/movies/entertainment/event/mt/common/reviewer/images/star_off.png") no-repeat scroll 0 0;
    float: right;
    height: 20px;
    width: 100px;
}

.rating-star .rate-1 { width: 20%; }
.rating-star .rate-2 { width: 40%; }
.rating-star .rate-3 { width: 60%; }
.rating-star .rate-4 { width: 80%; }
.rating-star .rate-5 { width: 100%; }

.rating-star .rate-10  { width: 10%; }
.rating-star .rate-20  { width: 20%; }
.rating-star .rate-30  { width: 30%; }
.rating-star .rate-40  { width: 40%; }
.rating-star .rate-50  { width: 50%; }
.rating-star .rate-60  { width: 60%; }
.rating-star .rate-70  { width: 70%; }
.rating-star .rate-80  { width: 80%; }
.rating-star .rate-90  { width: 90%; }
.rating-star .rate-100 { width: 100%; }

.rating-star span {
    background:url("https://s.yimg.jp/images/movies/entertainment/event/mt/common/reviewer/images/star_on.png") no-repeat scroll 0 0;
    display: block;
    height: 20px;
}

.review .list {
    margin:8px 0;
    overflow: hidden;
    display: block;
    clear: both;
}
.review .list p {
    font-size:14px;
    font-weight: 600;
    padding: 0;
    float: right;
}
.review .list p a {
    background:url("https://s.yimg.jp/images/movies/images2/cms/arw_details.png") no-repeat scroll 0 50%;
    color: #3e98bb !important;
    padding-left: 14px;
    position: static;
    text-indent: 0;
}




/*-- btn --*/
.thumbnail__caption {
  width:375px;
  float:left;
}
.entrybody {
  clear: both;
}
.text-xsmall {
  font-size: 12px;
}

.btn-group--block {
  display: table;
  table-layout: fixed;
  width: 370px;
  height:32px;
  border-collapse: separate;
}
.btn-group--block a {
  display: table-cell;
  float: none;
  padding: 0.4em;
  position: relative;
  border-left-width: 0;
  background-color: #d7dbe2;
  border: 0 solid #b9c0cd;
  color: #686c73;

  *display: block;
  *width:184px;
  *height:32px;
  *float:left;
  *padding:0;
}
.btn-group--block a:hover {
  opacity: 0.7;
}

.btn-group--block a.btn-mitais {
  border-right:1px solid #b9c0cd;
  background: url("https://s.yimg.jp/images/movies/images2/cms/btn_mitais.png") no-repeat;
}
.btn-group--block a.btn-mitais-on {
  border-right:1px solid #b9c0cd;
  background: url("https://s.yimg.jp/images/movies/images2/cms/btn_mitais_on.png") no-repeat;
}

.btn-group--block a.btn-mitas {
  background: url("https://s.yimg.jp/images/movies/images2/cms/btn_mitas.png") no-repeat !important;
}
.btn-group--block a.btn-mitas-on {
  background: url("https://s.yimg.jp/images/movies/images2/cms/btn_mitas_on.png") no-repeat !important;
}

.btn_movielog {
	width:300px;
	margin-right:15px;
	overflow:hidden;
}
.btn_movielog a {
	display:block;
	background:url("https://s.yimg.jp/images/movies/entertainment/event/mt/common/reviewer/images/btn_mitamitailog.png") no-repeat;
	width:145px;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
}
.btn_movielog li {
	float:left;
}
.btn_movielog--mitai {
	margin-right:5px;
}
.btn_movielog--mitai a:hover {
	background-position:0 -50px;
}
.btn_movielog--mitai a.btn_movielog--mitai--on {
	background-position:0 -100px;
}
.btn_movielog--mita a {
	background-position:-160px 0;
}
.btn_movielog--mita a:hover {
	background-position:-160px -50px;
}
.btn_movielog--mita a.btn_movielog--mita--on {
	background-position:-160px -100px;
}
.btn_movielog__number {
	margin-top:5px;
	color:#898b8f;
	font-size:12px;
	text-align:center;
}
.btn_movielog__number img {
	padding-right:5px;
}

/*-- btn_sns --*/
#btn_sns {
	line-height:40px;
	vertical-align:middle;
}
.stats__cell {
    display: inline-block;
    margin: 0;
    padding: 0;
	*display:inline;
	*zoom:1;
}
.stat {
    color: inherit;
    display: inline-table;
	font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    word-wrap: break-word;
}
.stats--button.stats--label .stat__icon {
    font-size: 80%;
    padding: 5px 8px;
}
.stats--button .stat--facebook .stat__icon {
    background-color: #3b5997;
    border-color: #3b5997;
    color: #fff;
}
.stats--button .stat--twitter .stat__icon {
    background-color: #41b7d8;
    border-color: #41b7d8;
    color: #fff;
}
.stats--button .stat__icon {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 80%;
    line-height: 1;
    margin: 0 5px 0 0;
    max-width: 100%;
    opacity: 1;
    padding: 5px 8px;
    vertical-align: middle;
}
.stats--bubble .stat__number::before, .bubble::before, .stats--bubble .stat__number x:-moz-any-link::before, .bubble x:-moz-any-link::before {
    right: 95%;
}
.stats--bubble .stat__number::before, .bubble::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) #f2f4f8 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 4px;
    content: " ";
    height: 0;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 98%;
    top: 50%;
    width: 0;
    z-index: 2;
}
.stats--bubble .stat__number::after, .bubble::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) #8b8e96 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 4px;
    content: " ";
    height: 0;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0;
}
.stats--button.stats--bubble .stat__number {
    vertical-align: top;
}
.stats--bubble .stat__number, .bubble {
    background-color: #f2f4f8;
    border: 1px solid #8b8e96;
    border-radius: 4px;
    color: #686c73;
    display: inline-block;
    font-size: 80%;
    line-height: 1;
    margin-left: 0.4em;
    padding: 5px 8px;
    position: relative;
    vertical-align: middle;
}
.stat__number {
    display: table-cell;
    line-height: 1;
    opacity: 0.8;
    padding: 0;
    vertical-align: middle;
}
