.vpplayer {
  font: 10pt 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
}

.vpplayer img {
  vertical-align: middle;
}

input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

/*for IE9 it is not supported full screen API*/
html.document-fullscreen{
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important;
}

#fmp_area_outer{
  width: 100%;
  height: 100%;
}

#fmp_area_core {
  position: relative;
  width: 980px;
  /*height: 622px;*/
  height: auto;
}

.clearfix #fmp_area_core {
  float: left;
}

#fmp_area_core:-webkit-full-screen {
  position : absolute;
  left     : 0;
  top      : 0;
  width    : 100%;
  height   : 100%;
}

#fmp_area_core:-moz-full-screen {
  position : absolute;
  left     : 0;
  top      : 0;
  width    : 100%;
  height   : 100%;
}

#fmp_area_core:-ms-fullscreen {
  position : absolute;
  left     : 0;
  top      : 0;
  width    : 100%;
  height   : 100%;
}

#fmp_area_core:fullscreen {
  position : absolute;
  left     : 0;
  top      : 0;
  width    : 100%;
  height   : 100%;
}

#fmp_area_core.player-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
  width: 100%;
  height: 100%;
}

#flashContent {
  position: relative;
  left: 0; 
  top: 0; 
  width: 100%; 
  height: 551px; 
  background-color:#000000;
}

.video_main #flashContent,
.slide_main #flashContent{
  background-color: #6d6f70;
} 

#fmp_area_core:-webkit-full-screen #flashContent {
  position: absolute;
  height: 100% !important;
  width: 100%;
}

#fmp_area_core:-moz-full-screen #flashContent {
  position: absolute;
  height: 100% !important;
  width: 100%;
}

#fmp_area_core:-ms-fullscreen #flashContent {
  position: absolute;
  height: 100% !important;
  width: 100%;
}

#fmp_area_core:fullscreen #flashContent {
  position: absolute;
  height: 100% !important;
  width: 100%;
}
.player-fullscreen #flashContent{
  position: absolute;
  height: 100% !important;
  width: 100%;
} 

/*For slide in flash player */
.slide_main #fvplayer{
  top: 0px;
  right: 0px;
  left: auto;
  bottom: auto;
  display: block;
  margin: auto;
  margin-right: 0px;
}
.video_main #fvplayer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: auto;
  display: block;
  margin-top: auto;
}

#fvplayer:-webkit-full-screen {
  height: 100% !important;
  width: 100% !important;
}
#fvplayer:-moz-full-screen {
  height: 100% !important;
  width: 100% !important;
}
#fvplayer:-ms-fullscreen {
  height: 100% !important;
  width: 100% !important;
}
#fvplayer:fullscreen {
  height: 100% !important;
  width: 100% !important;
}
.player-fullscreen #fvplayer{
  height: 100% !important;
  width: 100% !important;
} 


/*For not 16:9 video of vista(IE9),win7(IE11)
 * change MediaElement.js CSS.
 */
#mep_0 {
  margin: auto;
  top:0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.slide_main #mep_0{
  top: 0px;
  right: 0px;
  left: auto;
  bottom: auto;
}
.video_main #mep_0{
  position: absolute;
  top: auto;
  right: auto;
  left: 0px;
  bottom: 0px;
  margin: 0px;
  z-index: 2;
}
.slide_only #mep_0{
  display: none;
}
#fmp_area_core:-ms-fullscreen  #mep_0 {
  position: absolute;
}
.player-fullscreen #mep_0 {
  position: absolute;
}

/*For full screen of vista(IE9),win7(IE11)
 * change MediaElement.js CSS.
 */
.player-fullscreen .me-plugin{
  position: relative;
  width: 100% !important;
  height: 100% !important;
}
.player-fullscreen .mejs-shim{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

#html_video{
  display: inherit;
  position: relative; 
  left: 0; 
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto; 
  width: 100%;
  height: 100%;
}
.slide_main #html_video {
  margin-right: 0px;
  top: 0px;
  right: 0px;
  left: auto;
  bottom: auto;
  background-color: #494c4d;
}
.video_main #html_video {
  position: absolute;
  top: auto;
  right: auto;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  margin: 0px;
}
.slide_main #html_video,
.video_main #html_video{
  border: 1px solid #1C1C1C;
  background-color: #494c4d;
  box-sizing: border-box;
}
.slide_main #html_video{
  float: right;
}
.slide_only #html_video {
  display: none;
}
#fmp_area_core:-webkit-full-screen #html_video {
  position: absolute;
}

#fmp_area_core:-moz-full-screen #html_video {
  position: absolute;
}

#fmp_area_core:-ms-fullscreen #html_video {
  position: absolute;
}

#fmp_area_core:fullscreen #html_video {
  position: absolute;
}
.player-fullscreen #html_video{
  position: absolute;
} 


#vpplayer_panel {
    position: relative;
    bottom: 0px;
    width: 100%; 
    height: 72px; 
    background-color: #0d0d0d;
    z-index: 12;
}
#fmp_area_core:-webkit-full-screen #vpplayer_panel {
  position: absolute;
}
#fmp_area_core:-moz-full-screen #vpplayer_panel {
  position: absolute;
}
#fmp_area_core:-ms-fullscreen #vpplayer_panel {
  position: absolute;
}
#fmp_area_core:fullscreen #vpplayer_panel {
  position: absolute;
}
.player-fullscreen #vpplayer_panel {
  position: absolute;
}

