@charset "utf-8";
/* CSS Document */


div#fix_container {
	position: relative;
}

div#fix_container section {
	margin: 0;
	padding: 0;
	border: none;
}

figure#work_table {
	padding: 0 0 15px 0;
/*	background-color: white;*/
}

div#fig_layer {
	position: relative;
	margin: 0 auto;
	width: 261px;
	height: 75px;
}

div#fig_layer img,
div#fig_layer svg {
	position: absolute;
	left: 0;
	top: 0;
}
div#fig_layer svg {
/*	visibility: hidden;*/
}


p.anim_btn {
	margin-top: 0;
	padding-bottom: 6px;
	text-align: center;
}
p.anim_btn button {
	padding: 2px 10px;
	color: white;
	background-color: gray;
	border: none;
	border-radius: 12px;
	text-decoration: none;
	cursor: pointer;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}

.fixed {
	position: fixed;
	top: 0;
	z-index: 999;
	background-color: cornsilk;
}

table.table1 td {
	padding: 3px 4px;
	border: 1px solid gainsboro;
}