html,body{
	height:100%;
	margin:0;padding:0;
}
body{
	background: #000;
	font-family:'ヒラギノ角ゴW3','メイリオ',sans-serif;
}
h1,h2,h3,h4,h5,h6{
	margin:0;padding:0;
}

#wrapper {
	width: 100%;
	position: relative;
	/*height: auto !important;	height: 100%;	min-height: 100%;*/
	margin: 0 auto 0 auto;
}

#header {
	width: 98%;
	height:80px;
	padding-top:10px;
	padding-left:2%;
	color: #fff;
	text-shadow: 1px 1px 1px #666;
background: #4F742C;
top:1em;
}

#maincontent {
	min-height: 90%;
	padding-bottom:80px;
	clear:both;
	position: relative;
}
#footer {
	position: relative;
	bottom:0;
	display: block;
	clear:both;
	padding-left:2%;
	padding-top:20px	;
	width:98%;
	height:80px;


	color: #fff;
	background: #1F3B05; 


}
#gallery {
	width:100%;
}
#gallery div {
	display: none;
}
.result {
	width:100%;
	clear:both;
}

/* header */
#header a {
	color: #fff;
}
.twitter-share-button {
	margin-bottom: -3px !important;
}
.social-button {
	float:left;
}
.version {
	margin-left:1em;
	font-size: .5em;
}
.title {
	float:left;
}
.file-settings{
	margin-left: 2em;
	float:left;
}
/* footer */
.copyright a {
	color: #fff;
}

/* a */
a {
	text-decoration: none;
}

/* form */
#glitch {
	display: inline-block;
	height:2em;
	background: #ccc;
	border:none;
	position: relative;
}
ul.option-list {
	padding-left:0;
}
.option-list li {
	display: inline;
	list-style-type: none;
	padding-left:0;
	margin-right:1em;
}
.upload {
	position: relative;
	top:-20px;
	width: 100px;height:16px;
	z-index: 2;
	opacity: 0;
	display: block;
}
.upload-button {
	font-size :14px;
	background: #73880a; /* Old browsers */
background: -moz-linear-gradient(top,  #73880a 0%, #73880a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73880a), color-stop(100%,#73880a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #73880a 0%,#73880a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #73880a 0%,#73880a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #73880a 0%,#73880a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #73880a 0%,#73880a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73880a', endColorstr='#73880a',GradientType=0 ); /* IE6-9 */
	height:20px;
	float:left;
	border: 3px dotted #fff;
	text-align: center;
	margin: 0 1em 0 0;
}
input[type="text"] {

}
input.textFocus {
	color: #333;
}
.tile {float:left;width:calc(100vw / 10);height:calc(100vw / 10);-moz-background-size:calc(100vw / 10) calc(100vw / 10);background-size:calc(100vw / 10) calc(100vw / 10);}
.notification {background:#ccc;height:2em;padding:.5em;display:flex;justify-content: center;align-items: center;}
.store-link {color:deeppink;font-size: 1.8em;}

/* social */
.fb-like {
	top:-4px;
}
@media screen and (max-width: 1150px) {
	.store-link {font-size:1em;}
	#header {
		height:160px;
	}
	.file-settings{
		display: block;
		clear:both;
		margin-left:0;
	}
}

@media screen and (max-width: 640px) {
	.tile {
		width:calc(100vw / 4);height:calc(100vw / 4);
		-moz-background-size:calc(100vw / 4) calc(100vw / 4);background-size:calc(100vw / 4) calc(100vw / 4);
	}
	#url {
		width:95%;
	}
	.title h1 {
		font-size: 1em;
	}
	.maincontent{
		width:640px;
	}
	.result img{
		width:100%;
	}

}