#fmp_area_core:-webkit-full-screen #vpplayer_panel {
  opacity: 0.8;
}
#fmp_area_core:-moz-full-screen #vpplayer_panel {
  opacity: 0.8;
}
#fmp_area_core:-ms-fullscreen #vpplayer_panel {
  opacity: 0.8;
}
#fmp_area_core:fullscreen #vpplayer_panel {
  opacity: 0.8;
}
.vpplayer_panel_line1 {
    position: absolute;
    display: inline-flex;
    top: 0;
    height: 36px;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.vpplayer_panel_line2 {
    position: absolute;
    top: 36px;
    display: inline-flex;
    height: 36px;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.vpplayer_panel_line1 > div {
  height: 100%;
  padding: 0px;
}

#fvplayer {
  display: block;
  background-color: #000;
}

.vpplayer_line1 {
  background-color: #0d0d0d;
}

.vpplayer_line2 {
  background-color: #262626;
}

.vpplayer_button {
  outline: 0;
  padding: 0px;
  border-style: none;
  color: white;
  cursor: pointer;
  border-radius: 0;
}

.vpplayer_button:hover:enabled {
  background-color: #666666;
}

.vpplayer_button:active:enabled {
  background-color: #c0c0c0;
}

.vpplayer_button.vpplayer_button_mode2 {
  color: black;
  background-color: #b0b0b0;
}

.vpplayer_button.vpplayer_button_mode2:hover:enabled {
  color: black;
  background-color: #b0b0b0;
}

.vpplayer_button.vpplayer_button_mode2:active:enabled {
  color: black;
  background-color: #c0c0c0;
}

.vpplayer_button:disabled {
  cursor: default;
}

.vpplayer_scene_first_btn,
.vpplayer_slide_first_btn {
  width: 36px;
  height: 36px;
  background-image: url(./images/vpplayer.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.vpplayer_slide_first_btn:disabled {
  background-position: -36px 0;
}

.vpplayer_scene_prev_btn,
.vpplayer_slide_prev_btn {
  width: 36px;
  height: 36px;
  background-image: url(./images/vpplayer.png);
  background-position: 0 -36px;
  background-repeat: no-repeat;
}

.vpplayer_slide_prev_btn:disabled {
  background-position: -36px -36px;
}
.vpplayer_scene_select_btn,
.vpplayer_slide_select_btn {
  height: 36px;
}

.vpplayer_slide_next_btn,
.vpplayer_scene_next_btn {
  width: 36px;
  height: 36px;
  background-image: url(./images/vpplayer.png);
  background-position: 0 -72px;
  background-repeat: no-repeat;
}
.vpplayer_slide_next_btn:disabled,
.vpplayer_scene_next_btn:disabled {
  background-position: -72px -72px;
}

.vpplayer_slide_last_btn,
.vpplayer_scene_last_btn {
  width: 36px;
  height: 36px;
  background-image: url(./images/vpplayer.png);
  background-position: 0 -108px;
  background-repeat: no-repeat;
}

.vpplayer_slide_last_btn:disabled,
.vpplayer_scene_last_btn:disabled {
  background-position: -72px -108px;
}


.vpplayer_setting_btn{
  width: 36px;
  height: 36px;
  background-image: url(./images/vpplayer.png);
  background-position: -372px 0px;
  background-repeat: no-repeat;
}

.vpplayer_setting_btn:disabled {
  background-position: -72px -108px;
}



.slide_main .vpplayer_scene_first_td_btn,
.slide_main .vpplayer_scene_prev_td_btn,
.slide_main .vpplayer_scene_select_td_btn,
.slide_main .vpplayer_scene_next_td_btn,
.slide_main .vpplayer_scene_last_td_btn,
.slide_only .vpplayer_scene_first_td_btn,
.slide_only .vpplayer_scene_prev_td_btn,
.slide_only .vpplayer_scene_select_td_btn,
.slide_only .vpplayer_scene_next_td_btn,
.slide_only .vpplayer_scene_last_td_btn {
  display: none;
}

.video_main .vpplayer_slide_first_td_btn,
.video_main .vpplayer_slide_prev_td_btn,
.video_main .vpplayer_slide_select_td_btn,
.video_main .vpplayer_slide_next_td_btn,
.video_main .vpplayer_slide_last_td_btn,
.video_only .vpplayer_slide_first_td_btn,
.video_only .vpplayer_slide_prev_td_btn,
.video_only .vpplayer_slide_select_td_btn,
.video_only .vpplayer_slide_next_td_btn,
.video_only .vpplayer_slide_last_td_btn  {
  display: none;
}

.no_fastforward .vpplayer_scene_first_td_btn,
.no_fastforward .vpplayer_scene_prev_td_btn,
.no_fastforward .vpplayer_scene_next_td_btn,
.no_fastforward .vpplayer_scene_last_td_btn,
.no_fastforward .vpplayer_slide_first_td_btn,
.no_fastforward .vpplayer_slide_prev_td_btn,
.no_fastforward .vpplayer_slide_next_td_btn,
.no_fastforward .vpplayer_slide_last_td_btn,
.no_fastforward .vpplayer_playbackrate_td_btn,
.no_fastforward .vpplayer_rewind_td_btn {
  display: none;
}

.vpplayer_repeat_btn {
  width: 36px;
  height: 36px;
  background-image: url(./images/not_repeat.png);
}

.vpplayer_repeating {
  width: 36px;
  height: 36px;
  background-image: url(./images/repeat.png);
}

.vpplayer_play_btn {
  width: 60px;
  height: 36px;
  background-image: url(./images/vpplayer.png);
  background-position: -216px 0;
  background-repeat: no-repeat;
}

.vpplayer_play_btn:disabled {
  cursor: default;
  background-color: gray;
  opacity: 0.5;
}

.vpplayer_pause {
  background-image: url(./images/vpplayer.png);
  background-position: -276px 0;
  background-repeat: no-repeat;
}

.vpplayer_volume_btn {
  width: 36px;
  height: 36px;
  background-image: url(./images/vpplayer.png);
  background-position: -108px 0;
  background-repeat: no-repeat;
}

.vpplayer_volume_btn.vpplayer_button_mode2 {
  background-image: url(./images/vpplayer.png);
  background-position: -144px 0;
  background-repeat: no-repeat;
}

.vpplayer_volume_btn.vpplayer_volume_mute {
  background-image: url(./images/vpplayer.png);
  background-position: -108px -36px;
  background-repeat: no-repeat;
}

.vpplayer_volume_btn.vpplayer_volume_mute.vpplayer_button_mode2 {
  background-image: url(./images/vpplayer.png);
  background-position: -144px -36px;
  background-repeat: no-repeat;
}

.vpplayer_bitrate_btn {
  height: 36px;
}

.vpplayer_playbackrate_btn {
  height: 36px;
}

.vpplayer_rewind_btn {
  width: 36px;
  height: 36px;
  background-image: url(./images/vpplayer.png);
  background-position: -336px 0px;
  background-repeat: no-repeat;
}

.vpplayer_star_btn {
  width: 36px;
  height: 36px;
  background-image: url(./images/vpplayer.png);
  background-position: -108px -72px;
  background-repeat: no-repeat;
}

.vpplayer_star_on {
  background-image: url(./images/vpplayer.png);
  background-position: -108px -108px;
  background-repeat: no-repeat;
}

#vpplayer_title_star_btn {
  width: 32px;
  height: 32px;
  background-image: url(./images/vpplayer.png);
  background-position: -356px -108px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

#vpplayer_title_star_btn.vpplayer_star_on {
  background-image: url(./images/vpplayer.png);
  background-position: -324px -108px;
  background-repeat: no-repeat;
}

#vpplayer_title_recommend_btn {
  width: 32px;
  height: 32px;
  background-image: url(./images/vpplayer.png);
  background-position: -420px -108px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

#vpplayer_title_recommend_btn.vpplayer_recommend_on {
  background-image: url(./images/vpplayer.png);
  background-position: -388px -108px;
  background-repeat: no-repeat;
}

.vpplayer_switch_btn {
  width: 36px;
  height: 36px;
  background-image: url(./images/vpplayer.png);
  background-position: -108px -137px;
  background-repeat: no-repeat;
}

.vpplayer_switch_btn:hover {
  background-position: -144px -137px;
}

.vpplayer_switch_btn:active {
  background-position: -180px -137px;
}

.vpplayer_fullscreen_btn {
  width: 36px;
  height: 36px;
  background-image: url(./images/vpplayer.png);
  background-position: -216px -108px;
  background-repeat: no-repeat;
}

.vpplayer_exitfullscreen {
  background-position: -216px -135px;
}

.vpplayer_seek_bar {
  height: 36px;
  /*cursor: pointer;*/
}

.vpplayer_seek_bar_lower {
  position: absolute;
  left: 0px;
  top: 14px;
  height: 8px;
  background-color: #4d4d4d;
  /*cursor: pointer;*/
  z-index: 2;
}

.vpplayer_seek_bar_higher {
  position: absolute;
  right: 0px;
  top: 14px;
  height: 8px;
  background-color: #1a1a1a;
  /*cursor: pointer;*/
  z-index: 2;
}

.vpplayer_seek_bar_grip {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 16px;
  height: 32px;
  background-image: url(./images/vpplayer.png);
  background-position: 0 -144px;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  z-index: 4;
}

.vpplayer_seek_bar_comment_pos{
  display: inline-block;
  height: 7px;
  width: 2px;
  position: absolute;
  left: 0px;
  top: 15px;
  z-index: 3;
  background-color: #F8F8FF;
  cursor: pointer;
}

.vpplayer_time_display {
  height: 36px;
  display: table;
}

.vpplayer_time_display_text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: white;
  width: 100%;
  padding: 0px 4px;
  white-space: nowrap;
}

