@charset "utf-8";

/*******************************************************
layout CSS

author 
update 
*******************************************************/
html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 100%;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color: #000;

	height: 100%;
	width: 100%;
}

#container {
	margin: 0;
	padding: 0;
	text-align: center;

	position: relative;
	height: auto !important;   
	height: 100%;
	min-height: 100%;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: center;

	width: 100%;
	position: relative;
	height: auto !important;   
	height: 100%;
	min-height: 100%;
}

a,
a:visited,
a:active {
	color: #000;
	text-decoration: none;
}


h1 {
	margin: 0;
	padding: 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 220%;
}
h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 140%;
	line-height: 1.2;
}
.expiration {
	font-size: small;
	margin: 0 0 50px 0;
}
.expsuc {
	font-size: small;
	margin: 0 0 16px 0;
}

.fail {
	/*margin: 0 0 135px 0;*/
	margin: 0 0 19px 0;
	font-family: 'Fjalla One', sans-serif;
}
.err {
	margin: 0 0 103px 0;
	font-family: 'Fjalla One', sans-serif;
}


/*------------------------------------------------------
** 
** header
** 
------------------------------------------------------*/
#header {
	margin: 0;
	padding: 50px 0;
}



/*------------------------------------------------------
** 
** main
** 
------------------------------------------------------*/
#mainContents {
	margin: 0;
	padding: 0 0 50px 0;
}
input[type="file"] {
	/*width: 150px;
	height: 150px;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 120%;

	outline: none;
	border: 1px solid #999;
	/*-webkit-border-radius: 50%;
	border-radius: 50%;*/
}
input.sbmt {
	width: 150px;
	height: 150px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: none;
	background: #F9C;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Fjalla One', sans-serif;
	/*font-family: 'Anton', sans-serif;*/
	font-weight: bold;
	font-size: 150%;
	color: #fff;
	cursor: pointer;
	outline: none;
}
input.rst {
	width: 150px;
	height: 150px;
	margin-right: 25px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: none;
	background: #6BBDD8;
	font-family: 'Fjalla One', sans-serif;
	font-weight: bold;
	font-size: 150%;
	color: #fff;
	cursor: pointer;
	outline: none;
}

input.inty {
	border: none;
	font-weight: bold;
	font-size: 100%;
	color: #6BBDD8;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	width: 400px;
}


.copyURL {
	margin: 0 0 16px 0;
	padding: 0;
}

.copyURL a,
.copyURL a:visited,
.copyURL a:active {
	color: #6BBDD8;
	text-decoration: none;
}
.copyURL a:hover {
	color: #6BBDD8;
	text-decoration: underline;
}

.permalink {
	padding: 0 0 50px 0;
	font-size: small;
	line-height: 1.6;
}
.permalink a,
.permalink a:visited,
.permalink a:active {
	color: #6BBDD8;
	text-decoration: none;
}
.permalink a:hover {
	color: #6BBDD8;
	text-decoration: underline;
}

.capa {
	margin: 0 0 2em 0;
	font-size: 85%;
}



/*------------------------------------------------------
** 
** sendmail
** 
------------------------------------------------------*/
.sendmail {
	margin: 0 0 50px 0;
}
input.send {
	padding: 3px;
	width: 100px;
}
input.mail {
	padding: 3px;
	width: 300px;
}

/*------------------------------------------------------
** 
** footer
** 
------------------------------------------------------*/
#footer {
	display: none;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	position: absolute;
	bottom: 0;
}



/*------------------------------------------------------
** 
** input[type=file]
** 
------------------------------------------------------*/
#fileup {
	position: relative;
	overflow: hidden;
	height: 250px;
	width: 450px;
	margin: 0 auto 40px;
}
#fileupImg {
	position: absolute;
	top: 0;
	left: 0;
	height: 250px;
	width: 450px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#fileupForm{
	position: absolute;
	top: 0;
	right: 0;
	height: 250px;
	width: 450px;
	filter: alpha(opacity = 0); /* for IE6, IE7 */
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}
span.upfileName {
	margin: 0 0 0 0;
	padding: 0 5px;
	width: 440px;
	display: block;
	text-align: center;
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 0;
	z-index: 10;
}