/*
SCE CONFIDENTIAL
$PSLibId$
Copyright (C) 2013 Sony Computer Entertainment Inc.
All Rights Reserved.
*/

@charset "utf-8";
#feed001-list {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
#feed001-list-item-wrapper {
  box-sizing: border-box;
}
.feed001-list-item-hover:before {
  content: "";
  position: absolute;
  background: black;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: inset 0 0 6px #48d2ff;
  background-color: rgba(72, 210, 255, 0.35);
  border: solid 1px rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}
.feed001-list-item {
  height: 67px;
  box-sizing: border-box;
  background-color: #dde4fe;
  padding: 4px 11px;
  border-bottom: 1px solid #7fa3ff;
}
.feed001-list-item .dialog-list.dialog-list-hover {
  -webkit-box-shadow: inset 0 0 6px #48d2ff;
}
.feed001-list-item-icon-hover:before {
  content: "";
  position: absolute;
  width: 58px;
  height: 58px;
  -webkit-box-shadow: 0 0 3px #48d2ff,inset 0 0 6px #48d2ff;
  background-color: rgba(72, 210, 255, 0.35);
  border: solid 1px rgba(255, 255, 255, 0.8);
}
.feed001-list-item-inner-wrapper {
  font-size: 14px;
  height: 58px;
  color: #808080;
}
.feed001-photo-avatar-area {
  text-align: left;
  min-width: 58px;
  box-sizing: border-box;
  padding: 0 0 0 0;
  width: 58px;
  height: 58px;
}
.feed001-photo-avatar-area-default-icon {
  background-color: rgba(0, 0, 0, 0.35);
}
.feed001-photo-avatar {
  width: 58px;
  height: 58px;
}
.feed001-condensedImg-area {
  width: 58px;
  height: 58px;
}
.feed001-condensedImg1-area {
  width: 29px;
  height: 29px;
  float: left;
}
.feed001-condensedImg2-area {
  width: 29px;
  height: 29px;
  float: right;
}
.feed001-condensedImg3-area {
  width: 29px;
  height: 29px;
  float: left;
}
.feed001-condensedImg4-area {
  width: 29px;
  height: 29px;
  float: right;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
}
.feed001-condensedImg1,
.feed001-condensedImg2,
.feed001-condensedImg3,
.feed001-condensedImg4 {
  width: 29px;
  height: 29px;
}
.feed001-condensedRemainderArea {
  background-color: #334351;
  font-size: 16px;
  color: #ffffff;
}
.feed001-plus {
  font-size: 13px;
}
.feed001-list-detail {
  line-height: 17px;
  width: 100%;
  padding: 0 0 0 9px;
}
.feed001-list-main-wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.feed001-list-main-area {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  height: 34px;
}
.feed001-side-area {
  display: table-cell;
  text-align: right;
  box-sizing: border-box;
  padding: 0 0 0 4px;
  width: 18px;
}
.feed001-list-sub-area {
  text-align: right;
  height: 17px;
}
.feed001-story-type-icon {
  width: 18px;
}
.feed001-like-android {
  line-height: 13px;
}
.feed001-like-ios {
  line-height: 16px;
}
.feed001-like-icon {
  width: 15px;
}
.feed001-like-count {
  color: #667385;
}
.feed001-date {
  white-space: nowrap;
}
#feed001-head-pull-auto-loading,
#feed001-tail-pull-auto-loading {
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 100%;
  background-color: #dde4fe;
  border-bottom: 1px solid #7fa3ff;
  box-sizing: border-box;
}
#feed002-wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 9px 11px;
}
.feed002-main-img-area {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 160px;
}
.feed002-main-img-area #feed002-main-img {
  max-width: 100%;
  height: 160px;
}
.feed002-main-img-area #feed002-play-btn {
  background-image: url('../../img/iphone/whatsNew/phone_whatsNew_moviePlay.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 39px;
  position: absolute;
}
/*画像未取得時のレイアウト*/
#feed002-no-main-img-area {
  margin: 0 0 12px 0;
  display: table;
  width: 100%;
}
#feed002-no-main-img-thumb-area {
  display: table-cell;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 72px;
  width: 72px;
  min-width: 72px;
  height: 72px;
}
#feed002-no-main-img-text-area {
  display: table-cell;
  width: 100%;
  padding: 0 0 0 9px;
  vertical-align: middle;
  max-width: 0;
}
#feed002-no-main-img-title {
  line-height: 20px;
  font-size: 16px;
  width: 100%;
  margin-top: -2px;
}
#feed002-no-main-img-comment {
  line-height: 16px;
  font-size: 14px;
  overflow: hidden;
  width: 100%;
  word-break: break-word;
  padding-bottom: 2px;
  margin-top: -2px;
}
#feed002-no-main-img-more-btn {
  width: 100%;
  font-size: 12px;
  height: 18px;
  line-height: 16px;
  text-align: center;
}
/*Loading*/
.feed002-loading {
  background-image: url(../../img/iphone/commonParts/phone_loading.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45px 45px;
  display: none;
  height: 100%;
  width: 100%;
}
.feed002-loading-small {
  background-image: url(../../img/iphone/commonParts/phone_loading_small.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 27px;
  display: none;
  height: 100%;
  width: 100%;
}
/*SNエリア*/
#feed002-sn-button-area-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  height: 25px;
}
.feed002-sn-button-area {
  width: 25px;
  box-sizing: border-box;
  padding: 0 3px 0 2px;
}
#feed002-sn-icon {
  height: 20px;
  width: 20px;
}
#feed002-like-paging {
  margin-bottom: 12px;
  margin-top: 12px;
  height: 25px;
}
/* Like *****************/
#feed002-like-wrapper {
  width: auto;
  float: left;
}
#feed002-like-icon-area {
  text-align: center;
  height: 25px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.6);
}
#feed002-like-area,
#feed002-liked-area {
  width: 100%;
  height: 100%;
}
#feed002-like,
#feed002-liked {
  width: 15px;
  vertical-align: middle;
}
.feed002-separator1 {
  width: 1px;
}
#feed002-like-count {
  text-align: center;
  color: #383838;
  min-width: 40px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0 6px;
}
/* Paging *****************/
#feed002-paging-wrapper {
  float: right;
  width: auto;
}
.feed002-paging-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 13px;
  background-color: rgba(255, 255, 255, 0.6);
  width: 40px;
}
#feed002-paging-prev {
  background-image: url('../../img/iphone/whatsNew/phone_whatsNew_icon_detail_prevPicture.png');
}
#feed002-paging-next {
  background-image: url('../../img/iphone/whatsNew/phone_whatsNew_icon_detail_nextPicture.png');
}
#feed002-paging-count {
  min-width: 40px;
  padding: 0 6px;
  font-size: 14px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
}
/* freeText *****************/
#feed002-free-text1 {
  font-size: 16px;
  vertical-align: top;
  margin: 12px 0 6px 0;
  word-wrap: break-word;
}
#feed002-free-text2 {
  line-height: 17px;
  font-size: 14px;
  word-wrap: break-word;
}
#feed002-profile-area-wrapper {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  height: 60px;
  padding-right: 6px;
  box-sizing: border-box;
}
#feed002-photo-avatar-area {
  height: 58px;
  width: 67px;
  vertical-align: top;
}
.feed002-photo-avatar {
  height: 58px;
  width: 58px;
}
.feed002-profile-main-area {
  vertical-align: top;
}
.feed002-profile-main-area-inner-wrapper.display-table > * {
  vertical-align: top;
}
.feed002-profile-main-area-inner-wrapper {
  height: 41px;
  line-height: 17px;
  table-layout: fixed;
}
#feed002-caption {
  overflow: hidden;
  word-wrap: break-word;
}
.feed002-story-type-icon-area {
  text-align: right;
  width: 18px;
  padding-left: 4px;
}
#feed002-story-type-icon {
  width: 18px;
}
#feed002-timestamp {
  text-align: right;
  line-height: 17px;
}
#feed002-action-area {
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  margin-top: 4px;
  height: 40px;
}
.feed002-action-thumbnail-area {
  width: 40px;
  height: 40px;
}
#feed002-action-thumbnail {
  height: 40px;
  width: 40px;
}
#feed002-label {
  padding-left: 9px;
}
#feed003-list {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