.vpplayer_volume_bar {
  width: 36px;
  border: 1px solid #595959;
  background-color: #333333;
  visibility: hidden;
  cursor: pointer;
  z-index: 4;
}

.vpplayer_volume_bar_lower {
  position: absolute;
  left: 14px;
  bottom: 10px;
  width: 8px;
  background-color: #4d4d4d;
  cursor: pointer;
  z-index: 2;
}

.vpplayer_volume_bar_higher {
  position: absolute;
  left: 14px;
  top: 10px;
  width: 8px;
  background-color: #1a1a1a;
  cursor: pointer;
  z-index: 2;
}

.vpplayer_volume_bar_grip {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 16px;
  height: 10px;
  background-image: url(./images/vpplayer.png);
  background-position: 0 -176px;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  z-index: 3;
}

.vpplayer_scene_select,
.vpplayer_slide_select {
  border: 1px solid #262626;
  border-spacing: 0;
  background-color: white;
  visibility: hidden;
  display: table;
  z-index: 4;
}

.vpplayer_setting_select {
  border: 1px solid #262626;
  border-spacing: 0;
  background-color: white;
  visibility: hidden;
  display: table;
  z-index: 4;
}

.vpplayer_settings_bitrate_select {
  border: 1px solid #262626;
  border-spacing: 0;
  background-color: white;
  visibility: hidden;
  display: table;
  z-index: 4;
}

.vpplayer_bitrate_select {
  border: 1px solid #262626;
  border-spacing: 0;
  background-color: white;
  visibility: hidden;
  display: table;
  z-index: 4;
}

.vpplayer_playbackrate_select {
  border: 1px solid #262626;
  border-spacing: 0;
  background-color: white;
  visibility: hidden;
  display: table;
  z-index: 4;
}

.vpplayer_select_title_row {
  height: 31px;
  display: table-row;
}

.vpplayer_select_title_cell {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  background-color: #f0f0f0;
}

.vpplayer_select_item {
  width: 100%;
  height: 36px;
  display: table;
}

.vpplayer_select_item_row {
  height: 36px;
  display: table-row;
  cursor: pointer;
}

