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

@charset "utf-8";
/**共通部分************************************/
.common-widget-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.common-widget-area {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.95);
}
.common-widget-button {
  background-color: rgba(255, 255, 255, 0.16);
  border: solid 1px rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 1px;
}
.common-widget-button.common-widget-button-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);
}
#common-dialog-view {
  padding: 0;
  overflow: hidden;
  z-index: 200;
}
.dialog-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  line-height: 100%;
  text-align: center;
  z-index: 200;
  display: table;
  table-layout: fixed;
}
.dialog-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.dialog {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.95);
  margin: 0 11px;
  z-index: 210;
  padding: 16px 0 18px;
  box-sizing: border-box;
}
.dialog-title {
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  padding: 0 11px 9px;
  word-wrap: break-word;
}
.dialog-comment {
  font-size: 18px;
  line-height: 23px;
  padding: 4px 11px 9px 11px;
  word-wrap: break-word;
}
.dialog-input-text > input {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.95);
  color: white;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.12);
  font-size: 18px;
  border: 0;
  margin: 0;
  padding: 3px 6px 0 6px;
}
.dialog-input-text > input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.dialog-input-text {
  margin: -2px 11px 12px;
  height: 37px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.dialog-button-area {
  width: 100%;
  padding: 0 11px;
  box-sizing: border-box;
}
.dialog-button {
  padding: 10px 0 0 0;
  font-size: 18px;
  height: 37px;
  box-sizing: border-box;
}
.dialog-cancel-button > .dialog-button {
  background-color: rgba(89, 89, 89, 0.16);
}
.dialog .dialog-cancel-button.dialog-button-grid-3,
.dialog .dialog-cancel-button.dialog-button-grid-4 {
  margin: 17px 0 0;
}
.dialog .dialog-button-grid-1 {
  width: 100%;
}
.dialog .dialog-button-area-grid-2 {
  display: table;
  padding: 0 11px 0 2px;
  /*ボタン間のpadding9px分左側のpaddingを減らしている*/

  margin: 0;
  box-sizing: border-box;
}
.dialog .dialog-button-grid-2 {
  display: table-cell;
  width: 50%;
  padding: 0 0 0 9px;
  box-sizing: border-box;
}
.dialog .dialog-button-grid-3 {
  display: block;
  margin: 9px 0 0 0;
}
.dialog .dialog-button-grid-4 {
  display: block;
  margin: 9px 0 0;
}
.dialog-loading {
  line-height: 60px;
  padding: 0 0 0 15px;
  text-align: left;
}
.dialog-loading-img {
  vertical-align: middle;
  width: 40px;
}
.dialog-loading-text {
  margin: 0 0 0 8px;
  vertical-align: middle;
}
.scrollable-dialog .dialog-title {
  padding-left: 0;
  padding-right: 0;
}
.scrollable-dialog .dialog-comment {
  padding: 0;
  text-align: left;
}
.scrollable-dialog .scroll-vertical-wrapper {
  position: relative;
  top: auto;
  bottom: auto;
  margin: 2px 0 5px 0;
  width: 100%;
  padding: 0 11px;
  box-sizing: border-box;
}
.scrollable-dialog .dialog-scroll-bottom-margin {
  height: 4px;
}
.scrollable-dialog .dialog-scroll-border {
  margin: 0 11px 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.scrollable-dialog .common-scrollbarV {
  right: 6px;
}
.scrollable-dialog .common-scrollbarV > div {
  background-color: #333333;
}
.scrollable-dialog.feed002-dialog .dialog-title {
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  padding: 2px 0 18px;
}
.scrollable-dialog.feed002-dialog .dialog-comment {
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  text-align: left;
}
.scrollable-dialog.feed002-dialog .scroll-vertical-wrapper {
  margin-bottom: 5px;
}
/* アクションシート本体 (半透明で全画面を覆う) */
[id^="action-sheet"] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 200;
}
/* アクションシートのコンテンツ */
#action_sheet_content {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.95);
  width: 100%;
  position: absolute;
  bottom: 0;
  border: 0px solid #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 18px 11px 0 11px;
  box-sizing: border-box;
}
/* タイトル */
#action_sheet_title {
  font-size: 20px;
  text-align: center;
  line-height: 23px;
  padding: 0 0 9px 0;
}
/* アクションボタン共通 */
.action_sheet_button_common {
  display: table;
  font-size: 18px;
  text-align: center;
  margin: 0 0 9px 0;
  height: 37px;
  box-sizing: border-box;
  width: 100%;
}
.action_sheet_button_font_small {
  font-size: 14px;
}
.action_sheet_button_common > div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  max-width: 0;
  padding: 0 0px;
}
.action_sheet_button_length_check {
  font-size: 18px;
  white-space: nowrap;
}
/* キャンセルボタン */
.action_sheet_cancel_button {
  background-color: rgba(89, 89, 89, 0.16);
  margin-top: 17px;
}
.drop-down-btn {
  display: table;
  height: 26px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.drop-down-btn-title {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  max-width: 0;
  font-size: 15px;
}
.drop-down-btn-title-icon {
  display: table-cell;
  vertical-align: middle;
  min-width: 30px;
  text-align: center;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center;
  height: 26px;
}
.drop-down-btn-title-icon-new {
  display: table-cell;
  min-width: 16px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  background-image: url('../../img/iphone/commonParts/phone_common_newIndicater.png');
}
.drop-down-btn-select-icon {
  display: table-cell;
  vertical-align: middle;
  min-width: 28px;
}
.drop-down-btn-select-icon > img {
  width: 21px;
  height: 12px;
  vertical-align: middle;
}
#drop-down-list-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 200;
}
.drop-down-list-wrapper {
  overflow-y: visible;
  overflow-x: visible;
  position: absolute;
  margin: 0 11px;
}
.drop-down-list {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.95);
  position: relative;
  margin: 6px 0 0 0;
  z-index: 300;
}
.drop-down-select-btn-area {
  position: absolute;
  margin: 0 11px;
}
.drop-down-select-btn-area .drop-down-btn {
  box-sizing: content-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.95);
  background-color: rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.drop-down-select-btn-area .drop-down-btn .drop-down-btn-title-icon,
.drop-down-select-btn-area .drop-down-btn .drop-down-btn-title {
  position: relative;
}
.drop-down-list-item {
  border: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0;
  box-sizing: border-box;
  vertical-align: middle;
  height: 40px;
}
.drop-down-list-item .drop-down-btn-title-icon,
.drop-down-list-item .drop-down-btn-title-icon-new {
  line-height: 38px;
}
.drop-down-list-item .drop-down-btn-title {
  position: relative;
  height: 38px;
}
.drop-down-list-item:last-child {
  border-bottom: 0;
}
.drop-down-list-item-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);
}
.drop-down-list-item-selected::before {
  content: "";
  width: 100%;
  height: 40px;
  margin: -1px 0 0 -1px;
  /*border分*/

  position: absolute;
  background-color: rgba(255, 255, 255, 0.15);
}
.load-retry-wrapper {
  position: absolute;
  top: -44px;
  bottom: 0;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  margin: auto;
  padding: 0 11px;
  box-sizing: border-box;
  display: table;
  font-size: 18px;
}
.load-retry-comment {
  text-align: center;
  width: 100%;
  line-height: 22px;
  margin: 0 0 51px 0;
}
.load-retry-button-wrapper {
  display: table;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.load-retry-button {
  display: table-cell;
  line-height: 26px;
  height: 28px;
  text-align: center;
}
