@charset "UTF-8";

body{
	*font-size:small;
	*font:x-small;
	font-size:13px;
	color:#000;
	line-height:1.2;
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	width:100%;
	margin:0px;
	padding:0px;
	background:#fff;
	-webkit-text-size-adjust:100%;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:100;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:200;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:300;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:400;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Bold");
  font-weight:bold;
}
body *,
body *::before,
bory *::after{
  box-sizing: border-box;
}
#wrap{
	position:relative;
	text-align:left;
	overflow:hidden;
  background: #fff;
}
h1,h2,h3,h4,h5,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
	font-size:14px;
}
h1,h2,h3,h4,h5,p,li,th,td,dt,dd{
	margin:0px;
	padding:0px;
	font-size:14px;
  line-height: 1.5;
}
li{
	list-style-type:none;
}
table{
	border-collapse:collapse;
}
a:link,a:visited{
	cursor:pointer;
	color:#000;
	text-decoration:none;
}
a{
  outline:none;
	transition:opacity 0.2s;
	-webkit-tap-highlight-color:transparent;
}
img{
	vertical-align:top;
	border:0;
	max-width:100%;
	height:auto;
	backface-visibility:hidden;
}
input, 
textarea, 
select,
button,
label{
  outline:none;
	-webkit-tap-highlight-color:transparent;
}

#wrap{
  overflow: hidden;
  position: relative;
	padding-top: 80px;
}

header{
	position: fixed;
	height: 80px;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background: #fff;
}
header #hLogo{
	width: 200px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
}
header #hLogo a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background: #333;
}
header #hLogo a::before{
	content: "";
	display: block;
	width: 100px;
	height: 31px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: url("/common/img/logo.svg") no-repeat center;
	background-size: 100%;
}
header #navi{
	text-align: center;
	font-size: 0;
	margin-left: 200px;
}
header #navi li{
	display: inline-block;
	width: 25%;
	height: 80px;
}
header #navi li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
	padding-top: 17px;
	background: #333;
	transition: background .2s;
}
header #navi li a:hover,
header #navi li.current a{
	background: #fff;
}
header #navi li a .icon{
	width: 42px;
	height: 46px;
	display: inline-block;
	vertical-align: middle;
}
header #navi li a .icon svg{
	width: 100%;
	height: 100%;
}
header #navi li a .icon svg polygon,
header #navi li a .icon svg polyline{
	stroke: #fff !important;
	transition: all .2s;
}
header #navi li a:hover .icon svg polygon,
header #navi li a:hover .icon svg polyline,
header #navi li.current a .icon svg polygon,
header #navi li.current a .icon svg polyline{
	stroke: #333 !important;
}
header #navi li a span{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	color: #fff;
	margin-left: 10px;
	font-size: 12px;
	line-height: 1.2;
	font-family: 'Roboto', sans-serif;
	transition: color .2s;
}
header #navi li a:hover span,
header #navi li.current a span{
	color: #333;
}

#container{
	padding: 40px;
}
h1{
	font-size: 20px;
}