.vpplayer_select_item_cell {
  position: relative;
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  display: table-cell;
  background-color: white;
}

.vpplayer_select_item_selected_cell {
  position: relative;
  border-top: 1px solid #e5e5e5;
  display: table-cell;
  width: 24px;
  background-color: transparent;
}

.vpplayer_select_item_selected {
  position: absolute;
  top: 14px;
  left: 12px;
  width: 8px;
  height: 8px;
  background-image: none;
  background-color: transparent;
}

.vpplayer_select_item_row.vpplayer_select_selected .vpplayer_select_item_selected {
  background-image: url(./images/vpplayer.png);
  background-position: -64px -160px;
  background-repeat: no-repeat;
}

.vpplayer_select_item_text_cell,
.vpplayer_select_item_value_cell {
  position: relative;
  border-color: transparent;
  border-top: 1px solid #e5e5e5;
  display: table-cell;
  vertical-align: middle;
}

.vpplayer_select_item_text_outer,
.vpplayer_select_item_value_outer {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}

.vpplayer_select_item_text,
.vpplayer_select_item_value {
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  width: 226px;
  max-width: 226px;
  padding: 0 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.vpplayer_select_item_value {
  padding-left: 12px;
}

.vpplayer_setting_select .vpplayer_select_item_text {
  padding-left: 10px;  
}

.vpplayer_select_item_active_cell {
  position: relative;
  border-top: 1px solid #e5e5e5;
  display: table-cell;
  width: 30px;
  background-color: transparent;
}

.vpplayer_select_item_active {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  background-image: none;
  background-color: transparent;
}

.vpplayer_select_item_row.vpplayer_select_active .vpplayer_select_item_active {
  background-image: url(./images/vpplayer.png);
  background-position: -64px -144px;
  background-repeat: no-repeat;
}

.vpplayer_bitrate_select .vpplayer_settings_bitrate_select .vpplayer_playbackrate_select .vpplayer_setting_select .vpplayer_select_item_row.vpplayer_select_selected {
  cursor: default;
}

.vpplayer_bitrate_select .vpplayer_settings_bitrate_select .vpplayer_playbackrate_select .vpplayer_setting_select .vpplayer_select_item_row.vpplayer_select_selected .vpplayer_select_item_active {
  background-image: none;
}

.vpplayer_select_scroll_row {
  height: 18px;
  display: table-row;
  cursor: pointer;
}

.vpplayer_select_scroll_row.vpplayer_select_disabled {
  cursor: default;
}

.vpplayer_select_scroll_cell {
  display: table-cell;
  position: relative;
  background-color: white;
  border-top: 1px solid #e5e5e5;
}

.vpplayer_select_scroll_up {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 7px;
  background-image: url(./images/vpplayer.png);
  background-position: -80px -144px;
  background-repeat: no-repeat;
  background-color: transparent;
}

.vpplayer_select_scroll_row.vpplayer_select_disabled .vpplayer_select_scroll_up {
  background-image: url(./images/vpplayer.png);
  background-position: -80px -151px;
  background-repeat: no-repeat;
}

.vpplayer_select_scroll_down {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 7px;
  background-image: url(./images/vpplayer.png);
  background-position: -80px -158px;
  background-repeat: no-repeat;
  background-color: transparent;
}

.vpplayer_select_scroll_row.vpplayer_select_disabled .vpplayer_select_scroll_down {
  background-image: url(./images/vpplayer.png);
  background-position: -80px -165px;
  background-repeat: no-repeat;
}

.vpplayer_thumbnail,
.vpplayer_slide_thumbnail {
  visibility: hidden;
  overflow: hidden;
}

.vpcanvas_menu_colorbox {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 0;
  border: 1px solid silver;
}
.poster_thumbnail{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 99;
}
.poster_img{
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
}

.playback{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('./images/play_black.png');
    background-size: 64px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 101;
    cursor: pointer;
}
.playback:hover,
.playback_hover{
    background-image: url('./images/play_green.png');
}

.videoloading_back {
  display:  none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  z-index: 100;
}

.videoloading {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('./images/loading_black.gif');
    background-size: 64px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}

.videowaiting_back {
  display:  none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  z-index: 3;
  background-color: rgba(255,0,0,0);
}

@media screen and (orientation: portrait) {
    /* video for slide main */
   .slide_main #fmp_area_core:-webkit-full-screen #flashContent > #html_video,
   .slide_main #fmp_area_core:-webkit-full-screen #mep_0,
   .slide_main #fmp_area_core:-webkit-full-screen #vpcanvas_outer,
   .slide_main #fmp_area_core:-webkit-full-screen #vpplayer_video_size_btn_outer{
     width: 100% !important;
     height: 50% !important;
	 border: none;
     position: absolute;
     top:auto;
     bottom: 0px;
   }
   .slide_main #fmp_area_core:-moz-full-screen #flashContent > #html_video,
   .slide_main #fmp_area_core:-moz-full-screen #mep_0,
   .slide_main #fmp_area_core:-moz-full-screen #vpcanvas_outer,
   .slide_main #fmp_area_core:-moz-full-screen #vpplayer_video_size_btn_outer{
     width: 100% !important;
     height: 50% !important;
	 border: none;
     position: absolute;
     top:auto;
     bottom: 0px;
   }
   .slide_main #fmp_area_core:-ms-full-screen #flashContent > #html_video,
   .slide_main #fmp_area_core:-ms-full-screen #mep_0,
   .slide_main #fmp_area_core:-ms-full-screen #vpcanvas_outer,
   .slide_main #fmp_area_core:-ms-full-screen #vpplayer_video_size_btn_outer{
     width: 100% !important;
     height: 50% !important;
	 border: none;
     position: absolute;
     top:auto;
     bottom: 0px;
   }
   .slide_main #fmp_area_core:fullscreen #flashContent > #html_video,
   .slide_main #fmp_area_core:fullscreen #mep_0,
   .slide_main #fmp_area_core:fullscreen #vpcanvas_outer,
   .slide_main #fmp_area_core:fullscreen #vpplayer_video_size_btn_outer{
     width: 100% !important;
     height: 50% !important;
	 border: none;
     position: absolute;
     top:auto;
     bottom: 0px;
   }
   .slide_main #fmp_area_core.player-fullscreen #flashContent > #html_video,
   .slide_main #fmp_area_core.player-fullscreen #mep_0,
   .slide_main #fmp_area_core.player-fullscreen #vpcanvas_outer,
   .slide_main #fmp_area_core.player-fullscreen #vpplayer_video_size_btn_outer{
     width: 100% !important;
     height: 50% !important;
	 border: none;
     position: absolute;
     top:auto;
     bottom: 0px;
   }
   .slide_main #fmp_area_core:-webkit-full-screen #mep_0 #html_video,
   .slide_main #fmp_area_core:-moz-full-screen #mep_0 #html_video,
   .slide_main #fmp_area_core:-ms-full-screen #mep_0 #html_video,
   .slide_main #fmp_area_core:fullscreen #mep_0 #html_video,
   .slide_main #fmp_area_core.player-fullscreen #mep_0 #html_video {
     width: 100% !important;
     height: 100% !important;
	 border: none;
     position: absolute;
     top:auto;
     bottom: 0px;
   }
   
   /* video for video main */
   .video_main #fmp_area_core:-webkit-full-screen #flashContent > #html_video,
   .video_main #fmp_area_core:-webkit-full-screen #mep_0,
   .video_main #fmp_area_core:-webkit-full-screen #vpcanvas_outer,
   .video_main #fmp_area_core:-webkit-full-screen #vpplayer_video_size_btn_outer{
     width: 100% !important;
     height: 50% !important;
	 border: none;
     position: absolute;
     top: 0px;
     bottom: auto;
   }
   .video_main #fmp_area_core:-moz-full-screen #flashContent > #html_video,
   .video_main #fmp_area_core:-moz-full-screen #mep_0,
   .video_main #fmp_area_core:-moz-full-screen #vpcanvas_outer,
   .video_main #fmp_area_core:-moz-full-screen #vpplayer_video_size_btn_outer{
     width: 100% !important;
     height: 50% !important;
	 border: none;
     position: absolute;
     top: 0px;
     bottom: auto;
   }
   .video_main #fmp_area_core:-ms-full-screen #flashContent > #html_video,
   .video_main #fmp_area_core:-ms-full-screen #mep_0,
   .video_main #fmp_area_core:-ms-full-screen #vpcanvas_outer,
   .video_main #fmp_area_core:-ms-full-screen #vpplayer_video_size_btn_outer{
     width: 100% !important;
     height: 50% !important;
	 border: none;
     position: absolute;
     top: 0px;
     bottom: auto;
   }
   .video_main #fmp_area_core:fullscreen #flashContent > #html_video,
   .video_main #fmp_area_core:fullscreen #mep_0,
   .video_main #fmp_area_core:fullscreen #vpcanvas_outer,
   .video_main #fmp_area_core:fullscreen #vpplayer_video_size_btn_outer{
     width: 100% !important;
     height: 50% !important;
	 border: none;
     position: absolute;
     top: 0px;
     bottom: auto;
   }
   .video_main #fmp_area_core.player-fullscreen #flashContent > #html_video,
   .video_main #fmp_area_core.player-fullscreen #mep_0,
   .video_main #fmp_area_core.player-fullscreen #vpcanvas_outer,
   .video_main #fmp_area_core.player-fullscreen #vpplayer_video_size_btn_outer{
     width: 100% !important;
     height: 50% !important;
	 border: none;
     position: absolute;
     top: 0px;
     bottom: auto;
   }
   .video_main #fmp_area_core:-webkit-full-screen #mep_0 #html_video,
   .video_main #fmp_area_core:-moz-full-screen #mep_0 #html_video,
   .video_main #fmp_area_core:-ms-full-screen #mep_0 #html_video,
   .video_main #fmp_area_core:fullscreen #mep_0 #html_video,
   .video_main #fmp_area_core.player-fullscreen #mep_0 #html_video {
     width: 100% !important;
     height: 100% !important;
	 border: none;
     position: absolute;
     top: 0px;
     bottom: auto;
   }
   
   /* slide for slide main */
   .slide_main #fmp_area_core:-webkit-full-screen #slide_panel{
     width: 100% !important;
     height: 50% !important;
     border: none;
     position: absolute;
     top: 0px;
     bottom: auto;
   }
   .slide_main #fmp_area_core:-moz-full-screen #slide_panel{
     width: 100% !important;
     height: 50% !important;
     border: none;
     position: absolute;
     top: 0px;
     bottom: auto;
   }
   .slide_main #fmp_area_core:-ms-full-screen #slide_panel{
     width: 100% !important;
     height: 50% !important;
     border: none;
     position: absolute;
     top: 0px;
     bottom: auto;
   }
   .slide_main #fmp_area_core:fullscreen #slide_panel{
     width: 100% !important;
     height: 50% !important;
     border: none;
     position: absolute;
     top: 0px;
     bottom: auto;
   }
   .slide_main #fmp_area_core.player-fullscreen #slide_panel{
     width: 100% !important;
     height: 50% !important;
     border: none;
     position: absolute;
     top: 0px;
     bottom: auto;
   }
   
   /* slide for video main */
   .video_main #fmp_area_core:-webkit-full-screen #slide_panel{
     width: 100% !important;
     height: 50% !important;
     border: none;
     position: absolute;
     top: auto;
     bottom: 0px;
   }
   .video_main #fmp_area_core:-moz-full-screen #slide_panel{
     width: 100% !important;
     height: 50% !important;
     border: none;
     position: absolute;
     top: auto;
     bottom: 0px;
   }
   .video_main #fmp_area_core:-ms-full-screen #slide_panel{
     width: 100% !important;
     height: 50% !important;
     border: none;
     position: absolute;
     top: auto;
     bottom: 0px;
   }
   .video_main #fmp_area_core:fullscreen #slide_panel{
     width: 100% !important;
     height: 50% !important;
     border: none;
     position: absolute;
     top: auto;
     bottom: 0px;
   }
   .video_main #fmp_area_core.player-fullscreen #slide_panel{
     width: 100% !important;
     height: 50% !important;
     border: none;
     position: absolute;
     top: auto;
     bottom: 0px;
   }
   
   /* slide for slide only */
   .slide_only #fmp_area_core:-webkit-full-screen #slide_panel{
     width: 100% !important;
     height: 100% !important;
     border: none;
     position: absolute;
     top: auto;
     bottom: auto;
   }
   .slide_only #fmp_area_core:-moz-full-screen #slide_panel{
     width: 100% !important;
     height: 100% !important;
     border: none;
     position: absolute;
     top: auto;
     bottom: auto;
   }
   .slide_only #fmp_area_core:-ms-full-screen #slide_panel{
     width: 100% !important;
     height: 100% !important;
     border: none;
     position: absolute;
     top: auto;
     bottom: auto;
   }
   .slide_only #fmp_area_core:fullscreen #slide_panel{
     width: 100% !important;
     height: 100% !important;
     border: none;
     position: absolute;
     top: auto;
     bottom: auto;
   }
   .slide_only #fmp_area_core.player-fullscreen #slide_panel{
     width: 100% !important;
     height: 100% !important;
     border: none;
     position: absolute;
     top: auto;
     bottom: auto;
   }
}

