@charset "utf-8";
/* index.css */
body.top {
	background-image: url(/images/top/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #ad0202;
}

#gnav {
	background-color: rgba(255,255,255,0.70);
}
#gnav li a:hover{
	border-bottom: 2px solid #000;
}
#gnav li.un a:hover{
	border-bottom: 2px solid rgba(0,0,0,0.00);
}
ul.sns li a{
	background-color: #000000;
	color: #FFFFFF;
}

#mainContents {
	height: 1020px;
}
#mainContents .copy {
	text-align: center;
	margin-top: 60px;
}
#mainContents .intro {
	position: absolute;
	top: 92px;
	right: 107px;
}
#mainContents .billing {
	text-align: center;
	margin-top: 700px;
}

footer  {
	text-align: center;
	padding: 20px 0;
	margin-bottom: 20px;
}
footer a {
	color: #FFFFFF !important;
}
footer .contact {
	margin-bottom: 30px;
}
footer .contact a {
	font-size: 16px;	padding-bottom: 2px;
	border-bottom: 2px solid #FFFFFF;
}
footer .copyright {
	font-size: 12px;
}
footer .copyright a{
	border-bottom: 1px solid #FFFFFF;}