#fileList ul{
	margin-right: -15px;
}
#fileList ul::after{
	content: "";
	display: block;
	clear: both;
}
#fileList ul li{
	float: left;
	width: 16.66%;
	padding-right: 15px;
	margin-top: 40px;
	text-align: center;
	font-weight: bold;
	word-wrap: break-word;
}
#fileList.col4 ul li{
	width: 24%;
	text-align: left;
}
#fileList ul li:nth-child(6n+1){
	clear: left;
}
#fileList.col4 ul li:nth-child(6n+1){
	clear: none;
}
#fileList.col4 ul li:nth-child(4n+1){
	clear: left;
}
#fileList ul li .itemBox{
	border: solid 1px #000;
	padding: 10px;
}
#fileList ul li .thumb{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
#fileList.col4 ul li .thumb{
	width: auto;
	margin-right: -15px;
}
#fileList ul li .thumb::before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
}
#fileList.col4 ul li .thumb::before{
	display: none;
}
#fileList.col4 ul li .thumb::after{
	content: "";
	display: block;
	clear: both;
}
#fileList.col4 ul li .thumb .thumb3d,
#fileList.col4 ul li .thumb .thumbMap{
	float: left;
	width: 50%;
	padding-right: 15px;
}
#fileList.col4 ul li .thumb .thumb3d span,
#fileList.col4 ul li .thumb .thumbMap span{
	display: block;
	position: relative;
	width: 100%;
}
#fileList.col4 ul li .thumb .thumb3d span::before,
#fileList.col4 ul li .thumb .thumbMap span::before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
}
#fileList ul li .thumb img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#fileList ul li .thumb img.h100{
	height: 100%;
	width: auto;
	max-width: none;
}
#fileList ul li .btnArea{
	text-align: center;
	font-size: 0;
}
#fileList ul li .previewBtn,
#fileList ul li .removeBtn{
	margin-top: 0;
	display: inline-block;
	margin: 5px 5px 0;
}
#fileList ul li .previewBtn a,
#fileList ul li label{
	display: inline-block;
	font-size: 11px;
	line-height: 1.2;
	padding: 3px 10px;
	background: #000;
	color: #fff;
	cursor: pointer;
	transition:opacity 0.2s;
}
#fileList ul li .remove{
	display: none;
}
#fileList ul li .previewBtn a:hover,
#fileList ul li label:hover{
	opacity: 0.7;
}

#fileUpArea{
	margin-top: 80px;
	text-align: center;
	font-size: 0;
}
.fileForm{
	display: inline-block;
	text-align: left;
}
.filePathArea .thumbInput{
	display: inline-block;
	vertical-align: bottom;
	margin-right: 6px;
	width: 180px;
}
.filePathArea .fileInput{
	display: inline-block;
	vertical-align: bottom;
	width: 180px;
}
.filePathArea .thumbInput + .fileInput{
	width: 260px;
}
.fileForm h2{
	font-size: 16px;
	margin: 0 0.2em 6px;
}
.filePathArea label{
	display: block;
	width: 100%;
	padding: 6px 10px;
	border: solid 1px #000;
	background: #fff;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.filePathArea label span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 6px 10px;
	background: #fff;
	white-space: nowrap;
	display: none;
}
.thumbInput input,
.fileInput input{
	display: none;
}
#upBtn,
#saveBtn{
	display: inline-block;
	vertical-align: bottom;
	width: 60px;
	margin-left: 6px;
	position: relative;
}
#upBtn::after,
#saveBtn::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.6);
}
#upBtn.active::after,
#saveBtn.active::after{
	display: none;
}
#fileUp,
#fileSave{
	display: block;
	text-align: center;
	width: 100%;
	padding: 7px 10px;
	background: #000;
	color: #fff;
	border: none;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	cursor: pointer;
	transition:opacity 0.2s;
}
#fileUp:hover,
#fileSave:hover{
	opacity: 0.7;
}

#containerAddArea{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: #fff;
}
#containerAddArea .inner .addBtn{
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	cursor: pointer;
	padding: 20px;
	border: solid 1px #000;
	transition: background .2s, color .2s;
}
#containerAddArea .inner .addBtn:hover{
	background: #000;
	color: #fff;
}
#containerAddArea .inner .addBtn span{
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	border: solid 1px #000;
	margin-left: 10px;
	position: relative;
	transition: border .2s;
}
#containerAddArea .inner .addBtn:hover span{
	border: solid 1px #fff;
}
#containerAddArea .inner .addBtn span::before,
#containerAddArea .inner .addBtn span::after{
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: background .2s;
}
#containerAddArea .inner .addBtn span::after{
	transform: translate(-50%,-50%) rotate(90deg);
}
#containerAddArea .inner .addBtn:hover span::before,
#containerAddArea .inner .addBtn:hover span::after{
	background: #fff;
}