.video_only #fmp_area_core:-webkit-full-screen #flashContent > #html_video,
.video_only #fmp_area_core:-webkit-full-screen #mep_0,
/*.video_only #fmp_area_core:-webkit-full-screen #vpcanvas_outer,*/
.video_only #fmp_area_core:-webkit-full-screen #vpplayer_video_size_btn_outer{
  width: 100% !important;
  height: 100% !important;
  border: none;
  position: absolute;
  top:auto;
  bottom: auto;
}

.vpplayer_canvas {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

/* document */

#document_area_outer {
  width: 100%;
  height: 100%;
}

#document_area_core {
  position: relative;
  width: 980px;
  /*height: 622px;*/
  height: auto;
  float: left;
}

#document_area_core:-webkit-full-screen {
  position : absolute;
  left     : 0;
  top      : 0;
  width    : 100%;
  height   : 100%;
}

#document_area_core:-moz-full-screen {
  position : absolute;
  left     : 0;
  top      : 0;
  width    : 100%;
  height   : 100%;
}

#document_area_core:-ms-fullscreen {
  position : absolute;
  left     : 0;
  top      : 0;
  width    : 100%;
  height   : 100%;
}

#document_area_core:fullscreen {
  position : absolute;
  left     : 0;
  top      : 0;
  width    : 100%;
  height   : 100%;
}

