.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_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;
}
