@charset "UTF-8";

html{
	width:100%;
	height:100%;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
	-webkit-text-size-adjust: 100%;
}
a{
	cursor: pointer;
	color:#FFF;
	text-decoration:none;
}

#header{
	/*overflow:hidden;*/
	right: 20px;
    top: 30px;
	/*padding:40px;*/
	/*position:relative;*/
	position:absolute;
	z-index:1;
}
#header #rightNavi{
	float:right;
	font-size:0;
}
#header #rightNavi a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#header #rightNavi #contact{
	display:inline-block;
	font-size:10px;
	line-height:1em;
	font-family: 'Aldrich', sans-serif;
	vertical-align:top;
}
#header #rightNavi #contact a:hover{
	color:#CCC;
}
#header #rightNavi #sns{
	display:inline-block;
	vertical-align:top;
	margin-top:-3px;
	margin-left:20px;
	font-size:0;
}
#header #rightNavi #sns li{
	display:inline-block;
	vertical-align:middle;
	margin-left:20px;
}
#header #rightNavi #sns li:first-child{
	margin-left:0px;
}
#header #rightNavi #sns li a:hover{
	opacity:0.7;
}

#title_logo{
	background-image: url(../img/title.png);
	background-size: 96px 47px;
	height: 47px;
	width: 96px;
	left:20px;
	top:20px;
	right: 0px;
	bottom: 0px;
	position:absolute;
	z-index:1;
}

#title_logo a{
    position:absolute;
    top:0;
    left:0;
    width:81px;
    height:100%;
    text-indent:-99999px;
}

#viewBtn{
	position:relative;
	width:100%;
	height:100%;
	display:table;
}
#viewBtn > div{
	display:table-cell;
	vertical-align:middle;
	padding:85px;
}
#viewBtn #btn1{
	text-align:right;
}
#viewBtn > div a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#viewBtn > div a:hover{
	opacity:0.7;
}
#viewBtn > div a img{
	max-width:100%;
	height:auto;
}

@media screen and (max-width: 980px) {
#viewBtn > div{
	padding:50px;
}
}

@media screen and (max-width: 740px) {
#title_logo{
	height: 44px;
	width: 90px;
	left:20px;
	top:20px;
	background-size:90px 44px;
}
#title_logo a{
    width:92px;
}

#viewBtn{
	display:block;
	padding:60px 80px 20px;
	width:auto;
	height:auto;
}
#viewBtn > div{
	display:block;
	width:100%;
	padding:0px;
	text-align:center;
}
#viewBtn #btn1{
	margin-bottom:30px;
	text-align:center;
}
}