#document_area_core.player-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
  width: 100%;
  height: 100%;
}

#document_content {
  position: relative;
  left: 0; 
  top: 0; 
  width: 100%; 
  height: 551px; 
  background-color:#000000;
  overflow: hidden;
}

#document_area_core:-webkit-full-screen #document_content {
  position: absolute;
  height: 100% !important;
  width: 100%;
}

#document_area_core:-moz-full-screen #document_content {
  position: absolute;
  height: 100% !important;
  width: 100%;
}

#document_area_core:-ms-fullscreen #document_content {
  position: absolute;
  height: 100% !important;
  width: 100%;
}

#document_area_core:fullscreen #document_content {
  position: absolute;
  height: 100% !important;
  width: 100%;
}
.player-fullscreen #document_content {
  position: absolute;
  height: 100% !important;
  width: 100%;
} 

#document_img_outer {
  position: absolute;
  left: 0; 
  top: 0; 
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%; 
  height: 100%;
  background-color:#000000;
}

#document_img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#vpdocplayer_panel {
    position: relative;
    bottom: 0px;
    width: 100%; 
    height: 72px; 
    background-color: #0d0d0d;
    z-index: 12;
}
#document_area_core:-webkit-full-screen #vpdocplayer_panel {
  position: absolute;
}
#document_area_core:-moz-full-screen #vpdocplayer_panel {
  position: absolute;
}
#document_area_core:-ms-fullscreen #vpdocplayer_panel {
  position: absolute;
}
#document_area_core:fullscreen #vpdocplayer_panel {
  position: absolute;
}
.player-fullscreen #vpdocplayer_panel {
  position: absolute;
}

#document_area_core:-webkit-full-screen #vpdocplayer_panel {
  opacity: 0.8;
}
#document_area_core:-moz-full-screen #vpdocplayer_panel {
  opacity: 0.8;
}
#document_area_core:-ms-fullscreen #vpdocplayer_panel {
  opacity: 0.8;
}
#document_area_core:fullscreen #vpdocplayer_panel {
  opacity: 0.8;
}

#vpdocplayer_panel {
  position: relative;
  bottom: 0px;
  width: 100%; 
  height: 72px; 
  background-color: #0d0d0d;
  z-index: 12;
}
#document_area_core:-webkit-full-screen #vpdocplayer_panel {
  position: absolute;
}
#document_area_core:-moz-full-screen #vpdocplayer_panel {
  position: absolute;
}
#document_area_core:-ms-fullscreen #vpdocplayer_panel {
  position: absolute;
}
#document_area_core:fullscreen #vpdocplayer_panel {
  position: absolute;
}
.player-fullscreen #vpdocplayer_panel {
  position: absolute;
}

