body{
	font-family: Meiryo, Tahoma;
	margin: 0;
	padding: 0;
}
/* タブ関連 */
.tabrow {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 6px;
	line-height: 24px;
	height: 26px;
	overflow: hidden;
	font-size: 16px;
	position: relative;
	min-width: 714px;
	width: calc(100vw - 66px);
}
.tabrow li {
	border: 1px solid #AAA;
	background: #D1D1D1;
	background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	display: inline-block;
	position: relative;
	z-index: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
	margin: 0 -3px;
	padding: 0 20px;
}
.tabrow a {
	color: #555;
	text-decoration: none;
}
.tabrow li.selected {
	background: #FFF;
	color: #333;
	z-index: 2;
	border-bottom-color: #FFF;
}
.tabrow:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #AAA;
	z-index: 1;
}
.tabrow li:before,
.tabrow li:after {
	border: 1px solid #AAA;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
}
.tabrow li:before {
	left: -6px;
	border-bottom-right-radius: 6px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #D1D1D1;
}
.tabrow li:after {
	right: -6px;
	border-bottom-left-radius: 6px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #D1D1D1;
}
.tabrow li.selected:before {
	box-shadow: 2px 2px 0 #FFF;
}
.tabrow li.selected:after {
	box-shadow: -2px 2px 0 #FFF;
}
.tabframe {
	min-width: 700px;
	width: calc(100vw - 80px);
	min-height: 400px;
	height: calc(100vh - 92px);
	border-top-width:0;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-radius: 4px;
	box-shadow: 2px 2px 0 #D1D1D1;
	margin-top: -2px;
	padding: 10px;
	color: #666;
	font-size: 14px;
}
/* 進行状況表示関連 */
.waiting {
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 998;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: RGBA(60,179,113,0.5);
}
.waiting_frame {
    outline: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: RGBA(60,179,113,0.85);
    padding: 6px;
    border: solid 3px RGB(60,179,113);

}
.waiting_message {
    color: #343434;
    font-size: 18px;
    font-weight: bold;
}
.msgbox {
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 998;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: RGBA(60,179,113,0.5);
}
.msgbox_frame {
    outline: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: RGBA(60,179,113,0.85);
    padding: 6px;
    border: solid 3px RGB(60,179,113);

}
.msgbox_message {
    color: #343434;
    font-size: 16px;
}

/* 変換ブロック */
.grouping tr td label{
	font-size: 13px;
}
.grouping tr td label input{
	display: inline;
	vertical-align: top;
}
.blocks {
	margin:0px 0px 0px 10px;
}
.blocks tr td div{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
}
.blocks tr td span{
	margin-left: 2px;
	position: relative;
}
.select tr td div img{
	opacity: 0.3;
}
.select tr td div.emp img{
	opacity: 1;
}
.blocks .imgside {
	position: absolute;
	clip: rect(0px, 16px, 16px, 0px);
}
.blocks .imgtop {
	position: absolute;
	margin-top: -16px;
	clip: rect(16px, 16px, 32px, 0px);
}

