@charset "utf-8";

#ym_tbody{
	cursor:move;
}
#ym_tbody .ym_data th{
	position: relative;
	padding-left: 50px;
}
#ym_tbody .ym_data td{
	position: relative;
}
#ym_tbody .ym_data td input{
	vertical-align: top;
}
#ym_tbody .ym_data td .media-upload{
	vertical-align: top;
	padding: 0 10px;
}

#ym_tbody .ym_data .ym_delete{
	position: absolute;
	top: 20px;
	left: 0;
	background: url(../img/trash.jpg) no-repeat;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
}
.tab_navi li{
	cursor: pointer;
}
.setTable{
	display: none;
}
#showSet{
	background: #f7f7f7;
	display: block;
	border: 1px solid #ccc;
	padding: 3px 20px 3px;
	border-radius: 3px;
	cursor: pointer;
	width: 200px;
	text-align: center;
}

#showSet:hover{
	background: #fafafa;
	border-color: #999;
	color: #222;
}
#has-newer-autosave{
	background-color: #fff;
	padding: 5px 10px;
	border-left: 4px solid #7ad03a;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}

#showShort{
	background: #f7f7f7;
	display: block;
	border: 1px solid #ccc;
	padding: 3px 20px 3px;
	border-radius: 3px;
	cursor: pointer;
	width: 200px;
	text-align: center;
}

#showShort:hover{
	background: #fafafa;
	border-color: #999;
	color: #222;
}

.setShort{
	display: none;
}

