html,body{
	margin:0; 
	padding:0;
	font-weight:bold;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background-color:#fff;
	text-align:center;
}
#wrapper{
	max-width:750px;
	margin:0 auto; 
	padding:0 0 0; 
	display:flex;
	justify-content:space-between;
	align-items:center;
	opacity:0;
	-webkit-transition : opacity 0.8s;
	transition : opacity 0.8s;
}
#main_wrapper{
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
}
#side_wrapper{
	width:300px;
}
@media screen and (max-width:750px){
	#wrapper{
		display:block;
	}
	#main_wrapper{
		margin:auto;
	}
	#side_wrapper{
		width:auto;
		margin-top:%5;
	}
}

#parts_panel{
	position:relative;
}
#parts_panel canvas{
	position:absolute;
	top:0;
	left:0;
}
#parts_panel img{
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
#parts_panel img.shadow{
	mix-blend-mode: multiply;
}
#parts_panel img.light{
	mix-blend-mode: screen;
}
#parts_panel img.logo{
	position:relative;
}

#parts_panel #col_panel{
}

#parts_panel #name{
	outline:none;
	width:200px;
	position:absolute;
	top:400px;
	left:150px;
	font-size:32px;
	text-align:left;
}

#col_info{
	background-color:#999;
	width:220px;
	height:30px;
	line-height:30px;
	margin:0 auto 10px;
	color:#fff;
	opacity:0;
}

select{
	display:block;
	width:250px;
	margin:3% auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height:54px;
	padding:0 30px 0 10px;
	border:2px solid #8E8E8E;
	color:#000;
	background:#F4F3F2 url(select_arrow.png)no-repeat right 10px center;
	background-size:14px auto;
	font-size:16px;
	outline:none;
	position:relative;
	z-index:1;
}
@media screen and (max-width:480px){
	select{
		width:200px;
		height:35px;
	}
}

select::-ms-expand {
	display: none;
}
select option,
select optgroup{
	background:#fff;
}

#output{
	display:block;
	width:240px;
	margin:20px auto 10px;
	line-height:50px;
	border-radius:5px;
	background-color:#000;
	color:#fff;
	cursor:pointer;
}
#col_data{
	width:90%;
	max-width:700px;
	min-height: 200px;
	padding:10px 10px;
	color:#000;
	background-color:#fff;
	vertical-align:bottom;
	border:1px solid;
}