/* 使用ブロック */
.useblocks {
	margin:0px 0px 0px 10px;
	width: 270px;
	font-size: 13px;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.useblocks tr td div{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
}
.useblocks tr td:nth-of-type(1){
	width:220px;
}
.useblocks tr td:nth-of-type(2){
	width:32px;
	text-align: right;
}
.useblocks tr td span{
	margin-left: 2px;
	position: relative;
	width: 198px;
	height: 17px;
	display: inline-block;
	border: solid 1px rgba(255,255,255,0);
}
.useblocks .imgside {
	position: absolute;
	clip: rect(0px, 16px, 16px, 0px);
}
.useblocks .imgtop {
	position: absolute;
	margin-top: -16px;
	clip: rect(16px, 16px, 32px, 0px);
}
.useblocks .select span{
	border-bottom: solid 1px #aaa;
}


/* 画像縮尺 200% */
.blockimage32 {
	table-layout: fixed;
}
.blockimage32 tr{
	height: 32px;
	min-height: 32px;
	max-height: 32px;
}
.blockimage32 tr td{
	width: 32px;
	min-width: 32px;
	max-width: 32px;
}
.blockimage32 tr td div{
	position: relative;
	width: 32px;
	height: 32px;
}
.blockimage32 tr td div img{
	width: 32px;
	height: 32px;
}
.blockimage32 .imgside {
	position: absolute;
	height: 64px;
	clip: rect(0px, 32px, 32px, 0px);
}
.blockimage32 .imgtop {
	position: absolute;
	height: 64px;
	clip: rect(32px, 32px, 64px, 0px);
	margin-top: -32px;
}
/* 画像縮尺 100% */
.blockimage16 {
	table-layout: fixed;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.blockimage16 tr{
	height: 16px;
	min-height: 16px;
	max-height: 16px;
}
.blockimage16 tr td{
	width: 16px;
	min-width: 16px;
	max-width: 16px;
}
.blockimage16 tr td div{
	position: relative;
	width: 16px;
	height: 16px;
}
.blockimage16 tr td div img{
	width: 16px;
	height: 16px;
}
.blockimage16 .imgside {
	position: absolute;
	height: 32px;
	clip: rect(0px, 16px, 16px, 0px);
}
.blockimage16 .imgtop {
	position: absolute;
	height: 32px;
	clip: rect(16px, 16px, 32px, 0px);
	margin-top: -16px;
}
/* 画像縮尺 50% */
.blockimage8 {
	table-layout: fixed;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.blockimage8 tr{
	height: 8px;
	min-height: 8px;
	max-height: 8px;
}
.blockimage8 tr td{
	width: 8px;
	min-width: 8px;
	max-width: 8px;
}
.blockimage8 tr td div{
	position: relative;
	width: 8px;
	height: 8px;
}
.blockimage8 tr td div img{
	width: 8px;
	height: 8px;
}
.blockimage8 .imgside {
	position: absolute;
	height: 16px;
	clip: rect(0px, 8px, 8px, 0px);
}
.blockimage8 .imgtop {
	position: absolute;
	height: 16px;
	clip: rect(8px, 8px, 16px, 0px);
	margin-top: -8px;
}
/* 画像縮尺 25% */
.blockimage4 {
	table-layout: fixed;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.blockimage4 tr{
	height: 4px;
	min-height: 4px;
	max-height: 4px;
}
.blockimage4 tr td{
	width: 4px;
	min-width: 4px;
	max-width: 4px;
}
.blockimage4 tr td div{
	position: relative;
	width: 4px;
	height: 4px;
}
.blockimage4 tr td div img{
	width: 4px;
	height: 4px;
}
.blockimage4 .imgside {
	position: absolute;
	height: 8px;
	clip: rect(0px, 4px, 4px, 0px);
}
.blockimage4 .imgtop {
	position: absolute;
	height: 8px;
	clip: rect(4px, 4px, 8px, 0px);
	margin-top: -4px;
}
/* 画像縮尺 12.5% */
.blockimage2 {
	table-layout: fixed;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.blockimage2 tr{
	height: 2px;
	min-height: 2px;
	max-height: 2px;
}
.blockimage2 tr td{
	width: 2px;
	min-width: 2px;
	max-width: 2px;
}
.blockimage2 tr td div{
	position: relative;
	width: 2px;
	height: 2px;
}
.blockimage2 tr td div img{
	width: 2px;
	height: 2px;
}
.blockimage2 .imgside {
	position: absolute;
	height: 4px;
	clip: rect(0px, 2px, 2px, 0px);
}
.blockimage2 .imgtop {
	position: absolute;
	height: 4px;
	clip: rect(2px, 2px, 4px, 0px);
	margin-top: -2px;
}
/* 画像縮尺 6.25% */
.blockimage1 {
	table-layout: fixed;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.blockimage1 tr{
	height: 1px;
	min-height: 1px;
	max-height: 1px;
}
.blockimage1 tr td{
	width: 1px;
	min-width: 1px;
	max-width: 1px;
}
.blockimage1 tr td div{
	position: relative;
	width: 1px;
	height: 1px;
}
.blockimage1 tr td div img{
	width: 1px;
	height: 1px;
}
.blockimage1 .imgside {
	position: absolute;
	height: 2px;
	clip: rect(0px, 1px, 1px, 0px);
}
.blockimage1 .imgtop {
	position: absolute;
	height: 2px;
	clip: rect(1px, 1px, 2px, 0px);
	margin-top: -1px;
}