#document_area_core:-webkit-full-screen #vpdocplayer_panel {
  opacity: 0.8;
}
#document_area_core:-moz-full-screen #vpdocplayer_panel {
  opacity: 0.8;
}
#document_area_core:-ms-fullscreen #vpdocplayer_panel {
  opacity: 0.8;
}
#document_area_core:fullscreen #vpdocplayer_panel {
  opacity: 0.8;
}

#vpdocplayer_panel_left {
  float: left;
  width: 218px;
  height: 72px
}

#vpdocplayer_panel_center {
  position: absolute;
  left: 218px;
  right: 36px;
  height: 72px;
  border-left: solid 1px #565656;
  border-right: solid 1px #565656;
}

#vpdocplayer_panel_right {
  float: right;
  width: 36px;
  height: 72px
}

.vpdocplayer_panel_line1 {
  position: absolute;
  display: inline-flex;
  top: 0;
  height: 36px;
  width: auto;
  padding: 0px;
  margin: 0px;
}

.vpdocplayer_panel_line2 {
  position: absolute;
  display: inline-flex;
  top: 36px;
  height: 36px;
  width: auto;
  padding: 0px;
  margin: 0px;
}

.vpdocplayer_page_select_btn {
  width: 218px;
  height: 36px;
  padding: 0 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.vpdocplayer_page_first_btn {
  width: 36px;
  height: 36px;
  background-image: url(./images/vpplayer.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  border-right: solid 1px #565656;
}

.vpdocplayer_page_first_btn:disabled {
  background-position: -36px 0;
}

.vpdocplayer_page_prev_btn {
  width: 36px;
  height: 36px;
  background-image: url(./images/vpplayer.png);
  background-position: 0 -36px;
  background-repeat: no-repeat;
  border-right: solid 1px #565656;
}

.vpdocplayer_page_prev_btn:disabled {
  background-position: -36px -36px;
}

.vpdocplayer_page_display {
  display: table;
  width: 74px;
  height: 36px;
}

.vpdocplayer_page_display .vpplayer_time_display_text {
  border-right: solid 1px #565656;
}

.vpdocplayer_page_next_btn {
  width: 36px;
  height: 36px;
  background-image: url(./images/vpplayer.png);
  background-position: 0 -72px;
  background-repeat: no-repeat;
  border-right: solid 1px #565656;
}

.vpdocplayer_page_next_btn:disabled {
  background-position: -72px -72px;
}

.vpdocplayer_page_last_btn {
  width: 36px;
  height: 36px;
  background-image: url(./images/vpplayer.png);
  background-position: 0 -108px;
  background-repeat: no-repeat;
}

.vpdocplayer_page_playbackspeed_btn {
  width: 36px;
  height: 36px;
  background-image: url(./images/play_speed.png);
  background-position: 0 -108px;
  background-repeat: no-repeat;
}
.vpdocplayer_page_last_btn:disabled {
  background-position: -72px -108px;
}

.vpdocplayer_thumbnail_left_btn {
  float: left;
  width: 18px;
  height: 72px;
  background-image: url(./images/docpage_button.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.vpdocplayer_thumbnail_left_btn:disabled {
  background-position: -18px 0;
}

.vpdocplayer_thumbnail {
  border-left: solid 1px #565656;
  border-right: solid 1px #565656;
  position: absolute;
  left: 18px;
  right: 18px;
  height: 72px;
  overflow: hidden;
}

.vpdocplayer_thumbnail_right_btn {
  float: right;
  width: 18px;
  height: 72px;
  background-image: url(./images/docpage_button.png);
  background-position: 0 -72px;
  background-repeat: no-repeat;
}

.vpdocplayer_thumbnail_right_btn:disabled {
  background-position: -18px -72px;
}

.vpdocplayer_rewind_btn {
  width: 36px;
  height: 36px;
  background-image: url(./images/rewind5second.png);
  background-repeat: no-repeat;
}

.vpdocplayer_star_btn {
  width: 36px;
  height: 36px;
  background-image: url(./images/vpplayer.png);
  background-position: -108px -72px;
  background-repeat: no-repeat;
}

.vpdocplayer_star_on {
  background-image: url(./images/vpplayer.png);
  background-position: -108px -108px;
  background-repeat: no-repeat;
}

#vpdocplayer_title_star_btn {
  width: 32px;
  height: 32px;
  background-image: url(./images/vpplayer.png);
  background-position: -356px -108px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

#vpdocplayer_title_star_btn.vpdocplayer_star_on {
  background-image: url(./images/vpplayer.png);
  background-position: -324px -108px;
  background-repeat: no-repeat;
}

#vpdocplayer_title_recommend_btn {
  width: 32px;
  height: 32px;
  background-image: url(./images/vpplayer.png);
  background-position: -420px -108px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

#vpdocplayer_title_recommend_btn.vpdocplayer_recommend_on {
  background-image: url(./images/vpplayer.png);
  background-position: -388px -108px;
  background-repeat: no-repeat;
}

.vpdocplayer_fullscreen_btn {
  width: 36px;
  height: 36px;
  background-image: url(./images/vpplayer.png);
  background-position: -216px -108px;
  background-repeat: no-repeat;
}

.vpdocplayer_exitfullscreen {
  background-position: -216px -135px;
}

.vpdocplayer_page_select {
  border: 1px solid #262626;
  border-spacing: 0;
  background-color: white;
  visibility: hidden;
  display: table;
  z-index: 4;

  position: absolute;
  left: 0px;
  bottom: 72px;
  width: 280px;
}

.vpdocplayer_thumbnail_img_outer {
  background-color: #000000;
  position: relative;
  width: 128px;
  height: 72px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 1px;
}

.vpdocplayer_thumbnail_img {
  height: 100%;
  position: absolute;
  right: 0px;
  left: 0px;
  margin: auto;
  bottom: 0;
  border: 2px solid #000000;
  background-color: #000000;
  box-sizing:border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  cursor: pointer;
}

.vpdocplayer_thumbnail_current {
  border-color: red;
}

/* discussion */

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.player_discussion #fmp_area_core {
  width: 640px;
}

.player_discussion #fmp_area_core:-webkit-full-screen {
  width : 100%;
}

