.ico_wrapper_b{
	overflow: hidden;
	width: 60px;
	height: 85px;
	padding:13px 0px 0px 0px;
	margin: 0;
	border-radius: 2px;
	cursor: pointer;
}
.ico_wrapper_for_main_btn,.ico_wrapper_for_main_btn_edit_view{

	position: relative;
	overflow: hidden;
	transform: scale(1, 1);
	cursor: pointer;
}
.ico_wrapper_for_main_btn{
	margin: 5px;
	width: 20px;
	height: 20px;
	padding: 25px;
	border-radius: 2px;
	background-color: transparent;
	transition: border-color 0.4s ease-out;
}
.ico_wrapper_for_main_btn_edit_view{
	margin:4px;
	width: 52px;
	height: 52px;
	padding: 0px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	border: solid 1px rgba(100, 100, 100, 0.5);
}
.ico_wrapper_b:hover,.ico_wrapper_for_main_btn:hover,.ico_wrapper_for_main_btn_edit_view:hover{background-color: #4e93f9;}
.ico_wrapper_b:active,.ico_wrapper_for_main_btn:active{background-color: #3c70be;}

.ico_wrapper_c{height:30px; width: 21px;}

.ico_wrapper_d{position: relative; height:40px; width: 40px;}

.ico_upload,.ico_sort,.ico_preview,.ico_graph,.ico_memo_clip,.ico_white_clip,.ico_edit,.ico_add,.ico_del,.ico_prof{position: absolute;}
.ico_upload:before,.ico_upload:after,.ico_sort:before,.ico_sort:after,.ico_preview:before,.ico_preview:after,.ico_graph:before,.ico_graph:after,.ico_memo_clip:before,.ico_memo_clip:after,.ico_white_clip:before,.ico_edit:before,.ico_edit:after,.ico_add:before,.ico_add:after,.ico_del:before,.ico_del:after,.ico_prof:before,.ico_prof:after{content: ''; position: absolute; display: block;}


.ico_upload {
  color: #333;
	top:16px;
	left:25px;
  width: 1px;
  height: 16px;
  background-color: currentColor;
}

.ico_upload:before {
  left: -5px;
  top: 1px;
  width: 10px;
  height: 10px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}



.ico_sort{
	top:16px;
	left:23px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #333;
	box-shadow: -6px 4px #333,
				-6px 10px #333,
				6px 4px #333,
				6px 10px #333,
				0px 14px #333;
}


.ico_preview{
	top:18px;
	left:18px;
	width:16px;
	height:16px;
	border-radius: 3px;
	border: solid 1px #333333;
}
.ico_preview:before{
	left:2px;
	top:2px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: solid 1px #333333;
}
.ico_preview:after{
	left:8px;
	top:9px;
	width: 4px;
	height: 1px;
	background-color: #333;
	transform: rotate(45deg);
}

.ico_graph{
	top:18px;
	left: 23px;
	width: 7px;
	height: 15px;
	border: solid 1px #333333;
}
.ico_graph:before{
	left: -7px;
	top: 3px;
	width: 5px;
	height: 9px;
	border: solid 1px #333333;
}
.ico_graph:after{
	left: 5px;
	top: 5px;
	width: 5px;
	height: 7px;
	border: solid 1px #333333;
}


.ico_memo_clip,.ico_white_clip{
	top:18px;
	left: 19px;
	width: 14px;
	height:16px;
	border: solid 1px #333;
	border-radius: 1px;
}
.ico_memo_clip:before,.ico_white_clip:before{
	top:-2px;
	left:1px;
	width: 6px;
	height: 0px;
	border: solid 2px #333;
	border-radius: 2px;
}
.ico_memo_clip:after{
	top:5px;
	left:2px;
	width: 4px;
	height: 1px;
	background-color: #000;
	box-shadow: 4px  0px black,
				0px  2px black,
				4px  2px black,
				0px  4px black;
}


.ico_edit{
	top:22px;
	left:18px;
	width: 14px;
	height: 4px;
	border: solid 1px #333333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 1px;
}
.ico_edit:before{
	left: -8px;
	top: -1px;
	width: 0px;
	height: 0px;
	border-left: solid 4px transparent;
	border-right: solid 4px #333333;
	border-top: solid 2px transparent;
	border-bottom: solid 2px transparent;
}
.ico_edit:after{
	top:8px;
	left:-10px;
	width: 16px;
	height: 1px;
	background-color: #333333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.ico_add{
	top:25px;
	left:17px;
	width: 16px;
	height: 1px;
	background-color: #333333;
}
.ico_add:before{
	top:-8px;
	left:8px;
	width: 1px;
	height: 16px;
	background-color: #333333;
}

.ico_del{
	top:25px;
	left:18px;
	width: 16px;
	height: 1px;
	background-color: #333333;
}

.ico_prof{
	top:25px;
	left:18px;
	width: 16px;
	height: 6px;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	border-top: solid 1px #333333;
	border-bottom: snone 0px transparent;
	border-radius: 6px 6px 0 0;
	z-index: 1;
	background-color: transparent;
}

.ico_prof:before{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: solid 1px #333333;
	position: absolute;
	left: 2px;
	top: -10px;
	background-color: transparent;
}

.ico_dl,.ico_line,.ico_mail{ color: rgba(150, 150, 150, 1);}
.ico_dl{position: absolute;margin-left: 1px;margin-top: 11px;width: 20px;height: 12px;border: solid 2px currentColor;border-radius: 1px;z-index: 1;}
.ico_dl:before,.ico_dl:after{content: '';position: absolute;display: block;}
.ico_dl:before{width: 2px;height: 9px;background-color:currentColor;border-left: solid 3px #fff;border-right: solid 3px #fff;top: -6px;left: 4px;}
.ico_dl:after{width: 4px;height: 4px;border-top: solid 2px currentColor;border-right: solid 2px currentColor;transform: rotate(135deg);left: 5px;top: -1px;}

.ico_line {position: absolute;margin-left: 2px;margin-top: 6px;width: 20px;height: 15px;border: solid 2px currentColor;border-radius: 6px;}
.ico_line:before {content: '';position: absolute;left:5px;top: 9px;width: 5px;height: 5px;-webkit-transform: rotate(45deg);transform: rotate(45deg);background-color: #fff;border-bottom: solid 2px currentColor;border-right: solid 2px currentColor;}

.ico_mail {position: absolute;margin-left: 2px;margin-top: 8px;width: 20px;height: 15px;border-radius: 1px;border: solid 2px currentColor;}

.ico_mail:before {
content: '';
position: absolute;
left: 7px;
top: -4px;
width: 2px;
height: 10px;
background-color: currentColor;
-webkit-transform-origin: bottom;
transform-origin: bottom;
-webkit-transform: rotate(-54deg);
transform: rotate(-54deg);
}

.ico_mail:after {
content: '';
position: absolute;
left: 7px;
top: -4px;
width: 2px;
height: 10px;
background-color: currentColor;
-webkit-transform-origin: bottom;
transform-origin: bottom;
-webkit-transform: rotate(54deg);
transform: rotate(54deg);
}

/* abm レイアウト用 */
.ico_add_sq { box-sizing: border-box; position: absolute; display: block; width: 22px; height: 22px; border: 2px solid rgba(150, 150, 150, 1); transform: scale(var(--ggs,1)); border-radius: 4px; margin-top: 9px; margin-left: 9px;}
.ico_add_sq::after,.ico_add_sq::before { content: ""; display: block; box-sizing: border-box; position: absolute; width: 10px; height: 2px; background: rgba(150, 150, 150, 1); border-radius: 5px; top: 8px; left: 4px}
.ico_add_sq::after {width: 2px; height: 10px; top: 4px; left: 8px}

 .ico_printer { background: linear-gradient(to left,rgba(150, 150, 150, 1) 5px,transparent 0) no-repeat 0 10px/6px 2px, linear-gradient(to left,rgba(150, 150, 150, 1) 5px,transparent 0) no-repeat 14px 10px/6px 2px, linear-gradient(to left,rgba(150, 150, 150, 1) 5px,transparent 0) no-repeat 4px 4px/2px 2px; box-sizing: border-box; position: relative; display: block; transform: scale(var(--ggs,1)); width: 24px; height: 14px; border: 2px solid transparent; border-bottom: 0; box-shadow: inset 0 2px 0 rgba(150, 150, 150, 1), inset 2px 2px 0 rgba(150, 150, 150, 1), inset -2px 2px 0 rgba(150, 150, 150, 1), inset -2px 2px 0 rgba(150, 150, 150, 1);  margin-top: 12px; margin-left: 9px;}
.ico_printer::after,.ico_printer::before { content: ""; display: block; box-sizing: border-box; position: absolute; width: 12px; border: 2px solid rgba(150, 150, 150, 1);left: 4px}
.ico_printer::before { height: 6px; top: -4px}
.ico_printer::after { height: 8px; top: 8px}

.ico_read,
.ico_read::after,
.ico_read::before {
 display: block;
 box-sizing: border-box;
 border: 2px solid
}

.ico_read {
 border-bottom-left-radius: 0;
 border-bottom-right-radius: 0;
 border-bottom-color: transparent;
 margin-left: -1px;
 position: relative;
 transform: scale(var(--ggs,1));
 width: 6px;
 height: 5px;
 border-radius: 50px
}

.ico_read::after,
.ico_read::before {
 content: "";
 position: absolute;
 width: 10px;
 height: 10px;
 border-radius: 10px;
 left: -10px;
 top: -5px;
 box-shadow:
 -6px 0 0 -4px currentColor
}

.ico_read::after {
 left: 2px;
 box-shadow:
 6px 0 0 -4px currentColor
}