@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{
	margin: 40px 0 0;
	border: solid 1px #000;
	padding: 40px;
}
#containerAddArea .inner{
	margin-right: -40px;
}
#containerAddArea .inner::after{
	content: "";
	display: block;
	clear: both;
}
#containerAddArea .inner .addBtn{
	float: left;
}
#containerAddArea .inner .addBtn span{
	display: block;
	margin-right: 40px;
	cursor: pointer;
}

#containerList{
	margin: 60px 0 0;
}
#containerList > *:first-child{
	margin-top: 0 !important;
}
.staticContainer,
.dynamicContainer{
	border: solid 1px #000;
	padding: 20px 20px 20px 50px;
	margin-top: 40px;
	position: relative;
}
.staticContainer:first-child,
.dynamicContainer:first-child{
	margin-top: 0;
}
.staticContainer::before,
.dynamicContainer::before{
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
}
.staticContainer::before{
	content: "S";
}
.dynamicContainer::before{
	content: "D";
}
.data3dBox{
	border: solid 1px #000;
	padding: 20px;
	margin-top: 40px;
}
.data3dBox:first-child{
	margin-top: 0;
}
#containerList .btnArea{
	margin-top: 20px;
}
#containerList .data3dItem{
	margin-top: 20px;
	padding-left: 40px;
	position: relative;
}
#containerList .data3dItem:first-child{
	margin-top: 0;
}
#containerList .data3dItem::before{
	content: "3D";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
}