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

@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
 margin: 0;
 padding: 0;
 font-size: 100%;
}
img {
  border: 0;
  vertical-align: bottom;
}
ul, ol {
  list-style: none;
}
html, body {
  height: 100%;
  background: rgba(0, 0, 255, 0.6);
}
body {
  background-image: url(../../img/iphone/commonParts/phone_back.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: white;
  font: 16px "Helvetica Neue", 'HiraKakuProN-W3', "sans-serif";
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
}
#other-view-wrapper {
  position: absolute;
  
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}
#global-header {
  height: 44px;
  width: 100%;
}
.nav-bar {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.15)));
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  height: 44px;
  text-align: center;
}
.header-container {
  
  
  height: 44px;
  width: 100%;
}
.header-txt-button {
  display: none;
  margin: 8px 0 0 0;
  box-sizing: border-box;
  padding: 0 4px;
  line-height: 28px;
  height: 28px;
  border: 1px solid rgba(255,255,255,0.5);
  font-size: 14px;
  white-space: nowrap;
  min-width: 59px;
  position: absolute;
  background-color: rgba(255,255,255,0.06);
}
.header-block-left {
  
  
  padding: 0 11px;
  
  height: 44px;
  left: 0;
  
  float: left;
}
.header-block-right {
  display: table-cell;
  
  padding: 0 11px;
  
  width: 56px;
  height: 100%;
}
#header-homebutton-area {
  
  min-height:44px;
  display: none;
  
}
.header-homebutton {
  position: absolute;
  width: 44px;
  height: 44px;
  
}
.header-homebutton > img,
.header-optionbutton-area > img,
.header-refreshbutton-area > img {
  
  margin: 9px 9px 8px;
  width: 27px;
  height: 27px;
  
  vertical-align: middle;
}
.header-homebutton-with-option {
  right: 40px;
}
#header-backbutton-area {
	width: 100%;
	height: 100%;
	left: 9px;
	position: absolute;
}
.header-backbutton {
  
  margin: 0 0 0 -9px;
  width: 44px;
  height: 44px;
  text-align: left;
  
}
.header-backbutton > img {
  
  margin: 9px 9px 8px;
  width: 27px;
  height: 27px;
  
  vertical-align: middle;
}
.header-title-area {
  display: block;
  height: 100%;
  
}
.header-title {
  display: block;
  font-size: 25px;
  width: 100%;
  line-height: 44px;
  text-align: center;
  position: absolute;
  padding: 1px 0 0 0;
  overflow: hidden;
  
}
.header-block-right-button {
  right: 1px;
}
.header-txt-button.header-block-right-button {
  margin-right: 10px;
}
.header-okbutton-enable {
  border: solid 1px white;
}
.header-okbutton-disable {
  color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.2);
  background-color: rgba(255,255,255,0.03);
}
.header-optionbutton-area,
.header-refreshbutton-area {
  position: absolute;
  
  width: 44px;
  height: 44px;
  
}
.header-optionbutton {
  margin: 8.5px 8.5px;
  
  width: 27px;
  height: 27px;
  
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.header-button-hover {
  
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 60%,rgba(255,255,255,0) 100%);
  background-repeat: no-repeat;
  background-size: 44px 44px;
  background-position: left 0px top 0px;
  
  width: 44px;
  height: 44px;
}
#global-view {
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.page-view {
  position: absolute;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  
  
}
.page-view-home {
  position: absolute;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  
  overflow: hidden;
}
.title {
  color: white;
  font-size: 160%;
  margin: 0;
}
.white_area,
.white-area-touch {
  background-color: rgba(255, 255, 255, 0.12);
  box-sizing: border-box;
  
  
  border: 1px solid rgba(255, 255, 255, 0.3);
  
}
.white_area_no_border {
  border: 1px solid rgba(255, 255, 255, 0.0);
}
.white-area-hover {
  border: solid 1px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 9px #48d2ff,inset 0 0 6px #48d2ff;
  background-color: rgba(72, 210, 255, 0.35);
}
.white-area-hover img {
  
  opacity: 0.8;
}
.white_area_no_glow {
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.white_area_no_glow_disable {
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0.5;
}
.dialog-list {
  border: solid 1px rgba(255, 255, 255, 0.0);
}
.dialog-list.dialog-list-hover{
  border: solid 1px rgba(255, 255, 255, 0.8);
  
  -webkit-box-shadow: 0 0 6px #48d2ff,inset 0 0 6px #48d2ff;
  background-color: rgba(72, 210, 255, 0.35);
}
.smart-list-item[data-index="0"] .dialog-list.dialog-list-hover{
  -webkit-box-shadow: inset 0 0 6px #48d2ff;
}
.dialog-list-no-glow {
  border: solid 1px rgba(255, 255, 255, 0.0);
}
.nowrap_ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inputarea-dark {
  -webkit-appearance: none;
  background-color: rgba(40, 40, 40, 0.3);
  border: 0;
  resize: none;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0px 2px 1px rgba(40, 40, 40, 1) inset, 0px 2px 1px rgba(160, 160, 160, 1) inset, 1px 1px 1px rgba(80, 80, 80, 0.7), 2px 2px 1px rgba(160, 160, 160, 0.7);
  box-sizing: border-box;
  color: white;
}
.input-area {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, .3);
  resize: none;
  width: 100%;
  color: white;
  display: block;
}
.input-area:focus {
  
  
  border: 0;
  resize: none;
}
.sub-header {
  height: 40px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2,rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.15)));
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  padding: 6px 11px;
  box-sizing: border-box;
}
.sub-header-option-wrapper {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 6px;
  width: 28px;
  height: 28px;
  position: relative;
}
.sub-header-option {
  line-height: 26px;
  text-align: center;
  min-width: 27px;
  width: 28px;
  height: 28px;
}
.sub-header-option:before{
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  padding: 15px 10px;
  top: -10px;
  left: -5px;
}
.sub-header-option-disable {
  opacity: 0.5;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
  
}
.sub-header-search-text-area {
  height: 28px;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}