#containerList{
	margin: 60px 0 80px;
}
#containerList > *:first-child{
	margin-top: 0 !important;
}
#containerList .staticContainer,
#containerList .dynamicContainer{
	border: solid 1px #000;
	padding: 20px 20px 20px 50px;
	margin-top: 40px;
	position: relative;
}
#containerList .staticContainer:first-child,
#containerList .dynamicContainer:first-child{
	margin-top: 0;
}
#containerList .staticContainer::before,
#containerList .dynamicContainer::before{
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
}
#containerList .staticContainer::before{
	content: "S";
}
#containerList .dynamicContainer::before{
	content: "D";
}
#containerList .staticName{
	display: block;
	position: relative;
	overflow: hidden;
}
#containerList .staticName input{
	display: block;
	width: 100%;
	padding: 6px 10px;
	border: solid 1px #000;
	background: #fff;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	cursor: pointer;
}
#containerList .staticName input::placeholder{
	color: #ccc;
}
#containerList .data3dBox{
	border: solid 1px #000;
	padding: 20px;
	margin-top: 20px;
}
#containerList .data3dItem{
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
}
#containerList .data3dItem::before{
	content: "3D";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
}
#containerList .obj3d{
	width: 100%;
	height: 40px;
	border: solid 1px #000;
	position: relative;
	overflow: hidden;
}
#containerList .obj3d::after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  transform: translate(0%,-50%) rotate(45deg);
  pointer-events: none;
}
#containerList .obj3d select{
	width: 100%;
	height: 100%;
	padding: 2px 30px 2px 10px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	cursor: pointer;
	ext-overflow: ellipsis;
	border: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
#containerList .data3dName{
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
}
#containerList .nameInput,
#containerList .valueInput,
#containerList .eventInput,
#containerList .name,
#containerList .value,
#containerList .event{
	margin-top: 10px;
	width: 100%;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
}
#containerList .nameInput,
#containerList .valueInput,
#containerList .eventInput{
	height: 30px;
}
#containerList .nameInput input,
#containerList .valueInput input,
#containerList .eventInput input{
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	padding: 2px 10px;
}
#containerList .nameInput input::placeholder,
#containerList .valueInput input::placeholder,
#containerList .eventInput input::placeholder{
	color: #ccc;
}
#containerList .btnArea{
	margin-top: 20px;
}
#containerList .data3dItem .btnArea::after{
	content: "";
	display: block;
	clear: both;
}
#containerList .data3dItem .btnArea .submitArea{
	float: left;
}
#containerList .data3dItem .btnArea .addBtnArea{
	float: right;
}
#containerList .saveBtn,
#containerList .deleteBtn{
	min-width: 60px;
	display: inline-block;
	vertical-align: middle;
}
#containerList .saveBtn + .deleteBtn{
	margin-left: 10px;
}
#containerList .saveBtn input,
#containerList .deleteBtn input{
	width: 100%;
	display: block;
	border: none;
	text-align: center;
	padding: 7px 10px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	background: #000;
	transition: opacity .2s;
	cursor: pointer;
}
#containerList .saveBtn input:hover,
#containerList .deleteBtn input:hover{
	opacity: 0.7;
}
#containerList .data3dItem .btnArea .staticAddBtn{
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	transition: opacity .2s;
	cursor: pointer;
}
#containerList .data3dItem .btnArea .staticAddBtn:hover{
	opacity: 0.7;
}
#containerList .data3dItem .btnArea .staticAddBtn span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 30px;
	height: 30px;
	border: solid 1px #000;
	position: relative;
}
#containerList .data3dItem .btnArea .staticAddBtn span::before,
#containerList .data3dItem .btnArea .staticAddBtn span::after{
	content: "";
	display: block;
	width: 24px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#containerList .data3dItem .btnArea .staticAddBtn span::after{
	transform: translate(-50%,-50%) rotate(90deg);
}