.cl_pdata_display_none {
  display  : none;
}

/* 取得メニュー用ボタン */
#id_pdata_body button {
  width  : 100px;
  height  : 100px;  
  border-radius  : 6px;
  margin  : 4px;
  background-color  : aliceblue;
  box-shadow: -4px 8px 8px 0px rgba(255,255,255,0.5) inset;
  vertical-align: bottom;
}

/* プレーデータ適用場所 */
#id_disp_pdata {
  background:#fff0fc;
}

/* エラー表示共通場所 */
#id_disp_error {
  margin-top  : 10px;
  background-color  : rgba(255,255,255,0.9);
  margin-bottom: 50px;
  display:none;
}


/*
 * player_info_sample1 
 *
 */
/* プレーヤー名とプレーカウント */
.cl_player_info_base, .cl_player_info_brooch {
  background-color: palegoldenrod;
  margin: auto;
  margin-top: 10px;
  width: 40%;
  min-width  : 320px;
  left: 0px;
  right: 0px;
}
.cl_pdata_player_name, .cl_pdata_play_count, .cl_pdata_brooch_name, .cl_pdata_brooch_description {
  font-weight  : bold;
  float  : right;  
}
.cl_brooch {
  margin-top  : 5px;
}
.cl_pdata_brooch_progress, .cl_pdata_brooch_progress_bar {
  display  :inline-block;
}
.cl_pdata_brooch_progress {
  width  : 30%;
}
.cl_pdata_brooch_progress_bar {
  background-color  : aquamarine;
  box-shadow: 0px 8px 8px 0px rgba(255,255,255,0.5) inset;
  width  : 70%;
  height  : 1em;
}

/* エラー時 */
.cl_error_window {
  background-color: palegoldenrod;
}