.sub-header-search-input-area {
  font-size: 15px;
  padding: 8px 9px 0 9px;
  margin: 0;
}
.sub-header-option-search{
  width: 28px;
  height: 28px;
  background-image: url('../../img/iphone/commonParts/phone_search_icon.png');
  background-size: 15px 15px;
  background-position: center center;
  background-repeat: no-repeat;
}
.no-element {
  position: absolute;
  top: -44px;
  bottom: 0;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  margin: auto;
  font-size: 18px;
  line-height: 20px;
  display: table;
  padding: 0 11px;
  box-sizing: border-box;
}
.common-separator {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 4%, rgba(255, 255, 255, 0.2) 96%, rgba(255, 255, 255, 0) 100%);
  min-height: 1px;
  max-height: 1px;
}
@-webkit-keyframes loadingAnimation {
  0% {
    -webkit-transform: rotate(0deg); opacity: 0;
  }
  1% {
    -webkit-transform: rotate(0deg); opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg); opacity: 1;
  }
}
.anime-loading {
  -webkit-animation: loadingAnimation 1.2s infinite normal linear;
}
.common-list-loading {
  height: 23px;
  width: 23px;
}
#common-loading-view {
  bottom: 0;
  height: auto;
  position: absolute;
  text-align: center;
  top: 44px;
  z-index: 200;
}
#common-loading-view > img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
}
.self-loading-view {
  bottom: 0;
  height: auto;
  position: static;
  text-align: center;
  top: 44px;
  z-index: 200;
}
.self-loading-view > img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
}
#pullDown, #pullUp {
  
  height: 40px;
  line-height: 40px;
  padding: 5px 10px;
  margin: 0 auto;
  
  text-align: center;
  width: 100%;
  
  
  font-weight: bold;
  font-size: 14px;
  color: #888;
}
.pullDownIcon, .pullUpIcon {
  display: block;
  
  width: 23px;
  height: 23px;
  background: url(../../img/iphone/commonParts/phone_common_listLoading.png);
  -webkit-background-size: 23px 80px;
  background-size: 23px 23px;
  
  margin: 0 auto;
}
#pullDown .pullDownIcon,
#pullDown2 .pullDownIcon {
  
}
#pullUp .pullUpIcon,
#pullUp2 .pullUpIcon {
  
}
#pullDown.flip .pullDownIcon,
#pullDown2.flip .pullDownIcon {
  
}
#pullUp.flip .pullUpIcon,
#pullUp2.flip .pullUpIcon {
  
}
#pullDown.loading .pullDownIcon, #pullUp.loading .pullUpIcon,
#pullDown2.loading .pullDownIcon, #pullUp2.loading .pullUpIcon {
  background-position: 0 100%;
  
}
@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg) translateZ(0);
  }
  to {
    -webkit-transform: rotate(360deg) translateZ(0);
  }
}
.scroll-vertical-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: auto;
  
  
  
  
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table > * {
  display: table-cell;
  vertical-align: middle;
}
.display-table-cell-margin {
  min-width: 4px;
}
.debug-view {
  border: solid 1px black;
  background: rgba(255, 255, 255, 1.0);
  position: absolute;
  top: 0;
  color: black;
  width: 100%;
  height: auto;
  min-height: 100%;
  
  overflow: scroll;
  z-index: 200;
}
.debug-log {
  color: black;
}
.debug-warn {
  color: rgba(0, 0, 255, 1.0);
}
.debug-err {
  color: rgba(255, 0, 0, 1.0);
}
.debug-trace {
  color: rgba(51, 102, 255, 1.0);
}
.debug-dir {
  color: rgba(102, 0, 153, 1.0);
}
#debug-view-title {
  height: 12px;
  text-align: center;
  font-size: 8px;
  font-weight: bold;
}
#debug-view-close, #debug-view-clear {
  border: solid black 4px;
  height: 30px;
  text-align: center;
  background: #f4d917;
  margin-bottom: 2px;
}
.subtitle-underline {
  background-color: rgba(255, 255, 255, 0.3);
  height: 2px;
}
#error-view-msg {
	position: absolute;
	width: 100%;
	top: 200px;
	margin: 0 auto;
	text-align: center;
	font-size: 40px;
}
#debug-panel {
	position: absolute;
	top: 80%;
	width: 50%;
	height: 20%;
	background: black;
	z-index: 1000;
	color: black;
	opacity: 1.0;
}
.debug-panel-btn {
	width:50px;
	height:50px;
	background: white;
	opacity: 1.0;
	display: table-cell;
	padding: 10px;
	border: solid 1px black;
}
#display-guard {
	position:absolute;
	width: 100%;
	height: 100%;
	z-index: 3000;
	background: rgba(255, 255, 255, 0.0);
}
#display-guard-black {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3000;
	background: rgba(0, 0, 0, 0.7);
}
#global-slider {
	position: absolute;
	left: 0;
	height: 100%;
	width: 200%;
	z-index: 2;
	
}
#view-slider {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	
	
}
#home-view {
	width:100%;
}
#signin-progress {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
#signin-loading {
  background-image: url(../../img/iphone/commonParts/phone_loading.png);
  background-size: 45px 45px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  left: 50%;
  margin-left: -22px;
  width: 45px;
  height: 45px;
}
.self-block {
	position: absolute;
	z-index: 3000;
}
#pullDown2 {
	position: relative;
	height: 50px;
	width: 100%;
	
}
#pullUp2 {
	position: absolute;
	height: 50px;
	width: 100%;
	
	bottom: 10px;
}
.list-guard {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3000;
}
#performance-checker {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 50px;
	
	z-index: 3000;
}
.feed-replaced-word{
  display: inline;
}
.feed-user-name-or-id,.feed-target-name-or-id{
  color: #505050;
}
.feed-title-name ,.feed-product-name{
  color:#505050;
}
.custom-item-list-wrapper {
	width: 100%;
}
.psn-id {
  font-style: italic;
  padding-left: 2px; 
}
#head-pull-btn, #tail-pull-btn {
  display: none;
  height: 55px;
  line-height: 55px;
  text-align: center;
  width: 100%;
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.8);
}
#head-pull-btn, #tail-pull-btn {
  display: none;
  height: 55px;
  line-height: 55px;
  text-align: center;
  width: 100%;
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.8);
}
#head-pull-auto-loading,#tail-pull-auto-loading{
  height: 44px;
  line-height: 44px;
  text-align: center;
  width: 100%;
}
.pull-auto-loading > img{
  vertical-align: middle;
  width: 23px;
  height: 23px;
}
.common-scrollbarV {
  position: absolute;
  z-index: 100;
  width : 4px;
  top: 7px;
  bottom: 3px;
  right: 3px;
}
.common-scrollbarV > div{
  position: absolute;
  z-index: 100;
  background: #6674ca;
  -webkit-background-clip: padding-box;
  box-sizing: border-box;
  width: 100%;
}
#onerror_dialog {
	box-sizing: border-box;
	background: black;
	position: absolute;
	
	width: 100%;
	left: 0%;
	top: 0%;
	height: 100%;
	margin: 0 auto;
	border: solid 5px white;
	z-index: 5000;
	color: red;
	font-size: 15px;
	overflow:scroll;
	word-wrap: break-word;
}
#onerror_dialog_date {
	width: 100%;
	color: white;
	font-size: 20px;
}
#onerror_dialog_msg_area {
	height: 90%;
	overflow: scroll;
}
#onerror_dialog_close {
	
	margin: 0 auto;
	text-align: center;
	color: white;
	width: 100%;
	font-size: 20px;
}
#onerror_dialog_close_button {
	font-size: 30px;
	bottom: 20px;
}
#debug-menu-button {
	z-index: 5000;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	background: black;
	font-size: 10px;
	text-align: center;
}
#debug-settings-view {
	z-index: 210;
};
