article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display:block
}

audio,canvas,video {
	display:inline-block
}

audio:not([controls]) {
	display:none;
	height:0
}

[hidden] {display:none}

html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}

a:focus {outline:thin dotted}

a:active,a:hover {outline:0}

h1 {
	font-size:2em;
	margin:.67em 0
}

abbr[title] {border-bottom:1px dotted}

b,strong {font-weight:700}

dfn {font-style:italic}

hr {
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0
}

mark {
	background:#ff0;
	color:#000
}

code,kbd,pre,samp {
	font-family:monospace, serif;
	font-size:1em
}

pre {white-space:pre-wrap}

q {quotes:\201C \201D \2018 \2019}

small {font-size:80%}

sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}

sup {top:-.5em}

sub {bottom:-.25em}

img {border:0}

svg:not(:root) {overflow:hidden}

fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em
}

button,input,select,textarea {
	font-family:inherit;
	font-size:100%;
	margin:0
}

button,input {
	line-height:normal
}

button,select {text-transform:none}

button,html input[type=button],/* 1 */
input[type=reset],input[type=submit] {
	-webkit-appearance:button;
	cursor:pointer
}

button[disabled],html input[disabled] {
	cursor:default
}

input[type=checkbox],input[type=radio] {
	box-sizing:border-box;
	padding:0
}

input[type=search] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance:none
}

textarea {
	overflow:auto;
	vertical-align:top
}

table {
	border-collapse:collapse;
	border-spacing:0
}

body,figure {margin:0}

legend,button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding:0
}

body{
	width: 100%;
	height: 100%;
	position: relative;
	min-height: 800px;
}
#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
  z-index: 1
}

#main{
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
}
#item{
	width: 200px;
	height:200px;
	position: absolute;
}

#item p{
	font-family: Century Gothic, arial, sans-serif;
	font-size: 32px;
	line-height: 19px;
	color: #626262;
	z-index: 1;
	position: fixed;
}
#header{
	text-align: center;
	margin:150px auto;
	display: block;
	width: 700px;
}
#header h2{
	font-family: Century Gothic, arial, sans-serif;
	font-weight: normal;
	font-size: 32px;
	line-height: 19px;
	color: #ffffff;
	padding-bottom: 30px;

}
#header h2 span{
	font-family: Century Gothic, arial, sans-serif;
	font-weight: bold;
}
#header .content{
	/* background-image: url('images/front_image.jpg');
	background-repeat: no-repeat;
	width:360px;
	height: 400px;
	margin:0 auto; */
}
.content{
	width: 360px;
	height: auto;
	margin: 0 auto;
}
.content img{	cursor: pointer;max-width: 100%;}

.content a{
	display: block;
	width: 360px;
	height: 100%;
	cursor: pointer;
	position: relative;
	z-index: 11;

}


#header #email{
	margin: 20px auto;
	display: block;
	width: 805px;
	height: 110px;
	padding: 10px 0 0 0;
}
#header #email img{
	position: absolute;
	right: 35%;
	z-index: 2;
}
#header .hello{
	width: auto;
	height: auto;
	margin: 0 auto;
}
#email_line{
	position: relative;
	width: 750px;
	height: 90px;
	margin: 0 auto;
}
#email_line img{
	padding-top: 50px;
	/* padding-left: 65px; */
	width: auto;
}
#email_line .shadow{
	width: 647px;
}

.email{
	position: absolute;
	right: 110px;
	top: -6px;
	cursor: pointer;
}
.email_notice{
	padding: 10px;
	width: 100px;
	height: 15px;
	font-size:10px;
	background-color: #A1A1A1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 27px rgba(255, 255, 255, 0.58);
	-moz-box-shadow:    1px 1px 27px rgba(255, 255, 255, 0.58);
	box-shadow:         1px 1px 27px rgba(255, 255, 255, 0.58);
	position: absolute;
	top: 15px;
	left: 500px;
	z-index: -1;
	display:none;
}
.email_class{
	max-width: 360px;
	/* height: 400px; */
	margin: -10px auto 0;
	z-index: 11;
	position: relative;
	display: none;
}
.email_class p{
	display: block;
	padding: 0 30px;
	text-align: left;
	color: #ffffff;
	vertical-align: bottom;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	width: 0;
	/* height: 0 */;
}
.email_class a{
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;

}
.email_class .close{
	cursor: pointer;
	padding-left: 40px;
	position: absolute;
	right: 15px;
	z-index: 12;
	width: 20px;
}


@media only screen and (min-width: 300px) and (max-width: 959px){
	body{
		width: 100%;
		height: 100%;
	}

	#email_line {
		max-width: 100%;
	}

	#email_line .shadow {
		max-width: 100%;
	}

	#header{
		width: 100%;
	}

	#header .content{
		width:auto;
		height: auto;
    	margin: 0 auto;
	}

	#header h2 {
		width: 100%;
		font-size: 1.6em;
	}

	.imf{
		width:100%;
		height: auto;
	}
	#header #email{
		margin: 20px auto;
		display: block;
		width: 805px;
		height: 110px;
		padding: 10px 0 0 0;
	}
	#header #email img{
		position: absolute;
		/* right: 35%; */
		z-index: 2;
	}
	
	.email_notice{
		padding: 10px;
		width: 100px;
		height: 15px;
		font-size:10px;
		background-color: #A1A1A1;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 1px 1px 27px rgba(255, 255, 255, 0.58);
		-moz-box-shadow:    1px 1px 27px rgba(255, 255, 255, 0.58);
		box-shadow:         1px 1px 27px rgba(255, 255, 255, 0.58);
		position: absolute;
		top:490px;
		right:30px;
		z-index:1;
		display:none;
	}
	#item{
		width: 20px;
		height: 100px;
	}

	#item p{
		font-size: 18px;
		line-height: 19px;
	}

}

@media only screen  and (max-width: 767px) {
	#header {
		margin-top: 70px;
	}
	#header h2 {
		padding-bottom: 160px;
	}
	#item {
		position: absolute;
		top:25px;
		left: 50%;
		margin-left: -100px;
		width: 200px;
	}

	#item p {
		position: static;
		text-align: center;
	}
}

@media only screen  and (max-width: 459px){
	#header h2 {
		font-size: 1.2em;
	}
}

@media only screen  and (max-width: 459px){
	/*#item {
		display: none;
	}*/
}