@charset "UTF-8";

/* header --------------------------------------------------*/
header {
	width:1000px;
	margin:0 auto;
	padding:10px 0;
}
header h1 {
	float:left;
	margin:0 10px 10px 0;
}
header div {
	float:right;
	width:760px;
}
header div h2 {
	font-size:0.8em;
	line-height:1.5;
	color:#fff;
	margin-bottom:10px;
}
/* #globalnavigation */
#globalnavigation {
	background-color:rgba(128,128,128,0.5);
	border-radius:3px;
	margin-bottom:15px;
	padding:3px 5px;
}
#globalnavigation li {
	float:left;
	background:url(../images/mark_link.gif) 0 50% no-repeat;
	font-size:0.8em;
	line-height:1.5;
	margin-right:15px;
	padding-left:10px;
}
#globalnavigation li a,
#globalnavigation li a:link,
#globalnavigation li a:visited {
	color:#fff;
}
/* footer --------------------------------------------------*/
footer {
	clear:both;
	padding:10px 0;
}
/*footer .address {
	position:fixed;
	top:100%;
	background-color:rgba(0,0,0,0.3);
	width:100%;
	height:60px;
	margin-top:-110px;
	padding:10px 0;
}
footer .address dl {
	width:1000px;
	margin:0 auto;
}
footer .address dl dt {
	float:left;
	background-color:#fff;
	border-radius:3px;
	width:50px;
	height:20px;
	font-size:0.8em;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	vertical-align:middle;
	margin-right:10px;
	padding:20px 0;
}
footer .address dl dd {
	float:left;
	font-size:0.8em;
	color:#fff;
	line-height:1.5;
	margin-right:20px;
	padding:2px 0;
}
*/
footer .group {
	position: fixed;
	top: 100%;
	/*background-color: rgba(255,255,255,0.3);*/
	background-color: #FFF;
	width: 100%;
	height: 60px;
	margin-top: -100px;
	padding: 15px 0;
}
footer .group dl {
	width:1000px;
	margin:0 auto;
}

footer .group dl dd a#inq_business {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 286px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin: 0 30px 0 auto;
	/*padding: 1rem 4rem;*/
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	border-radius: 1vh;
	transition: 0.5s;
}
footer .group dl dd a#inq_business:hover {
	color: #27acd9;
	background: #fff;
}

footer .group dl dt {
	float: left;
	background-color: #F00;
	border-radius: 3px;
	width: 100px;
	height: 30px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	margin-right: 20px;
	color: #FFF;
	padding: 5px;
}
footer .group dl dd {
	float:left;
	font-size:0.8em;
	color:#fff;
	line-height:1.5;
	margin-right:20px;
	padding:2px 0;
}
footer .group dl dd a img {
	margin-right: 10px;
}
footer .group dl dd a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
footer .copyright {
	position:fixed;
	top:100%;
	background-color:#000;
	width:100%;
	margin-top:-30px;
}
footer .copyright small {
	display:block;
	width:980px;
	font-size:0.8em;
	color:#fff;
	text-align:right;
	margin:0 auto;
	padding:5px 10px;
}

/* ClearFix --------------------------------------------------*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix { display:inline-block; }
/* Hides from IE-mac ¥*/
* html .clearfix{ height:1%; }
.clearfix{ display:block; }
/* End hide from IE-mac */
