/*!
 * Attachment display function addition repair attach button style sheet
 * 2021/05/26 sakamoto add
 */
/*!
 * pc_style pannel
 */
.pc header #AttachListPanel {
  border-width: 1px;
  border-style: solid;
  border-color: #888 #aaa #eee;
  float: left;
  margin-right: 0.5em;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  zoom: 1; }

.pc header #AttachListPanel .s_button {
  border-width: 0 1px;
  border-style: solid;
  border-left-color: #ddd;
  border-right-color: #aaa;
  cursor: pointer;
  font-size: 14px;
  float: left;
  padding: 2px 10px;
  background-color: #eee;
  background-image: -moz-linear-gradient(top, #eee, #aaa);
  background-image: -ms-linear-gradient(#eee, #aaa);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #aaa));
  background-image: -webkit-linear-gradient(#eee, #aaa);
  background-image: -o-linear-gradient(#eee, #aaa);
  background-image: linear-gradient(#eee, #aaa);
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.pc header #AttachListPanel .disable.s_button {
  cursor: default;
  color: #ddd;
  background-color: #ccc;
  background-image: -moz-linear-gradient(top, #ccc, #ccc);
  background-image: -ms-linear-gradient(#ccc, #ccc);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccc), color-stop(100%, #ccc));
  background-image: -webkit-linear-gradient(#ccc, #ccc);
  background-image: -o-linear-gradient(#ccc, #ccc);
  background-image: linear-gradient(#ccc, #ccc); }

.pc header #AttachListPanel .first.s_button {
  border-left: 0; }

.pc header #AttachListPanel .last.s_button {
  border-right: 0; }

.pc header #AttachListPanel {
  margin-left: 10px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-color: #627692 #2B3D58 #1D2A3E;
  color: #627692 #2B3D58 #1D2A3E; }

.pc header #AttachListPanel .attachlist_handler {
  padding-left: 15px;
  padding-right: 15px; }

.pc header #AttachListPanel .s_button {
  color: #fff;
  background-color: #465F82;
  background-image: -moz-linear-gradient(top, #465F82, #253C5D);
  background-image: -ms-linear-gradient(#465F82, #253C5D);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #465F82), color-stop(100%, #253C5D));
  background-image: -webkit-linear-gradient(#465F82, #253C5D);
  background-image: -o-linear-gradient(#465F82, #253C5D);
  background-image: linear-gradient(#465F82, #253C5D);
  border-left-color: #465F82;
  border-right-color: #253C5D; }

.pc header #AttachListPanel .s_button.disable {
  color: #607593;
  background-color: #465F82;
  background-image: -moz-linear-gradient(top, #465F82, #465F82);
  background-image: -ms-linear-gradient(#465F82, #465F82);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #465F82), color-stop(100%, #465F82));
  background-image: -webkit-linear-gradient(#465F82, #465F82);
  background-image: -o-linear-gradient(#465F82, #465F82);
  background-image: linear-gradient(#465F82, #465F82); }

/*!
 * pc_style contents
 */
.pc header #AttachListContents .conf_detail_handler {
  border-top: 1px solid #ddd;
  padding: 12px 14px;
  cursor: pointer; }

.pc #AttachListContents .attachlist_close_handler {
  cursor: pointer;
  position: absolute;
  top: -8px;
  width: 28px;
  height: 28px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6); }

.pc.dpr_unknown #AttachListContents .attachlist_close_handler, .pc.dpr_1_0 #AttachListContents .attachlist_close_handler {
  background-repeat: no-repeat;
  background-size: 190px 80px;
  background-image: url(../img/sprites-image-x1.png?4);
  background-position: -161px -1px; }

.pc.dpr_1_5 #AttachListContents .attachlist_close_handler, .pc.dpr_2_0 #AttachListContents .attachlist_close_handler {
  background-repeat: no-repeat;
  background-size: 190px 80px;
  background-image: url(../img/sprites-image-x2.png?4);
  background-position: -161px -1px; }

.pc#Minutes #AttachListContents .conf_detail_subtitle_with_hit {
  color: #000;
  background: #ffb;
  padding: 0.1em 0;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.pc header #AttachListContents {
  width: 404px;
  display: none;
  position: absolute;
  z-index: 500;
  left: 20px;
  top: 55px;
  padding: 6px;
  background-color: #465F82;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6); }

.pc header #AttachListContents.opened {
  display: block; }

.pc header #AttachListContents li {
  background: #fff; }

.pc header #AttachListContents .conf_detail_container {
  cursor: pointer; }

.pc #AttachListContents .attachlist_close_handler {
  left: -8px; }

.pc #AttachListContents .attachlist_close_handler .attachlist_close_text {
  display: none; }

.pc.dpr_unknown #AttachListContents .attachlist_close_handler, .pc.dpr_1_0 #AttachListContents .attachlist_close_handler {
  background-color: #465F82; }

.pc.dpr_1_5 #AttachListContents .attachlist_close_handler, .pc.dpr_2_0 #AttachListContents .attachlist_close_handler {
  background-color: #465F82; }

.pc .attachlist_pager {
  border-top: 1px solid #ddd;
  padding: 12px 14px;
  overflow: hidden;
  zoom: 1;
  text-align: center;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.pc .attachlist_pager .s_prev {
  float: left;
  color: #5193E0; }

.pc .attachlist_pager .s_next {
  float: right;
  color: #5193E0; }

.pc .attachlist_pager .disable {
  color: #ccc;
  cursor: default; }

/*!
 * tablet_style pannel
 */
.tablet header #AttachListPanel {
  border-width: 1px;
  border-style: solid;
  border-color: #888 #aaa #eee;
  float: left;
  margin-right: 0.5em;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  zoom: 1; }

.tablet header #AttachListPanel .s_button {
  border-width: 0 1px;
  border-style: solid;
  border-left-color: #ddd;
  border-right-color: #aaa;
  cursor: pointer;
  font-size: 14px;
  float: left;
  padding: 2px 10px;
  background-color: #eee;
  background-image: -moz-linear-gradient(top, #eee, #aaa);
  background-image: -ms-linear-gradient(#eee, #aaa);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #aaa));
  background-image: -webkit-linear-gradient(#eee, #aaa);
  background-image: -o-linear-gradient(#eee, #aaa);
  background-image: linear-gradient(#eee, #aaa);
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.tablet header #AttachListPanel .disable.s_button {
  cursor: default;
  color: #ddd;
  background-color: #ccc;
  background-image: -moz-linear-gradient(top, #ccc, #ccc);
  background-image: -ms-linear-gradient(#ccc, #ccc);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccc), color-stop(100%, #ccc));
  background-image: -webkit-linear-gradient(#ccc, #ccc);
  background-image: -o-linear-gradient(#ccc, #ccc);
  background-image: linear-gradient(#ccc, #ccc); }

.tablet header #AttachListPanel .first.s_button {
  border-left: 0; }

.tablet header #AttachListPanel .last.s_button {
  border-right: 0; }

.tablet header #AttachListPanel {
  margin-left: 10px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-color: #627692 #2B3D58 #1D2A3E;
  color: #627692 #2B3D58 #1D2A3E; }

.tablet header #AttachListPanel .attachlist_handler {
  padding-left: 15px;
  padding-right: 15px; }

.tablet header #AttachListPanel .s_button {
  color: #fff;
  background-color: #465F82;
  background-image: -moz-linear-gradient(top, #465F82, #253C5D);
  background-image: -ms-linear-gradient(#465F82, #253C5D);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #465F82), color-stop(100%, #253C5D));
  background-image: -webkit-linear-gradient(#465F82, #253C5D);
  background-image: -o-linear-gradient(#465F82, #253C5D);
  background-image: linear-gradient(#465F82, #253C5D);
  border-left-color: #465F82;
  border-right-color: #253C5D; }

.tablet header #AttachListPanel .s_button.disable {
  color: #607593;
  background-color: #465F82;
  background-image: -moz-linear-gradient(top, #465F82, #465F82);
  background-image: -ms-linear-gradient(#465F82, #465F82);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #465F82), color-stop(100%, #465F82));
  background-image: -webkit-linear-gradient(#465F82, #465F82);
  background-image: -o-linear-gradient(#465F82, #465F82);
  background-image: linear-gradient(#465F82, #465F82); }

/*!
 * tablet_style contents
 */
.tablet header #AttachListContents .conf_detail_handler {
  border-top: 1px solid #ddd;
  padding: 12px 14px;
  cursor: pointer; }

.tablet #AttachListContents .attachlist_close_handler {
  display: block;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  padding: 6px;
  border-width: 1px 0;
  border-style: solid;
  border-top-color: #111;
  border-bottom-color: #555;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #333;
  background-image: -moz-linear-gradient(top, #333, #111);
  background-image: -ms-linear-gradient(#333, #111);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333), color-stop(100%, #111));
  background-image: -webkit-linear-gradient(#333, #111);
  background-image: -o-linear-gradient(#333, #111);
  background-image: linear-gradient(#333, #111);
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.tablet#Minutes #AttachListContents .conf_detail_subtitle_with_hit {
  color: #000;
  background: #ffb;
  padding: 0.1em 0;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.tablet header #AttachListContents {
  width: 404px;
  display: none;
  position: absolute;
  z-index: 500;
  left: 20px;
  top: 55px;
  padding: 6px;
  background-color: #465F82;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6); }

.tablet header #AttachListContents.opened {
  display: block; }

.tablet header #AttachListContents li {
  background: #fff; }

.tablet header #AttachListContents .conf_detail_container {
  cursor: pointer; }

.tablet #AttachListContents .attachlist_close_handler {
  background-color: #465f82;
  background-image: -moz-linear-gradient(top, #465f82, #253c5d);
  background-image: -ms-linear-gradient(#465f82, #253c5d);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #465f82), color-stop(100%, #253c5d));
  background-image: -webkit-linear-gradient(#465f82, #253c5d);
  background-image: -o-linear-gradient(#465f82, #253c5d);
  background-image: linear-gradient(#465f82, #253c5d);
  margin-top: 6px;
  color: #fff;
  border-top-color: #253c5d;
  border-bottom-color: #465f82; }

.tablet .s_index_pager, .tablet .attachlist_pager {
  border-top: 1px solid #ddd;
  padding: 12px 14px;
  overflow: hidden;
  zoom: 1;
  text-align: center;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.tablet .attachlist_pager .s_prev {
  float: left;
  color: #5193E0; }

.tablet .attachlist_pager .s_next {
  float: right;
  color: #5193E0; }

.tablet .attachlist_pager .disable {
  color: #ccc;
  cursor: default; }

/*!
 * mobile_style pannel
 */
.mobile header #AttachListPanel {
  color: #fff;
  padding: 8px 2px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  border-width: 1px 0;
  border-style: solid;
  border-top-color: #111;
  border-bottom-color: #555;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #333;
  background-image: -moz-linear-gradient(top, #333, #111);
  background-image: -ms-linear-gradient(#333, #111);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333), color-stop(100%, #111));
  background-image: -webkit-linear-gradient(#333, #111);
  background-image: -o-linear-gradient(#333, #111);
  background-image: linear-gradient(#333, #111);
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.mobile header #AttachListPanel.disable {
  cursor: default;
  color: #555;
  background-color: #111;
  background-image: -moz-linear-gradient(top, #111, #111);
  background-image: -ms-linear-gradient(#111, #111);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #111), color-stop(100%, #111));
  background-image: -webkit-linear-gradient(#111, #111);
  background-image: -o-linear-gradient(#111, #111);
  background-image: linear-gradient(#111, #111); }

.mobile header #AttachListPanel {
  padding-left: 0;
  padding-right: 0;
  width: 40px; }

.mobile.ios_5_and_above header #AttachListPanel, .mobile.android_4_0_and_above header #AttachListPanel {
  float: right;
  margin-right: 2px; }

.mobile.ios_4_and_below header #AttachListPanel, .mobile.ios_others header #AttachListPanel, .mobile.android_3_x_and_below header #AttachListPanel, .mobile.android_others header #AttachListPanel {
  margin-left: 2px; }

/*!
 * mobile_style contents
 */
.mobile header #AttachListContents .conf_detail_handler {
  border-top: 1px solid #ddd;
  padding: 12px 14px;
  cursor: pointer; }

.mobile #AttachListContents .attachlist_close_handler {
  display: block;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  padding: 6px;
  border-width: 1px 0;
  border-style: solid;
  border-top-color: #111;
  border-bottom-color: #555;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #333;
  background-image: -moz-linear-gradient(top, #333, #111);
  background-image: -ms-linear-gradient(#333, #111);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333), color-stop(100%, #111));
  background-image: -webkit-linear-gradient(#333, #111);
  background-image: -o-linear-gradient(#333, #111);
  background-image: linear-gradient(#333, #111);
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.mobile#Minutes #AttachListContents .conf_detail_subtitle_with_hit {
  color: #000;
  background: #ffb;
  padding: 0.1em 0;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.mobile header #AttachListContents {
  display: none;
  z-index: 500;
  position: fixed;
  top: 12px;
  left: 12px;
  right: 12px;
  padding: 6px;
  background-color: #465F82;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mobile header #AttachListContents.opened {
  display: block; }

.mobile header #AttachListContents li {
  background: #fff; }

.mobile header #AttachListContents .conf_detail_container {
  cursor: pointer; }

.mobile header #AttachListContents #AttachTitleSecondPos {
  background: none;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 4px; }

.mobile header #AttachListContents #AttachTitleSecondPos .attachlist_title {
  display: inline;
  font-size: 16px;
  font-weight: bold; }

.mobile #AttachListContents .attachlist_close_handler {
  background-color: #465f82;
  background-image: -moz-linear-gradient(top, #465f82, #253c5d);
  background-image: -ms-linear-gradient(#465f82, #253c5d);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #465f82), color-stop(100%, #253c5d));
  background-image: -webkit-linear-gradient(#465f82, #253c5d);
  background-image: -o-linear-gradient(#465f82, #253c5d);
  background-image: linear-gradient(#465f82, #253c5d);
  margin-top: 6px;
  color: #fff;
  border-top-color: #253c5d;
  border-bottom-color: #465f82; }

.mobile .attachlist_pager {
  border-top: 1px solid #ddd;
  padding: 12px 14px;
  overflow: hidden;
  zoom: 1;
  text-align: center;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.mobile .attachlist_pager .s_prev {
  float: left;
  color: #5193E0; }

.mobile .attachlist_pager .s_next {
  float: right;
  color: #5193E0; }

.mobile .attachlist_pager .disable {
  color: #ccc;
  cursor: default; }

/*!
 * mobile_style ControlPanelContainer Overwrite
 */
.mobile.ios_5_and_above header #ControlPanelContainer, .mobile.android_4_0_and_above header #ControlPanelContainer {
  width: 294px; }
