@charset "utf-8";
/*************** Site Contents ***************/
header{
	width:100%;
	height: 50px;
	background-color: #fff;
}
#argologo{
	width: auto;
	height: auto;
	position: fixed;
	margin: 1.3% 0 0 2%;
	z-index: 999;
}
nav{
	width: 100%;
	height: 50px;
	position: fixed;
	z-index: 998;
	background-color: #fff;
	border-bottom: 1px solid #ccc;	
}
nav ul{
	position: absolute;
	right: 4%;
	top: 100%;
}
nav ul li{
	float: left;
	margin-left: 20px;
}
div.mean-bar > a.meanmenu-reveal {
	position: fixed !important;
}
article{
	margin-top: 59px;
	color: #fff;
}
section{
	width:100%;
	height:100%;
	color: #515151;
}
section .wrap{
	width: 82%;
	height: auto;
	margin: 1.8% auto 0;
	padding: 2% 4% 4% 4%;
}
section h1{
	margin-bottom: 3%;
	padding-bottom: 1%;
	font-size: 1.5rem;
	line-height: 1.8rem;
	border-bottom: 1px solid #ccc;
}
section h2{
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin-bottom: 0.8%;
}
section h3{
	font-size: 0.9rem;
	margin-top:6%;
	margin-bottom: 0.8%;
}
section p{
	margin-bottom: 4%;
	line-height: 1.5rem;
}
section p a{
	text-decoration:underline !important;
}
p#andtky{
	text-align: center;
	margin-bottom:0;
	line-height:0;
	padding:0 0 0 4%;
}
p#andtky a img{width:140px;}
section address{
	margin-right: 20px;
	font-style: normal;
	text-align: center;
}
.area .logo_credit{
	padding-top:50px;
}
.area img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:120px;
	padding-bottom:5px;
}
.area .credit{
	text-align:center;
	font-size:0.7rem;
	padding-bottom:5px;
}