.player_discussion #fmp_area_core:-moz-full-screen {
  width : 100%;
}

.player_discussion #fmp_area_core:-ms-fullscreen {
  width : 100%;
}

.player_discussion #fmp_area_core:fullscreen {
  width : 100%;
}

.player_discussion #fmp_area_core.player-fullscreen {
  width : 100%;
}

.player_discussion #flashContent {
  height: 360px; 
}

.player_discussion #document_area_core {
  width: 640px;
}

.player_discussion #document_area_core:-webkit-full-screen {
  width : 100%;
}

.player_discussion #document_area_core:-moz-full-screen {
  width : 100%;
}

.player_discussion #document_area_core:-ms-fullscreen {
  width : 100%;
}

.player_discussion #document_area_core:fullscreen {
  width : 100%;
}

.player_discussion #document_area_core.player-fullscreen {
  width : 100%;
}

.player_discussion #document_content {
  height: 360px; 
}

#discussion_area {
  display: none;
  position: relative;
  float: right;
  width: 332px;
  height: 432px;
  background-color: white;
  font-size: 90%;
}

.player_discussion #discussion_area {
  display: block;
}

#discussion_area_inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.discussionloading_back {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  z-index: 100;
  background: #000;
  opacity: 0.5;
}

.discussionloading {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('./images/loading_black.gif');
  background-size: 64px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.discussion_list,
.discussion_reply_list,
.discussion_add,
.discussion_edit {
  padding: 4px;
}

.discussion_item,
.discussion_reply_add {
  margin: 4px 0;
  white-space: normal;
  word-wrap: break-word;
}

.discussion_item_header {
}

.discussion_item_body {
}

.discussion_add_comment,
.discussion_edit_comment,
.discussion_reply_add_comment {
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}

.discussion_add_duration,
.discussion_edit_duration {
  text-align: right;
  margin-right: 4px;
  width: 60px;
}

.discussion_link {
  color: #01a0e2;
  text-decoration: normal;
  cursor: normal;
}

.discussion_bold {
  font-weight: bold;
}

.discussion_title {
}

.discussion_one_line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.discussion_link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.discussion_discussion_button {
  
}

.discussion_new {
  padding: 1px 2px;
  color: white;
  background-color: #e63939;
  font-size: 90%;
  line-height: 1.2em;
}

.discussion_updated {
  padding: 1px 2px;
  color: white;
  background-color: #c055a4;
  font-size: 90%;
  line-height: 1.2em;
}

.discussion_active {
  background-color: #ffffe0;
}

.hide_discussion_label {
  display: none;
}
.player_discussion .hide_discussion_label {
  display: inline-block;
}

.show_discussion_label {
  display: inline-block;
}
.player_discussion .show_discussion_label {
  display: none;
}

.discussion_align_right {
  text-align: right;
}

/* balloon */

#vpdocplayer_balloon_edit,
#vpdocplayer_balloon_view {
  position: absolute;
  left: 0;
  top: 0;
}

.vpdocplayer_balloon_outer {
  position: absolute;
  left: 0px;
  top: 0px;
}

.vpdocplayer_balloon {
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 4px;
  color: black;
  background-color: #ffff00;
  padding: 4px;
  min-width: 40px;
  min-height: 20px;
  white-space: nowrap;
  cursor: pointer;
  z-index: 10;
}

.vpdocplayer_balloon:after {
  content: '';
  position: absolute;
  border-top: 0 solid #ffff00;
  border-bottom: 14px solid #ffff00;
  border-left: 0 solid transparent;
  border-right: 6px solid transparent;
  top: -10px;
  left: 0;
}

.vpdocplayer_balloon_bottom .vpdocplayer_balloon {
  position: absolute;
  top: auto;
  bottom: 10px;
}

.vpdocplayer_balloon_bottom .vpdocplayer_balloon:after {
  border-top-width: 14px;
  border-bottom-width: 0;
  top: auto;
  bottom: -10px;
}

.vpdocplayer_balloon_right .vpdocplayer_balloon {
  position: absolute;
  left: auto;
  right: 0;
}

.vpdocplayer_balloon_right .vpdocplayer_balloon:after {
  border-left-width: 6px;
  border-right-width: 0;
  left: auto;
  right: 0;
}

.hide_balloon_label {
  display: inline-block;
}
.hide_balloon .hide_balloon_label {
  display: none;
}

.show_balloon_label {
  display: none;
}
.hide_balloon .show_balloon_label {
  display: inline-block;
}

.hide_balloon #vpdocplayer_balloon_view,
.hide_balloon #vpdocplayer_balloon_edit {
  visibility: hidden;
}

/* editing */

#vpplayer_comment_view,
.discussion_list,
.discussion_reply_list,
#vpcanvas_view,
#vpdocplayer_balloon_view {
  display: block;
}
.player_editing #vpplayer_comment_view,
.player_editing .discussion_list,
.player_editing .discussion_reply_list,
.player_editing #vpcanvas_view,
.player_flash #vpcanvas_view,
.player_editing #vpdocplayer_balloon_view {
  display: none;
}

#vpplayer_comment_edit,
.discussion_add,
.discussion_edit,
#vpcanvas,
#vpdocplayer_balloon_edit {
  display: none;
}
.player_editing #vpplayer_comment_edit,
.player_editing .discussion_add,
.player_editing .discussion_edit,
.player_editing #vpcanvas,
.player_editing #vpdocplayer_balloon_edit {
  display: block;
}
