@charset "utf-8";

/* ==================================================================
	about.css
	
=================================================================== */
.main .btn a{
	display:inline-block;
	padding:0.5em 1.5em;
	background:#0665a5;
	color:#fff;
	border-radius:4px;
}


/* ◆ greeting
-------------------------------- */
#greeting .image{
	display:inline;
	float:right;
	text-align:center;
}

#greeting .image img{
	margin-bottom:3px;
}

#greeting .explain{
	display:inline;
	float:left;
	width:463px;
}

#greeting .explain .sign{
	text-align:right;
}

/* ◆ outline
-------------------------------- */
#outline .image{
	display:inline;
	float:right;
}

#outline .explain{
	display:inline;
	float:left;
	width:463px;
}

/* ◆ access
-------------------------------- */
#access .more{
	text-align:center;
	margin:13px 0 0 0;
}