@charset "UTF-8";

html,
body,
#contents{
	height: 100%;
	}
body{
	background: #ec6e37;
	background-size: contain;
	min-width: 960px;
	min-height: 620px;
	}

/******************************************************************************
inner
******************************************************************************/
#inner{
	position: relative;
	height: 100%;
	}
#inner h1{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -310px 0 0 -225px;
	}
#inner h2{
	position: absolute;
	top: 50%;
	width: 100%;
	padding-top: 100px;
	text-align: center;
	font-size: 2.8em;
	font-family: 'Economica', sans-serif;
	}


/******************************************************************************
footer
******************************************************************************/
#footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 0 15px;
	color: #333;
	font-size: 1.1em;
	margin-bottom: 30px;
	}
#footer ul{
	margin-bottom: 10px;
	}
#footer ul li{
	display: inline;
	}
#footer ul li a{
	color: #333;
	}
#footer ul li a:hover{
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	}
#footer address{
	}
/*------------------------------*/
/*block-btn*/
/*------------------------------*/
.block-btn{
	position: fixed;
	bottom: 100px;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	text-align: center;
	}

/******************************************************************************
background
******************************************************************************/
#supersized{
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	}
#progress-back{
	bottom: 0!important;
	}

/******************************************************************************
bt-social
******************************************************************************/
ul.bt-social{
	position: fixed;
	top: 20px;
	right: 15px;
	overflow: hidden;
	}
ul.bt-social li{
	float: left;
	}
.twitter-share-button{
	width: 90px!important;
	}