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

@charset "utf-8";
/*=================================================
 * PLAY CSS DEFINE
 *=================================================*/
/*variable definition*/
/*@ply-item-background: rgba(255,255,255,0.1);*/
/*function definition*/
.ply-box-flex {
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}
/*TBD!!*/
.text-overflow {
  text-overflow: ellipsis;
}
.scroll-horizontal {
  width: 100%;
  height: 100%;
}
.ply-radius-block {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-left: 5px;
}
.ply-inner-container {
  width: 100%;
  height: 100%;
  margin-top: 5%;
  overflow: hidden;
}
.ply-inner-element {
  position: relative;
  max-width: 320px;
  max-height: 200px;
  margin: 0 auto;
  margin-bottom: 0px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  border-top: 1px solid #f1f6fc;
  border-bottom: 1px solid #84b2e0;
}
.ply-inner-container:first-child {
  border-top: 0px;
  margin-top: -10px;
}
.ply-inner-container:last-child {
  border-bottom: 0px;
}
/*
 *PlayHorizontal
 */
.ply-detail-top-container {
  position: relative;
  width: 286px;
  height: 100%;
  margin: 0 auto;
  /*background: rgba(255,255,255,0.1);*/

  /*border: solid 1px black;*/

  text-align: center;
}
.ply-detail-top-container .ply-detail-top-main-icon {
  width: 86px;
  height: 86px;
  -webkit-transform: translate3d(0, 0, 0);
  -mz-transform: translate3d(0, 0, 0);
  /*border: 2px solid #84b2e0;*/

}
.ply-detail-top-container .ply-detail-top-main-icon img {
  width: 86px;
  height: 86px;
}
.ply-launch-btn {
  position: absolute;
  margin-top: 2px;
  left: 20%;
  width: 60%;
  height: 60%;
  /*background: green;*/

}
.ply-launch-btn-img {
  width: 24px;
  height: 24px;
}
.ply-detail-top-container .ply-detail-launch-app {
  position: absolute;
  top: 40px;
  left: 86px;
  /*margin: 0 @ply-hitem-launch-btn-margin;*/

  margin: 0 7px;
  width: 92px;
  height: 46px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: translate3d(0, 0, 0);
  -mz-transform: translate3d(0, 0, 0);
  border: solid 1px rgba(255, 255, 255, 0.5);
  /*border: 1px solid #84b2e0;*/

}
.ply-detail-top-container .ply-detail-launch-orbis {
  position: absolute;
  top: 40px;
  left: 178px;
  /*margin: 0 @ply-hitem-launch-btn-margin;*/

  margin: 0 14px;
  width: 92px;
  height: 46px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: translate3d(0, 0, 0);
  -mz-transform: translate3d(0, 0, 0);
  border: solid 1px rgba(255, 255, 255, 0.5);
  /*border: 1px solid #84b2e0;*/

}
.ply-launch-msg {
  position: absolute;
  left: 0%;
  /*top: 53%;*/

  top: 55%;
  width: 100%;
  height: 45%;
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*background:green;*/

}
.ply-detail-top-main img {
  margin-top: 12%;
  width: 100px;
  height: 100px;
  vertical-align: middle;
}
.ply-detail-container {
  /*position: absolute;*/

  /*top:44px;*/

  width: 100%;
  height: 100%;
  margin-top: 20px;
  overflow: hidden;
  /*background:black;*/

}
.ply-detail-top {
  width: 100%;
  height: 86px;
  margin: 7px 0 0 0;
  /*border: 1px solid #FFFFFF;*/

  /*overflow: hidden;*/

  /*margin-top: 10px;*/

}
.ply-detail-bottom {
  position: relative;
  width: 100%;
  /*height: 80%;*/

  height: 500px;
  opacity: 1.0;
  overflow: hidden;
  margin: 7px 0;
  /*border: 2px solid #FFFFFF;*/

  /*background:green;*/

}
.ply-detail-bottom .liveitem-square {
  width: 286px;
  height: 286px;
  margin: 7px auto 7px;
}
.ply-detail-bottom .liveitem-rectangle {
  margin: 0 auto;
  width: 286px;
  height: 286px;
  margin: 7px auto 7px;
}
.ply-detail-bottom img {
  width: 100%;
}
.play-vertical-view {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-width: 320px;
  overflow: hidden;
  color: white;
  /*
	background:blue;
	border: solid 2px black;
	*/

}
.ply-item-wrapper {
  display: -webkit-box;
  display: -moz-box;
  /*min-height: @ply-item-height;*/

  height: 54px;
  margin: 3px;
  /*border: solid 1px black;*/

  /*background: red;*/

}
.ply-item-index {
  font-size: 10px;
  line-height: 5px;
  /*border: solid 1px red;*/

  margin-top: -10px;
  text-align: center;
}
.ply-item-image {
  margin: 0 0;
  width: 54px;
  height: 100%;
  overflow: hidden;
  /*background: green;*/

}
.play-item-title {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  line-height: 18px;
  /*overflow: hidden;*/

  margin-top: 20px;
  border: 2px solid #FFFFFF;
  /*background: green;*/

}
.custom-hcontainer {
  width: 3200px;
  height: 100%;
  /*overflow: hidden;*/

}
.custom-helement {
  text-align: center;
  width: 100%;
  height: 100%;
  /*background: rgba(0,0,0,0.3);*/

  /*-webkit-transform: translate3d(0,0,0);*/

}
.main-content {
  overflow: none;
  width: 100%;
  margin-top: -20px;
  /*height:50%;*/

}
.bg-lbp {
  background: url(../texture/CompanionApps/iphone/play/phone_play_gameBackgroundSample.png);
  -webkit-background-size: 320px 480px;
}
.ply-item-image img {
  height: auto;
  width: 54px;
}
.loading-guard {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  color: white;
  z-index: 10;
  margin: 0 auto;
  opacity: 0.5;
  font-size: 3em;
}
.ply-vertical-item {
  text-align: left;
  min-width: 298px;
  max-width: 98%;
  margin: 7px 11px 0 11px;
  height: 60px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  font-size: 18px;
  background: rgba(255, 255, 255, 0.1);
}
/* play-vitem-definition */
.ply-vitem-content {
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  height: 100%;
  margin: 0 9px 0 9px;
  /*border: solid 1px red;*/

  /*background: red;*/

}
.ply-vitem-title {
  position: absolute;
  margin: 10px 0 0 0;
  line-height: 20px;
  font-weight: bold;
}
.ply-vitem-desc {
  position: absolute;
  margin: 30px 0 0 0;
  font-size: 14px;
  line-height: 15px;
  opacity: 0.8;
  font-weight: regular-italic;
  font-style: italic;
}
.ply-horizontal-list {
  width: 100%;
  height: 100%;
}
.ply-top-text-container {
  position: absolute;
  top: 0;
  left: 86px;
  margin: 0 0 0 7px;
  width: 192px;
  height: 36px;
  /*border: solid 2px green;*/

}
.ply-top-title-msg {
  width: 100%;
  height: 50%;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  /*border: solid 1px black;*/

}
.ply-top-company-msg {
  width: 100%;
  height: 50%;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: italic;
  /*border: solid 1px black;*/

}
.custom-scroll-view-item {
  /*margin-top: 10px;*/

  /*	border: solid 1px black;*/

  /*padding: 11px 11px 0 11px;*/

  /*
	background: purple;
	background-color: rgb(119, 76, 177);
	margin: 0 0;
	-webkit-border-radius: 20px;
	width: 100%;
	margin: 0 auto;
*/

}
.custom-scroll-item-group {
  width: 100%;
}
.custom-view-button {
  font: 20px;
  height: 30px;
}
.custum-list-wrapper {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
}
.custom-message-item {
  /*padding: 11px 11px 0 11px;*/

  /*padding: 11px 0px 0 0px;*/

  width: 100%;
}
.custom-message-item:last-child {
  /*padding-bottom: 11px;*/

}
#play-custom-item-list-wrapper {
  width: 100%;
  /*background: red;*/

}
/*
#my-list {
	background: blue;
}
*/
